From 4c6b1afb5b1c750b762ec446604834676f1e306b Mon Sep 17 00:00:00 2001
From: Scott Main For further analysis, you may want to observe how that your app's memory is
-divided between different categories, which you can do with the For further analysis, you may want to observe how your app's memory is
+divided between different types of RAM allocation with the
+following adb command: When talking about how much RAM your app is using with this data, the key metrics
-discussed below are: The output lists all of your app's current allocations, measured in kilobytes. When inspecting this information, you should be familiar with the
+following types of allocation:Viewing Overall Memory Allocations
-adb meminfo data.
+adb shell dumpsys meminfo <package_name>
+
+
+
You can look at the memory use of your app (measured in kilobytes) with the -following adb command:
- --adb shell dumpsys meminfo <package_name> -
For example, below is the the output for Gmail’s process on a tablet device. There is a lot of -information here, but key points for discussion are highlighted in different colors.
+information here, but key points for discussion are listed below.Note: The information you see may vary slightly from what is shown here, as some details of the output differ across platform versions.