Hi
I have USB DAC connected to VeroV, and occasionally USB device is getting lost. This is random and I do not see any pattern when it occurs. So I want to enable logging, to be able to catch this issue, but when logging is enabled, there are also three overlay lines at top left on the screen. Is there way how to hide those three lines?
thanks
You can do this
nano /home/osmc/.kodi/userdata/advancedsettings.xml
and paste this in:
<?xml version="1.0" encoding="utf-8"?>
<advancedsettings>
<loglevel>1</loglevel>
<debug>
<showloginfo>false</showloginfo>
</debug>
</advancedsettings>
If you already have advancedsettings.xml, just add the loglevel and debug bit to that.
great, thank you
is restart of device needed?
Power->Exit to restart Kodi.
Dmesg will probably show us the device disappearing.