Searched refs:errorFile (Results 1 – 1 of 1) sorted by relevance
135 File errorFile = new File(mOutputDirectory, "error"); in recordException() local137 try (OutputStream errorStream = new FileOutputStream(errorFile)) { in recordException()