How to get back logcat before dolphin version on android studio?

Viewed 209

The logcat change on the version Android Studio Dolphin 2021.3.1

In my little screen this new logcat is not adapted at all.

How can keep the old one ?

1 Answers

To manage wich version of logcat use :

Settings > Experimental > Don't check the Enable new Logcat tool window at the end.

enter image description here

Related