Search code examples
androidfilterintellij-idealogcat

How can I filter just a specific application android Logcat logs in IntelliJ IDE/IDEA?


I recently, change my ide from Eclipse to IntelliJ ide/idea for android development according to a lot good feedback about IntelliJ.

In general everything seems well enough, But there is one thing I can't handle it. I can filter logs by application. Eclipse users knows that when you run your program ide adds a filter for your running application. So you can read logs easily with out spamming from logs of system/other apps .

So the questions are;
Is there any option/method for filtering by application ?

ps: There is an answered question on stackoverflow related this title, But the accepted answer can't be good enough for me or any other developer because of it's very inefficient. You can't waste time by changing pid every restart of app.

Maybe for now this question can't be answered but,it can be stay open discussions.

EDIT : At the latest version of intelliJ ice which will be called as Cardea they solved this problem.


Solution

  • Please vote for this feature request, most likely it's exactly what you are looking for.

    Your question is probably a duplicate of this one: