sionleroux / GuessTheAnimal

An android game demonstrating a simple AI which learns to guess animals
GNU General Public License v2.0
1 stars 1 forks source link

Integrate LeakCanary #17

Open ezisazis opened 7 years ago

ezisazis commented 7 years ago

It's never too early to monitor memory leaks in the application: https://github.com/square/leakcanary

sionleroux commented 7 years ago

Didn't even know this was a thing...