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

Commit 6db3f33d authored by Martijn Coenen's avatar Martijn Coenen Committed by android-build-merger
Browse files

Merge "add swapPss of native process to totalSwapPss" am: 0db84fcc am: c3af6331

am: cf1c563f

Change-Id: I196cc30e5b9512712428d8e9524441070395a189
parents 160502be cf1c563f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18550,6 +18550,7 @@ public class ActivityManagerService extends IActivityManager.Stub
                        final long myTotalPss = mi.getTotalPss();
                        final long myTotalSwapPss = mi.getTotalSwappedOutPss();
                        totalPss += myTotalPss;
                        totalSwapPss += myTotalSwapPss;
                        nativeProcTotalPss += myTotalPss;
                        MemItem pssItem = new MemItem(st.name + " (pid " + st.pid + ")",