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

Commit 8c4eb797 authored by Wei Wang's avatar Wei Wang Committed by Android (Google) Code Review
Browse files

Merge "ThermalManagerService: Add temperature thresholds dump"

parents a5a96475 e588a24e
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 {