I upgraded Eclipse Luna to Mars. Now in my DDMS perspective, the only column available was the Level and there only the first letter of each entry was shown (as here: Eclipse LogCat shows only the first letter from each message). In order to fix this I changed my
/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.android.ide.eclipse.ddms.prefs
I added
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.Messages=100
However, still the level only displays the first character and the Messages column is missing, even though I specified it in the preferences.
Really, all of these entries should be visible by default. How can I get them to work in Eclipse Mars?