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
We used to deploy our android golden tests through a console app that we launched from the adb shell. However, this won't work anymore if we want Vulkan validation layers. Switch to an apk instead.
Also clean up and improve upon our tooling:
* Add signal handlers to notify the python server when the app crashes
* Rename dump_gms_and_goldens.py ... -> deploy_tools.py gms goldens ...
* Pipe stdout and stderr to to the python server
* Replace most instances of exit(-1) with abort()
Diffs=
0 commit comments