Kodi Community Forum
Debugging turned on without screen display of CPU and memory stats - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Feature Requests (https://forum.kodi.tv/forumdisplay.php?fid=9)
+--- Thread: Debugging turned on without screen display of CPU and memory stats (/showthread.php?tid=42629)



Debugging turned on without screen display of CPU and memory stats - dteirney - 2008-12-25

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


- althekiller - 2008-12-26

You can set the logfile level in advancedsettings.xml, see the manual/wiki.


- mkortstiege - 2008-12-26

.. or simply compile without disabling debug. All messages will be logged without the additional osd info/messages.


- dteirney - 2008-12-26

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=AdvancedSettings.xml#.3Cloglevel.3E

Thanks,
David