Log Cat working ok but never any print() statements

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.

Do you have a variable named “debug” somewhere?

Rob

Hi Rob,

No debug variables.  I tested on an older 3.0 Tablet and it was fine.

The Android version of the problem tablet is 5.0.1  

I can get by with testing on the older device for now though I was hoping to transfer all my testing to the new device.  

Weird that it would work on one device and not the other. Do you have all the right developer settings on the problem device? One of the settings is USB debugging.

Do you have a variable named “debug” somewhere?

Rob

Hi Rob,

No debug variables.  I tested on an older 3.0 Tablet and it was fine.

The Android version of the problem tablet is 5.0.1  

I can get by with testing on the older device for now though I was hoping to transfer all my testing to the new device.  

Weird that it would work on one device and not the other. Do you have all the right developer settings on the problem device? One of the settings is USB debugging.