Class PlaybackStats.EventTimeAndException

  • Enclosing class:
    PlaybackStats

    public static final class PlaybackStats.EventTimeAndException
    extends Object
    Stores an exception with the event time at which it occurred.
    • Field Detail

      • exception

        public final Exception exception
        The exception that was thrown.
    • Constructor Detail

      • EventTimeAndException

        public EventTimeAndException​(AnalyticsListener.EventTime eventTime,
                                     Exception exception)
        Creates a new timed exception event.
        Parameters:
        eventTime - The event time at which the exception occurred.
        exception - The exception that was thrown.
    • Method Detail

      • equals

        public boolean equals​(@Nullable
                              Object o)
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object