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.
我在 logcat 中使用 Android 4.0 的一部手机上获得了太多信息
更多关于所有其他模型。我每1-3秒得到一次
StatusBar.NetworkController SignalStrength wpa_supplicant
有没有办法告诉android不要每秒记录无线设置?其他手机不这样做。
如果您要排除的这些日志具有独特的 TAG,您可以在 Eclipse Logcat 中使用像这样的正则表达式来排除它们:
^(?!TAG_TO_EXCLUDE).*$