From def0b7a7b0c4ad3c2f27ddddffcbba7892594da6 Mon Sep 17 00:00:00 2001 From: "andresantoso@chromium.org" Date: Mon, 15 Sep 2014 22:48:18 +0000 Subject: Mac: Add support for in-process crash reporting to Breakpad. Add new option BREAKPAD_IN_PROCESS. If YES, Breakpad will write the dump file in-process and then launch the reporter executable as a child process. Originally reviewed at https://codereview.chromium.org/571523004/ BUG=chromium:414239 R=mark@chromium.org Review URL: https://breakpad.appspot.com/1714002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1375 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/apple/Framework/BreakpadDefines.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/apple/Framework/BreakpadDefines.h') diff --git a/src/client/apple/Framework/BreakpadDefines.h b/src/client/apple/Framework/BreakpadDefines.h index 8986cd1b..410a5a6f 100644 --- a/src/client/apple/Framework/BreakpadDefines.h +++ b/src/client/apple/Framework/BreakpadDefines.h @@ -62,6 +62,7 @@ #define BREAKPAD_EMAIL "BreakpadEmail" #define BREAKPAD_SERVER_TYPE "BreakpadServerType" #define BREAKPAD_SERVER_PARAMETER_DICT "BreakpadServerParameters" +#define BREAKPAD_IN_PROCESS "BreakpadInProcess" // The keys below are NOT user supplied, and are used internally. #define BREAKPAD_PROCESS_START_TIME "BreakpadProcStartTime" -- cgit v1.2.1