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

Unified Diff: client/mac/Framework/Breakpad.h

Issue 571523004: Mac: Add support for in-process crash reporting (Closed) Base URL: https://chromium.googlesource.com/external/google-breakpad/src.git@master
Patch Set: Created 6 years, 3 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 | « client/apple/Framework/BreakpadDefines.h ('k') | client/mac/Framework/Breakpad.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/mac/Framework/Breakpad.h
diff --git a/client/mac/Framework/Breakpad.h b/client/mac/Framework/Breakpad.h
index dbc620ebf92c7c20d9a89fd4701562b1a9cbf44d..dc7e45d1c8a6c7e3fe44bfeb9a6173ad88420657 100644
--- a/client/mac/Framework/Breakpad.h
+++ b/client/mac/Framework/Breakpad.h
@@ -158,6 +158,11 @@ typedef bool (*BreakpadFilterCallback)(int exception_type,
// but pass as URL parameters when
// uploading theminidump to the crash
// server.
+//
+// BREAKPAD_IN_PROCESS A boolean NSNumber value. If YES, Breakpad
+// will write the dump file in-process and then
+// launch the reporter executable as a child
+// process.
//=============================================================================
// The BREAKPAD_PRODUCT, BREAKPAD_VERSION and BREAKPAD_URL are
// required to have non-NULL values. By default, the BREAKPAD_PRODUCT
« no previous file with comments | « client/apple/Framework/BreakpadDefines.h ('k') | client/mac/Framework/Breakpad.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698