From 76388ccc6eda206c8d539b2c5b7e7d2d15c2d9fa Mon Sep 17 00:00:00 2001 From: johan12345 Date: Thu, 9 May 2024 23:37:16 +0200 Subject: [PATCH] no emulator metrics --- .github/workflows/screenshots.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml index 7cf30fa7..7c4447e5 100644 --- a/.github/workflows/screenshots.yml +++ b/.github/workflows/screenshots.yml @@ -53,7 +53,7 @@ jobs: force-avd-creation: false ram-size: 2048M disk-size: 8192M - emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none + emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -no-metrics disable-animations: true script: echo "Generated AVD snapshot for caching." @@ -84,7 +84,7 @@ jobs: force-avd-creation: false ram-size: 2048M disk-size: 4096M - emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none + emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -no-metrics disable-animations: true script: | adb shell pm clear net.vonforst.evmap.debug || true