Revert "healthd: BatteryMonitor: doLogValues: reduce log level to debug"
This reverts commit aeccbb8f3a
.
Reason for revert: needed for debug and investigations of battery and charging issues. The tooling depends on these lines (and have been for years). You should have these lines only on SOC changes and in the presence of a serious problem. Please do not remove logging without consulting with the BMS SW team first.
Change-Id: Ife0079a7e0c1499b22e843429832b019139c0d89
This commit is contained in:
parent
aeccbb8f3a
commit
f08aeded81
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ static void doLogValues(const HealthInfo& props, const struct healthd_config& he
|
|||
props.chargerAcOnline ? "a" : "", props.chargerUsbOnline ? "u" : "",
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue