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

When reading quickly this suggests something 'real' was null (similar to a `NullPointerException`), but it's actually just the message from the superclass. Seen in stack trace in Issue: androidx/media#2074: ``` Caused by: androidx.media3.common.ParserException: null {contentIsMalformed=true, dataType=1} ``` PiperOrigin-RevId: 719240235