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

Commit 67d75cf6 authored by Andrew Sapperstein's avatar Andrew Sapperstein Committed by android-build-merger
Browse files

Add logging for high temp warning. am: 6c08f8da

am: 990826a0

Change-Id: Ife42afb4b41fe3f733f6f8b23d56d977e6edb7d7
parents 8f7bad2f 990826a0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -256,6 +256,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;
                }