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

Commit 0db84fcc authored by Martijn Coenen's avatar Martijn Coenen Committed by Gerrit Code Review
Browse files

Merge "add swapPss of native process to totalSwapPss"

parents 9fda81e2 9ccafd82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17481,6 +17481,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 + ")",