Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: handler/crashpad_handler.ad

Issue 1391463002: mac: Add --use-system-default-handler option to crashpad_handler (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: For checkin Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | handler/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: handler/crashpad_handler.ad
diff --git a/handler/crashpad_handler.ad b/handler/crashpad_handler.ad
index 78a2adc2915a1bac4ce3de402719035203cd74da..f00ca054aae26c6267a6ca796b97138dbba3215c 100644
--- a/handler/crashpad_handler.ad
+++ b/handler/crashpad_handler.ad
@@ -82,6 +82,13 @@ Listen on the given pipe name for connections from clients. 'PIPE' must be of
the form +\\.\pipe\<somename>+. This option is required. This option is only
valid on Windows.
+*--reset-own-crash-exception-port-to-system-default*::
+Causes the exception handler server to set its own crash handler to the system
+default before beginning operation. This is only expected to be useful in cases
+where the server inherits an inappropriate crash handler from its parent
+process. This option is only valid on OS X. Use of this option is discouraged.
+It should not be used absent extraordinary circumstances.
+
*--url*='URL'::
If uploads are enabled, sends crash reports to the Breakpad-type crash report
collection server at 'URL'. Uploads are disabled by default, and can only be
« no previous file with comments | « no previous file | handler/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698