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

Commit 990826a0 authored by Andrew Sapperstein's avatar Andrew Sapperstein Committed by android-build-merger
Browse files

Add logging for high temp warning.

am: 6c08f8da

Change-Id: Id567e12b8eb6b85ab49ace003c03b80759073687
parents 07ed38cd 6c08f8da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -255,6 +255,7 @@ public class PowerUI extends SystemUI {
            boolean shouldShowTempWarning = false;
            for (float temp : temps) {
                if (temp >= mThrottlingTemp) {
                    Slog.i(TAG, "currentTemp=" + temp + ", throttlingTemp=" + mThrottlingTemp);
                    shouldShowTempWarning = true;
                    break;
                }