LeakValue
LeakValue copied to clipboard
No leakedBinders
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?