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.java417 Writer logOutput = null; in commandLineReport() local
425 logOutput = in commandLineReport()
436 logOutput.write(s); in commandLineReport()
437 logOutput.write("\n"); in commandLineReport()
446 if (logOutput != null) { in commandLineReport()
447 logOutput.close(); in commandLineReport()