Android Memory Usage Tool: Procrank

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Android Memory Usage Tool: Procrank

Android Memory Usage Tool: Procrank

Procrank can be used to check if a process has memory leakage. Procrank will list four types of memory usage. For details refer to: http://elinux.org/Android_Memory_Usage

  • Vss = virtual set size
  • Rss = resident set size
  • Pss = proportional set size
  • Uss = unique set size

Uss can be used to check if a process has memory leakage. If the Uss increases when some operations start and stop, this means there could be memory leakage.


Procrank can get from: <myandroid>/out/target/product/<product_name>/system/xbin/procrank and also needs to push to the library you target: <myandroid>/out/target/product/< product_name >/system/lib/libpagemap.so

标签 (1)
标记 (2)
无评分
版本历史
最后更新:
‎10-31-2012 08:10 PM
更新人: