Is it possible to create multiple logcat windows in Android Studio for single attached device, so that I can filter different tags in different windows yet able to see together. How to do that?
Asked
Active
Viewed 726 times
1
-
1NO. That is not possible. but you can add your filters from "Edit Filter Configuration". Then you can switch between your filters very easily. – Omid.N Jul 03 '19 at 05:06
-
May be not in Android Studio but you can create seperate logcat by using adb e.g. adb logcat – Sahil Manchanda Jul 03 '19 at 05:24
-
@SahilManchanda you mean in command line right? – Sazzad Hissain Khan Jul 03 '19 at 06:16
-
Yep from the command line – Sahil Manchanda Jul 03 '19 at 06:16
-
@SahilManchanda yes I know. – Sazzad Hissain Khan Jul 03 '19 at 06:17
-
https://developer.android.com/studio/command-line/logcat – Sagar Nayak Mar 06 '20 at 12:07
-
@SagarNayak my question was about Android Studio, not command line. – Sazzad Hissain Khan Mar 09 '20 at 15:43