Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielDemarco committed Nov 5, 2024
1 parent 9a0adaf commit c69d3db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/EmbraceCrash/EmbraceCrashReporter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit c69d3db

Please sign in to comment.