diff options
author | Ruchi Kandoi <kandoiruchi@google.com> | 2015-08-26 00:22:11 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-08-26 00:22:11 +0000 |
commit | 9e8eb9930b39638f7a7fff6b02a86906430cb76f (patch) | |
tree | c529aa66cf31706e3c5bdff0c1efc2bb1f27237f /healthd/healthd.cpp | |
parent | 361d16e7079e4b6e1c27df3f8ccc98b67b74a62f (diff) | |
parent | 62729a1d195cd27b353da24be21bd0a855884431 (diff) | |
download | core-9e8eb9930b39638f7a7fff6b02a86906430cb76f.tar.gz core-9e8eb9930b39638f7a7fff6b02a86906430cb76f.tar.bz2 core-9e8eb9930b39638f7a7fff6b02a86906430cb76f.zip |
am 62729a1d: am 565e4c6a: Merge "healthd: Adds cycle_count, current_now and full_charge properties."
* commit '62729a1d195cd27b353da24be21bd0a855884431':
healthd: Adds cycle_count, current_now and full_charge properties.
Diffstat (limited to 'healthd/healthd.cpp')
-rw-r--r-- | healthd/healthd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/healthd/healthd.cpp b/healthd/healthd.cpp index b0002cc95..85888c3ca 100644 --- a/healthd/healthd.cpp +++ b/healthd/healthd.cpp @@ -52,6 +52,8 @@ static struct healthd_config healthd_config = { .batteryCurrentNowPath = String8(String8::kEmptyString), .batteryCurrentAvgPath = String8(String8::kEmptyString), .batteryChargeCounterPath = String8(String8::kEmptyString), + .batteryFullChargePath = String8(String8::kEmptyString), + .batteryCycleCountPath = String8(String8::kEmptyString), .energyCounter = NULL, .boot_min_cap = 0, .screen_on = NULL, |