Merge "docs: Google IO bug fixes - http://b.corp.google.com/issue?id=6756248 - http://code.google.com/p/android/issues/detail?id=33877" into jb-dev
This commit is contained in:
@@ -237,7 +237,7 @@ synchronize a local repository:
|
|||||||
<pre>
|
<pre>
|
||||||
$> mkdir android-accessories
|
$> mkdir android-accessories
|
||||||
$> cd 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
|
$> repo sync
|
||||||
</pre>
|
</pre>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ should be up to 30% faster.</li>
|
|||||||
<li>Tracer for GLES
|
<li>Tracer for GLES
|
||||||
<ul>
|
<ul>
|
||||||
<li>Added new perspective view and tools for tracing OpenGL calls for an application and
|
<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>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>Lint
|
<li>Lint
|
||||||
|
|||||||
@@ -86,11 +86,11 @@ padding: 5px 0 0;
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Added new Device Monitor application, grouping Android debugging tools into a
|
<li>Added new Device Monitor application, grouping Android debugging tools into a
|
||||||
single application, including ddms, traceview, hierarchyviewer and Tracer for GLES. (<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
|
<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
|
to capture a slice of system activity, plus additional information tagged from the <strong>Settings
|
||||||
> Developer Options > Monitoring: Enable traces</strong> or with specific calls added to your
|
> Developer Options > 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>
|
||||||
<li>Build System
|
<li>Build System
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user