奇怪的Acitivity内存泄漏Android 8.1

时间:2018-10-15 16:10:58

标签: android memory-leaks leakcanary

我的活动中出现奇怪的内存泄漏。 Iam使用最新的Leak Canary。 我不认为这是实际的泄漏,因为我已经在api 21和api 27中进行了测试,但未收到此消息。尽管API 21,27仅在仿真器上进行了测试,而8.1在实际的设备上进行了测试,但这也许就是不同之处。

我的代码中的任何地方都没有这些类。

debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.1'
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.1'

enter image description here

enter image description here

0 个答案:

没有答案