I use the "logcat filters" in order to be in position to analyse efficiently the messages displayed in LogCat.
Log.d("LOGCAT_FILTER","MESSAGE_DISPLAYED");
My problem is that all the filters I created in LogCat are deleted when I restart Eclipse... I waste a lot of time!
Two questions:
- How to avoid to loose the logcat filters when restarting Eclipse?
- How to avoid to have to reopen LogCat (Window=>Show View=>Other View=>LogCat) each time I restart Eclipse ?
Thanks !