Вопрос

When a Mac OS application crash you get this well known popup: enter image description here

What happens exactly when the user clicks on the Report... button?

Is there a way to have access to the generated crashlog?

Is there anything like Microsoft WER?

Нет правильного решения

Другие советы

When the user clicks on the report button, it displays more information about what caused the crash, including a stack trace and the registers of all the threads used by the application.

You can view these in the OSX Console application under the title "Diagnostics and Usage Information".

I don't believe Apple currently provide a system for 3rd party developers, like WER.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top