The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::logcat_format

DESCRIPTION

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

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