Plausible CrashReporter
|
Typedefs | |
typedef void(* | PLCrashReporterPostCrashSignalCallback )(siginfo_t *info, ucontext_t *uap, void *context) |
Prototype of a callback function used to execute additional user code with signal information as provided by PLCrashReporter. More... | |
typedef void(* PLCrashReporterPostCrashSignalCallback)(siginfo_t *info, ucontext_t *uap, void *context) |
Prototype of a callback function used to execute additional user code with signal information as provided by PLCrashReporter.
Called upon completion of crash handling, after the crash report has been written to disk.
info | The signal info. |
uap | The crash's threads context. |
context | The API client's supplied context value. |