Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 674339d9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "init: log 'updatable process' clarification"

parents 3b767c43 abc5f883
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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");