Loading packages/SystemUI/src/com/android/systemui/power/PowerUI.java +1 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
packages/SystemUI/src/com/android/systemui/power/PowerUI.java +1 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading