Now that android device monitor has been deprecated, how to have access to the logcat of an Android device? Of course we can do adb logcat
but it's not convenient at all to read/filter the logcat like this. is there any standalone tool available to replace android device monitor? I would like to avoid to use android studio just for that
Asked
Active
Viewed 113 times
0

zeus
- 12,173
- 9
- 63
- 184
-
I use logcat from cli quite a lot and it seems convenient to me. Especially if you specify the tag like so `adb logcat -s 'tag'`. Also there are many standalone tools that should fit your needs, just google "adb logcat tools" – noev Sep 29 '22 at 07:10
-
Tool recommendations are off-topic. You can ask such questions on https://softwarerecs.stackexchange.com/ Please read their help center to learn about their rules. – Dalija Prasnikar Sep 29 '22 at 11:38