Plausible CrashReporter
|
Crash log per-thread state information. More...
Inherits NSObject.
Instance Methods | |
(id) | - initWithThreadNumber:stackFrames:crashed:registers: |
Initialize the crash log thread information. | |
Properties | |
NSInteger | threadNumber |
Application thread number. | |
NSArray * | stackFrames |
Thread backtrace. More... | |
BOOL | crashed |
If this thread crashed, set to YES. | |
NSArray * | registers |
State of the general purpose and related registers, as a list of PLCrashReportRegister instances. More... | |
Crash log per-thread state information.
Provides thread state information, including a backtrace and register state.
|
readnonatomicassign |
State of the general purpose and related registers, as a list of PLCrashReportRegister instances.
If this thead did not crash (crashed returns NO), this list will be empty.
|
readnonatomicassign |
Thread backtrace.
Provides an array of PLCrashReportStackFrameInfo instances. The array is ordered, last callee to first.