From f42937a8aa0af6b22d8a2a43a9bfc07c38aeffb5 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 12 Apr 2011 14:38:54 -0700 Subject: docs: fix doc typo Change-Id: Ia5c32723489a045d865307dbad41edb29b2cfb29 --- docs/html/guide/developing/tools/logcat.jd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/html/guide/developing/tools/logcat.jd b/docs/html/guide/developing/tools/logcat.jd index d4ee68a..546e3ea 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 -

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

You can run logcat 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 - platform-tools/ directory and execute:/p> + platform-tools/ directory and execute:

 $ adb logcat
 
-- cgit v1.1