Searched refs:mCause (Results 1 – 2 of 2) sorted by relevance
182 public Throwable mCause = null; field in SubprocessEventHelper.InvocationFailedEventInfo185 mCause = cause; in InvocationFailedEventInfo()190 mCause = new Throwable(stack); in InvocationFailedEventInfo()197 if (mCause != null) { in toString()200 mCause.printStackTrace(pw); in toString()
376 mListener.invocationFailed(ifi.mCause); in handleEvent()