mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

Add protected method in SimpleBasePlayer for thread verification to help subclasses verify thread access for additional methods they define and still report the same message to the user. Also, remove the DAC link pointing to the ExoPlayer-specific documentation from the exception message. Users who extend SimpleBasePlayer have access to the class' javadoc. PiperOrigin-RevId: 600426692 (cherry picked from commit 9e9c3cbe5e1576e89ef1f5492b2c14865bc1ddbe)