Preventing false positives with Leak Canary

天大地大妈咪最大 提交于 2020-01-14 10:16:08

问题


We observe a lot of false-positives with Leak Canary, ie., Leak Canary detects that there is a leak but later comes back with the message:

LeakCanary: * NO LEAK FOUND. 

I think this is because GC didn't claim the object in time. Is there anything that we could do to reduce these false positives ?

来源:https://stackoverflow.com/questions/37557329/preventing-false-positives-with-leak-canary

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!