奇葩问题 eclipse中DDMS的LOGcat只有一列level

时间:2023-03-09 22:48:12
奇葩问题 eclipse中DDMS的LOGcat只有一列level

http://*.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