diff --git a/docs/html/images/tools/performance/memory-monitor/gettingstarted_image001.png b/docs/html/images/tools/performance/memory-monitor/gettingstarted_image001.png index c6fe0456a64cc..c4ea2dc0cc6bb 100644 Binary files a/docs/html/images/tools/performance/memory-monitor/gettingstarted_image001.png and b/docs/html/images/tools/performance/memory-monitor/gettingstarted_image001.png differ diff --git a/docs/html/images/tools/performance/memory-monitor/gettingstarted_image001b.png b/docs/html/images/tools/performance/memory-monitor/gettingstarted_image001b.png new file mode 100644 index 0000000000000..ea76d455e1795 Binary files /dev/null and b/docs/html/images/tools/performance/memory-monitor/gettingstarted_image001b.png differ diff --git a/docs/html/tools/performance/memory-monitor/index.jd b/docs/html/tools/performance/memory-monitor/index.jd index a083a14b05fab..5b9d0c8e9f973 100644 --- a/docs/html/tools/performance/memory-monitor/index.jd +++ b/docs/html/tools/performance/memory-monitor/index.jd @@ -78,7 +78,7 @@ page.article=true alt="" width="300px" />

- Figure 1. Starting Memory Monitor. + Figure 1. Enable ADB Integration.

@@ -87,24 +87,63 @@ page.article=true
  • Open your application in Android Studio, build the source, and run it on your device or emulator.
  • -
  • In Android Studio, choose Tools > Android > Memory Monitor. You - can also click the Android tab in the lower-left corner of the application - window to launch the Android runtime window. The CPU and Memory Monitor views appear.
  • - +
  • In Android Studio, choose Tools > Android > Enable ADB Integration. +
  • +
  • +
    +
      + +
      + +

      + Figure 2. The Android Monitor tab. +

      +
      + +
    1. Click the Android Monitor tab at the bottom of the runtime window.
    2. + +
    3. Click the Memory tab to show the Memory Monitor tool.
    4. + +
    +

  • -
      +
        + +
        + +

        + Figure 3. The Memory Monitor pane. +

        +
        + +
      1. Choose your device from the drop-down menu at the top left of the pane. +
      2. + +
      3. Choose the Activity to monitor from the drop-down menu at the top right of the pane. +
      4. + +
      +
  • + +
  • +
    +

      - Figure 1. Allocated and free memory in Memory Monitor. + Figure 4. Allocated and free memory in Memory Monitor.

      @@ -130,14 +169,14 @@ page.article=true

    1. -
        +

          - Figure 2. Forcing a GC (Garbage Collection) event. + Figure 5. Forcing a GC (Garbage Collection) event.