Loading services/core/java/com/android/server/power/thermal/ThermalManagerService.java +14 −14 Original line number Diff line number Diff line Loading @@ -906,6 +906,7 @@ public class ThermalManagerService extends SystemService { pw.println("Thermal Status: " + mStatus); pw.println("Cached temperatures:"); dumpItemsLocked(pw, "\t", mTemperatureMap.values()); } pw.println("HAL Ready: " + mHalReady.get()); if (mHalReady.get()) { pw.println("HAL connection:"); Loading @@ -920,7 +921,6 @@ public class ThermalManagerService extends SystemService { dumpTemperatureThresholds(pw, "\t", mHalWrapper.getTemperatureThresholds(false, 0)); } } if (Flags.allowThermalHeadroomThresholds()) { synchronized (mTemperatureWatcher.mSamples) { pw.println("Temperature headroom thresholds:"); Loading Loading
services/core/java/com/android/server/power/thermal/ThermalManagerService.java +14 −14 Original line number Diff line number Diff line Loading @@ -906,6 +906,7 @@ public class ThermalManagerService extends SystemService { pw.println("Thermal Status: " + mStatus); pw.println("Cached temperatures:"); dumpItemsLocked(pw, "\t", mTemperatureMap.values()); } pw.println("HAL Ready: " + mHalReady.get()); if (mHalReady.get()) { pw.println("HAL connection:"); Loading @@ -920,7 +921,6 @@ public class ThermalManagerService extends SystemService { dumpTemperatureThresholds(pw, "\t", mHalWrapper.getTemperatureThresholds(false, 0)); } } if (Flags.allowThermalHeadroomThresholds()) { synchronized (mTemperatureWatcher.mSamples) { pw.println("Temperature headroom thresholds:"); Loading