media/library
ibaker 7a3d8b5ef0 Swallow exceptions in TestContentProvider when writing to a pipe fails
The existing code results in flaky tests, where sometimes the write
fails (with "EPIPE (broken pipe)") and the exception propagates out
and causes the test to never complete and time out.

Swallowing the exception resolves this flakiness.

#minor-release

PiperOrigin-RevId: 372909415
2021-05-10 23:39:03 +01:00
..
all Add Transformer "Getting started" page 2021-02-03 15:03:16 +00:00
common Make PlaybackException's Bundleable implementation subclass friendly 2021-05-10 09:37:51 +01:00
core Swallow exceptions in TestContentProvider when writing to a pipe fails 2021-05-10 23:39:03 +01:00
dash Format Java source files 2021-05-06 13:32:25 +01:00
extractor Format Java source files 2021-05-06 13:32:25 +01:00
hls Format Java source files 2021-05-06 13:32:25 +01:00
rtsp Use correct Log class 2021-05-06 13:35:40 +01:00
smoothstreaming Format Java source files 2021-05-06 13:32:25 +01:00
transformer Format Java source files 2021-05-06 13:32:25 +01:00
ui Format Java source files 2021-05-06 13:32:25 +01:00
README.md

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.