Skip to content

Commit abc5f88

Browse files
committed
init: log 'updatable process' clarification
-> process with updatable components Fixes: 172605179 Test: N/A Change-Id: I0f9353fe65cea623e1d2292f0163cc545bfc909d
1 parent 56850e1 commit abc5f88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init/service.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ void Service::Reap(const siginfo_t& siginfo) {
329329
LOG(FATAL) << "critical process '" << name_ << "' exited 4 times "
330330
<< exit_reason;
331331
} else {
332-
LOG(ERROR) << "updatable process '" << name_ << "' exited 4 times "
333-
<< exit_reason;
332+
LOG(ERROR) << "process with updatable components '" << name_
333+
<< "' exited 4 times " << exit_reason;
334334
// Notifies update_verifier and apexd
335335
SetProperty("sys.init.updatable_crashing_process_name", name_);
336336
SetProperty("sys.init.updatable_crashing", "1");

0 commit comments

Comments
 (0)