Is there a way to stop Admob from outputting a log into the logcat? I was looking around and the answers that iwas given were for programs that are about to be released. I just find that it clogs up my logcat, especially if i am debugging other stuff and they get lost in the logs due to Admob.
问问题
665 次
1 回答
4
看到这个问题How to filter out a tagname in Eclipse LogCat viewer
他们建议通过类似的方式过滤 LogCat 视图
tag:^(?!.*(AdMob)).*$
我自己从未尝试过。
于 2013-06-06T05:14:26.013 回答