public final class

PlaybackStats.EventTimeAndException

extends java.lang.Object

 java.lang.Object

↳androidx.media3.exoplayer.analytics.PlaybackStats.EventTimeAndException

Overview

Stores an exception with the event time at which it occurred.

Summary

Fields
public final AnalyticsListener.EventTimeeventTime

The event time at which the exception occurred.

public final java.lang.Exceptionexception

The exception that was thrown.

Constructors
publicEventTimeAndException(AnalyticsListener.EventTime eventTime, java.lang.Exception exception)

Creates a new timed exception event.

Methods
public booleanequals(java.lang.Object o)

public inthashCode()

from java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

Fields

public final AnalyticsListener.EventTime eventTime

The event time at which the exception occurred.

public final java.lang.Exception exception

The exception that was thrown.

Constructors

public EventTimeAndException(AnalyticsListener.EventTime eventTime, java.lang.Exception exception)

Creates a new timed exception event.

Parameters:

eventTime: The event time at which the exception occurred.
exception: The exception that was thrown.

Methods

public boolean equals(java.lang.Object o)

public int hashCode()