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

Unified Diff: kernel_collector.cc

Issue 4088003: crash-reporter: write conversion failure diagnostics into fake dmp files (Closed) Base URL: http://git.chromium.org/git/crash-reporter.git
Patch Set: Add signature for error logs 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 | « crash_sender ('k') | kernel_collector_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: kernel_collector.cc
diff --git a/kernel_collector.cc b/kernel_collector.cc
index a95d757dbbaffe2ba423fcd0ac796a4c10e0a876..c95873347dd435b1247e093fb69d0cd1623450e4 100644
--- a/kernel_collector.cc
+++ b/kernel_collector.cc
@@ -259,13 +259,14 @@ bool KernelCollector::Collect() {
logger_->LogInfo("Received prior crash notification from "
"kernel (signature %s) (%s)",
signature.c_str(),
- feedback ? "handling" : "ignoring");
+ feedback ? "handling" : "ignoring - no consent");
if (feedback) {
count_crash_function_();
if (!GetCreatedCrashDirectoryByEuid(kRootUid,
- &root_crash_directory)) {
+ &root_crash_directory,
+ NULL)) {
return true;
}
« no previous file with comments | « crash_sender ('k') | kernel_collector_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698