
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
Session test module
Tests cross-process use of the session module. To run the tests:
- Prepare a device (either an emulator or a real device) to run the tests on.
- Run
./gradlew :test-session-current:cAT