App-logcat_format
view release on metacpan or search on metacpan
=pod
=head1 NAME
logcat_format - pretty print android adb logcat output
=head1 DESCRIPTION
A tool to pretty print the output of the android sdk 'adb logcat' command.
Before
=begin HTML
<p><img src="https://raw.github.com/vichou/App-logcat_format/master/screenshots/before.png" width="1000" height="500" alt="Before" /></p>
=end HTML
After
=begin HTML
<p><img src="https://raw.github.com/vichou/App-logcat_format/master/screenshots/after.png" width="1000" height="500" alt="Before" /></p>
=end HTML
=head1 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
=head1 VERSION
version 0.06
=cut
( run in 1.280 second using v1.01-cache-2.11-cpan-13bb782fe5a )