py - Pierre Yves Ricau
py - Pierre Yves Ricau
Any update?
Can you share the link?
Sounds like this was a known bug on the Android 11 beta (see #1801). Can you reproduce this on the Android 11 release? Emulator or device? Could you provide a...
Thanks! Can you give me more details on the specific specs you set up for the API 30 emulator?
Until Google provides the APIs we need to do this, there's really no way around it. This strict mode thing is just sad. You can always disable the ServiceWatcher if...
One interesting thing we could do as well since we have a heap dump is multiple those "gaps per class" by the number of instances, and then sort. That'd give...
Support for simpleperf format would be amazing, as it's a method of recording that has a much lower overhead than the old Java method tracing. Perfetto is probably less important,...
Interesting idea :) Next step is to discuss the generated code. What would the normal Android code look like ? **edit:** And you are right about `ANDROID_ID`, we won't use...
That's an interesting idea. Go ahead with the API proposal :) .
Hum. You're definitely right, I hadn't thought about this. In general, you won't get to use it before all the beans have been injected. So you could configure it in...