init: log 'updatable process' clarification
-> process with updatable components Fixes: 172605179 Test: N/A Change-Id: I0f9353fe65cea623e1d2292f0163cc545bfc909d
This commit is contained in:
parent
56850e12e3
commit
abc5f8830e
1 changed files with 2 additions and 2 deletions
|
|
@ -329,8 +329,8 @@ void Service::Reap(const siginfo_t& siginfo) {
|
|||
LOG(FATAL) << "critical process '" << name_ << "' exited 4 times "
|
||||
<< exit_reason;
|
||||
} else {
|
||||
LOG(ERROR) << "updatable process '" << name_ << "' exited 4 times "
|
||||
<< exit_reason;
|
||||
LOG(ERROR) << "process with updatable components '" << name_
|
||||
<< "' exited 4 times " << exit_reason;
|
||||
// Notifies update_verifier and apexd
|
||||
SetProperty("sys.init.updatable_crashing_process_name", name_);
|
||||
SetProperty("sys.init.updatable_crashing", "1");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue