Home
last modified time | relevance | path

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

/system/core/init/
Dbuiltins.cpp1140 auto reboot_reason = vdc_arg + "_failed"; in ExecVdcRebootOnFailure() local
1143 reboot_reason = "userspace_failed," + vdc_arg; in ExecVdcRebootOnFailure()
1146 auto reboot = [reboot_reason, should_reboot_into_recovery](const std::string& message) { in ExecVdcRebootOnFailure()
1150 LOG(ERROR) << message << ": Rebooting into recovery, reason: " << reboot_reason; in ExecVdcRebootOnFailure()
1152 {"--prompt_and_wipe_data", "--reason="s + reboot_reason}); in ExecVdcRebootOnFailure()
1157 LOG(ERROR) << "Failure (reboot suppressed): " << reboot_reason; in ExecVdcRebootOnFailure()
1160 LOG(ERROR) << message << ": rebooting, reason: " << reboot_reason; in ExecVdcRebootOnFailure()
1161 trigger_shutdown("reboot," + reboot_reason); in ExecVdcRebootOnFailure()