You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/html/guide/developing/tools/adb.jd
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -546,12 +546,12 @@ of each message, given as <code><priority>/<tag></code>. </p>
546
546
<p>Log messages contain a number of metadata fields, in addition to the tag and priority. You can modify the output format for messages so that they display a specific metadata field. To do so, you use the <code>-v</code> option and specify one of the supported output formats listed below. </p>
547
547
548
548
<ul>
549
-
<li><code>brief</code> — Display priority/tag and PID of originating process (the default format).</li>
549
+
<li><code>brief</code> — Display priority/tag and the PID of process issuing the message (the default format).</li>
0 commit comments