Home > database >  How to switch to the old LogCat in Android Studio Dolphin
How to switch to the old LogCat in Android Studio Dolphin

Time:10-03

Android Studio Dolphin introduced a new LogCat but it is not working sometimes. Is there any way to disable it and switch back to the old LogCat?

I couldn't find where to change it back in the preferences. Is it even possible?

Thanks.

CodePudding user response:

To switch back to old Logcat:

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

  • Related