victordiaz / PHONK

PHONK is a coding playground for new and old Android devices
https://phonk.app
GNU General Public License v3.0
456 stars 27 forks source link

LeakCanary? #58

Closed marclava closed 3 years ago

marclava commented 4 years ago

When compiled as a debug version (when using Android Studio), Phonks include LeakCanary to catch and report memory leaks.

Would it be useful to share LeakCanary reports? Is so, how?...

victordiaz commented 4 years ago

Hi @marclava I included LeakCanary because there is actually a memory leak in the main app that has to be fixed, is it in my TODO but a bit down in the list since is not very crucial. You could just create an issue for each individual one

victordiaz commented 3 years ago

I think the memory leak should not be present any more, so I close this issue. LeakCanary though is still include it in PHONK as a way to see potential problems