py - Pierre Yves Ricau
py - Pierre Yves Ricau
It's a great idea! I have tried doing similar where I check for leaks every time we use Espresso to check for views (we have a thin API wrapper on...
Same as #2290 which I closed because we haven't been able to repro and can't figure out how this could happen. Can you provide a repro case?
Thank you, the hprof is useful. Need to profile an Android device running this specific analysis to understand how memory is impacted. In the meantime, you can use shark-cli to...
Interesting. Do you have documentation pointers on this? Can you repro in a sample project and share it here? or e.g. by making changes to this repo in the sample...
I asked the god of Gradle and he said that once you set `android.nonTransitiveRClass=true` then you indeed cannot override resources from dependencies in any `com.android.library` modules, however you can still...
Goal is to fix this by removing all XML configuration booleans.
Interesting suggestion, we should test it out. Let me know if you do test it out and find out it works fine at larger scale. Btw the list of interceptor...
The original contributor is @mzgreen, and @Goooler made a few changes over time. I mostly haven't touched this plugin so not a great person to fix. You're also welcome to...
Definitely plan on bumping but for LeakCanary 3, I've been sticking to the same version of Kotlin for all of LeakCanary 2.x
but you're saying "Kotlin Gradle plugin version 1.5.20" implies "kotlin compiler 1.5" ?