commit | fb589aac7764edc36432cf5cef5897c7e1f02c90 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Wed Dec 13 22:43:04 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Dec 13 22:43:04 2023 +0000 |
tree | 566052c3bb04d7ef13b58783645e4abb8df2a354 | |
parent | d1d9b0ef8a1be270b40a5391f20312f0945f90fb [diff] | |
parent | 629a26b6c57d3558806f1a8b62300201a44694e4 [diff] |
Merge "healthd: Add handling for "Calibration required" battery health." into main
diff --git a/healthd/BatteryMonitor.cpp b/healthd/BatteryMonitor.cpp index efd9907..b8bb586 100644 --- a/healthd/BatteryMonitor.cpp +++ b/healthd/BatteryMonitor.cpp
@@ -220,6 +220,7 @@ {"Warm", BatteryHealth::GOOD}, {"Cool", BatteryHealth::GOOD}, {"Hot", BatteryHealth::OVERHEAT}, + {"Calibration required", BatteryHealth::INCONSISTENT}, {NULL, BatteryHealth::UNKNOWN}, };