commit | db04a49a6faf094ec167507172e6007e4c4c3658 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Feb 16 17:19:23 2016 -0800 |
committer | Yabin Cui <yabinc@google.com> | Tue Feb 16 17:19:23 2016 -0800 |
tree | 6ea4c6e30245af61605beb81d3ab14e72a08c8bb | |
parent | 753676a1540b2514abca7ceaef2cb5faeb42e360 [diff] [blame] |
healthd: init members of BatteryMonitor. Bug: 26879394 Change-Id: I09a6c78137f91a0c88bf4ba1e8890b4ec31dcf2c
diff --git a/healthd/BatteryMonitor.h b/healthd/BatteryMonitor.h index a61171f..6001073 100644 --- a/healthd/BatteryMonitor.h +++ b/healthd/BatteryMonitor.h
@@ -37,6 +37,7 @@ ANDROID_POWER_SUPPLY_TYPE_BATTERY }; + BatteryMonitor(); void init(struct healthd_config *hc); bool update(void); status_t getProperty(int id, struct BatteryProperty *val);