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

Commit d05b4af6 authored by Ian Pedowitz's avatar Ian Pedowitz Committed by Android (Google) Code Review
Browse files

Merge "Adding comment removed from failed merge (6acb240c)"

parents d089445a 585ab65c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -600,6 +600,9 @@ void BatteryMonitor::init(struct healthd_config *hc) {
        closedir(dir);
    }

    // This indicates that there is no charger driver registered.
    // Typically the case for devices which do not have a battery and
    // and are always plugged into AC mains.
    if (!mChargerNames.size()) {
        KLOG_ERROR(LOG_TAG, "No charger supplies found\n");
        mBatteryFixedCapacity = ALWAYS_PLUGGED_CAPACITY;