summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn2017-05-15 18:02:52 -0500
committerandroid-build-merger2017-05-15 18:02:52 -0500
commit7e2c410f599c541cb7d8cf8be0e8ff773e23bcd2 (patch)
treeebf59704fb4fb921125f6db8798b7547a5cb4fe9
parent21348e120528a9722fcd6c5c342927e3492aff07 (diff)
parent6b05d269a345e7657be0c06714b946237d82379d (diff)
downloadplatform-system-core-7e2c410f599c541cb7d8cf8be0e8ff773e23bcd2.tar.gz
platform-system-core-7e2c410f599c541cb7d8cf8be0e8ff773e23bcd2.tar.xz
platform-system-core-7e2c410f599c541cb7d8cf8be0e8ff773e23bcd2.zip
Merge "logcat: -v thread help missing" am: 3cfc1ab89d am: 6f9051ea1b
am: 6b05d269a3 Change-Id: I52ca7c084c8878212c49e7c5b9c44019c6b04f12
-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"