Skip to content

Commit 455d38c

Browse files
author
Erwin Jansen
committed
Fix logcat parameter issue for newer emulators.
Newer emulators require the -logcat flag or they will not produce any output. Bug: 185392411
1 parent be7601a commit 455d38c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

emu/templates/launch-emulator.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ var_append LAUNCH_CMD -avd Pixel2
222222
var_append LAUNCH_CMD -ports 5556,5557 -grpc 8554 -no-window
223223
var_append LAUNCH_CMD -skip-adb-auth -no-snapshot-save -wipe-data -no-boot-anim
224224
var_append LAUNCH_CMD -shell-serial file:/tmp/android-unknown/kernel.log
225+
var_append LAUNCH_CMD -logcat "*:V"
225226
var_append LAUNCH_CMD -logcat-output /tmp/android-unknown/logcat.log
226227
var_append LAUNCH_CMD -logcat "*:V"
227228
var_append LAUNCH_CMD -feature AllowSnapshotMigration

0 commit comments

Comments
 (0)