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

Commit e588a24e authored by Wei Wang's avatar Wei Wang
Browse files

ThermalManagerService: Add temperature thresholds dump

Test: boot and adb shell dumpsys thermalservice
Change-Id: I1b5cc046b8335fd78e9406553b000fa03cfe9ffd
parent e5dded6f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -514,6 +514,9 @@ public class ThermalManagerService extends SystemService {
                        pw.println("Current cooling devices from HAL:");
                        dumpItemsLocked(pw, "\t",
                                mHalWrapper.getCurrentCoolingDevices(false, 0));
                        pw.println("Temperature static thresholds from HAL:");
                        dumpItemsLocked(pw, "\t",
                                mHalWrapper.getTemperatureThresholds(false, 0));
                    }
                }
            } finally {