summaryrefslogtreecommitdiffstats
path: root/logcat
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2014-09-02 22:02:52 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-02 22:02:52 +0000
commit8149603192215e718c6fa4f08b5fe06ebc500043 (patch)
treeede0bf35f7cf56c32329df970461937196865d21 /logcat
parent042ece12be2e7f89b4181bee51822ed2d3644621 (diff)
parent3888a4d07f7341c103c618f331fb04d93d9c532b (diff)
downloadsystem_core-8149603192215e718c6fa4f08b5fe06ebc500043.zip
system_core-8149603192215e718c6fa4f08b5fe06ebc500043.tar.gz
system_core-8149603192215e718c6fa4f08b5fe06ebc500043.tar.bz2
am 3888a4d0: am 35a76df5: Merge "logcat: document help tail from time"
* commit '3888a4d07f7341c103c618f331fb04d93d9c532b': logcat: document help tail from time
Diffstat (limited to 'logcat')
-rw-r--r--logcat/logcat.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/logcat/logcat.cpp b/logcat/logcat.cpp
index 7c6af42..858e56c 100644
--- a/logcat/logcat.cpp
+++ b/logcat/logcat.cpp
@@ -224,7 +224,10 @@ static void show_help(const char *cmd)
" -c clear (flush) the entire log and exit\n"
" -d dump the log and then exit (don't block)\n"
" -t <count> print only the most recent <count> lines (implies -d)\n"
+ " -t '<time>' print most recent lines since specified time (implies -d)\n"
" -T <count> print only the most recent <count> lines (does not imply -d)\n"
+ " -T '<time>' print most recent lines since specified time (not imply -d)\n"
+ " count is pure numerical, time is 'MM-DD hh:mm:ss.mmm'\n"
" -g get the size of the log's ring buffer and exit\n"
" -b <buffer> Request alternate ring buffer, 'main', 'system', 'radio',\n"
" 'events', 'crash' or 'all'. Multiple -b parameters are\n"