I’m testing my app, and found a “GREF exceeds 2001” problem. For this particular case, I can see there are a lot of binders created in both system process and the app process using dumpsys meminfo. I have two questions: (1) Is binder leak specific to older versions of Android? (2) In general, how do we debug GREF problems (or native leaks)?
I’m testing my app, and found a GREF exceeds 2001 problem. For this particular
Share
This, in general, is a hard problem. And there’s not much difference compared to debugging desktop Java applications that use native libraries. More details would be posted later.