square / leakcanary

A memory leak detection library for Android.
https://square.github.io/leakcanary
Apache License 2.0
29.45k stars 3.97k forks source link

Support needed to implement Plumber Library #2710

Open arunsudharsan opened 2 months ago

arunsudharsan commented 2 months ago

I have the leak canary integrated into my app. Is that enough for Plumber to kick in and solve Android Leak Fixes automatically? I can see the PlumberInitializer in the merged manifest in my app/build/. Please advice thanks!

pyricau commented 2 months ago

Yes, it's enough for it to run automatically, in your debug builds anyway.

arunsudharsan commented 1 month ago

@pyricau - Is it advised to run these fixes in release builds? Has any app done this before? Can you please share any data around this? Thanks.