Merge "Fix worng value of 'TOTAL of Rss Total' when dumpsys meminfo"
This commit is contained in:
@@ -2770,7 +2770,7 @@ public final class ActivityThread extends ClientTransactionHandler {
|
||||
memInfo.getTotalPrivateDirty(),
|
||||
memInfo.getTotalPrivateClean(),
|
||||
memInfo.hasSwappedOutPss ? memInfo.getTotalSwappedOutPss() :
|
||||
memInfo.getTotalSwappedOut(), memInfo.getTotalPss(),
|
||||
memInfo.getTotalSwappedOut(), memInfo.getTotalRss(),
|
||||
nativeMax+dalvikMax,
|
||||
nativeAllocated+dalvikAllocated, nativeFree+dalvikFree);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user