Loading core/java/com/android/internal/os/BatteryStatsImpl.java +3 −4 Original line number Diff line number Diff line Loading @@ -9812,10 +9812,9 @@ public class BatteryStatsImpl extends BatteryStats { } }); // TODO: STOPSHIP, remove the "true" below after b/34961340 is fixed if (DEBUG_ENERGY_CPU || true) { Slog.d(TAG, "Reading cpu stats took " + (mClocks.elapsedRealtime() - startTimeMs) + " ms"); final long elapse = (mClocks.elapsedRealtime() - startTimeMs); if (DEBUG_ENERGY_CPU || (elapse >= 100)) { Slog.d(TAG, "Reading cpu stats took " + elapse + " ms"); } if (mOnBatteryInternal && numWakelocks > 0) { Loading Loading
core/java/com/android/internal/os/BatteryStatsImpl.java +3 −4 Original line number Diff line number Diff line Loading @@ -9812,10 +9812,9 @@ public class BatteryStatsImpl extends BatteryStats { } }); // TODO: STOPSHIP, remove the "true" below after b/34961340 is fixed if (DEBUG_ENERGY_CPU || true) { Slog.d(TAG, "Reading cpu stats took " + (mClocks.elapsedRealtime() - startTimeMs) + " ms"); final long elapse = (mClocks.elapsedRealtime() - startTimeMs); if (DEBUG_ENERGY_CPU || (elapse >= 100)) { Slog.d(TAG, "Reading cpu stats took " + elapse + " ms"); } if (mOnBatteryInternal && numWakelocks > 0) { Loading