Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ IDEA logcat navigation

How to configure LogCat in IntelliJ IDEA to navigate efficiently?

In eclipse everything is convenient: tag, level etc... enter image description here

...but in IDEA logcat is messed up. I can't see where is message from the tag that I'm looking for. How to make IDEA LogCat more like eclipse's?

enter image description here

like image 246
Danylo Volokh Avatar asked Jun 12 '13 14:06

Danylo Volokh


1 Answers

It is Possible, you are using "DEBUG" pan, better use ANDROID to see your tags.

View > Tools Windows > Android


Looks like this : enter image description here

like image 144
Anthony Raymond Avatar answered Oct 04 '22 19:10

Anthony Raymond