I’ve been pulling my hair out the last 24 hours trying to get log cat on my mac to show the lua print() statements. I can see everything else except these.
Using daily build 2016.2955
I’m testing IAP and need to be able to see these print statements.
I’ve tried everything I can think of like:
io.output():setvbuf(‘no’)
adb logcat -s “Corona”
adb logcat Corona:v *:s
adb logcat
etc
I’ve enabled Developer Mode, USB debugging, allow unknown sources etc.
All logcat statements seem to be working fine but there are no print statements at all.