Search code examples
apportable

How to see NSLog output with Apportable?


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.


Solution

  • 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.