Skip to content

Perl script to format the output of the android adb logcat command

Notifications You must be signed in to change notification settings

NCSU/App-logcat_format

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

logcat_format - pretty print android adb logcat output

DESCRIPTION

A tool to pretty print the output of the android sdk 'adb logcat' command.

Before

Before

After

Before

SYNOPSIS

Default adb logcat pretty print ..

% logcat_format 

For default logcat output for emulator only ..

% logcat_format -e 

For default logcat output for device only ..

% logcat_format -d

For other adb logcat commands, just pipe into logcat_format ..

% adb logcat -v threadtime | logcat_format
% adb -e logcat -v process | logcat_format

VERSION

version 0.05

About

Perl script to format the output of the android adb logcat command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%