How can I disable the logcat output of 3rd party libraries, such as AdWhirl and AdMob?
Sometimes they provide a method to disable the log output, sometimes they don't. For those who don't is there a application wide setting where I can suppress either any log output or log output from certain classes or tags?
You could look at using ProGuard to remove the Log.* calls from the bytecode of the libraries.
See this answer: Remove all debug logging calls before publishing: are there tools to do this?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With