Skip to content

Commit

Permalink
am f0d68a9: Merge "docs: Google IO bug fixes - http:https://b.corp.google.c…
Browse files Browse the repository at this point in the history
  • Loading branch information
scottamain authored and Android Git Automerger committed Jun 29, 2012
2 parents a9c3846 + f0d68a9 commit 6775696
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/html/tools/adk/adk2.jd
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ synchronize a local repository:
<pre>
$> mkdir android-accessories
$> cd android-accessories
$> repo -init -u https://android.googlesource.com/platform/manifest -b android-accessories
$> repo init -u https://android.googlesource.com/accessories/manifest
$> repo sync
</pre>
</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/tools/sdk/eclipse-adt.jd
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ should be up to 30% faster.</li>
<li>Tracer for GLES
<ul>
<li>Added new perspective view and tools for tracing OpenGL calls for an application and
track the visual results of each call. (<a href="{@docRoot}tools/gltracer.html">more info</a>)</li>
track the visual results of each call. (<a href="{@docRoot}tools/help/gltracer.html">more info</a>)</li>
</ul>
</li>
<li>Lint
Expand Down
4 changes: 2 additions & 2 deletions docs/html/tools/sdk/tools-notes.jd
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ padding: 5px 0 0;
<ul>
<li>Added new Device Monitor application, grouping Android debugging tools into a
single application, including ddms, traceview, hierarchyviewer and Tracer for GLES. (<a
href="{@docRoot}tools/gltracer.html">more info</a>)</li>
href="{@docRoot}tools/help/gltracer.html">more info</a>)</li>
<li>Added new System Trace new tool for tracing Android system activity. This tool allow you
to capture a slice of system activity, plus additional information tagged from the <strong>Settings
&gt; Developer Options &gt; Monitoring: Enable traces</strong> or with specific calls added to your
application code. (<a href="{@docRoot}tools/systrace.html">more info</a>)</li>
application code.</li>
</li>
<li>Build System
<ul>
Expand Down

0 comments on commit 6775696

Please sign in to comment.