Add logging for high temp warning.
am: 6c08f8da09
Change-Id: Id567e12b8eb6b85ab49ace003c03b80759073687
This commit is contained in:
@@ -255,6 +255,7 @@ public class PowerUI extends SystemUI {
|
|||||||
boolean shouldShowTempWarning = false;
|
boolean shouldShowTempWarning = false;
|
||||||
for (float temp : temps) {
|
for (float temp : temps) {
|
||||||
if (temp >= mThrottlingTemp) {
|
if (temp >= mThrottlingTemp) {
|
||||||
|
Slog.i(TAG, "currentTemp=" + temp + ", throttlingTemp=" + mThrottlingTemp);
|
||||||
shouldShowTempWarning = true;
|
shouldShowTempWarning = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user