1

Maybe I'm too spoiled with Visual Studio debugger but eclipse' LogCat seems really ugly tool to me.

  1. Exceptions not descriptive so much
  2. Sometimes hard to locate exceptions
  3. Ugly interface which wasting my time

If I'm wrong, please tell me some good tutorial of LogCat which prooves that it could speed up my work, if not - is there any alternative to LogCat (maybe plugin)?

Vitalii Korsakov
  • 45,737
  • 20
  • 72
  • 90

1 Answers1

0

Intellij IDEA turned out a good alternative, plus logback. Reading logs now a bit easier for me.

Vitalii Korsakov
  • 45,737
  • 20
  • 72
  • 90