Loading services/core/java/com/android/server/power/stats/BatteryStatsImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -3377,7 +3377,7 @@ public class BatteryStatsImpl extends BatteryStats { } return mTotalTimeUs + (mNesting > 0 ? (curBatteryRealtimeUs - mUpdateTimeUs) / (mTimerPool != null ? mTimerPool.size() : 1) / (mTimerPool != null && mTimerPool.size() > 0 ? mTimerPool.size() : 1) : 0); } Loading Loading
services/core/java/com/android/server/power/stats/BatteryStatsImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -3377,7 +3377,7 @@ public class BatteryStatsImpl extends BatteryStats { } return mTotalTimeUs + (mNesting > 0 ? (curBatteryRealtimeUs - mUpdateTimeUs) / (mTimerPool != null ? mTimerPool.size() : 1) / (mTimerPool != null && mTimerPool.size() > 0 ? mTimerPool.size() : 1) : 0); } Loading