mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-31 01:43:03 +08:00
Mark Mentovai
c95b30464a
mac: Make UseSystemDefaultHandler() clear handlers on failure
If the task’s exception handler for EXC_CRASH, EXC_RESOURCE, and EXC_GUARD exceptions cannot be set, clear the handler instead. Nothing considered this function’s return value, and the only viable fallback action on failure would have been to do what the function now does, so its return type is changed to void. R=rsesek@chromium.org Review URL: https://codereview.chromium.org/1386943002 .
Description
Languages
C++
92.6%
Objective-C++
2.5%
C
2%
Python
1.7%
Assembly
0.9%
Other
0.3%