LeakValue icon indicating copy to clipboard operation
LeakValue copied to clipboard

No leakedBinders

Open MikBely opened this issue 8 months ago • 3 comments

So, I tried to run this app. I have issue, in which I can't receive any leaked binders from doAllStuff(). I got an empty array list leakedBinders. I think this happens, because Parcel parcel = leaker.doLeak(); creates a null parcel. How can I fix this error?

MikBely avatar Jun 02 '24 14:06 MikBely