android OOM分析工具LeakCanary

http://my.oschina.net/u/255456/blog/523659?fromerr=oGosxKBf
LeakCanary 只是探测到可能出现内存泄露,然后dump 一个java heap 快照,然后由程序员自己使用Mat工具定位泄露。
Mat 下载地址 https://www.eclipse.org/mat/downloads.php

LeakCanary 使用介绍:http://blog.csdn.net/xu_fu/article/details/45678373

android studio 内存分享工具介绍:

Memory Monitor : https://developer.android.com/studio/profile/am-memory.html
原文地址:https://www.cnblogs.com/lipeil/p/5436426.html