Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I stop eclipse from auto creating filters for android logcat?

After an update my eclipse started to create filters automatically for LogCat.

I don't really mind if it creats those useless filters, but it always auto-select the one I least want to look at.

Is there a way to disable this auto-filter feature?

like image 735
Qi Fan Avatar asked Jan 28 '12 01:01

Qi Fan


1 Answers

Try disabling: Window -> Preferences -> Android -> Logcat -> Display logcat view when there are messages from an app in workspace (as it was described in this issue in Android bug tracker: http://code.google.com/p/android/issues/detail?id=20965)

like image 140
OleGG Avatar answered Sep 22 '22 11:09

OleGG