py - Pierre Yves Ricau

Results 307 comments of py - Pierre Yves Ricau

This would likely be necessary in a Compose world where everything is a function and there's no `this` accessible.

Thanks a lot, this is really cool!

Interesting. I thought about this, but the thing is, the `logcat` dependency doesn't actually declare any dependency on Android, so you can totally use it from a JVM only module,...

ah, good point, should look at whether we can release a jar instead then.

There's still time to change this! Probably at this point I'd change the package name. I don't know if I really want `com.squareup.logcat` though, as we stopped doing that in...

Thx. I do need to set up CI for this lib I think

One thing to note: all the changes here (and in internal forks of the rule) have been backported to LeakCanary which will soon be released as 2.9. You'll need to...

I mean looking at the code, looks like start() registers an observer to the activity lifecycle and stop() unregisters it but stop() is only called when swapping out to a...

This makes we wonder if there's a clever API we can have that says "do this both inside and outside this chain of rules"

Unfortunately, the root cause seems to be tied to this message: `I/zygote: hprof: heap dump timed out`. I'm not able to find any reference to it in the Android source...