diff options
Diffstat (limited to 'src/client/mac/crash_generation')
-rw-r--r-- | src/client/mac/crash_generation/ConfigFile.mm | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/client/mac/crash_generation/ConfigFile.mm b/src/client/mac/crash_generation/ConfigFile.mm index 7ff25378..9764503f 100644 --- a/src/client/mac/crash_generation/ConfigFile.mm +++ b/src/client/mac/crash_generation/ConfigFile.mm @@ -36,17 +36,7 @@ #include <sys/time.h> #import "client/apple/Framework/BreakpadDefines.h" -#import "GTMDefines.h" - -#define VERBOSE 0 - -#if VERBOSE - bool gDebugLog = true; -#else - bool gDebugLog = false; -#endif - -#define DEBUGLOG if (gDebugLog) fprintf +#import "client/mac/crash_generation/Inspector.h" namespace google_breakpad { |