Plausible CrashReporter
|
Crash Reporter Configuration. More...
Inherits NSObject.
Instance Methods | |
(instancetype) | - init |
Initialize a new PLCrashReporterConfig instance using the default configuration. More... | |
(instancetype) | - initWithSignalHandlerType:symbolicationStrategy:onErrorResume: |
Initialize a new PLCrashReporterConfig instance. More... | |
Class Methods | |
(instancetype) | + defaultConfiguration |
Return the default local configuration. | |
Properties | |
PLCrashReporterSignalHandlerType | signalHandlerType |
The configured signal handler type. More... | |
PLCrashReporterSymbolicationStrategy | symbolicationStrategy |
The configured symbolication strategy. More... | |
Crash Reporter Configuration.
Supports configuring the behavior of PLCrashReporter instances.
- (instancetype) init |
Initialize a new PLCrashReporterConfig instance using the default configuration.
The default configuration is appropriate for use in release builds.
- (instancetype) initWithSignalHandlerType: | (PLCrashReporterSignalHandlerType) | signalHandlerType | |
symbolicationStrategy: | (PLCrashReporterSymbolicationStrategy) | symbolicationStrategy | |
onErrorResume: | (BOOL) | onErrorResume | |
Initialize a new PLCrashReporterConfig instance.
signalHandlerType | The requested signal handler type. |
symbolicationStrategy | A local symbolication strategy. |
|
readnonatomicassign |
The configured signal handler type.
|
readnonatomicassign |
The configured symbolication strategy.