Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove confusing
null
from ParserException.getMessage()
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: #2074: ``` Caused by: androidx.media3.common.ParserException: null {contentIsMalformed=true, dataType=1} ``` PiperOrigin-RevId: 719240235
- Loading branch information