eclipse中DDMS的LOGcat只有一列level

拷贝来源:http://www.cnblogs.com/kobe8/p/4620785.html

http://stackoverflow.com/questions/25010393/eclipse-logcat-shows-only-the-first-letter-from-each-message 最后一个答案

参考以上网站解决此问题。

  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

  4. ddms.logcat.auotmonitor.level=error  
    ddms.logcat.automonitor=false  
    ddms.logcat.automonitor.userprompt=true  
    eclipse.preferences.version=1
    logcat.view.colsize.Application=169
    logcat.view.colsize.Level=54
    logcat.view.colsize.PID=54
    logcat.view.colsize.Tag=198
    logcat.view.colsize.Text=619
    logcat.view.colsize.Time=182
生活的残酷,让我们习惯了忘记疲倦,一直奔向远方,追寻着自己的梦想。
原文地址:https://www.cnblogs.com/L-Arikes/p/4998124.html