Loading healthd/BatteryMonitor.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -530,7 +530,7 @@ static void doLogValues(const HealthInfo& props, const struct healthd_config& he props.chargerAcOnline ? "a" : "", props.chargerUsbOnline ? "u" : "", props.chargerAcOnline ? "a" : "", props.chargerUsbOnline ? "u" : "", props.chargerWirelessOnline ? "w" : "", props.chargerDockOnline ? "d" : ""); props.chargerWirelessOnline ? "w" : "", props.chargerDockOnline ? "d" : ""); KLOG_DEBUG(LOG_TAG, "%s\n", dmesgline); KLOG_WARNING(LOG_TAG, "%s\n", dmesgline); } } void BatteryMonitor::logValues(const HealthInfo_2_1& health_info, void BatteryMonitor::logValues(const HealthInfo_2_1& health_info, Loading Loading
healthd/BatteryMonitor.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -530,7 +530,7 @@ static void doLogValues(const HealthInfo& props, const struct healthd_config& he props.chargerAcOnline ? "a" : "", props.chargerUsbOnline ? "u" : "", props.chargerAcOnline ? "a" : "", props.chargerUsbOnline ? "u" : "", props.chargerWirelessOnline ? "w" : "", props.chargerDockOnline ? "d" : ""); props.chargerWirelessOnline ? "w" : "", props.chargerDockOnline ? "d" : ""); KLOG_DEBUG(LOG_TAG, "%s\n", dmesgline); KLOG_WARNING(LOG_TAG, "%s\n", dmesgline); } } void BatteryMonitor::logValues(const HealthInfo_2_1& health_info, void BatteryMonitor::logValues(const HealthInfo_2_1& health_info, Loading