Page 1 of 1
Where is VLC iOS debug log??
Posted: 29 Jan 2015 11:07
by Schein_Toter
By Android, Desktop and WindowsPhone easy!!! How to log in VLC iOS???
Re: Where is VLC iOS debug log??
Posted: 06 Mar 2015 21:11
by nmodin
Hi !
Did you find out where the logs can be found ? I'm trying to debug what is going wrong, but can't find the logs just like you.
Cheers,
Niklas
Re: Where is VLC iOS debug log??
Posted: 08 Mar 2015 16:02
by fkuehne
We don't offer debug logs on iOS at this point. Those are available only if you run the app using Xcode on your development machine.
Re: Where is VLC iOS debug log??
Posted: 10 Mar 2015 03:57
by ericw
Hi Felix,
Do you mean it is still possible to see VLC log as long as app is run with Xcode? Could you explain how to do this?
Thanks,
Eric
Re: Where is VLC iOS debug log??
Posted: 10 Mar 2015 14:35
by fkuehne
well, you need to compile it yourself and then execute it. To see the full log, you need to edit one source file manually (VLCMovieDisplayerController something) to have @"-vvvv" as media player initialization option.