Kodi Community Forum

Full Version: Debugging turned on without screen display of CPU and memory stats
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any way to turn on debug logging without having the CPU and memory stats etc. overlay on the screen?

I'm experiencing random lockups - possibly due to the myth:// protocol integration and would like to send something useful to help identify the problem but don't need or want all that other overlay stuff always showing on screen.

Cheers,
David
You can set the logfile level in advancedsettings.xml, see the manual/wiki.
.. or simply compile without disabling debug. All messages will be logged without the additional osd info/messages.
Magic, <loglevel>1</loglevel> is exactly what I wanted. Amazing what good stuff can be done with the advancedsettings.xml file. Will have to remember to check their first next time.

http://wiki.xbmc.org/index.php?title=Adv...oglevel.3E

Thanks,
David