Piwigo / Piwigo-Android

Piwigo Native Android App
GNU General Public License v3.0
140 stars 43 forks source link

check for memory leaks #133

Closed ramack closed 5 years ago

ramack commented 5 years ago

we shall integrate https://github.com/square/leakcanary to check for memory leaks as proposed in #75

ramack commented 5 years ago

oh my goodness. Didn't expect it to be that easy to integrate it. - Even hat do check the docs because I though you MUST have forgotten something. But hey, this is great! Thanks a lot.