...
Code Block |
---|
true | sh test.sh 2>&1 | cat |
Using run_cvd
Same as the assemble_cvd
command, it prevents to directly run the run_cvd
command. If we want to directly execute it, we can use the command:
Code Block |
---|
$ true | HOME=$PWD ./bin/run_cvd 2>&1 | cat |
run_cvd
manages backend programs internally for emulating virtual devices (e.g. for WiFi, secure devices, etc), after the configurations for the emulation, it launches VMM (QEMU or Crosvm) to kick off virtual machine instance.