Eclipse LogCat shows only the first letter from each message

后端 未结 12 1651
萌比男神i
萌比男神i 2020-12-09 04:00

I installed android SDK and plugin on eclipse 4.4, and LogCat shows only the first letter from each message.

an screenshot:

12条回答
  •  醉梦人生
    2020-12-09 04:09

    I had the same problem on Eclipse 4.5.0(Mars Release), i tried @claganga 's solution but didn't work for me at first.

    Here is my addition to the solution that worked for me :

    1. Exit eclipse
    2. Open up the file

    ~/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.android.ide.eclipse.ddms.prefs

    1. Just add those lines save, close it. Restart eclipse, wait for it until loading workspace. Then Exit.

    ddms.logcat.auotmonitor.level=error ddms.logcat.automonitor=false ddms.logcat.automonitor.userprompt=true logcat.view.colsize.Level=54 eclipse.preferences.version=1

    1. Open up the file at step 2 again, add the lines below step 5 one at a time. After adding one line save&close it. Restart eclipse, wait for it until loading workspace. Then Exit.

    2. Repeat the process at step 4 again for the second line, third line etc.

      logcat.view.colsize.Application=169 logcat.view.colsize.PID=54 logcat.view.colsize.Tag=198 logcat.view.colsize.Text=619 logcat.view.colsize.Time=182

提交回复
热议问题