Skip to content

Commit

Permalink
Use ListenerSet in AnalyticsCollector.
Browse files Browse the repository at this point in the history
This ensures recursively sent events arrive in the correct order.

Issue: #8048
PiperOrigin-RevId: 337812882
  • Loading branch information
tonihei authored and ojw28 committed Oct 20, 2020
1 parent 3c68261 commit febf5d2
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 167 deletions.
2 changes: 2 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* Switch Guava dependency from `implementation` to `api`
([#7905](https://github.com/google/ExoPlayer/issues/7905),
([#7993](https://github.com/google/ExoPlayer/issues/7993)).
* Fix bug where `AnalyticsListener` callbacks can arrive in the wrong
order ([#8048](https://github.com/google/ExoPlayer/issues/8048)).
* Track selection:
* Add option to specify multiple preferred audio or text languages.
* Data sources:
Expand Down
Loading

0 comments on commit febf5d2

Please sign in to comment.