Skip to content

Commit 5cb7710

Browse files
author
vlussenburg
committed
allAttachment, like for OOM reports
1 parent 2937a54 commit 5cb7710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Public/BacktraceCrashReporter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extension BacktraceCrashReporter: CrashReporting {
3636
attributesProvider.set(faultMessage: "siginfo_t.si_signo: \(signalInfo.si_signo)")
3737

3838
try? AttributesStorage.store(attributesProvider.allAttributes, fileName: BacktraceCrashReporter.crashName)
39-
try? AttachmentsStorage.store(attributesProvider.attachments, fileName: BacktraceCrashReporter.crashName)
39+
try? AttachmentsStorage.store(attributesProvider.allAttachments, fileName: BacktraceCrashReporter.crashName)
4040
}
4141

4242
var callbacks = withUnsafeMutableBytes(of: &mutableContext) { rawMutablePointer in

0 commit comments

Comments
 (0)