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

Commit 9b51160e authored by Thierry Strudel's avatar Thierry Strudel
Browse files

Fix typo in SwappedOut reporting

Change-Id: I55b3725eba054d3d6d2b38041cf375fc7b141c69
parent e6ddf45e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2241,8 +2241,8 @@ public final class ActivityThread {
                        memInfo.getTotalSwappablePss(),
                        memInfo.getTotalSharedDirty(), memInfo.getTotalPrivateDirty(),
                        memInfo.getTotalSharedClean(), memInfo.getTotalPrivateClean(),
                        memInfo.hasSwappedOutPss ? memInfo.getTotalSwappedOut() :
                        memInfo.getTotalSwappedOutPss(),
                        memInfo.hasSwappedOutPss ? memInfo.getTotalSwappedOutPss() :
                        memInfo.getTotalSwappedOut(),
                        nativeMax+dalvikMax, nativeAllocated+dalvikAllocated,
                        nativeFree+dalvikFree);
            } else {