mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-28 10:15:10 +01: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…
Add table
Add a link
Reference in a new issue