Increase kMinidumpFileLengthLimit from 800000 to 2MB.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@966 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
d3ad7c4c99
commit
df8d4f964f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
#import "client/mac/sender/uploader.h"
|
||||
#import "common/mac/GTMLogger.h"
|
||||
|
||||
const int kMinidumpFileLengthLimit = 800000;
|
||||
const int kMinidumpFileLengthLimit = 2 * 1024 * 1024; // 2MB
|
||||
|
||||
#define kApplePrefsSyncExcludeAllKey \
|
||||
@"com.apple.PreferenceSync.ExcludeAllSyncKeys"
|
||||
|
|
Loading…
Reference in a new issue