aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/GTMLogger.h
diff options
context:
space:
mode:
authornealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-04-06 00:25:29 +0000
committernealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-04-06 00:25:29 +0000
commita3d4c973369987e14cc0c05964e288ea0eac11dc (patch)
treef53b1acc20ae0a32a8b2a5cc96c4a0d90e101368 /src/common/mac/GTMLogger.h
parentOpen sourcing the Breakpad framework from Google. (diff)
downloadbreakpad-a3d4c973369987e14cc0c05964e288ea0eac11dc.tar.xz
Incorporate feedback from first Breakpad integration.
This upload fixes five issues: 1) Preston's email was hardcoded in the xib :-( 2) Changed from xib to NIB to facilitate Tiger building 3) Changed the logs location to be user specifiable by BreakpadMinidumpLocation key, or ~/Library/Breakpad/<BREAKPAD_PRODUCT> by default 4) Fixed GTM Defines problem in order to build on Tiger 5) Also set CFBundleIcon in the sender program correctly, and updated plist, and renamed ReporterIcons to crash_report_sendER.ICNS. However the rietveld upload script doesn't appear to pick up renamed files correctly, so that file doesn't show up in the patch upload. Also various comments were updated for accuracy. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@323 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/mac/GTMLogger.h')
-rw-r--r--src/common/mac/GTMLogger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mac/GTMLogger.h b/src/common/mac/GTMLogger.h
index 1626b1b6..7d52f01e 100644
--- a/src/common/mac/GTMLogger.h
+++ b/src/common/mac/GTMLogger.h
@@ -50,6 +50,7 @@
// called from multiple threads, so it must be thread-safe.
#import <Foundation/Foundation.h>
+#import "GTMDefines.h"
// Predeclaration of used protocols that are declared later in this file.
@protocol GTMLogWriter, GTMLogFormatter, GTMLogFilter;
@@ -455,4 +456,3 @@ typedef enum {
// way to enable debug-level logging in release builds (if you so desire).
@interface GTMLogNoFilter : NSObject <GTMLogFilter>
@end // GTMLogNoFilter
-