mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 11:26:04 +08:00
COIN/Android: Specify tags for emulator logcat output
Without specifying tags for logcat output, the flag -logcat-output does not actually write anything to file. Looks like -logcat-output is designed to take any logcat output that would be written to the emulator output and write it to a file instead, so if there is no logcat output in the emulator output, there will be no output to file. Task-number: QTQAINFRA-5908 Change-Id: If44265c858f8cb6854659fed6dd15d02cbf1d7ab Reviewed-by: Assam Boudjelthia <assam.boudjelthia@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-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