commit | 26c0b9017b5ab71ec45199887e93bed0647a2785 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Wed Dec 13 23:28:12 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Dec 13 23:28:12 2023 +0000 |
tree | ecf7b7a25406c056abfbdc109d7706ae5be0c12c | |
parent | fb589aac7764edc36432cf5cef5897c7e1f02c90 [diff] | |
parent | cdf55585a788d5b7ad4e4804046549c54d5c1791 [diff] |
Merge "Use correct stack depot size in __scudo_get_error" 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}, };