diff options
| author | Joe Fernandez <joefernandez@google.com> | 2013-09-16 11:31:25 -0700 |
|---|---|---|
| committer | Joe Fernandez <joefernandez@google.com> | 2013-11-19 10:48:39 -0800 |
| commit | 25ef208d7c5179b2180f6ab27b96d1ba91e20655 (patch) | |
| tree | 0741fa55b4e5a80e341cb2705896f4a61ff8cc57 /docs/html/tools/help/monitor.jd | |
| parent | 5b93d259b8df98b011ac7f915b2c6602bc63f9fe (diff) | |
| download | frameworks_base-25ef208d7c5179b2180f6ab27b96d1ba91e20655.zip frameworks_base-25ef208d7c5179b2180f6ab27b96d1ba91e20655.tar.gz frameworks_base-25ef208d7c5179b2180f6ab27b96d1ba91e20655.tar.bz2 | |
Systrace doc updates
Update to reflect new user interface and command line options
in Android 4.3+. Also add section on using application-level
tracing.
Fixes for bugs:
b/7306847
b/10113361
b/9425766
b/7306847
b/9262485
Change-Id: Ia1c2a54fa2edc12cd68da27055aebe7ec47df745
Diffstat (limited to 'docs/html/tools/help/monitor.jd')
| -rw-r--r-- | docs/html/tools/help/monitor.jd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/html/tools/help/monitor.jd b/docs/html/tools/help/monitor.jd index e1fe772..513eb10 100644 --- a/docs/html/tools/help/monitor.jd +++ b/docs/html/tools/help/monitor.jd @@ -15,13 +15,14 @@ page.title=Device Monitor <p>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 a integrated development environment, such as Eclipse, and encapsulates the +require installation of an integrated development environment, such as Eclipse, and encapsulates the following tools:</p> <ul> <li><a href="{@docRoot}tools/debugging/ddms.html">DDMS</a></li> <li><a href="gltracer.html">Tracer for OpenGL ES</a></li> <li><a href="hierarchy-viewer.html">Hierarchy Viewer</a></li> + <li><a href="systrace.html">Systrace</a></li> <li><a href="traceview.html">Traceview</a></li> <li>Pixel Perfect magnification viewer</li> </ul> |
