基于最新的Android O源码编译 stressapptest may be used for various purposes: Stress test: as described here. 压力测试 Hardware qualification and debugging. 硬件检查和调试 Memory interface test: see the Theory behind this. 内存接口测试 Disk testing. 磁盘测试 所需:1积分电信网络下载
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
[stressapptest源码仓库](https://android.googlesource.com/platform/external/stressapptest/) 这个仓库包含了stressapptest的所有源码文件,以及相关的构建和测试脚本。 下载源码: 你可以通过Git命令克隆整个仓库到本地,以便查看和修改源码。使用以下命令: bash git clone https://android.googlesource.com/platform/...
android-linux) basic_machine=$field1-unknown basic_os=linux-android ;; *) basic_machine=$field1-$field2 basic_os=$field3 ;; esac ;; *-*) # A lone config we happen to match not fitting any pattern case $field1-$field2 in decstation-3100) ...
Add better ARM/Android support, support a wider variety of configure options. 12年前 Makefile.am Fix autoconf bugs 11年前 Makefile.in Fix non-posix configure.ac 11年前 NOTICE Add better ARM/Android support, support a wider variety of configure options. ...
android-linux) basic_machine=$field1-unknown basic_os=linux-android ;; *) basic_machine=$field1-$field2 basic_os=$field3 ;; esac ;; *-*) # A lone config we happen to match not fitting any pattern case $field1-$field2 in decstation-3100) ...
case $kernel-$os in linux-gnu* | linux-dietlibc* | linux-android* | linux-newlib* \ | linux-musl* | linux-relibc* | linux-uclibc* | linux-mlibc* ) ;; uclinux-uclibc* ) ;; managarm-mlibc* | managarm-kernel* ) ;; windows*-gnu* | windows*-msvc*) ;; ...