How to filter logs on basis of different filter sections like Error, and Debug as we did before Android Studio Dolphin logcat
Asked
Active
Viewed 5,906 times
21
-
2Does this answer your question? [New logcat in Android Studio: show debug only](https://stackoverflow.com/questions/73944471/new-logcat-in-android-studio-show-debug-only) – Vojin Purić Oct 17 '22 at 07:39
1 Answers
43
In Android Studio Dolphin, we have to search via key-value pairs in logcat. For errors, we have to write level: error

Salman khan
- 1,135
- 10
- 17
-
23
-
To understand in detail: https://medium.com/@khadijahameed415/logcat-in-dolphin-version-1ae7f5f687f4 – Khadija Hameed Feb 02 '23 at 05:05
-
Is there any way we can do it without typing level: error like in earlier version? – AbdulSaleem Feb 06 '23 at 09:22