thermal: change WARNING level to EMERGENCY
Bug: 116540200 Test: VtsHalThermalV2_0TargetTest Change-Id: I705da6145c37f94db457e33843e431675895880b
This commit is contained in:
parent
039bbfee53
commit
5eaaec3010
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue