Battery Historian安装方法见https://github.com/google/battery-historian
目前是Battery Historian3.0版本
第一种方法是使用docker镜像,因为镜像位于google云,最后docker run命令根本就连不上。
只能使用第二种方法源代码编译的方式,方法可以参考http://blog.youkuaiyun.com/zeqiao/article/details/77504477
安装好以后,使用adb命令将电池信息导出
C:\Users\Administrator>adb bugreport > bugreport.txt
Bugreport is in progress and it could take minutes to complete.
Please be patient and do not cancel or disconnect your device until it completes
命令结束后在目录下产生bugreport-xxx.zip文件,在将这个文件在http://localhost:9999/网站上传。
3.0版本跟以前有些不同,以前的版本中是使用bugreport.txt上传,而3.0版本使用zip文件上传。
本文介绍了BatteryHistorian 3.0版本的两种安装方法:使用docker镜像(因网络问题推荐度较低)及源代码编译。推荐采用源代码编译方式,并详细说明了从源代码安装到通过adb导出电池信息的全过程。3.0版本采用了新的文件格式,用户需要上传.zip文件而非.txt文件。
1249

被折叠的 条评论
为什么被折叠?



