Home
last modified time | relevance | path

Searched refs:logOutput (Results 1 – 1 of 1) sorted by relevance

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkey.java483 Writer logOutput = null; in commandLineReport() local
491 logOutput = in commandLineReport()
507 logOutput.write(s); in commandLineReport()
508 logOutput.write("\n"); in commandLineReport()
522 if (logOutput != null) { in commandLineReport()
523 logOutput.close(); in commandLineReport()