【问题标题】:how to hide trace tag in eclipse(Android)如何在 Eclipse(Android)中隐藏跟踪标记
【发布时间】:2013-04-26 05:54:40
【问题描述】:

如何在 eclipse(Android) 中删除不必要的跟踪或标记。像这样的痕迹

05-02 06:16:49.093: W/Trace(1227): Unexpected value from nativeGetEnabledTags: 0
05-02 06:16:49.093: W/Trace(1227): Unexpected value from nativeGetEnabledTags: 0
05-02 06:16:49.164: W/Trace(1227): Unexpected value from nativeGetEnabledTags: 0
05-02 06:16:49.164: W/Trace(1227): Unexpected value from nativeGetEnabledTags: 0
05-02 06:16:49.201: I/Choreographer(1227): Skipped 39 frames!  The application may be doing too 
05-02 06:16:49.362: W/Trace(1227): Unexpected value from nativeGetEnabledTags: 0
05-02 06:16:49.362: W/Trace(1227): Unexpected value from nativeGetEnabledTags: 0
05-02 06:16:49.451: W/Trace(1227): Unexpected value from nativeGetEnabledTags: 0
05-02 06:16:49.451: W/Trace(1227): Unexpected value from nativeGetEnabledTags: 0
05-02 06:16:49.491: I/Choreographer(1227): Skipped 37 frames!  The application may be doing too much work on its main thread.
05-02 06:16:49.532: W/Trace(1227): Unexpected value from nativeGetEnabledTags: 0
05-02 06:16:49.532: W/Trace(1227): Unexpected value from nativeGetEnabledTags: 0
05-02 06:16:49.591: W/Trace(1227): Unexpected value from nativeGetEnabledTags: 0
05-02 06:16:49.591: W/Trace(1227): Unexpected value from nativeGetEnabledTags: 0
05-02 06:16:49.632: I/Choreographer(1227): Skipped 35 frames!  The application may be doing too much work on its main thread.

【问题讨论】:

标签: eclipse android-logcat


【解决方案1】:

使用 adb logcat -v time | grep "your tag" 过滤你想看的日志。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-02-24
    相关资源
    最近更新 更多