I am debugging the Corona SDK application that I run on my iPhone. When I launch the application, it sends debugging information that I see in the Xcode Devices panel. Unfortunately, the same console is dotted with OS logs that change my application logs very quickly. I can copy them to a file and grep them after I have finished, but I would like to do this in real time so that I only see my own application logs.
Is it possible? If so, how?
source share