In Dolphin | 2021.3.1 Canary 6
version Android studio updated with new logcat, by default not getting enabled(after the updated to Dolphin), How to enable that?
Asked
Active
Viewed 6,337 times
11
2 Answers
18
Follow this path
File -> Settings -> Experimental or you can search Logcat-> enable the Enable new Logcat tool window -> Apply and click ok,
Restart the IDE to Apply the Changes.

FGH
- 2,900
- 6
- 26
- 59
-
1how to show error logs only? – Moustafa EL-Saghier Sep 25 '22 at 15:12
-
3you can use - level:Error , better if want to know, how to use other things, let's watch this video - https://youtu.be/AY4y0pr-O_c – FGH Sep 25 '22 at 16:56
1
Those who come here to know how to filter (see only errors etc.)
Google info link:
How to use new logcat

sifr_dot_in
- 3,153
- 2
- 33
- 42
-
1To understand in detail: https://medium.com/@khadijahameed415/logcat-in-dolphin-version-1ae7f5f687f4 – Khadija Hameed Feb 02 '23 at 05:04