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

APP测试-耗电量测试

时间:2020-02-04 22:03:06      阅读:464      评论:0      收藏:0      [点我收藏+]

标签:分析   地址   info   googl   google   git 命令行   命令   class   Golan   

1.下载battery historian

下载地址:https://github.com/google/battery-historian
简介:go语言开发的,分析电池耗电工具,Android5.0以上
https://developer.android.com/topic/performance/power/setup-battery-historian

2.安装go语言

下载地址:https://golang.org/dl/
技术图片
配置环境变量 命令行启动go 可正常启动
技术图片

3.下载git

下载地址:https://git-scm.com/
技术图片

4.安装battery historian

git 命令行执行
git clone https://github.com/google/battery-historian.git (将项目克隆岛本地)
技术图片
cd battery-historian
技术图片
go get -d -u github.com/google/battery-historian/
go run setup.go
go run cmd/battery-historian/battery-historian.go

APP测试-耗电量测试

标签:分析   地址   info   googl   google   git 命令行   命令   class   Golan   

原文地址:https://www.cnblogs.com/zhangshan33/p/12261542.html

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