Skip to content

Commit 00b9c08

Browse files
committed
Set setUsePlatformDiagnostics to false
1 parent 1404581 commit 00b9c08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/org/schabi/newpipe/player/Player.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ private void initPlayer(final boolean playOnReady) {
512512
simpleExoPlayer = new ExoPlayer.Builder(context, renderFactory)
513513
.setTrackSelector(trackSelector)
514514
.setLoadControl(loadController)
515+
.setUsePlatformDiagnostics(false)
515516
.build();
516517
simpleExoPlayer.addListener(this);
517518
simpleExoPlayer.setPlayWhenReady(playOnReady);

0 commit comments

Comments
 (0)