am 30ad699c: Merge "Tweak docs on \'adb logcat\'" into ics-mr1
* commit '30ad699c0e246ef3889f691361758235ecb89895': Tweak docs on 'adb logcat'
This commit is contained in:
@@ -221,19 +221,20 @@ export ANDROID_LOG_TAGS="ActivityManager:I MyApp:D *:S"
|
|||||||
below.</p>
|
below.</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>brief</code> — Display priority/tag and PID of originating process (the default
|
<li><code>brief</code> — Display priority/tag and PID of the process issuing the
|
||||||
format).</li>
|
message (the default format).</li>
|
||||||
|
|
||||||
<li><code>process</code> — Display PID only.</li>
|
<li><code>process</code> — Display PID only.</li>
|
||||||
|
|
||||||
<li><code>tag</code> — Display the priority/tag only.</li>
|
<li><code>tag</code> — Display the priority/tag only.</li>
|
||||||
|
|
||||||
<li><code>thread</code> — Display process:thread and priority/tag only.</li>
|
|
||||||
|
|
||||||
<li><code>raw</code> — Display the raw log message, with no other metadata fields.</li>
|
<li><code>raw</code> — Display the raw log message, with no other metadata fields.</li>
|
||||||
|
|
||||||
<li><code>time</code> — Display the date, invocation time, priority/tag, and PID of the
|
<li><code>time</code> — Display the date, invocation time, priority/tag, and PID of the
|
||||||
originating process.</li>
|
process issuing the message.</li>
|
||||||
|
|
||||||
|
<li><code>threadtime</code> — Display the date, invocation time, priority, tag, and
|
||||||
|
the PID and TID of the thread issuing the message.</li>
|
||||||
|
|
||||||
<li><code>long</code> — Display all metadata fields and separate messages with blank
|
<li><code>long</code> — Display all metadata fields and separate messages with blank
|
||||||
lines.</li>
|
lines.</li>
|
||||||
|
|||||||
@@ -546,12 +546,12 @@ of each message, given as <code><priority>/<tag></code>. </p>
|
|||||||
<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>
|
<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>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>brief</code> — Display priority/tag and PID of originating process (the default format).</li>
|
<li><code>brief</code> — Display priority/tag and the PID of process issuing the message (the default format).</li>
|
||||||
<li><code>process</code> — Display PID only.</li>
|
<li><code>process</code> — Display PID only.</li>
|
||||||
<li><code>tag</code> — Display the priority/tag only. </li>
|
<li><code>tag</code> — Display the priority/tag only. </li>
|
||||||
<li><code>thread</code> — Display process:thread and priority/tag only. </li>
|
|
||||||
<li><code>raw</code> — Display the raw log message, with no other metadata fields.</li>
|
<li><code>raw</code> — Display the raw log message, with no other metadata fields.</li>
|
||||||
<li><code>time</code> — Display the date, invocation time, priority/tag, and PID of the originating process.</li>
|
<li><code>time</code> — Display the date, invocation time, priority/tag, and PID of the process issuing the message.</li>
|
||||||
|
<li><code>threadtime</code> — Display the date, invocation time, priority, tag, and the PID and TID of the thread issuing the message.</li>
|
||||||
<li><code>long</code> — Display all metadata fields and separate messages with a blank lines.</li>
|
<li><code>long</code> — Display all metadata fields and separate messages with a blank lines.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user