system/core
Révision | 204bd34e58de124ead5a1e65b852608620077b84 (tree) |
---|---|
l'heure | 2019-12-21 11:07:36 |
Auteur | android-build-team Robot <android-build-team-robot@goog...> |
Commiter | android-build-team Robot |
Snap for 6091187 from 96d6745fe4dd110d2f23e3811e36c798a75dd2a7 to qt-qpr2-release
Change-Id: I3a07180a2f4f79d388c3d471a3bb08405c6fea48
@@ -387,6 +387,7 @@ void Service::Reap(const siginfo_t& siginfo) { | ||
387 | 387 | LOG(ERROR) << "updatable process '" << name_ << "' exited 4 times " |
388 | 388 | << (boot_completed ? "in 4 minutes" : "before boot completed"); |
389 | 389 | // Notifies update_verifier and apexd |
390 | + property_set("ro.init.updatable_crashing_process_name", name_); | |
390 | 391 | property_set("ro.init.updatable_crashing", "1"); |
391 | 392 | } |
392 | 393 | } |