Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38f6726e authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Initialize paths for health 2.1 + batteryCapacityLevelPath +...

Merge "Initialize paths for health 2.1 + batteryCapacityLevelPath + batteryChargeTimeToFullNowPath" am: 0e7081d5 am: 32234ee7 am: 68adc58a

Change-Id: Ia2d9c09ae3085cfd8825bb25dec738d6404c1d0d
parents 63e2c21f 68adc58a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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,