Merge "Add logging for high temp warning." into nyc-mr2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
409d93356c
@@ -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