From cc338801e46776541fb661956ce76a3c97f5bb45 Mon Sep 17 00:00:00 2001 From: Ruchi Kandoi Date: Mon, 24 Aug 2015 13:01:16 -0700 Subject: healthd: Adds cycle_count, current_now and full_charge properties. Bug: 22981343 Change-Id: I4b942b891f61e6bf12e3b23f4e0ada5b7f14fd83 Signed-off-by: Ruchi Kandoi --- healthd/healthd.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'healthd/healthd.cpp') diff --git a/healthd/healthd.cpp b/healthd/healthd.cpp index 1fee855c0..cc6824ab5 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, .screen_on = NULL, }; -- cgit v1.2.3