Android: quote the logcat tag passed to emulator command

To avoid any issue parsing the command params.

Task-number: QTQAINFRA-5596
Change-Id: I473839901934405d4ea8607bc98f7b3e3a886805
Reviewed-by: Dimitrios Apostolou <jimis@qt.io>
(cherry picked from commit e0498fc679)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Assam Boudjelthia
2023-12-04 12:42:03 +02:00
committed by Qt Cherry-pick Bot
parent 7f532a7fee
commit 387ff3e6c2

View File

@@ -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}" \
</dev/null >"${EMULATOR_RUN_LOG_PATH}" 2>&1 &
emulator_pid=$!
disown $emulator_pid