سؤال

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