其他分享
首页 > 其他分享> > android – eclipse没有在logcat中显示galaxy nexus的时间吗?

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

作者:互联网

我正在使用带有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

它使调试非常困难.请帮我 .

解决方法:

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

Debugging Issues (Android Eclipse)

标签:android,eclipse,android-logcat,nexus-s
来源: https://codeday.me/bug/20190826/1727896.html