diff options
| author | 2011-04-12 14:52:30 -0700 | |
|---|---|---|
| committer | 2011-04-12 14:52:30 -0700 | |
| commit | bf3452f36c768808873e5428e3594c7eaec0a10c (patch) | |
| tree | 7d81f545e73ee72abf888d173d774f4572817b65 | |
| parent | 70cf1b97586a4f1ffa04fe0d83c3590fc22f6a56 (diff) | |
| parent | 34b42b2ded4741e68413d0aa39f3af146629dcec (diff) | |
am 34b42b2d: am 7e8902a9: am f42937a8: docs: fix doc typo
* commit '34b42b2ded4741e68413d0aa39f3af146629dcec':
docs: fix doc typo
| -rw-r--r-- | docs/html/guide/developing/tools/logcat.jd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/html/guide/developing/tools/logcat.jd b/docs/html/guide/developing/tools/logcat.jd index d4ee68af76c2..546e3eacd2ae 100644 --- a/docs/html/guide/developing/tools/logcat.jd +++ b/docs/html/guide/developing/tools/logcat.jd @@ -2,7 +2,6 @@ page.title=logcat parent.title=Tools parent.link=index.html @jd:body -<div></div> <p>The Android logging system provides a mechanism for collecting and viewing system debug output. Logs from various applications and portions of the system are collected in a series of @@ -23,7 +22,7 @@ For more <p>You can run <code>logcat</code> as an adb command or directly in a shell prompt of your emulator or connected device. To view log output using adb, navigate to your SDK - <code>platform-tools/</code> directory and execute:/p> + <code>platform-tools/</code> directory and execute:</p> <pre> $ adb logcat </pre> |