diff options
author | Mark Salyzyn <salyzyn@google.com> | 2017-05-15 13:40:33 -0700 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2017-05-15 13:41:16 -0700 |
commit | c74f8d91a5425405ce8348ce8bb504c813fc823a (patch) | |
tree | 1c77954f99681a256fd06b6c1835ab151dca1623 | |
parent | 3d0186b97e0b559a2dbd75c558ff5834cc27cfc5 (diff) | |
download | system_core-c74f8d91a5425405ce8348ce8bb504c813fc823a.tar.gz system_core-c74f8d91a5425405ce8348ce8bb504c813fc823a.tar.bz2 system_core-c74f8d91a5425405ce8348ce8bb504c813fc823a.zip |
logcat: -v thread help missing
KISS documentation for -v thread added
Test: manual logcat -v --help
Bug: 37030280
Change-Id: If1ad9d3862a68dfe570b524c36efd4fae5b03262
-rw-r--r-- | logcat/logcat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logcat/logcat.cpp b/logcat/logcat.cpp index 64d1d2f41..e9ef9cce6 100644 --- a/logcat/logcat.cpp +++ b/logcat/logcat.cpp @@ -530,6 +530,7 @@ static void show_format_help(android_logcat_context_internal* context) { " process — Display PID only.\n" " raw — Display the raw log message, with no other metadata fields.\n" " tag — Display the priority/tag only.\n" + " thread — Display priority, PID and TID of process issuing the message.\n" " threadtime — Display the date, invocation time, priority, tag, and the PID\n" " and TID of the thread issuing the message. (the default format).\n" " time — Display the date, invocation time, priority/tag, and PID of the\n" |