Merge "Make init.updatable_crashing a read/write property"
This commit is contained in:
commit
baca43b3d8
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ void Service::Reap(const siginfo_t& siginfo) {
|
|||
LOG(ERROR) << "updatable process '" << name_ << "' exited 4 times "
|
||||
<< (boot_completed ? "in 4 minutes" : "before boot completed");
|
||||
// Notifies update_verifier and apexd
|
||||
property_set("ro.init.updatable_crashing", "1");
|
||||
property_set("sys.init.updatable_crashing", "1");
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue