
Security News
Federal Government Rescinds Software Supply Chain Mandates, Makes SBOMs Optional
The U.S. government is rolling back software supply chain mandates, shifting from mandatory SBOMs and attestations to a risk-based approach.
On NPM so installation is a simple as npm install -g clogcat
Or clone the repo and use npm install -g in the repo root.
Then simple usage is:
$ clogcat
This is tool for debug android applications in color. Like Cyanogenmod (and possibly others)
do by default. It becomes impossible to live without. If possible use the -C flag on the
native adb logcat command (a la cyanogenmod) and not this tool, as it can handle the "raw"
format which this cannot.
General Logcat Hint: Familiarity with the
filterspecuse to filter logs will make your life SO MUCH EASIER. Use it!
Forked from original logcat by © Spirin Vladimir and almost completely rewritten.
removed express dependency (and webserver) - I don't need a http view of this data.
changed handling of colors to match log levels by logcat's own Priority markers.
pass commandline args to adb and/or logcat. (also, adb args if you include "logcat" in your own args) e.g.
$ logcat -s <serial> logcat -v long
>>> Running: adb -s <serial> logcat -v long <<<
...
$ logcat -v long
>>> Running: adb logcat -v long <<<
...
FAQs
Android debugging's `adb logcat` in pretty colors
We found that clogcat demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The U.S. government is rolling back software supply chain mandates, shifting from mandatory SBOMs and attestations to a risk-based approach.

Security News
crates.io adds a Security tab backed by RustSec advisories and narrows trusted publishing paths to reduce common CI publishing risks.

Research
/Security News
A Chrome extension claiming to hide Amazon ads was found secretly hijacking affiliate links, replacing creators’ tags with its own without user consent.