Skip to content

Commit 7809a9c

Browse files
authored
Initialize with Backtrace-PlCrashReporter configuration (#134)
1 parent 0dbff43 commit 7809a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Public/BacktraceCrashReporter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Darwin
1111

1212
/// Creates an instance of a crash reporter.
1313
/// - Parameter config: A `PLCrashReporterConfig` configuration to use.
14-
@objc public convenience init(config: PLCrashReporterConfig = PLCrashReporterConfig.defaultConfiguration()) {
14+
@objc public convenience init(config: PLCrashReporterConfig = PLCrashReporterConfig(signalHandlerType: .BSD, symbolicationStrategy: .all)) {
1515
self.init(reporter: PLCrashReporter(configuration: config))
1616
}
1717

0 commit comments

Comments
 (0)