adb 常用工具

1、APP:分配内存的大小

adb shell getprop | grep dalvik.vm.heapsize  

2、 APP内存使用情况

adb shell dumpsys meminfo 包名  

3、获取内存快照

adb shell am dumpheap com.android.browser /data/local/tmp/test.hprof
adb pull /data/local/tmp/test.hprof  path : 领取到本地 
hprof-conv e:\test.hprof e:\test1.hprof

4、开启关闭profile

adb shell am profile start  包名  /mnt/sdcard/profile
adb shell am  profile stop 包名
adb pull /mnt/sdcard/profile e:\test
traceview e:\test

5、重置、收集电量数据

adb shell dumpsys batterystats --enable full-wake-histor
adb shell dumpsys batterystats --reset

6、获取电量报告
adb bugreport > bugreport.txt
adb shell dumpsys batterystats > com.example.android.sunshine.app > batterystats.txt
将txt文档转化为html文件,命令如下:
python historian.py -a bugreport.txt > battery.html

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 没有见过远方的风景,谈什么家乡才是最美的地方? 没有经历过大海的滔天巨浪,谈什么港湾的风平浪静才是你的向往? 没有...
    随风远阅读 476评论 2 2
  • 我在最美的时节思念着你 夏日的萤火虫 微小的光芒 照亮了唐诗宋词泛黄的手卷 石碑上有古老的秘密在流传 青竹染香 鸿...
    心一Sue阅读 413评论 3 10
  • 清明小假期里看了传说是“史上最大尺度的反腐剧”的电视剧《人民的名义》,看到题目时心想:大概和抗日神剧般,是对祖国和...
    小黄皇冠阅读 536评论 0 0