Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Prevent LogCat Session Filter from stealing focus

I've setup a series of Filters for logcat and would like to keep focus on a specific filter, however whenever the Session Filter receives a message it steals focus from my desired filter.

I've been unable to find any reference on the net, nor any settings in eclipse. Can I prevent the Session Filter from stealing focus?

like image 535
Gavin Miller Avatar asked Apr 05 '12 17:04

Gavin Miller


1 Answers

Just to update because it's changed a little bit since this post.

For me, a box labeled: Monitor logcat for messages from applications in workspace needs to be unticked in your eclipse > window > preferences -> Android -> LogCat, shown here:

disable automatic eclipse focus when debugging app


Found the answer here: How do I stop eclipse from auto creating filters for android logcat?

This can be accomplished by disabling Display logcat view when there are messages from an app in workspace. Here's what that looks like in eclipse:

enter image description here

like image 137
Gavin Miller Avatar answered Oct 27 '22 22:10

Gavin Miller