mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-16 12:12:47 +08:00
cd85c9f700
Chrome’s relauncher process needs a way to sever ties with the crashpad_handler instance running from the disk image in order to cause that instance to exit so that the disk image may be unmounted. This new function is otherwise not thought to be interesting, and its use is not recommended. This comes with a small refactoring to create a SystemCrashReporterHandler() function, and a fix for a minor port leak in CrashReportExceptionHandler::CatchMachException(). BUG=chromium:538373 R=rsesek@chromium.org Review URL: https://codereview.chromium.org/1375573005 .