码迷,mamicode.com
首页 > 移动开发 > 详细

如何使用MAT分析Android程序的内存问题

时间:2015-05-08 16:38:30      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:android   memory leak analysis   


  1. Please refer to https://developer.android.com/tools/debugging/debugging-memory.html,http://android-developers.blogspot.com/2011/03/memory-analysis-for-android.html.

  2. In DDMS, got an Android  HPROF file.

    技术分享

  3. Run SDK tool hprof-conv.exe to convert the AndroidHPROF file to the J2SE HPROF file.

    hprof-convheap-original.hprof heap-converted.hprof

  4. Download MAT from http://www.eclipse.org/mat/downloads.php.

  5. Run MAT to view the J2SE HPROF file.

    技术分享

如何使用MAT分析Android程序的内存问题

标签:android   memory leak analysis   

原文地址:http://blog.csdn.net/liqingxu2005/article/details/45580329

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!