A adb logcat
wrapper. Features:
adb logcat
stdin
, adb
or files
adb shell log
with input from stdin``` rogcat 0.2.6-pre Felix Obenhuber felix@obenhuber.de A 'adb logcat' wrapper and log processor
USAGE: rogcat [FLAGS] [OPTIONS] [COMMAND] [SUBCOMMAND]
FLAGS: --no-timestamp No timestamp in terminal output --overwrite Overwrite output file if present --shorten-tags Shorten tags by removing vovels if too long for terminal format --show-date Show month and day in terminal output --show-time-diff Show the time difference between the occurence of equal tags in terminal output -c, --clear Clear (flush) the entire log and exit -g, --get-ringbuffer-size Get the size of the log's ring buffer and exit --help Prints help information -S, --output-statistics Output statistics -r, --restart Restart command on exit -V, --version Prints version information
OPTIONS:
-a, --filename-format
ARGS:
SUBCOMMANDS: bugreport Capture bugreport. This is only works for Android versions < 7. completions Generates completion scripts devices Show list of available devices help Prints this message or the help of the given subcommand(s) log Add log message(s) log buffer ```
``` rogcat-bugreport Capture bugreport. This is only works for Android versions < 7.
USAGE: rogcat bugreport [FLAGS] [FILE]
FLAGS: --overwrite Overwrite report file if present -z, --zip Zip report -h, --help Prints help information -V, --version Prints version information
ARGS:
``` rogcat-log Add log message(s) log buffer
USAGE: rogcat log [OPTIONS] [MESSAGE]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-l, --level
ARGS:
``` rogcat-completions Generates completion scripts
USAGE:
rogcat completions
FLAGS: -h, --help Prints help information -V, --version Prints version information
ARGS:
There are plenty. Please report on GitHub, or - even better - open a pull request.
Rogcat is open source software; see COPYING
for details.