Paul Rashidi
Paul Rashidi
gradlew :app:assembleDebug :app:assembleDebugAndroidTest :app:installDebug :app:installDebugAndroidTest %ANDROID_HOME%\tools\bin\monkeyrunner.bat run_perf_tests.py .\ Even after resolving the ANDROID_SWT variable issue with monkeyrunner with the below command it seems like monkeyrunner.bat is broken for Windows. set...
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...
Instructions should possibly suggest disabling InstantRun and/or not enabling it when AS prompts for it.
We should be able to use the new Gradle Transform API to auto-add the rules to the Test classes instead of making the devs maintain a list of member variables....
On Android-L and above I believe we can utilize execShellCommand in a rule to do atrace. Need to investigate how to introduce this while also being as backward compatible behind...
Specifically, when an OOM issue happens the test listener can't move the set of test files out of the app directory into the external storage directory. Then the monkeyrunner script...
### What version of rules_go are you using? 0.46.0 ### What version of gazelle are you using? I'm not quite sure what gazelle is TBH, but it seems to be...
### Page link: https://bazel.build/concepts/visibility ### Problem description (include actual vs expected text, if applicable): When it comes to reading documentation on Bazel's visibility feature, IMHO, most devs are going to...