OOMDetector icon indicating copy to clipboard operation
OOMDetector copied to clipboard

和自家的 MLeaksFinder 对比有什么优缺点 及应用场景区别

Open yonfong opened this issue 7 years ago • 1 comments

如题

yonfong avatar Jan 17 '18 02:01 yonfong

首先,OOMDetector主要功能是发现和解决爆内存问题,内存泄漏检测只是OOMDetector的子功能之一;其次,在内存泄漏检测原理上,OOMDetector和MLeaksFinder也完全不同,OOMDetector主要用于发现“无主内存泄漏”,与Allocation的Leak功能类似,而MLeaksFinder严格意义上来讲是检测View和ViewController是否在内存中异常驻留。详细原理可以参考:https://juejin.im/post/5a58f1a76fb9a01cab283392

rosen0510 avatar Jan 17 '18 07:01 rosen0510