I was installing Eclipse on ubuntu 14.04.
However, the only thing shown on logcat is just "level".
I had tried to use console to open adb log, that is,
./adb logcat
and it would show all of the message.
Does anyone can tell me how to show all kinds of the message on Eclipse logcat?
I had find out how to solve this problem.
Open the file
~/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.android.ide.eclipse.ddms.prefs
and paste the following setting.
ddms.logcat.auotmonitor.level=error
ddms.logcat.automonitor=false
ddms.logcat.automonitor.userprompt=true
eclipse.preferences.version=1
logcat.view.colsize.Application=176
logcat.view.colsize.Level=154
logcat.view.colsize.PID=154
logcat.view.colsize.TID=65
logcat.view.colsize.Tag=179
logcat.view.colsize.Text=863
logcat.view.colsize.Time=133
It works for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With