How to make Colorful Logcat in Android Studio

You spend a lot of time dealing with logs when working on an Android project to handle a variety of scenarios, such as debugging the application or simply printing variables to the logging console.

To make it aesthetically beautiful and appealing,

Go to File -> Settings -> Editor -> Color Scheme -> Android Logcat

For each type of log

1. Uncheck the box: Inherite values from

2. Change the foreground color as mentioned below 

Assert – BA68C8

Debug – 4CAF50

Error – F44336

Info – 2196F3

Verbose – BBBBBB

Warning – FF9800

The new look, which is far more beautiful than the default logging UI, is shown below.

Share with your friends

Leave a Reply

Your email address will not be published. Required fields are marked *