Merge "Store crashing process name in sysprop"
This commit is contained in:
commit
d1f5a817af
1 changed files with 1 additions and 0 deletions
|
@ -326,6 +326,7 @@ void Service::Reap(const siginfo_t& siginfo) {
|
|||
<< (boot_completed ? "in 4 minutes" : "before boot completed");
|
||||
// Notifies update_verifier and apexd
|
||||
SetProperty("sys.init.updatable_crashing", "1");
|
||||
SetProperty("sys.init.updatable_crashing_process_name", name_);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue