Merge "healthd: Add handling for "Calibration required" battery health." into main am: fb589aac77
am: 1d2e45dd56
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2868428 Change-Id: I6054367db80d7ad9ac626424d53705d15f744941 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
fab3ca4f23
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ BatteryHealth getBatteryHealth(const char* status) {
|
|||
{"Warm", BatteryHealth::GOOD},
|
||||
{"Cool", BatteryHealth::GOOD},
|
||||
{"Hot", BatteryHealth::OVERHEAT},
|
||||
{"Calibration required", BatteryHealth::INCONSISTENT},
|
||||
{NULL, BatteryHealth::UNKNOWN},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue