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