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