mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-15 10:07:56 +08:00
676a190308
The metrics recording signal handler doesn't need to be re-installed on Linux because the handler installed by StartHandler() restores the previously installed handler by default. Reinstalling the metrics handler results in a crash dump loop in which each signal handler restores the other. Change-Id: Ieef40c74bfc69f6e0caef9809f33cfcaa10f0d03 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1832153 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org>