logcat-colorize
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.
Details for logcat-colorize
Package name
- logcat-colorize
License
- Apache-2.0
Last updated
- 11 May 2020 - latest/stable
- 11 May 2020 - latest/edge
Websites
Contact
External link warning
You are about to open
Do you wish to proceed?
Report a Snap Store violation
Report logcat-colorize for a Snap Store violation
Snap Store Violation Report submitted successfully
Thank you for your report. Information you provided will help us investigate further.
Error submitting report
There was an error while sending your report. Please try again later.
Share this snap
Generate an embeddable card to be shared on external websites.
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
| Revision | Channel | Version | Build | Commit | Download SBOM |
|---|
The build and commit information is derived from build infrastructure records.
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.