Merge "Turn on full logging on test VMs"

This commit is contained in:
Inseob Kim 2022-07-05 02:22:21 +00:00 committed by Gerrit Code Review
commit 9dc79d47a3
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ public class MicrodroidTests {
private RandomAccessFile prepareInstanceImage(String vmName)
throws VirtualMachineException, InterruptedException, IOException {
VirtualMachineConfig config = mInner.newVmConfigBuilder("assets/vm_config.json")
.debugLevel(DebugLevel.NONE)
.debugLevel(DebugLevel.FULL)
.build();
// Remove any existing VM so we can start from scratch