开发者

Android ==> Loggin witthout going to debug mode?

Is there any way to log within the application without being in debug mode. When i am in debug mode the开发者_如何学C application runs tooo slow.

Thanks


You have a way to show only Log.d() msgs on Eclipse's logcat view. Try running:

adb shell logcat

to see everything.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜