diff --git a/coin/provisioning/common/linux/android_emulator_launcher.sh b/coin/provisioning/common/linux/android_emulator_launcher.sh index b9e6e6e9..ac80352e 100755 --- a/coin/provisioning/common/linux/android_emulator_launcher.sh +++ b/coin/provisioning/common/linux/android_emulator_launcher.sh @@ -67,7 +67,7 @@ do -gpu swiftshader_indirect -no-audio -no-window -no-boot-anim \ -cores 4 -memory 16000 -partition-size 4096 \ -detect-image-hang -restart-when-stalled -no-snapshot-save \ - -no-nested-warnings -logcat-output "${LOGCAT_PATH}" \ + -no-nested-warnings -logcat *:v -logcat-output "${LOGCAT_PATH}" \ "${EMULATOR_RUN_LOG_PATH}" 2>&1 & emulator_pid=$! disown $emulator_pid