com.google.analytics.tracking.android
Interface ExceptionParser
- All Known Implementing Classes:
- StandardExceptionParser
public interface ExceptionParser
This interface is responsible for parsing a Throwable
and providing
a short, meaningful description to report to Google Analytics.
Method Summary |
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. |
getDescription
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.
- Parameters:
threadName
- the name of the Thread
that got the exception, or nullt
- the Throwable
- Returns:
- the description