I often leave Eclipse open only for Logcat even though I don’t write any code there. It feels heavy and annoyed because it’s not that compact tool just for debugging. I know I could use a command-line tool adb and it’s very simple and light, but because it needs to be run from a command line window, there are a lot of limitations.
For example, it cannot show me any unicode strings, can’t filter more than two tags, and it’s hard to save specific lines as a text file. So, I really want to know if there’s any standalone graphical tool a similar one to Logcat integrated in Eclipse.
Or any suggestions would be greatly appreciated!