Home
last modified time | relevance | path

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

/cts/tools/utils/
DDescriptionGenerator.java193 private static BufferedWriter mTraceOutput = null; field in DescriptionGenerator.Log
216 if ((mTraceOutput != null) && (msg != null)) { in t()
217 mTraceOutput.write(msg + "\n"); in t()
218 mTraceOutput.flush(); in t()
234 if (mTraceOutput == null) { in initTrace()
236 mTraceOutput = new BufferedWriter(new FileWriter(fileName)); in initTrace()
248 if (mTraceOutput != null) { in closeTrace()
250 mTraceOutput.close(); in closeTrace()
251 mTraceOutput = null; in closeTrace()