Android Studio Dolphin Filter with Verbose, Info, Debug, Warn and Error in Logcat

7.4k views Asked by At

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

1

There are 1 answers

3
Salman khan On

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