We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbff43 commit 7809a9cCopy full SHA for 7809a9c
Sources/Public/BacktraceCrashReporter.swift
@@ -11,7 +11,7 @@ import Darwin
11
12
/// Creates an instance of a crash reporter.
13
/// - Parameter config: A `PLCrashReporterConfig` configuration to use.
14
- @objc public convenience init(config: PLCrashReporterConfig = PLCrashReporterConfig.defaultConfiguration()) {
+ @objc public convenience init(config: PLCrashReporterConfig = PLCrashReporterConfig(signalHandlerType: .BSD, symbolicationStrategy: .all)) {
15
self.init(reporter: PLCrashReporter(configuration: config))
16
}
17
0 commit comments