From 10cb63fe412d475201bef9f176ce129bab9033ef Mon Sep 17 00:00:00 2001
From: David Friedman
Date: Fri, 1 Jul 2016 21:06:57 -0700
Subject: [PATCH] Doc: Minor fixes following launch of Performance section on
DAC.
Fixes the metaDescription, which had contained dummy text. Change pushed ahead as hotfix.
Also fixes a couple of image URLs, which hadn't reflected the move to under topic/
Change-Id: I9fd776f409934cd5d02e5abba8289f7a79d2ed22
---
docs/html/topic/performance/index.jd | 2 +-
docs/html/topic/performance/launch-time.jd | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/html/topic/performance/index.jd b/docs/html/topic/performance/index.jd
index 08c610f291dc4..e08db15baa08f 100644
--- a/docs/html/topic/performance/index.jd
+++ b/docs/html/topic/performance/index.jd
@@ -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"
diff --git a/docs/html/topic/performance/launch-time.jd b/docs/html/topic/performance/launch-time.jd
index c9ce1d56185fb..84d5fab12a6bc 100644
--- a/docs/html/topic/performance/launch-time.jd
+++ b/docs/html/topic/performance/launch-time.jd
@@ -112,7 +112,7 @@ other.
-
+
Figure 1. A visual representation of the important parts of
a cold application launch.
@@ -262,7 +262,7 @@ the {@code Displayed} time.
-
+
Figure 2. Disabling filters, and
finding the {@code Displayed} value in logcat.