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

Commit 409d9335 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add logging for high temp warning." into nyc-mr2-dev

parents a4d01c85 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;
                }