mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-23 17:03:47 +00:00
Fix uploader so that it send the guid to the server.
Review URL: https://breakpad.appspot.com/391002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@969 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
d6b6959e0e
commit
fd67ff286e
1 changed files with 1 additions and 0 deletions
|
@ -418,6 +418,7 @@ NSDictionary *readConfigurationData(const char *configFile) {
|
|||
[googleDictionary_ setObject:@"comments" forKey:@BREAKPAD_COMMENTS];
|
||||
[googleDictionary_ setObject:@"prod" forKey:@BREAKPAD_PRODUCT];
|
||||
[googleDictionary_ setObject:@"ver" forKey:@BREAKPAD_VERSION];
|
||||
[googleDictionary_ setObject:@"guid" forKey:@"guid"];
|
||||
|
||||
[socorroDictionary_ setObject:@"Comments" forKey:@BREAKPAD_COMMENTS];
|
||||
[socorroDictionary_ setObject:@"CrashTime"
|
||||
|
|
Loading…
Reference in a new issue