mirror of
https://github.com/Fishwaldo/qt-openzwave.git
synced 2025-03-15 19:41:24 +00:00
submit crashes
This commit is contained in:
parent
5daa58db6a
commit
a9b0533853
1 changed files with 2 additions and 2 deletions
|
@ -88,8 +88,8 @@ void* context, bool succeeded) {
|
|||
files["upload_file_minidump"] = descriptor.path();
|
||||
|
||||
std::string response, error;
|
||||
//bool success = google_breakpad::HTTPUpload::SendRequest(url, parameters, files, proxy_host, proxy_userpasswd, "", &response, NULL, &error);
|
||||
//printf("%d - %s\n", success, response.c_str());
|
||||
bool success = google_breakpad::HTTPUpload::SendRequest(url, parameters, files, proxy_host, proxy_userpasswd, "", &response, NULL, &error);
|
||||
printf("%d - %s\n", success, response.c_str());
|
||||
}
|
||||
backtrace();
|
||||
return succeeded;
|
||||
|
|
Loading…
Add table
Reference in a new issue