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

Commit 730d53a0 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by The Android Automerger
Browse files

Fix issue #9611000: Random run-time restarts

Change-Id: I776f5e2434b81063780adf247fbd6db7f90c79c2
parent 9c56d6ea
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);