Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Logcat colors

It is really hard to follow up Android logcat output all in a same color.

Is there any way to change the log colors?

like image 926
Mohsen Mirhoseini Avatar asked Oct 12 '16 08:10

Mohsen Mirhoseini


2 Answers

I know that using solid black color logcat in Android Studio is awful!!!

Here is my best practice colour codes that you can use for changing the face of you logcat in Android Studio to make it more useful.

Go to Android Studio Preferences and search for logcat and 'Save As' your own scheme:

Assert: 9C27B0

Debug: 2196F3

Error: F44336

Info: 4CAF50

Warning: FFC107

Android Studio Logcat Default Colors

Android Studio Logcat Darcula Colors

All colors are picked carefully from google Material Design palette and can help you with more readability in both Default and Darcula theme:

sharing is caring :)

like image 87
Mohsen Mirhoseini Avatar answered Oct 11 '22 16:10

Mohsen Mirhoseini


In addition to @Monsen Mirhoseine's answer, I exported his scheme to easier import. You can do it by downloading this file, and then selecting to avoid typing every color.

                        Import Scheme screenshoot

like image 24
crgarridos Avatar answered Oct 11 '22 18:10

crgarridos