mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-25 00:15:11 +08:00
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 <jimis@qt.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user