Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da4e6894 authored by Wei Wang's avatar Wei Wang Committed by android-build-merger
Browse files

init: Fire shutdown trigger for thermal shutdown

am: 63a1d0a5

Change-Id: I1355e32c56947a79666eb3a58d9299042171a25c
parents 342e0225 63a1d0a5
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -498,10 +498,8 @@ bool HandlePowerctlMessage(const std::string& command) {
            }
        }
    } else if (command == "thermal-shutdown") {  // no additional parameter allowed
        // run_fsck is false to avoid delay
        cmd = ANDROID_RB_THERMOFF;
        // Do not queue "shutdown" trigger since we want to shutdown immediately
        DoReboot(cmd, command, reboot_target, run_fsck);
        return true;
    } else {
        command_invalid = true;
    }