Kodi Community Forum

Full Version: Debug logging
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a problem with kodi crashing to desktop at the end of playing a video. It has never done it before I got this new TV.
The only settings change is refresh rate change is now on and passthrough audio.

Kodi log tells me very little, event viewer either says faulting module is ntdll.dll or kodi .exe so not much there either.

any way..... This fault doesnt happen very often and with debug logging turned on you have that OSD in the top left which is bloody anoying when watching anything.


So the question...Is it possible to turn off that OSD and still have it debug logging ?
Yes.  Create an advancedsettings.xml (wiki) file and use option 1 for the log level.
(2022-01-07, 22:03)Bagger Wrote: [ -> ]Is it possible to turn off that OSD and still have it debug logging ?

Yes, you can enable debugging via the advancedsettings.xml file. The value 1 will turn off the OSD text.
Example:
xml:
<advancedsettings>
<loglevel>1</loglevel>
</advancedsettings>
Thanks guys

much appreciated