Searched refs:mInvocationThrowable (Results 1 – 1 of 1) sorted by relevance
69 private Throwable mInvocationThrowable = null; field in EmailResultReporter196 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()