summaryrefslogtreecommitdiffstats
path: root/healthd/healthd.cpp
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2014-05-20 13:54:40 -0700
committerTodd Poynor <toddpoynor@google.com>2014-05-20 16:26:48 -0700
commite14b37eb07b394fef05da5ee09dc6d33e3a25711 (patch)
tree43d8cc8e73f7d04f566b766fe88461edb7672c87 /healthd/healthd.cpp
parentb65208d1a98c4cc6b4fbae302f7718f056e2fadd (diff)
downloadcore-e14b37eb07b394fef05da5ee09dc6d33e3a25711.tar.gz
core-e14b37eb07b394fef05da5ee09dc6d33e3a25711.tar.bz2
core-e14b37eb07b394fef05da5ee09dc6d33e3a25711.zip
healthd: Add hooks for ENERGY_COUNTER property
Bug: 10118565 Change-Id: Ibabae2a78a600ae37ce9b91da0f5980ee94b05c2
Diffstat (limited to 'healthd/healthd.cpp')
-rw-r--r--healthd/healthd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/healthd/healthd.cpp b/healthd/healthd.cpp
index 5fe2965cb..a1912f174 100644
--- a/healthd/healthd.cpp
+++ b/healthd/healthd.cpp
@@ -52,6 +52,7 @@ static struct healthd_config healthd_config = {
.batteryCurrentNowPath = String8(String8::kEmptyString),
.batteryCurrentAvgPath = String8(String8::kEmptyString),
.batteryChargeCounterPath = String8(String8::kEmptyString),
+ .energyCounter = NULL,
};
static int eventct;