Set setUsePlatformDiagnostics to false

This commit is contained in:
TacoTheDank 2022-07-02 15:01:39 -04:00
parent ee609330d7
commit bc6d68980f

View file

@ -512,6 +512,7 @@ public final class Player implements
simpleExoPlayer = new ExoPlayer.Builder(context, renderFactory)
.setTrackSelector(trackSelector)
.setLoadControl(loadController)
.setUsePlatformDiagnostics(false)
.build();
simpleExoPlayer.addListener(this);
simpleExoPlayer.setPlayWhenReady(playOnReady);