Loading init/service.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -300,7 +300,7 @@ void Service::Reap(const siginfo_t& siginfo) { LOG(ERROR) << "updatable process '" << name_ << "' exited 4 times " LOG(ERROR) << "updatable process '" << name_ << "' exited 4 times " << (boot_completed ? "in 4 minutes" : "before boot completed"); << (boot_completed ? "in 4 minutes" : "before boot completed"); // Notifies update_verifier and apexd // Notifies update_verifier and apexd property_set("ro.init.updatable_crashing", "1"); property_set("sys.init.updatable_crashing", "1"); } } } } } else { } else { Loading Loading
init/service.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -300,7 +300,7 @@ void Service::Reap(const siginfo_t& siginfo) { LOG(ERROR) << "updatable process '" << name_ << "' exited 4 times " LOG(ERROR) << "updatable process '" << name_ << "' exited 4 times " << (boot_completed ? "in 4 minutes" : "before boot completed"); << (boot_completed ? "in 4 minutes" : "before boot completed"); // Notifies update_verifier and apexd // Notifies update_verifier and apexd property_set("ro.init.updatable_crashing", "1"); property_set("sys.init.updatable_crashing", "1"); } } } } } else { } else { Loading