Home
last modified time | relevance | path

Searched refs:kill_after_apps (Results 1 – 1 of 1) sorted by relevance

/system/core/init/
Dreboot.cpp373 const std::set<std::string> kill_after_apps{"tombstoned", "logd", "adbd"}; in DoReboot() local
377 if (kill_after_apps.count(s->name())) { in DoReboot()
488 if (kill_after_apps.count(s->name())) s->Stop(); in DoReboot()