Lines Matching refs:code
8 …circular buffers, which then can be viewed and filtered by the <code>logcat</code> command. You ca…
9 <code>logcat</code> from an ADB shell to view the log messages.</p>
14 …<p>For more information on accessing <code>logcat</code> from DDMS, instead of the command line, s…
22 <p>You can run <code>logcat</code> as an adb command or directly in a shell prompt
24 <code>platform-tools/</code> directory and execute:</p>
36 <p>The following table describes the command line options of <code>logcat</code>.</p>
46 <td><code>-b <buffer></code></td>
48 <td>Loads an alternate log buffer for viewing, such as <code>event</code> or
49 <code>radio</code>. The <code>main</code> buffer is used by default. See <a href=
54 <td><code>-c</code></td>
60 <td><code>-d</code></td>
66 <td><code>-f <filename></code></td>
68 <td>Writes log message output to <code><filename></code>. The default is
69 <code>stdout</code>.</td>
73 <td><code>-g</code></td>
79 <td><code>-n <count></code></td>
81 <td>Sets the maximum number of rotated logs to <code><count></code>. The default value
82 is 4. Requires the <code>-r</code> option.</td>
86 <td><code>-r <kbytes></code></td>
88 <td>Rotates the log file every <code><kbytes></code> of output. The default value is
89 16. Requires the <code>-f</code> option.</td>
93 <td><code>-s</code></td>
99 <td><code>-v <format></code></td>
101 <td>Sets the output format for log messages. The default is <code>brief</code> format. For a