Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Unified Diff: user_collector.cc

Issue 3820004: crash-reporter: send payload sizes to help diagnose corruption (Closed) Base URL: http://git.chromium.org/git/crash-reporter.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « kernel_collector.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: user_collector.cc
diff --git a/user_collector.cc b/user_collector.cc
index 18ab7b95dd509dc85e31decec3edcdaf16bde42d..4047eb49c7c19ccf2b71902a843323b242e442c6 100644
--- a/user_collector.cc
+++ b/user_collector.cc
@@ -278,7 +278,8 @@ bool UserCollector::GenerateDiagnostics(pid_t pid,
WriteCrashMetaData(
crash_path.Append(
StringPrintf("%s.meta", dump_basename.c_str())),
- exec_name);
+ exec_name,
+ minidump_path.value());
if (conversion_result) {
logger_->LogInfo("Stored minidump to %s", minidump_path.value().c_str());
« no previous file with comments | « kernel_collector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698