码迷,mamicode.com
首页 > 移动开发 > 详细

Android中的获取内存信息的相关命令

时间:2014-11-27 10:43:52      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:android   style   io   color   sp   strong   on   ad   size   

相关命令:

adb shell dumpsys meminfo > dumpsys_meminfo.txt

adb shell cat /sys/kernel/debug/ion/ion_mm_heap > ion_mm_heap.txt
adb shell cat /proc/mali/memory_usage > gpu_mali_memory_usage.txt
adb shell ps > ps.txt
adb shell cat /proc/vmallocinfo > vmallocinfo.txt
adb shell cat /proc/zoneinfo > zoneinfo.txt
adb shell cat /proc/meminfo > proc_meminfo.txt

adb shell dumpsys procstats > proc_stats.txt

adb shell procrank > proc_crank.txt(eng version only)


Android中的获取内存信息的相关命令

标签:android   style   io   color   sp   strong   on   ad   size   

原文地址:http://blog.csdn.net/songjinshi/article/details/41542463

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!