thermal: change WARNING level to EMERGENCY

Bug: 116540200
Test: VtsHalThermalV2_0TargetTest
Change-Id: I705da6145c37f94db457e33843e431675895880b
This commit is contained in:
Wei Wang 2018-12-04 14:34:14 -08:00
parent 039bbfee53
commit 5eaaec3010

View file

@ -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.