docs: Document vm run-microdroid --debug none
There has been some confusion where users of vm run-microdroid expected
the command without `--debug full` to spawn a non-debuggable VM but the
command instead defaults to debuggable VMs so mention the default in the
documentation.
Bug: 284443878
Bug: 289173497
Test: -
Change-Id: I3c009c574616175182cb639a19e6825d74f37844
diff --git a/docs/getting_started/index.md b/docs/getting_started/index.md
index 0e4f2be..9dcd4fa 100644
--- a/docs/getting_started/index.md
+++ b/docs/getting_started/index.md
@@ -103,9 +103,12 @@
on pVM. You can run a Microdroid with empty payload using the following command:
```shell
-adb shell /apex/com.android.virt/bin/vm run-microdroid --debug full
+adb shell /apex/com.android.virt/bin/vm run-microdroid
```
+which spawns a "debuggable" VM by default to allow access to guest kernel logs.
+To run a production non-debuggable VM, pass `--debug none`.
+
## Building and updating CrosVM and VirtualizationService {#building-and-updating}
You can update CrosVM and the VirtualizationService by updating the `com.android.virt` APEX instead