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

am: f40969ac2c

* commit 'f40969ac2c19399847f153bfa248efcc0935db3c':
  Fix typo in SwappedOut reporting
This commit is contained in:
Thierry Strudel
2016-02-26 02:02:29 +00:00
committed by android-build-merger

View File

@@ -2252,8 +2252,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 {