android 应用native和dalvik内存使用量

应用的限制大小以前16M到24M再到32M。

adb shell dumpsys meminfo 包名或pid

例如

adb shell dumpsys meminfo com.tencent.qqpimsecure

相关推荐