We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b767c4 + abc5f88 commit 674339dCopy full SHA for 674339d
init/service.cpp
@@ -329,8 +329,8 @@ void Service::Reap(const siginfo_t& siginfo) {
329
LOG(FATAL) << "critical process '" << name_ << "' exited 4 times "
330
<< exit_reason;
331
} else {
332
- LOG(ERROR) << "updatable process '" << name_ << "' exited 4 times "
333
- << exit_reason;
+ LOG(ERROR) << "process with updatable components '" << name_
+ << "' exited 4 times " << exit_reason;
334
// Notifies update_verifier and apexd
335
SetProperty("sys.init.updatable_crashing_process_name", name_);
336
SetProperty("sys.init.updatable_crashing", "1");
0 commit comments