py - Pierre Yves Ricau
py - Pierre Yves Ricau
Build something similar to Mat OQL in SharkCLI Calcite was recommended. Protype ideas based on https://github.com/vlsi/mat-calcite-plugin
The new heap dump parser is able to compute retained size. We should run the same heapdump in leakcanary and android studio to double check we get the same results.
https://twitter.com/ZacSweers/status/1327868799203336192?s=20 So Zac wants LeakCanary to show up a specific gif. That may be a joke, but who knows π€π. Showing that one gif would become annoying super fast. How...
Report: ``` β¬βββ β GC Root: System class β ββ android.view.inputmethod.InputMethodManager class β Leaking: NO (InputMethodManagerβ is not leaking and a class is never leaking) β β static InputMethodManager.sInstance ββ...
Right now it's all in the change logs, needs to be real doc. slightly related to #2284
We already have the concept of ReferenceReader, which is currently internal, and abstracts away tree traversal. I'm wondering if, separately, we should have a more user friendly version when you...
This "issue" serves as a guest book. You're welcome to write nice things about LeakCanary, share how it's helped you solve a problem, or name drop companies using it. Idea...
> https://issuetracker.google.com/issues/212300336 is now fixed ! Also, setForegroundAsync(...) and friends should just work in a multi-process context. We don't try initializing WM in the 2nd process anymore so your workarounds...
This is a bit different from a users manual. The key idea is to write down fundamental discoveries we've made or leveraged in LeakCanary. Random notes I took a while...
The new event listeners API currently starts at heap dumping. We should add retained instance events as well.