Set setUsePlatformDiagnostics to false

This commit is contained in:
TacoTheDank 2022-07-02 15:01:39 -04:00
parent 1404581e9b
commit 00b9c082a3
1 changed files with 1 additions and 0 deletions

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);