Merge "Initialize paths for health 2.1 + batteryCapacityLevelPath + batteryChargeTimeToFullNowPath"
am: 0e7081d5ed
Change-Id: Ic092adf7ae14b10ef56aa97d1d37a69c62ce1422
This commit is contained in:
commit
32234ee7fa
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ void InitHealthdConfig(struct healthd_config* healthd_config) {
|
|||
.batteryChargeCounterPath = String8(String8::kEmptyString),
|
||||
.batteryFullChargePath = String8(String8::kEmptyString),
|
||||
.batteryCycleCountPath = String8(String8::kEmptyString),
|
||||
.batteryCapacityLevelPath = String8(String8::kEmptyString),
|
||||
.batteryChargeTimeToFullNowPath = String8(String8::kEmptyString),
|
||||
.energyCounter = NULL,
|
||||
.boot_min_cap = 0,
|
||||
.screen_on = NULL,
|
||||
|
|
Loading…
Reference in a new issue