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

The current code does not catch the IAE thrown when building a MediaDescription or SessionDescription. This CL catches the IAE and propagates it as a ParserException. Issue: #9014. #minor-release PiperOrigin-RevId: 377544439