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

This will help developers self-diagnose issues like Issue: google/ExoPlayer#10392 where the NPE occurs far from the original null value because a field gets assigned to null. This change aims to ensure that every stable method on Player, ExoPlayer and ExoPlayer.Builder that takes a non-null type will fail with an NPE before returning. #minor-release PiperOrigin-RevId: 461846580
Common module
Provides common code and utilities used by other media modules. Application code will not normally need to depend on this module directly.