py - Pierre Yves Ricau

Results 289 comments of py - Pierre Yves Ricau

huh, weird, can you reproduce this with a sample app? Can you provide more info on the device and Android version?

Thanks for the report. Re reading the issue I filed, I realized I was wrong then but forgot to update the pattern detection for API 29. ContextImpl is meant to...

This looks like a proper leak in the Android Framework itself. Can you file an issue on the official Android bug tracker? HostApduService.MsgHandler is a non static inner handler class...

First stab at it: https://github.com/square/leakcanary/pull/2366

Thanks for the bug report, and sorry for the delay. Currently, the callback (`OnHeapAnalyzedListener`) must be set in the background process and will be invoked in the background process. Then...

> you need to make set leak canary to do the analysis on separate thread There's no option for separate thread, but you can have it do the analysis in...

All really good questions, noted, we need to improve the docs. The key idea is that we didn't find a good way to detect that we're running in a ui...

Sure, that's definitely the goal. So it sounds like the part that wasn't clear for you is where to put this: ``` assertk.Assert ``` Good feedback.

> As this is an advanced use case and it should not be needed for basic usage, I kept the classes in leakcanary.internal package. I'd still like to stay consistent...

First we need to confirm the issue is with a notification being showed (not a popup). If yes, then.. I'm not convinced we need this. "No leak found" should be...