MCPcopy Create free account
hub / github.com/chromium/crashpad / ReinstallCrashHandler

Function ReinstallCrashHandler

handler/handler_main.cc:366–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366void ReinstallCrashHandler() {
367 // This is used to re-enable the metrics-recording crash handler after
368 // MonitorSelf() sets up a Crashpad exception handler. On macOS, the
369 // metrics-recording handler uses signals and the Crashpad handler uses Mach
370 // exceptions, so there’s nothing to re-enable.
371 // On Linux, the signal handler installed by StartHandler() restores the
372 // previously installed signal handler by default.
373}
374
375void InstallCrashHandler() {
376 Signals::InstallCrashHandlers(HandleCrashSignal, 0, nullptr);

Callers 2

InstallCrashHandlerFunction · 0.85
MonitorSelfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected