Searched refs:stderrText (Results 1 – 1 of 1) sorted by relevance
142 String stderrText; in run() local144 stderrText = FileUtil.readStringFromFile(mStderrFile); in run()146 stderrText = "Could not read the stderr output from process."; in run()150 result.setStderr(stderrText); in run()169 String.format("Event receiver thread did not complete.:\n%s", stderrText)); in run()