Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

thechriswalker/clogcat

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 10 commits ahead, 23 commits behind logcat-org:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 

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

About

adb logcat console and web viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%