android-perf-testing icon indicating copy to clipboard operation
android-perf-testing copied to clipboard

Automated Performance Testing on Android

Results 32 android-perf-testing issues
Sort by recently updated
recently updated
newest added

This is what the log shows: ``` Installing APK 'app-debug-androidTest.apk' on 'SM-T819 - 7.0' for app:debugAndroidTest Installed on 1 device. :app:runLocalPerfTests_ca1f2857 Starting monkeyrunner Script: Writing logs to: C:\Daten\Entwicklung\AutomatedPerformanceTesting\android-perf-testing Script: Using...

C:\Users\user\Downloads>python %ANDROID_HOME%/platform-tools/systrace/systrace.p y --time=10 -o %userprofile%/trace.html gfx view res Starting tracing (10 seconds) Tracing completed. Collecting output... Traceback (most recent call last): File "C:\Users\user\AppData\Local\Android\sdk/platform-tools/systrace/systrace .py", line 49, in sys.exit(run_systrace.main()) File...

After step 8 I don't see any files in the testdata directory and get the following error in one of the logs: "adb: error: remote object '/storage/emulated/0/Android/data/com.google.android.perftesting/files/testdata' does not exist"

Executing the monkey runner script does not produce any gfx dumpsys file at all. ![screen shot 2018-05-25 at 15 50 21](https://user-images.githubusercontent.com/8863897/40550920-62605f92-6033-11e8-8f99-69bef8b09af4.png) The tests that produce an output file are :...

``` Error:(50, 0) There should always be 6 parts to the output, double check something isn't wrong: ZH80071CYG device product:D2303 model:D2303 device:D2303 parsed to [ZH80071CYG, device, product:D2303, model:D2303, device:D2303] ```...

[Testing Display Performance](https://developer.android.com/preview/testing/performance.html) link is not working on https://codelabs.developers.google.com/codelabs/android-perf-testing/index.html?index=..%2F..%2Findex#9, I guess this has been moved to https://developer.android.com/topic/performance/index.html ![image](https://user-images.githubusercontent.com/3117614/37246706-9b9903d0-24d4-11e8-8ef8-7865920b56df.png)

when building/running the tests through the command line, a lot of times i'm getting this ShellCommandUnresponsiveException. It doesn't happen all the time, but most of the times. However if I...

Without this most devices won't fail any tests on that step.

On Step 3 of the code users are directed to enable visible GPU rendering. The option is referred to as "GPU rendering profile" but is "Profile GPU rendering" on modern...