iOS device debugging - log filtering

Hi,

I read this… it gives details on how android can filter the console log from the device, so that you only see output from the app.

How can I do this on iOS? because in xcode it shows everything.

http://docs.coronalabs.com/guide/basics/debugging/index.html#consoledebugging

You can’t.  You only get what Apple gives you in Xcode.  But you could copy the whole file and put it into a text file and then use various Unix filtering techniques like grep  from the command line or if your text editor has some filtering.

Rob

You can’t.  You only get what Apple gives you in Xcode.  But you could copy the whole file and put it into a text file and then use various Unix filtering techniques like grep  from the command line or if your text editor has some filtering.

Rob