Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何禁用第三方库(例如 AdWhirl 和 AdMob)的 logcat 输出?
有时他们提供了一种禁用日志输出的方法,有时他们没有。对于那些没有应用程序范围的设置,我可以抑制任何日志输出或某些类或标签的日志输出?
您可以查看使用 ProGuard 从库的字节码中删除 Log.* 调用。
请参阅此答案:在发布之前删除所有调试日志记录调用:是否有工具可以执行此操作?