Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bae86143 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix issue #9611000: Random run-time restarts"

parents 89d62fba 0d71de27
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2007,7 +2007,6 @@ public final class ActivityManagerService extends ActivityManagerNative
                                    ps.addCpuTimeLocked(st.rel_utime-otherUTime,
                                            st.rel_stime-otherSTime);
                                    ps.addSpeedStepTimes(cpuSpeedTimes);
                                    pr.curCpuTime += (st.rel_utime+st.rel_stime) * 10;
                                } else {
                                    BatteryStatsImpl.Uid.Proc ps =
                                            bstats.getProcessStatsLocked(st.name, st.pid);