Plausible CrashReporter
|
Provides access to the signal name and signal code. More...
Inherits NSObject.
Instance Methods | |
(id) | - initWithSignalName:code:address: |
Initialize with the given signal name and reason. | |
Properties | |
NSString * | name |
The signal name. | |
NSString * | code |
The signal code. | |
uint64_t | address |
The faulting instruction or address. | |
Provides access to the signal name and signal code.