Please provide a way to access android.util.Log from Lua, because using print() often doesn’t show up in my logcats on the device and this makes debugging a little bit complicated. It is a non-reproducible situation, because some times it works, some times it doesn’t.
In my opninion, having a way to access the logging facility would be a huge improvement over print().
Thanks in advance!