Skip to content

Commit

Permalink
rollback CrashLogMessageExtractor with disabled __cxa_throw swapper
Browse files Browse the repository at this point in the history
  • Loading branch information
mallexxx committed Aug 2, 2024
1 parent abebe1b commit fe78853
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DuckDuckGo/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ import WebKit

override init() {
super.init()

if !didCrashDuringCrashHandlersSetUp {
didCrashDuringCrashHandlersSetUp = true
CrashLogMessageExtractor.setUp(swapCxaThrow: false)

Check failure on line 106 in DuckDuckGo/AppDelegate.swift

View workflow job for this annotation

GitHub Actions / Make Release Build

argument passed to call that takes no arguments

Check failure on line 106 in DuckDuckGo/AppDelegate.swift

View workflow job for this annotation

GitHub Actions / Make Release Build

argument passed to call that takes no arguments

Check failure on line 106 in DuckDuckGo/AppDelegate.swift

View workflow job for this annotation

GitHub Actions / Unit Tests

argument passed to call that takes no arguments
didCrashDuringCrashHandlersSetUp = false
}
}

// swiftlint:disable:next function_body_length
Expand Down

0 comments on commit fe78853

Please sign in to comment.