摘要: 1.根据包名来查看指定的APP指定数据adb shell "top | grep com.xxx.xxx" 由于这样打印出来的数据没有参数名,可以参考这个命令来看:adb shell top -m 5 其中vss是虚拟耗用内存,rss实际使用物理内存 2.把打印的数据存到本地 adb shell " 阅读全文
posted @ 2018-08-28 19:59 ppliupeng 阅读(4388) 评论(0) 推荐(0) 编辑