summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn2017-05-15 15:40:33 -0500
committerMark Salyzyn2017-05-15 15:41:16 -0500
commitc74f8d91a5425405ce8348ce8bb504c813fc823a (patch)
tree1c77954f99681a256fd06b6c1835ab151dca1623
parent3d0186b97e0b559a2dbd75c558ff5834cc27cfc5 (diff)
downloadplatform-system-core-c74f8d91a5425405ce8348ce8bb504c813fc823a.tar.gz
platform-system-core-c74f8d91a5425405ce8348ce8bb504c813fc823a.tar.xz
platform-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.cpp1
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) {
530 " process — Display PID only.\n" 530 " process — Display PID only.\n"
531 " raw — Display the raw log message, with no other metadata fields.\n" 531 " raw — Display the raw log message, with no other metadata fields.\n"
532 " tag — Display the priority/tag only.\n" 532 " tag — Display the priority/tag only.\n"
533 " thread — Display priority, PID and TID of process issuing the message.\n"
533 " threadtime — Display the date, invocation time, priority, tag, and the PID\n" 534 " threadtime — Display the date, invocation time, priority, tag, and the PID\n"
534 " and TID of the thread issuing the message. (the default format).\n" 535 " and TID of the thread issuing the message. (the default format).\n"
535 " time — Display the date, invocation time, priority/tag, and PID of the\n" 536 " time — Display the date, invocation time, priority/tag, and PID of the\n"