android-perf-testing
android-perf-testing copied to clipboard
Automated Performance Testing on Android
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.  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 
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...