APP测试-耗电量测试

Posted 张珊33

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了APP测试-耗电量测试相关的知识,希望对你有一定的参考价值。

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 /Users/zhangshan/go/src/github.com/google/battery-historian (进入battery-historian目录下)

go get -d -u github.com/google/battery-historian/... (下载项目到GOPATH配置目录下 自动 完成依赖)

cd third_party/closure-library/

git reset --hard v20170409

cd -

go run setup.go

go run cmd/battery-historian/battery-historian.go (运行Battery Historian)
端口默认9999 (web项目)

5.启动Battery Historian

打开浏览器:localhost:9999,启动成功

以上是关于APP测试-耗电量测试的主要内容,如果未能解决你的问题,请参考以下文章

APP测试-耗电量测试

刷题面筋-测开-APP测试需要考虑的点都有哪些?

Android app专项测试之耗电量测试

ChatGPT解答:安卓APP耗电量测试方案和源码,用Android代码实现

大话APP测试2.0笔记——耗电量测试

app耗电量测试工具--PowerTutor