How to see NSLog
or any plain printf
output with Apportable? I run my program with apportable debug
and run
the gdb, but there's no output.
NSLog and printf are piped to the android logging system. So in order to see your messages; invoke adb logcat. That will allow you to see logging.