Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java182 public Throwable mCause = null; field in SubprocessEventHelper.InvocationFailedEventInfo
185 mCause = cause; in InvocationFailedEventInfo()
190 mCause = new Throwable(stack); in InvocationFailedEventInfo()
197 if (mCause != null) { in toString()
200 mCause.printStackTrace(pw); in toString()
DSubprocessTestResultsParser.java376 mListener.invocationFailed(ifi.mCause); in handleEvent()