summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot2017-05-15 17:52:27 -0500
committerGerrit Code Review2017-05-15 17:52:29 -0500
commit3cfc1ab89dd841c69f0d477e75d534329a7a2e47 (patch)
tree7f01affb95c694dd7bd0015784cd45df807a1077
parent55ddb99527be17b509f307e2c2727a80535f4b22 (diff)
parentc74f8d91a5425405ce8348ce8bb504c813fc823a (diff)
downloadplatform-system-core-3cfc1ab89dd841c69f0d477e75d534329a7a2e47.tar.gz
platform-system-core-3cfc1ab89dd841c69f0d477e75d534329a7a2e47.tar.xz
platform-system-core-3cfc1ab89dd841c69f0d477e75d534329a7a2e47.zip
Merge "logcat: -v thread help missing"
-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"