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) simpleExoPlayer = new ExoPlayer.Builder(context, renderFactory)
.setTrackSelector(trackSelector) .setTrackSelector(trackSelector)
.setLoadControl(loadController) .setLoadControl(loadController)
.setUsePlatformDiagnostics(false)
.build(); .build();
simpleExoPlayer.addListener(this); simpleExoPlayer.addListener(this);
simpleExoPlayer.setPlayWhenReady(playOnReady); simpleExoPlayer.setPlayWhenReady(playOnReady);