From a3d4c973369987e14cc0c05964e288ea0eac11dc Mon Sep 17 00:00:00 2001 From: nealsid Date: Mon, 6 Apr 2009 00:25:29 +0000 Subject: 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/ 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 --- src/common/mac/GTMLogger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/mac/GTMLogger.h') 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 +#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 @end // GTMLogNoFilter - -- cgit v1.2.1