Install latest/stable of logcat-colorize

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install logcat-colorize

Don't have snapd? Get set up for snaps.

Channel Version Published

logcat-colorize

logcat-colorize is a software that parses Android logcat from stdin output and prints it to stdout with improved formatting. Colors are added to the output to make it clearer. You'll still be able to add filters using the adb command. logcat-colorize is written in C++ for best performance.

For more info on how to use or to report bugs refer to: https://github.com/carlonluca/logcat-colorize.

Examples

  • Simplest usage: adb logcat | logcat-colorize
  • Using specific device, with time details, and filtering: adb -s emulator-5556 logcat -v time System.err:V *:S | logcat-colorize
  • Piping to grep for regex filtering (much better than adb filter): adb logcat -v time | egrep -i '(sensor|wifi)' | logcat-colorize
  • Colorize log dump: cat mydump.txt | logcat-clorize
  • Spotlight: adb logcat | logcat-colorize -s <spotlight_pattern>
  • Pipe from file: cat my_logcat_output.txt | logcat-colorize

Details for logcat-colorize

License
  • Apache-2.0

Last updated
  • 11 May 2020 - latest/stable
  • 11 May 2020 - latest/edge

Websites

Contact

Share this snap

Generate an embeddable card to be shared on external websites.


Install logcat-colorize on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using logcat-colorize

Users by distribution (log)

Ubuntu 22.04
Ubuntu 20.04
Ubuntu 18.04
Ubuntu 23.10

Is there a problem with logcat-colorize? Report this app