Logcat not displaying my log calls

前端 未结 30 1932
悲&欢浪女
悲&欢浪女 2020-11-28 22:45

I\'m a total noob at Android programming, and wanted to learn how to debug my apps. I can\'t seem to have my Log.i|d|v calls displayed in the LogCat.

Here\'s the

30条回答
  •  萌比男神i
    2020-11-28 23:49

    If all else fails:

    I did all the above things and couldn't figure out what was wrong,

    Test with:

    adb logcat
    

    to figure out that my entries were infact in logcat, but twas adt's quirks.

    Fix:

    Restart eclipse

    This was the only thing that fixed it.

提交回复
热议问题