Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DXmlSuiteResultFormatter.java400 final String fullStack = testResult.getValue().getStackTrace(); in handleTestFailure() local
401 if (fullStack != null) { in handleTestFailure()
403 int index = fullStack.indexOf('\n'); in handleTestFailure()
406 message = fullStack; in handleTestFailure()
408 message = fullStack.substring(0, index); in handleTestFailure()
412 String truncatedStackTrace = getTruncatedStackTrace(fullStack, testResult.getKey()); in handleTestFailure()