Skip to content

Commit

Permalink
Android CI: enable emulator metrics
Browse files Browse the repository at this point in the history
The emulator executable has a warning that enabling or disabling metrics
collection (for the emulator developers) will at some point become blocking.
Since there's nothing sensitive about CI runs, this commit enables them now.
  • Loading branch information
jtracey committed Sep 29, 2024
1 parent aaa541a commit 0035d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
env:
TERMUX: v0.118.0
KEY_POSTFIX: nextest+rustc-hash+adb+sshd+upgrade+XGB+inc18
COMMON_EMULATOR_OPTIONS: -no-window -noaudio -no-boot-anim -camera-back none -gpu swiftshader_indirect
COMMON_EMULATOR_OPTIONS: -no-window -noaudio -no-boot-anim -camera-back none -gpu swiftshader_indirect -metrics-collection
EMULATOR_DISK_SIZE: 12GB
EMULATOR_HEAP_SIZE: 2048M
EMULATOR_BOOT_TIMEOUT: 1200 # 20min
Expand Down

0 comments on commit 0035d0c

Please sign in to comment.