Jason
Jason

Reputation: 6926

Automatically clearing LogCat on each Eclipse Debug/Run?

I expected this to be a simple task, but I'm surprised to find no answers for this.

Let me clarify:

I've tried:

I'm beginning to think I have to write a macro program to hook Ctrl+F11 when the active foreground process is eclipse.exe to move my cursor to the Clear Log button and click it. I guess clearing LogCat automatically is too much to ask for.

Upvotes: 36

Views: 6394

Answers (2)

aeldron
aeldron

Reputation: 1575

Some commercial releases of Eclipse (e.g. Adobe's Flash Builder) have this as an option in the preferences panel. It's probably a relatively trivial thing to implement, they just didn't bother.

You should request this feature, if enough people do it they might add it to the next release:

http://www.eclipse.org/contribute/

Upvotes: 2

OleGG
OleGG

Reputation: 8657

If you're not locked to Eclipse because of some strong reasons, you can try IntelliJ IDEA as IDE. Here is option for run configuration for clear log on app run. Unfortunately, following http://youtrack.jetbrains.com/issue/IDEA-80976 it is broken right now, but I think it'll be fixed in near future.

Upvotes: -1

Related Questions