summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn2017-05-15 18:00:21 -0500
committerandroid-build-merger2017-05-15 18:00:21 -0500
commit6b05d269a345e7657be0c06714b946237d82379d (patch)
tree2a735734c1095bbb8e81f8b5f929bb0d26ffaa43
parentf4578f1ad4a107b660ac3a5407f8add52647de3d (diff)
parent6f9051ea1bad5b96ac60f142a21c161b15ab4002 (diff)
downloadplatform-system-core-6b05d269a345e7657be0c06714b946237d82379d.tar.gz
platform-system-core-6b05d269a345e7657be0c06714b946237d82379d.tar.xz
platform-system-core-6b05d269a345e7657be0c06714b946237d82379d.zip
Merge "logcat: -v thread help missing" am: 3cfc1ab89d
am: 6f9051ea1b Change-Id: Ifac625defc04d013817853e80491e29130c71cac
-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"