diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-05-15 22:52:27 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-05-15 22:52:29 +0000 |
commit | 3cfc1ab89dd841c69f0d477e75d534329a7a2e47 (patch) | |
tree | 7f01affb95c694dd7bd0015784cd45df807a1077 | |
parent | 55ddb99527be17b509f307e2c2727a80535f4b22 (diff) | |
parent | c74f8d91a5425405ce8348ce8bb504c813fc823a (diff) | |
download | system_core-3cfc1ab89dd841c69f0d477e75d534329a7a2e47.tar.gz system_core-3cfc1ab89dd841c69f0d477e75d534329a7a2e47.tar.bz2 system_core-3cfc1ab89dd841c69f0d477e75d534329a7a2e47.zip |
Merge "logcat: -v thread help missing"
-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" |