I was using an app the other day that crashed, but as it crashed also asked to send an email with the crash info.
Does anyone know how this is done?
Perhaps it w
There seems to be this hook available just before the app shuts down:
NSSetUncaughtExceptionHandler()
Sets the top-level error-handling function where you can perform last-minute logging before the program terminates.