Mac OS X Reference Library Technical Note TN2123 states:
CrashReporter performs two useful actions:
- When a program crashes, CrashReporter will record a crash log (usually in ~ / Library / Logs / CrashReporter /) and inform the user by registering a message with the system registration device.
- In addition, if the running program operates as a user registered in the graphical interface, the CrashReporter user will present with a dialog in which they want to present an Apple error report (see Figure 1). If the user clicks the "Report" button, CrashReporter displays another dialog box that shows the details of the report (see Figure 2) and allows them to comment on it before sending.
And not much further, it says:
In this techno, I will explain how to interpret the crash logs that you received from end users.
I believe that this means that the information is not automatically provided to the developer. The developer should "get" the crash logs from ~ / Library / Logs / CrashReporter / end-user files.
source share