Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d03a0c9 authored by David Friedman's avatar David Friedman Committed by android-build-merger
Browse files

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

am: 419dbdb5

Change-Id: I619eefcc177dfd980ed5005e9df7a428b75f0418
parents 9014be18 419dbdb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
page.title=Performance
page.title=Performance
page.article=true
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"
meta.tags="performance"
page.tags="performance"
page.tags="performance"
+2 −2
Original line number Original line Diff line number Diff line
@@ -112,7 +112,7 @@ other.
</p>
</p>
<br/>
<br/>


  <img src="{@docRoot}performance/images/cold-launch.png">
  <img src="{@docRoot}topic/performance/images/cold-launch.png">
  <p class="img-caption">
  <p class="img-caption">
    <strong>Figure 1.</strong> A visual representation of the important parts of
    <strong>Figure 1.</strong> A visual representation of the important parts of
    a cold application launch.
    a cold application launch.
@@ -262,7 +262,7 @@ the {@code Displayed} time.
</p>
</p>
<br/>
<br/>


  <img src="{@docRoot}performance/images/displayed-logcat.png">
  <img src="{@docRoot}topic/performance/images/displayed-logcat.png">
  <p class="img-caption">
  <p class="img-caption">
    <strong>Figure 2.</strong> Disabling filters, and
    <strong>Figure 2.</strong> Disabling filters, and
    finding the {@code Displayed} value in logcat.
    finding the {@code Displayed} value in logcat.