mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-24 08:15:01 +01: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue