Loading logcat/logcat.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -530,6 +530,7 @@ static void show_format_help(android_logcat_context_internal* context) { " process — Display PID only.\n" " process — Display PID only.\n" " raw — Display the raw log message, with no other metadata fields.\n" " raw — Display the raw log message, with no other metadata fields.\n" " tag — Display the priority/tag only.\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" " threadtime — Display the date, invocation time, priority, tag, and the PID\n" " and TID of the thread issuing the message. (the default format).\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" " time — Display the date, invocation time, priority/tag, and PID of the\n" Loading Loading
logcat/logcat.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -530,6 +530,7 @@ static void show_format_help(android_logcat_context_internal* context) { " process — Display PID only.\n" " process — Display PID only.\n" " raw — Display the raw log message, with no other metadata fields.\n" " raw — Display the raw log message, with no other metadata fields.\n" " tag — Display the priority/tag only.\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" " threadtime — Display the date, invocation time, priority, tag, and the PID\n" " and TID of the thread issuing the message. (the default format).\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" " time — Display the date, invocation time, priority/tag, and PID of the\n" Loading