Forum
[IDEA] Xbian XBMC debugging GUI - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Testing & Experimental (/forum-21.html)
+--- Thread: [IDEA] Xbian XBMC debugging GUI (/thread-2222.html)



Xbian XBMC debugging GUI - IriDium - 8th Apr, 2014 02:03 AM

At the moment XBMC GUI debugging is set as loglevel 2 (Screen and log file) and produces a lot of possibly erroneous information.

Would it be possible to create an Xbian XBMC debugging GUI, where various options are available?

This would include the normal loglevel settings -1 to 3 but also add the option to only display certain events.

Eg. INFO, NOTICE, WARNING, ERROR. FATEL etc.

It could then be enhanced to exclude certain events like CEC messages if required.

This would enable a debug option where only the required information is displayed rather that the default of nearly everything which would make debugging an XBMC/Xbian problem a little easier.

Just a thought Smile


RE: Xbian XBMC debugging GUI - mk01 - 19th Apr, 2014 11:15 AM

I had this idea as well, but XBMC has nothing like this implemented (At least I suppose so).

As I see mostly ONLY DEBUG & INFO the only meaningful filtering would be "subsystem". like PVR, CEC(Peripherals), AUDIO, VIDEO, ADDON ....

I will try to look into XBMC's Logging class.