logcat-colorize is a parser for the output of the Android Debug Bridge logcat output. It accepts the logcat output from stdin and produces a formatted output, optimised for reading in a console.
logcat-colorize is a parser for the output of the Android Debug Bridge logcat output. It accepts the logcat output from stdin and produces a formatted output, optimised for reading in a console.
To install logcat-colorize, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install logcat-colorize
To see what files were installed by logcat-colorize, run:
port contents logcat-colorize
To later upgrade logcat-colorize, run:
sudo port selfupdate && sudo port upgrade logcat-colorize
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.