| 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;
|
| }
|
|
|
|
|