public static final class PlaybackStats.EventTimeAndException extends Object
| Modifier and Type | Field | Description |
|---|---|---|
AnalyticsListener.EventTime |
eventTime |
The event time at which the exception occurred.
|
Exception |
exception |
The exception that was thrown.
|
| Constructor | Description |
|---|---|
EventTimeAndException(AnalyticsListener.EventTime eventTime,
Exception exception) |
Creates a new timed exception event.
|
public final AnalyticsListener.EventTime eventTime
public final Exception exception
public EventTimeAndException(AnalyticsListener.EventTime eventTime, Exception exception)
eventTime - The event time at which the exception occurred.exception - The exception that was thrown.