media/library/core/src
olly 4af0610067 Shorten log tags to 23 char limit
When calling Android's Log class directly, there's a LongLogTag
lint check that detects tags over the 23 char limit, however it
cannot detect long log tags in ExoPlayer due to the way that we
log via our own Log class. This commit adds @Size annotations to
enforce the same rule.

PiperOrigin-RevId: 413976364
2021-12-06 13:05:45 +00:00
..
androidTest Migrate usages of deprecated MediaItem symbols 2021-11-08 09:48:45 +00:00
main Shorten log tags to 23 char limit 2021-12-06 13:05:45 +00:00
test Prohibit duplicate TrackGroups in TrackGroupArray 2021-12-02 15:21:34 +00:00