mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Don't create junk file when posting crash report.
Fixes atom/atom#3166.
This commit is contained in:
@@ -350,6 +350,8 @@ void ExecUploadProcessOrTerminate(const BreakpadInfo& info,
|
||||
"--timeout=60", // Set a timeout so we don't hang forever.
|
||||
"--tries=1", // Don't retry if the upload fails.
|
||||
"--quiet", // Be silent.
|
||||
"-O", // output reply to /dev/null.
|
||||
"/dev/null",
|
||||
NULL,
|
||||
};
|
||||
static const char msg[] = "Cannot upload crash dump: cannot exec "
|
||||
|
||||
Reference in New Issue
Block a user