diff options
author | John Spurlock <jspurlock@google.com> | 2014-03-14 17:54:03 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-14 17:54:03 +0000 |
commit | e418c77e8d20c0616a054c5d13fdf84c3cf76f62 (patch) | |
tree | db176994433bb15a8a10386247112b5afa2dc306 /docs/html/tools | |
parent | 281f208245e7de12eaccf1e2cfcdcce4bdce3016 (diff) | |
parent | 88f65e01d28c8f22d77624d1c8b264c761f3ac2a (diff) | |
download | frameworks_base-e418c77e8d20c0616a054c5d13fdf84c3cf76f62.zip frameworks_base-e418c77e8d20c0616a054c5d13fdf84c3cf76f62.tar.gz frameworks_base-e418c77e8d20c0616a054c5d13fdf84c3cf76f62.tar.bz2 |
am 88f65e01: am 4108431b: am 28ac0c10: am ad66c27b: am 6d9b034c: Fix typo in public logcat page.
* commit '88f65e01d28c8f22d77624d1c8b264c761f3ac2a':
Fix typo in public logcat page.
Diffstat (limited to 'docs/html/tools')
-rw-r--r-- | docs/html/tools/help/logcat.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/tools/help/logcat.jd b/docs/html/tools/help/logcat.jd index ede1905..b30971e 100644 --- a/docs/html/tools/help/logcat.jd +++ b/docs/html/tools/help/logcat.jd @@ -45,7 +45,7 @@ $ adb shell <tr> <td><code>-b <buffer></code></td> - <td>Loads an alternate log buffer for viewing, such as <code>event</code> or + <td>Loads an alternate log buffer for viewing, such as <code>events</code> or <code>radio</code>. The <code>main</code> buffer is used by default. See <a href= "{@docRoot}tools/debugging/debugging-log.html#alternativeBuffers">Viewing Alternative Log Buffers</a>.</td> </tr> |