I am running my app which I ported using apportable (on Mac) on an android emulator. I know that NSLogs can be logged when using apportable on a physical device using the following command.
apportable log | grep AppName
I would like to log the NSLogs in the console when running the app on the emulator.
The command you listed:
works for both physical devices and for the emulator for me.
Here are some of the causes I have run into when using apportable and the android emulator: