Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

clogcat

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clogcat

Android debugging's `adb logcat` in pretty colors

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

clogcat

How to start using:

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

Description:

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 filterspec use to filter logs will make your life SO MUCH EASIER. Use it!

Credits

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

Keywords

adb

FAQs

Package last updated on 19 Nov 2013

Did you know?

Socket

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.

Install

Related posts