Kodi Community Forum

Full Version: XBMC Python does not write exception messages to xbmc.log
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It took some time for me to figure it out, but none of XBMC Android versions I've tried (including today's nightly) writes Python exception messages to xbmc.log. This makes it virtually impossible to debug XBMC addons on Android.
E.g. the following one-liner:
PHP Code:
print test 
should produce the following message in xbmc.log:
Code:
NameError: name 'test' is not defined
but on Android only a "Script Error" message in GUI is displayed, but no info is written into the log.
know issue. nothing can be done about that atm