print() on Android

I’ve got a print() statement here and there in my code for debugging purposes and I can see prints on iOS, however I cannot on Android [logcat].
Is there something I should do/missing?

EDIT:
I wish I could remove my own thread :confused:

The solution to my problem is using cocos2d.CCLuaLog(“txt”)