More debug prints

Change-Id: Ie863c3813d8f621b658d26d7050d4c29aa2b5151
ja/edge-to-edge-dropshots
Jose Alcérreca 6 months ago
parent cb117c2c03
commit 917cfd2be2

@ -299,6 +299,11 @@ jobs:
run: |
mv ${{ env.ANDROID_HOME}}/cmdline-tools/11479570 ${{ env.ANDROID_HOME}}/cmdline-tools/latest
- name: Print debug avdmanager list
run: |
avdmanager list
which avdmanager
- name: Build projects and run instrumented screenshot tests
id: dropshotsverify
continue-on-error: true
@ -309,7 +314,6 @@ jobs:
disable-animations: true
disk-size: 6000M
emulator-build: 11834374 # 34.2.14
channel: canary
heap-size: 600M
profile: ${{ matrix.profile }}
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none

Loading…
Cancel
Save