From 917cfd2be2f2e70ef6564f2503acc3986bf2e9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Mon, 27 May 2024 08:34:38 +0000 Subject: [PATCH] More debug prints Change-Id: Ie863c3813d8f621b658d26d7050d4c29aa2b5151 --- .github/workflows/Build.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 862d93b98..ddac50bce 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -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