From e0498fc679b9a38b3bc146a18d4bfc896926a198 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Mon, 4 Dec 2023 12:42:03 +0200 Subject: [PATCH] Android: quote the logcat tag passed to emulator command To avoid any issue parsing the command params. Task-number: QTQAINFRA-5596 Pick-to: 6.7 Change-Id: I473839901934405d4ea8607bc98f7b3e3a886805 Reviewed-by: Dimitrios Apostolou --- coin/provisioning/common/linux/android_emulator_launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/provisioning/common/linux/android_emulator_launcher.sh b/coin/provisioning/common/linux/android_emulator_launcher.sh index ac80352e..5184019f 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 *:v -logcat-output "${LOGCAT_PATH}" \ + -no-nested-warnings -logcat '*:v' -logcat-output "${LOGCAT_PATH}" \ "${EMULATOR_RUN_LOG_PATH}" 2>&1 & emulator_pid=$! disown $emulator_pid