From 717bf0ded2895d950d0a69ecca780245ec96176d Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Fri, 17 Dec 2010 20:41:22 +0000 Subject: Keep a log of uploaded crash IDs on the Mac. Review URL: http://breakpad.appspot.com/245001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@748 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/mac/Framework/Breakpad.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/client/mac/Framework') diff --git a/src/client/mac/Framework/Breakpad.h b/src/client/mac/Framework/Breakpad.h index 52ea6c6b..fa861431 100644 --- a/src/client/mac/Framework/Breakpad.h +++ b/src/client/mac/Framework/Breakpad.h @@ -50,10 +50,13 @@ extern "C" { #include #include - // Keys for configuration file +// Keys for configuration file #define kReporterMinidumpDirectoryKey "MinidumpDir" #define kReporterMinidumpIDKey "MinidumpID" +// Filename for recording uploaded IDs +#define kReporterLogFilename "uploads.log" + // The default subdirectory of the Library to put crash dumps in // The subdirectory is // ~/Library// -- cgit v1.2.1