media/library/core/src/test
tonihei 3b277b2810 Fix unintentional new sessions after player release in stats listener.
PlaybackStatsListener has a method whose original intention was to be
called when the player is releaed to finish all pending sessions.
However, this also meant that later events (e.g. onVideoDecoderDisabled)
could create new sessions because the old one was already finished.

Use the new onPlayerReleased callback to implement this properly and to
fix the unintentional new session creation.

PiperOrigin-RevId: 347809527
2020-12-17 11:25:54 +00:00
..
java/com/google/android/exoplayer2 Fix unintentional new sessions after player release in stats listener. 2020-12-17 11:25:54 +00:00
AndroidManifest.xml Use versioned manifest in all Robolectric tests. 2019-05-21 13:51:43 +01:00