recovery: report compliant reboot reason
shutdown and reboot should have a corresponding sub-reason.
Adding:
"reboot,fastboot_menu"
"reboot,recovery_menu"
"reboot,recovery_ui"
"shutdown,fastboot"
"shutdown,recovery"
"reboot,unknown#"
Test: none
Change-Id: Icf1ab0d462ec2de2272914a36994a095998d6186
This commit is contained in:
@@ -30,10 +30,10 @@
|
||||
#include "recovery_ui/ui.h"
|
||||
|
||||
static const std::vector<std::pair<std::string, Device::BuiltinAction>> kFastbootMenuActions{
|
||||
{ "Reboot system now", Device::REBOOT },
|
||||
{ "Reboot system now", Device::REBOOT_FROM_FASTBOOT },
|
||||
{ "Enter recovery", Device::ENTER_RECOVERY },
|
||||
{ "Reboot to bootloader", Device::REBOOT_BOOTLOADER },
|
||||
{ "Power off", Device::SHUTDOWN },
|
||||
{ "Power off", Device::SHUTDOWN_FROM_FASTBOOT },
|
||||
};
|
||||
|
||||
Device::BuiltinAction StartFastboot(Device* device, const std::vector<std::string>& /* args */) {
|
||||
|
||||
Reference in New Issue
Block a user