logcat-color
logcat-color copied to clipboard
Is there a way to match the tag color to the Log-type color?
For example,
The following log is an Info log with the tag DEBUG:
97 DEBUG I 40f83efc 0000100b 20786469 63616669 63612065 ....idx iface ac
The DEBUG tag was coloured blue here. Is there a way I can match all tag colours to their respective log-type colours?
Thanks
You can assign custom colors to tags in a profile using tags = { "tag": COLOR } (see the README.md), but it has the side effect of filtering out all other tags in your output. Assigning colors to tags without filters would be a good feature request..