小编use*_*093的帖子

"adb shell dumpsys meminfo my-app-name"中个人资料的详细说明?

任何人都可以给我一个关于获得的个人资料的详细解释adb shell dumpsys meminfo my-app-name吗?

结果如下所述,如何在Android中发现我的应用程序的内存使用情况?:

** MEMINFO in pid 890 [process-name] **
                    native   dalvik    other    total
            size:    10940     7047      N/A    17987
       allocated:     8943     5516      N/A    14459
            free:      336     1531      N/A     1867
           (Pss):     4585     9282    11916    25783
  (shared dirty):     2184     3596      916     6696
    (priv dirty):     4504     5956     7456    17916

 Objects
           Views:      149        ViewRoots:        4
     AppContexts:       13       Activities:        0
          Assets:        4    AssetManagers:        4
   Local Binders:      141    Proxy Binders:      158
Death Recipients:       49
 OpenSSL Sockets:        0

 SQL
            heap: …
Run Code Online (Sandbox Code Playgroud)

android embedded-linux android-ndk android-emulator

14
推荐指数
1
解决办法
2万
查看次数