Merge "Fix typo in SwappedOut reporting" into nyc-dev

This commit is contained in:
Thierry Strudel
2016-02-26 01:47:35 +00:00
committed by Android (Google) Code Review

View File

@@ -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 {