mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 11:33:39 +00:00
Set use_async_processing in mac symupload.
Change-Id: I9192aed92cc3ee85c6fdce54cbf51414338d7b99 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3558027 Reviewed-by: Ivan Penkov <ivanpe@chromium.org>
This commit is contained in:
parent
59abf117ac
commit
dccd242781
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@
|
|||
|
||||
NSMutableDictionary* jsonDictionary = [@{
|
||||
@"symbol_id" : @{@"debug_file" : debugFile, @"debug_id" : debugID},
|
||||
@"symbol_upload_type" : type
|
||||
@"symbol_upload_type" : type, @"use_async_processing" : @"true"
|
||||
} mutableCopy];
|
||||
|
||||
if (productName != nil) {
|
||||
|
|
Loading…
Reference in a new issue