Skip to content

Commit

Permalink
fix emulator opts
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Nov 15, 2024
1 parent 4764041 commit d808414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maestro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
timeout-minutes: 5
run: |
adb devices
nohup $ANDROID_HOME/emulator/emulator -avd emu -cores 2 -no-window -gpu swiftshader_indirect -memory 2048 -skip-adb-auth -ports 5554,5555 -no-snapshot -show-kernel -noaudio -no-boot-anim -logcat -accel off -camera-back emulated -qemu -cpu max -machine gic-version=2 &> emu.log &
nohup $ANDROID_HOME/emulator/emulator -avd emu -cores 2 -no-window -gpu swiftshader_indirect -memory 2048 -skip-adb-auth -ports 5554,5555 -no-snapshot -show-kernel -noaudio -no-boot-anim -logcat "*:v" -accel off -camera-back emulated -qemu -cpu max -machine gic-version=2 &> emu.log &
echo "Emulator started"
shell: bash

Expand Down

0 comments on commit d808414

Please sign in to comment.