java.lang.reflect.ArtMethod objects are leaked in the memory in Android -


i got when checking memory leak leakcanary, there no info on it:

the screenshot taken leakcanary

and when tried make dump in android studio memory monitor, found this:

the screenshot taken memory monitor

could please give hint on "*.artmethod" class is?

just update have solved problem. found is, if use publisheradview load adrequest, memory leak happens.

then tried use applicationcontext context used when constructing publisheradview (it using activity context before), memory leak disappears.

by way, have tried things following:

adviewscontainer.removeallviews(); adview.setadlistener(null); adview.ondestroy(); adview = null; 

but memory leak still there when using activity context.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -