Searched refs:getRootCause (Results 1 – 4 of 4) sorted by relevance
85 public static @NonNull Throwable getRootCause(@NonNull Throwable t) { in getRootCause() method in ExceptionUtils97 getRootCause(t).initCause(cause); in appendCause()
375 loge("process: error event=" + event, getRootCause(e)); in process()413 private Throwable getRootCause(Throwable exception) { in getRootCause() method in SipSessionGroup690 getRootCause(e)); in doCommandAsync()1424 exception = getRootCause(exception);1599 + mLocalProfile.getUriString(), getRootCause(t));
2050 Throwable rootCause = ExceptionUtils.getRootCause(e); in readException()
71719 Landroid/util/ExceptionUtils;->getRootCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;