Loading init/reboot.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -567,6 +567,11 @@ int StopServicesAndLogViolations(const std::set<std::string>& services, } static Result<void> UnmountAllApexes() { // don't need to unmount because apexd doesn't use /data in Microdroid if (IsMicrodroid()) { return {}; } const char* args[] = {"/system/bin/apexd", "--unmount-all"}; int status; if (logwrap_fork_execvp(arraysize(args), args, &status, false, LOG_KLOG, true, nullptr) != 0) { Loading Loading
init/reboot.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -567,6 +567,11 @@ int StopServicesAndLogViolations(const std::set<std::string>& services, } static Result<void> UnmountAllApexes() { // don't need to unmount because apexd doesn't use /data in Microdroid if (IsMicrodroid()) { return {}; } const char* args[] = {"/system/bin/apexd", "--unmount-all"}; int status; if (logwrap_fork_execvp(arraysize(args), args, &status, false, LOG_KLOG, true, nullptr) != 0) { Loading