mirror of
https://github.com/androidx/media.git
synced 2025-05-16 12:09:50 +08:00

Change what format is logged from MediaCodecAudioRenderer when AudioSink throws InitializationException. We printed the AudioSink's format, which most of the times is audio/raw (PCM) and not the renderer's format. With this change both formats are logged. #minor-release Issue: google/ExoPlayer#11066 PiperOrigin-RevId: 523456840 (cherry picked from commit baf1aa1cdbe626097c7fa310047edac7033f2ffe)