1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-25 22:53:20 +00:00

Set setUsePlatformDiagnostics to false

This commit is contained in:
TacoTheDank 2022-07-02 15:01:39 -04:00
parent 1404581e9b
commit 00b9c082a3

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