Merge "Make init.updatable_crashing a read/write property"

This commit is contained in:
Nikita Ioffe 2019-10-07 13:51:25 +00:00 committed by Gerrit Code Review
commit baca43b3d8

View file

@ -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 {