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

Commit 5eaaec30 authored by Wei Wang's avatar Wei Wang
Browse files

thermal: change WARNING level to EMERGENCY

Bug: 116540200
Test: VtsHalThermalV2_0TargetTest
Change-Id: I705da6145c37f94db457e33843e431675895880b
parent 039bbfee
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -71,9 +71,10 @@ enum ThrottlingSeverity : uint32_t {
    CRITICAL,

    /**
     * User should be warned before shutdown.
     * Key components in platform are shutting down due to thermal condition.
     * Device functionalities will be limited.
     */
    WARNING,
    EMERGENCY,

    /**
     * Need shutdown immediately.