Hi all - I’ve been trying to understand how leak c...
# squarelibraries
w
Hi all - I’ve been trying to understand how leak canary installs a seemingly separate app, just by including it as a dependency. The FAQ mentions the
leakcanary-object-watcher-android
module. I took a look through that and it seems like it is responsible for creating all the watchers (activity, fragment, VM, etc.), but what I don’t understand is how a separate LeakCanary application ends up on the device as well the project has quite a few modules so I would appreciate some pointers 🙂