我有一个在大多数手机(例如 Nexus **)上运行良好的应用程序:内存使用量永远不会超过 24MB。但是在我的索尼爱立信Xperia Arc上,运行几天后,它使用了超过70MB的RAM(根据设置->应用程序->运行服务)。
Runtime.getRuntime().maxMemory() 说我的手机的最大堆大小只有 32MB。
有什么方法可以查明我的应用在这部手机上的情况吗?
这是此应用程序的 adb meminfo:
C:\>adb -d shell dumpsys meminfo 4606
Applications Memory Usage (kB):
Uptime: 409334045 Realtime: 585217200
** MEMINFO in pid 4606 [com.*****************] **
native dalvik other total
size: 60796 10695 N/A 71491
allocated: 54057 6091 N/A 60148
free: 6706 4604 N/A 11310
(Pss): 56549 1129 8385 66063
(shared dirty): 2128 1304 4964 8396
(priv dirty): 56496 892 8156 65544
Objects
Views: 0 ViewRoots: 0
AppContexts: 0 Activities: 0
Assets: 3 AssetManagers: 3
Local Binders: 5 Proxy Binders: 14
Death Recipients: 222
OpenSSL Sockets: 2
SQL
heap: 425 MEMORY_USED: 425
PAGECACHE_OVERFLOW: 81 MALLOC_SIZE: 50
DATABASES
pgsz dbsz Lookaside(b) Dbname
1 54 223 *.db
1 27 198 **.db
1 5 24 ***.db
1 11 56 ****.db
C:\>