You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
if you take a look at the file run_perf_tests.py at line 354 you will find 2 methods named pull_device_data_files. One of them will fail.
But still, the other one should work. I would agree on the fact that is a little bit weird designs, but can you confirm that it's actually pulling the files? Check your testdata folder
Yes I noticed that it tries to pull the results twice saving the output in pull_test_files1.log and pull_test_files2.log. Both methods failed so far.
After uncommenting the commented lines in TestListener one of the methods started to work but the console still said:
FAIL: Could not find file indicating the test run completed. Check that the TestListener is writing files to external storage
The issues with this is that run_perf_tests.py is looking for testRunComplete.log in the wrong folder (testdata instead of testdata/testdata).
Looking in the right folder works on my test devices with API 19 and API 27. On my test Sony Xperia Z3 Compact with API 23 it does not. In TestListener.dumpLocationRequestInformation() the process.waitFor() never returns and thus fails to process all test files. What can be done?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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"
The text was updated successfully, but these errors were encountered: