1.获取手机内存情况 adb shell cat /proc/meminfo 2.获取单个应用的内存情况 adb shell dumpsys meminfo $pid adb shell cat /proc/$pid/smaps