Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove MPAVController console logs from Xcode

Since I last updated XCode I'm getting a lot of MPAVController logs when I play video, like this:

[MPAVController] Autoplay: Likely to keep up or full buffer: 0
[MPAVController] Autoplay: Skipping autoplay, not enough buffered to keep up.
[MPAVController] Autoplay: Disabling autoplay for pause
[MPAVController] Autoplay: Disabling autoplay
...

It's pretty annoying and fills up the console. How can I turn these off?

like image 375
soleil Avatar asked Oct 24 '12 20:10

soleil


Video Answer


1 Answers

I'm not sure but I think those only appear in a debug build. Try using a release build and see if they're gone.

like image 151
Tobi Avatar answered Oct 19 '22 17:10

Tobi