Searched defs:logOutput (Results 1 – 2 of 2) sorted by relevance
306 public final String logOutput; field in MicrodroidDeviceTestBase.BootResult319 String logOutput) { in BootResult()
129 public static Process exec(String cmd, String tmpdir, boolean logOutput) throws IOException { in exec()