Eclipse LogCat仅显示每条消息的第一个字母 [英] Eclipse LogCat shows only the first letter from each message

查看:162
本文介绍了Eclipse LogCat仅显示每条消息的第一个字母的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



截图:



问题可能在eclipse中,因为我可以看到LogCat运行'adb logcat'时很好。



我尝试重新启动eclipse,adb和更改LogCat字体。

解决方案

这是如何解决的:


  1. exit eclipse

  2. 文件


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



  3. 然后剪切并粘贴到现有的

      ddms.logcat.auotmonitor.level =错误
    ddms.logcat.automonitor = false
    ddms.logcat.automonitor.userprompt = true
    logcat.view.colsize.Level = 54
    eclipse.preferences.version = 1
    logcat.view.colsize.Application = 169
    logcat.view.colsize.Time = 156
    logcat.view.colsize.Tag = 124
    logcat.view.colsize.PID = 54
    logcat.view.colsize.Text = 590


  4. 重启eclipse



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

an screenshot:

The problem is probably in eclipse as I can see the LogCat well while running 'adb logcat'.

I tried to restart eclipse, adb, and changing LogCat fonts.

解决方案

Here is how to fix it:

  1. exit eclipse
  2. open up the file

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

  3. Then cut and paste this in over the existing

    ddms.logcat.auotmonitor.level=error
    ddms.logcat.automonitor=false
    ddms.logcat.automonitor.userprompt=true
    logcat.view.colsize.Level=54
    eclipse.preferences.version=1
    logcat.view.colsize.Application=169
    logcat.view.colsize.Time=156
    logcat.view.colsize.Tag=124
    logcat.view.colsize.PID=54
    logcat.view.colsize.Text=590
    

  4. Restart eclipse

这篇关于Eclipse LogCat仅显示每条消息的第一个字母的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆