Searched refs:fatalErrorHistory (Results 1 – 2 of 2) sorted by relevance
527 public final List<EventTimeAndException> fatalErrorHistory; field in PlaybackStats576 List<EventTimeAndException> fatalErrorHistory, in PlaybackStats()616 this.fatalErrorHistory = Collections.unmodifiableList(fatalErrorHistory); in PlaybackStats()
458 private final List<EventTimeAndException> fatalErrorHistory; field in PlaybackStatsListener.PlaybackStatsTracker519 fatalErrorHistory = keepHistory ? new ArrayList<>() : Collections.emptyList(); in PlaybackStatsTracker()618 fatalErrorHistory.add(new EventTimeAndException(eventTime, error)); in onFatalError()849 fatalErrorHistory, in build()