eclipse没有在logcat中显示galaxy nexus的时间吗?

时间:2012-07-16 17:34:22

标签: android eclipse android-logcat nexus-s

我正在使用带有Jelly bean的Galaxy nexus,我注意到logcat没有显示时间。 我还注意到它没有为Galaxy Nexus应用过滤器。它也没有显示红色的例外情况。

?:??: W/?(?): [ 07-16 10:31:42.153   462:  462 D/PhoneStatusBar ]
?:??: W/?(?): disable: < expand icons alerts ticker system_info back home RECENT* clock >
?:??: W/?(?): [ 07-16 10:31:42.231   309:  341 V/LockPatternKeyguardView ]
?:??: W/?(?): Set visibility on com.android.internal.policy.impl.LockPatternKeyguardView$4@42bb3168 to 8388608
?:??: W/?(?): [ 07-16 10:31:42.231   462:  462 D/PhoneStatusBar ]
?:??: W/?(?): disable: < expand icons alerts ticker system_info BACK* HOME* RECENT CLOCK* >
?:??: W/?(?): [ 07-16 10:31:42.270   309:  311 D/dalvikvm ]
?:??: W/?(?): GC_CONCURRENT freed 521K, 17% free 25327K/30343K, paused 14ms+13ms, total 152ms
?:??: W/?(?): [ 07-16 10:31:42.302   309:  341 V/LockPatternKeyguardView ]
?:??: W/?(?): Set visibility on com.android.internal.policy.impl.LockPatternKeyguardView$4@42bb3168 to 8388608

它使调试变得非常困难。请帮帮我。

1 个答案:

答案 0 :(得分:6)

我明白了。我更新了我的ADT版本,因为我没有软糖。主要是你也需要更新你的sdk工具。看看这个问题

Debugging Issues (Android Eclipse)