Loading healthd/healthd_mode_charger.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -608,7 +608,7 @@ static void process_key(struct charger *charger, int code, int64_t now) accordingly. */ if (property_get_bool("ro.enable_boot_charger_mode", false)) { LOGW("[%" PRId64 "] booting from charger mode\n", now); set_backlight(false); healthd_board_mode_set_backlight(false); gr_fb_blank(true); property_set("sys.boot_from_charger_mode", "1"); } else { Loading Loading
healthd/healthd_mode_charger.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -608,7 +608,7 @@ static void process_key(struct charger *charger, int code, int64_t now) accordingly. */ if (property_get_bool("ro.enable_boot_charger_mode", false)) { LOGW("[%" PRId64 "] booting from charger mode\n", now); set_backlight(false); healthd_board_mode_set_backlight(false); gr_fb_blank(true); property_set("sys.boot_from_charger_mode", "1"); } else { Loading