We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7601a commit 455d38cCopy full SHA for 455d38c
emu/templates/launch-emulator.sh
@@ -222,6 +222,7 @@ var_append LAUNCH_CMD -avd Pixel2
222
var_append LAUNCH_CMD -ports 5556,5557 -grpc 8554 -no-window
223
var_append LAUNCH_CMD -skip-adb-auth -no-snapshot-save -wipe-data -no-boot-anim
224
var_append LAUNCH_CMD -shell-serial file:/tmp/android-unknown/kernel.log
225
+var_append LAUNCH_CMD -logcat "*:V"
226
var_append LAUNCH_CMD -logcat-output /tmp/android-unknown/logcat.log
227
var_append LAUNCH_CMD -logcat "*:V"
228
var_append LAUNCH_CMD -feature AllowSnapshotMigration
0 commit comments