mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 15:33:41 +00:00
Set use_async_processing in windows symupload.
Change-Id: If9cc629a44b8c05e4be55d765800c239c47e076c Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3554917 Reviewed-by: Ivan Penkov <ivanpe@chromium.org>
This commit is contained in:
parent
dccd242781
commit
fd72a6c232
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ namespace google_breakpad {
|
|||
L"{ symbol_id: {"
|
||||
L"debug_file: \"" + debug_file + L"\", "
|
||||
L"debug_id: \"" + debug_id + L"\" "
|
||||
L"} }";
|
||||
L"}, "
|
||||
L"use_async_processing: true }";
|
||||
wstring response;
|
||||
int response_code;
|
||||
|
||||
|
|
Loading…
Reference in a new issue