From c69d3db8871e2cc6662e3ecd71166e0e0b551a2f Mon Sep 17 00:00:00 2001 From: Ariel Demarco Date: Tue, 5 Nov 2024 12:46:29 -0300 Subject: [PATCH] Added comment --- Sources/EmbraceCrash/EmbraceCrashReporter.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/EmbraceCrash/EmbraceCrashReporter.swift b/Sources/EmbraceCrash/EmbraceCrashReporter.swift index ed2fa9a0..f4f4b820 100644 --- a/Sources/EmbraceCrash/EmbraceCrashReporter.swift +++ b/Sources/EmbraceCrash/EmbraceCrashReporter.swift @@ -146,6 +146,7 @@ public final class EmbraceCrashReporter: NSObject, CrashReporter { // Check if we drop crashes for a specific signal using the signalsBlockList if let crashSignal = self.getCrashSignal(fromReport: report), self.shouldDropCrashReport(withSignal: crashSignal) { + // if we find a report we should drop, then we also delete it from KSCrash self.deleteCrashReport(id: id.intValue) continue }