Searched refs:errorStream (Results 1 – 1 of 1) sorted by relevance
137 try (OutputStream errorStream = new FileOutputStream(errorFile)) { in recordException() argument138 errorStream.write(contents.getBytes("UTF-8")); in recordException()