diff options
| author | 2011-04-12 14:44:02 -0700 | |
|---|---|---|
| committer | 2011-04-12 14:44:02 -0700 | |
| commit | 7e8902a90566bf05c9bc12f87f4149fc6e3c00a4 (patch) | |
| tree | 9b33f70d2b803bf2b6da47ad69ed3d999aa85a97 | |
| parent | c7b94371a0a4cbe853c17c4610a564a5a4d3efd5 (diff) | |
| parent | f42937a8aa0af6b22d8a2a43a9bfc07c38aeffb5 (diff) | |
am f42937a8: docs: fix doc typo
* commit 'f42937a8aa0af6b22d8a2a43a9bfc07c38aeffb5':
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> |