mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-04-17 18:11:49 +00:00
Avoid redefinition of global static debug flag and remove unneeded
#import "GTMDefines.h Patch by Alistair Tse <altse@chromium.org> Review URL: https://breakpad.appspot.com/824002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1244 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
d9d0a61f97
commit
31a477e889
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue