21

How to filter logs on basis of different filter sections like Error, and Debug as we did before Android Studio Dolphin logcat

Salman khan
  • 1,135
  • 10
  • 17
  • 2
    Does 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 Answers1

43

In Android Studio Dolphin, we have to search via key-value pairs in logcat. For errors, we have to write level: error

enter image description here

Salman khan
  • 1,135
  • 10
  • 17