mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-01-22 22:01:07 +00:00
Print response code when sym_upload fails.
https://breakpad.appspot.com/631003/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1228 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
667991e25f
commit
32cbf9fc88
|
@ -154,6 +154,7 @@ static void Start(Options *options) {
|
|||
|
||||
if (!success) {
|
||||
printf("Failed to send symbol file: %s\n", error.c_str());
|
||||
printf("Response code: %ld\n", response_code);
|
||||
printf("Response:\n");
|
||||
printf("%s\n", response.c_str());
|
||||
} else if (response_code == 0) {
|
||||
|
|
Loading…
Reference in a new issue