Merge "Fix typo in SwappedOut reporting" into nyc-dev
am: f40969ac2c
* commit 'f40969ac2c19399847f153bfa248efcc0935db3c':
Fix typo in SwappedOut reporting
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user