百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
A

AndroidStressTest

> 编程语言
开源

这是一款支持 CPU、内存、视频、WiFi、蓝牙、飞行模式、重启、休眠、工厂重置等测试的 Android 系统压力测试应用。

191 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

这是一款支持 CPU、内存、视频、WiFi、蓝牙、飞行模式、重启、休眠、工厂重置等测试的 Android 系统压力测试应用。

AndroidStressTest

This is an Android system stress test app that verifies the reliability of the main modules of the system. It is suitable for Android hardware manufacturers and supports the stress test of the following modules:

  • CPU test
  • Memory test
  • Video test
  • WIFI test
  • Bluetooth test
  • Airplane mode test
  • Restart test
  • Sleep test
  • Restore factory test
  • Time power-on/off test
  • Network test
  • Camera test
  • UVC Camera test

Preview

Compile

You need to use android-ndk-r14b when compiling libuvccamera. If you don't modify the code in libuvccamera, you can also use the pre-compiled library. You can modify it like this:
libuvccamera/build.gradle

tasks.withType(JavaCompile) {
	//compileTask -> compileTask.dependsOn ndkBuild
}

If you want to compile libuvccamera, you first need to download android-ndk-r14b, then you can configure local.properties like this:

ndk.dir=F\:\\android\\sdk\\ndk-bundle
uvccamera.ndk.dir=F\:\\android\\android-ndk-r11b
sdk.dir=F\:\\android\\sdk

Regarding the signature key you can configure local.properties like this:

keystore.path=xxx
keystore.alias=xxx
keystore.store_password=xxx
keystore.key_password=xxx

Using AndroidStressTest in your device

  1. Download
  2. System Signature
  3. Installation

System signature:

$java -jar SignApk.jar platform.x509.pem platform.pk8 AndroidStressTest.apk AndroidStressTest_signed.apk

NOTE:

  • System permissions are required for tests such as rebooting and restoring the factory, because system signature is required
  • Because the test of restarting and restoring the factory needs to be booted from the boot, and some devices prohibit the booting of the third-party APP, you can push this APP to System/app to solve it.

Developed By

  • [email protected]

License

Copyright 2019 Bob Shen.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言