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

It was originally introduced because it was guaranteed to be non-null unlike the inherited field. But ExoPlaybackException.cause has been nullable for some time, so there's no gain in not using the inherited field. PiperOrigin-RevId: 372329740