如何知道内存泄漏的大小?

时间:2019-04-21 09:05:44

标签: java android memory-leaks leakcanary

我开始使用LeakCanary库。一切正常,但我想知道泄漏需要多少内存。在关于LeakCanary的video上,我在工具栏上看到了泄漏的大小:

size of memory leak is shown

但是我在设备上看不到它:

size of memory leak is not shown

我正在使用1.6.3版:

  debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.3'
  releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.3'
  debugImplementation 'com.squareup.leakcanary:leakcanary-support-fragment:1.6.3'

我应该怎么做才能在工具栏上看到内存泄漏的大小?我也很想知道泄漏量的计算是如何工作的?这个值如何接近实际的内存泄漏大小?

0 个答案:

没有答案