Is there a way or tool to filter out the noise in the xcode console?

Hi,

I am testing my app on a device while connected to my computer. I am looking at the feedback in the xcode console.

But the console reports everything my iPad is doing. wifi updates etc. A lot of noise and info I don’t want to see.
I just want to see the messages that my app prints out.

Also xcode displays them as a warning which makes it seem really bad, but it are just the print statements.

Is there a way to have the console only print my app messages? Or a tool I can buy?

This is really annoying and I often have to search for my statements in all the noise my iPad generates.

Thanks.

Did you find any solution for this @Juf

There isn’t one that I know of.

Too bad.
Really would have been handy if we had an eclipse-like filter feature

Did you find any solution for this @Juf

There isn’t one that I know of.

Too bad.
Really would have been handy if we had an eclipse-like filter feature

After many months of absolutely hating the Xcode “devices” log window y finally found this: https://github.com/benvium/libimobiledevice-macosx

It lets you see the iDevice’s logs right from your terminal and grep, filter, or whatever you want to do. I am loving every second of using this!

After many months of absolutely hating the Xcode “devices” log window y finally found this: https://github.com/benvium/libimobiledevice-macosx

It lets you see the iDevice’s logs right from your terminal and grep, filter, or whatever you want to do. I am loving every second of using this!