1.查看各个进程的ION

:/sys/kernel/debug/ion/heaps # cat system-heap
cat system-heap
          client              pid             size
----------------------------------------------------
  surfaceflinger              211          6565888
  surfaceflinger              211         50413568
           fb                1         32538624
----------------------------------------------------
orphaned allocations (info is from last known client):
  surfaceflinger              211          7864320 0 1
----------------------------------------------------
  total orphaned          7864320
          total          90009600
   deferred free                0
----------------------------------------------------
0 order 8 highmem pages in pool = 0 total
27 order 8 lowmem pages in pool = 28311552 total
0 order 4 highmem pages in pool = 0 total
8 order 4 lowmem pages in pool = 524288 total
0 order 0 highmem pages in pool = 0 total
4 order 0 lowmem pages in pool = 16384 total

2.每个进程对这个buffer的引用情况:

   cat /proc/进程号/fd

更多相关文章

  1. Android(安卓)判断程序前后台状态
  2. 【Android外文翻译 - 01】避免内存泄漏
  3. Qt_Qtopia与Android的进程间通讯方式
  4. Android(安卓)Process生命周期
  5. Android:管理应用内存
  6. android正确使用killProcess完全退出应用
  7. Android系统启动——SystemServer进程启动
  8. [置顶] 基于android2.3.5系统:开天辟地Android启动机制[一]
  9. Android(安卓)获取当前进程

随机推荐

  1. Android百度地图SDK—地图标记
  2. Android(安卓)Launcher 分析
  3. Android的EditText设置光标一直显示而不
  4. Android布局文件中命名空间的解析
  5. android Log图文详解(Log.v,Log.d,Log.i,
  6. ANDROID自定义SCROLLVIEW
  7. Android多媒体数据库之MediaStore研究
  8. Android(安卓)TextView 属性设置
  9. Android(安卓)SDCard Mount 流程分析
  10. android 那些事---主线程是线程不安全的