mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-28 00:34:16 +01:00
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
@ -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 New Issue
Block a user