From 2c35e92ede908a51029b8f85408b55f2b77c4c35 Mon Sep 17 00:00:00 2001
From: Rich Slogar Android Device Monitor is a stand-alone tool that provides a graphical user interface for
several Android application debugging and analysis tools. The Monitor tool does not
-require installation of an integrated development environment, such as Eclipse, and encapsulates the
-following tools:
To start Device Monitor, enter the following command from the SDK tools/
-directory:
To start Device Monitor:
+ +tools/ directory, enter the following command:
monitor+
Start an Android emulator or connect an Android device via USB cable, and connect Device Monitor to the device by selecting it in the Devices window.
diff --git a/docs/html/tools/help/traceview.jd b/docs/html/tools/help/traceview.jd index 6555ac0..a268291 100644 --- a/docs/html/tools/help/traceview.jd +++ b/docs/html/tools/help/traceview.jd @@ -3,14 +3,26 @@ parent.title=Tools parent.link=index.html @jd:body -Traceview is a graphical viewer for execution logs saved by your application. +
Traceview is a graphical viewer for execution logs saved by your application. Traceview can help you debug your application and profile its performance.
-To start Traceview, enter the following command from the SDK tools/ directory:
traceview- +
To start the Traceview tool:
-For more information on how to use Traceview, see -Profiling with Traceview and dmtracedump +
For more information on how to use Traceview, see +Profiling with Traceview and +dmtracedump.
+Note: Running traceview from the command line
+has been deprecated.