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

Commit 6e5bd242 authored by Rajeev Kumar's avatar Rajeev Kumar Committed by Android (Google) Code Review
Browse files

Merge "Use curAdj in place of maxAdj to correctly record oom_score while...

Merge "Use curAdj in place of maxAdj to correctly record oom_score while collecting ProcessMemoryState."
parents df3de730 3b6ccf4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18962,7 +18962,7 @@ public class ActivityManagerService extends IActivityManager.Stub
                    ProcessMemoryState processMemoryState =
                            new ProcessMemoryState(uid,
                                    r.processName,
                                    r.maxAdj,
                                    r.curAdj,
                                    memoryStat.pgfault,
                                    memoryStat.pgmajfault,
                                    memoryStat.rssInBytes,