Merge "Fix typo in SwappedOut reporting" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f40969ac2c
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user