summaryrefslogtreecommitdiffstats
path: root/healthd/healthd.cpp
diff options
context:
space:
mode:
authorRuchi Kandoi <kandoiruchi@google.com>2015-08-26 00:22:11 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-26 00:22:11 +0000
commit9e8eb9930b39638f7a7fff6b02a86906430cb76f (patch)
treec529aa66cf31706e3c5bdff0c1efc2bb1f27237f /healthd/healthd.cpp
parent361d16e7079e4b6e1c27df3f8ccc98b67b74a62f (diff)
parent62729a1d195cd27b353da24be21bd0a855884431 (diff)
downloadcore-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.cpp2
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,