Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DEmailResultReporter.java69 private Throwable mInvocationThrowable = null; field in EmailResultReporter
196 if (mInvocationThrowable == null) { in getInvocationStatus()
198 } else if (mInvocationThrowable instanceof BuildError) { in getInvocationStatus()
209 return mInvocationThrowable; in getInvocationException()
239 if (mInvocationThrowable != null) { in generateEmailBody()
241 bodyBuilder.append(StreamUtil.getStackTrace(mInvocationThrowable)); in generateEmailBody()
293 mInvocationThrowable = t; in invocationFailed()