commit | 6a55e2e9e9e1b783340e2457752a34a4c5fed785 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Sat Oct 22 00:30:42 2022 +0000 |
committer | Steven Moreland <smoreland@google.com> | Sat Oct 22 00:37:05 2022 +0000 |
tree | 22ec0b52264e701f1bc98944a8b13557c519ec41 | |
parent | c276b80d8eddbb578740f2f4cfab12e12dc537ee [diff] |
vm: print which file is missing in one case adb shell /apex/com.android.virt/bin/vm run-app non-existant.apk foo bar Error: No such file or directory (os error 2) => adb shell /apex/com.android.virt/bin/vm run-app non-existant.apk foo bar Error: Failed to open APK file Caused by: No such file or directory (os error 2) Bug: N/A Test: manual Change-Id: I14264ed5d978b3998c183bb5729ca47ca2b39426
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.