docs: Fix missing image in Android Monitor Overview card

b/28704424

Change-Id: I2610d56a17d40dbc81fd211a7a435be639000c65
This commit is contained in:
Cheryl Potter
2016-05-10 17:38:05 -07:00
parent 8e2431513f
commit e885a56992

View File

@@ -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"],