kean / PulsePro

A macOS app for viewing logs from Pulse
https://pulselogger.com
482 stars 24 forks source link

Remove RemoteLogger logs #25

Closed hugovanderlei closed 2 years ago

hugovanderlei commented 2 years ago

Is there a way to remove or silence the RemoveLogger logs on Xcode? It is polluting the console outputs

Captura de Tela 2022-07-12 às 11 29 28

kean commented 2 years ago

The logs are disabled in the debug mode. I could probably add a custom flag to enable them.

#if DEBUG
    NSLog(message())
#endif

Are you compiling it from source code from Xcode?

hugovanderlei commented 2 years ago

I'm not sure if the issue is with Pulse or PulsePro.

When I connect my device to PulsePro while using Pulse on my project, I receive these logs.

kean commented 2 years ago

I'm removing all logs in Pulse 2.0. Releasing soon, but you can install from the branch for now if you'd like.