projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0b8b47
)
linux: Be quiet when uploading crash report.
author
Cheng Zhao
<zcbenz@gmail.com>
Wed, 7 May 2014 01:05:00 +0000
(09:05 +0800)
committer
Cheng Zhao
<zcbenz@gmail.com>
Wed, 7 May 2014 01:05:00 +0000
(09:05 +0800)
atom/common/crash_reporter/linux/crash_dump_handler.cc
patch
|
blob
|
history
diff --git
a/atom/common/crash_reporter/linux/crash_dump_handler.cc
b/atom/common/crash_reporter/linux/crash_dump_handler.cc
index
c729788
..
9d20ba4
100644
(file)
--- a/
atom/common/crash_reporter/linux/crash_dump_handler.cc
+++ b/
atom/common/crash_reporter/linux/crash_dump_handler.cc
@@
-347,10
+347,9
@@
void ExecUploadProcessOrTerminate(const BreakpadInfo& info,
post_file,
// TODO(zcbenz): Enabling custom upload url.
info.upload_url,
- "--timeout=
1
0", // Set a timeout so we don't hang forever.
+ "--timeout=
6
0", // Set a timeout so we don't hang forever.
"--tries=1", // Don't retry if the upload fails.
- "-O", // output reply to fd 3
- "/dev/fd/3",
+ "--quiet", // Be silent.
NULL,
};
static const char msg[] = "Cannot upload crash dump: cannot exec "