Searched refs:logOutput (Results 1 – 3 of 3) sorted by relevance
389 public final String logOutput; field in BootResult402 String logOutput) { in BootResult() argument413 this.logOutput = logOutput; in BootResult()
200 public static Process exec(String cmd, String tmpdir, boolean logOutput) throws IOException { in exec() argument209 if (logOutput) { in exec()
64 TextView logView = findViewById(R.id.logOutput); in onCreate()