Add Colors to Logcat

Bruno Retolaza · September 8, 2021

We can add new colors to the Logcat messages by going to: Preferences → Editor → Color Scheme → Andoid Logcat

https://github.com/Kuruchy/kuruchy.github.io/raw/master/images/Android_Studio_Logcat_01.png

And adjusting the Scheme to your needs. In the image I used the following colors:

Assert: 9C27B0 Debug: 2196F3 Error: F44336 Info: 4CAF50 Verbose: default Warning: FFC107

Twitter