Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandbox.java125 String stderrText; in run() local
127 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()