Plausible CrashReporter
|
Crash log stack frame information. More...
Inherits NSObject.
Instance Methods | |
(id) | - initWithInstructionPointer:symbolInfo: |
Initialize with the provided frame info. More... | |
Properties | |
uint64_t | instructionPointer |
Frame's instruction pointer. | |
PLCrashReportSymbolInfo * | symbolInfo |
Symbol information for this frame. More... | |
Crash log stack frame information.
- (id) initWithInstructionPointer: | (uint64_t) | instructionPointer | |
symbolInfo: | (PLCrashReportSymbolInfo *) | symbolInfo | |
Initialize with the provided frame info.
instructionPointer | The instruction pointer value for this frame. |
symbolInfo | Symbol information for this frame, if available. May be nil. |
|
readnonatomicassign |
Symbol information for this frame.
This may be unavailable, and this property will be nil.