summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Cheryl Potter <cherylpotter@google.com> 2016-05-10 17:38:05 -0700
committer Cheryl Potter <cherylpotter@google.com> 2016-05-10 17:38:05 -0700
commite885a56992aa2b1ab149d645b2caaa49301d52fd (patch)
treec5a87358a7ab9e06418ca22db06bcc3fa6750a71
parent8e2431513fbc32b64e240b9b39995b1217111bc6 (diff)
docs: Fix missing image in Android Monitor Overview card
b/28704424 Change-Id: I2610d56a17d40dbc81fd211a7a435be639000c65
-rw-r--r--docs/html/jd_extras_en.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/jd_extras_en.js b/docs/html/jd_extras_en.js
index a7e3a0adab87..9cb675346469 100644
--- a/docs/html/jd_extras_en.js
+++ b/docs/html/jd_extras_en.js
@@ -139,7 +139,7 @@ METADATA['en'].extras = METADATA['en'].extras.concat([
"title":"logcat Monitor",
"summary":"The Android logging system provides a mechanism for collecting and viewing system debug output. logcat Monitor displays messages that you added to your app by using the Log class, as well as system messages, such as stack traces when the emulator throws\u2026",
"url":"studio/debug/am-logcat.html",
- "image":"images/tools/thumbnails/am-logcatmon.png",
+ "image":"images/tools/thumbnails/am-logcatmon2.png",
"type":"studio",
"keywords": ["monitor"],
"tags": ["monitor"],