public interface ExceptionParser
Throwable
and providing
a short, meaningful description to report to Google Analytics.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription(java.lang.String threadName,
java.lang.Throwable t)
Return a short description of a
Throwable suitable for
reporting to Google Analytics. |
java.lang.String getDescription(java.lang.String threadName, java.lang.Throwable t)
Throwable
suitable for
reporting to Google Analytics.threadName
- the name of the Thread
that got the exception, or nullt
- the Throwable