logcat-color icon indicating copy to clipboard operation
logcat-color copied to clipboard

Is there a way to match the tag color to the Log-type color?

Open jinhkim2 opened this issue 10 years ago • 1 comments

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

jinhkim2 avatar Dec 09 '15 19:12 jinhkim2

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..

marshall avatar Jan 05 '16 17:01 marshall