0

如何在 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.
4

1 回答 1

0

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

于 2013-05-02T06:28:59.963 回答