Plausible CrashReporter
|
This structure contains callbacks supported by PLCrashReporter to allow the host application to perform additional tasks prior to program termination after a crash has occured. More...
#import <PLCrashReporter.h>
Protected Attributes | |
uint16_t | version |
The version number of this structure. More... | |
void * | context |
An arbitrary user-supplied context value. More... | |
PLCrashReporterPostCrashSignalCallback | handleSignal |
The callback used to report caught signal information. More... | |
This structure contains callbacks supported by PLCrashReporter to allow the host application to perform additional tasks prior to program termination after a crash has occured.
|
protected |
An arbitrary user-supplied context value.
This value may be NULL.
|
protected |
The callback used to report caught signal information.
In version 0 of this structure, all crashes will be reported via this function.
This callback will be deprecated in favor of a Mach-compatible replacement in a future release; support is maintained here to allow clients that rely on post-crash callbacks without thread state to make use of Mach exceptions.
|
protected |
The version number of this structure.
If not one of the defined version numbers for this type, the behavior is undefined. The current version of this structure is 0.