Merge \"Doc: Minor fixes following launch of Performance section on DAC.\" into nyc-dev

am: 419dbdb538

Change-Id: I619eefcc177dfd980ed5005e9df7a428b75f0418
This commit is contained in:
David Friedman
2016-07-13 23:15:39 +00:00
committed by android-build-merger
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
page.title=Performance
page.article=true
page.metaDescription=Android Performance does nice things. Details to come.
page.metaDescription=Improve your app's performance by learning how to optimize power consumption, launch times, and other important areas of performance.
meta.tags="performance"
page.tags="performance"

View File

@@ -112,7 +112,7 @@ other.
</p>
<br/>
<img src="{@docRoot}performance/images/cold-launch.png">
<img src="{@docRoot}topic/performance/images/cold-launch.png">
<p class="img-caption">
<strong>Figure 1.</strong> A visual representation of the important parts of
a cold application launch.
@@ -262,7 +262,7 @@ the {@code Displayed} time.
</p>
<br/>
<img src="{@docRoot}performance/images/displayed-logcat.png">
<img src="{@docRoot}topic/performance/images/displayed-logcat.png">
<p class="img-caption">
<strong>Figure 2.</strong> Disabling filters, and
finding the {@code Displayed} value in logcat.