Status Update
Comments
al...@gmail.com <al...@gmail.com> #2
I am not sure I understand the use case. how can the benchmark be code to real world scenario when it's not possible to do right now ? which scenario is it ?
In any case, since this would be for benchmarking, this would clearly not be available through the public DSL. We should find a semi-private way of doing this (maybe the private variant API object could offer that functionality for instance or a property).
al...@gmail.com <al...@gmail.com> #3
We want benchmarks to measure code after Progaurd / R8, but it's not possible to turn that on for androidTests in library modules at the moment (to my knowledge?)
Benchmarks are also a public facing thing, but we have a plugin to help configure gradle builds for our users, so if support for this ends up in a private API, we could try to keep those usages localized to our code perhaps.
rp...@google.com <rp...@google.com>
zi...@google.com <zi...@google.com> #4
Any update on the status of this request and when it can be supported?
Thanks,
Amanda
Description
Hello here!
I am encountering a fatal error with UWB core when ranging from a third-party device with a Google Pixel Pro 7. I could not define the root cause of the error as my UWB sessions are working most of the time.
My Pixel pro is running Android 13 QPR BĂȘta (5.10.157-android13-4-00002).
Here are the relevant logs:
As you can see I am using Unity, but I do not think it is relevant to the issue.
Here is the Java part of my code:
As you can see, the crash seems to appear at flowable creation.
To reproduce, I simply create/stop a session a couple times.
Let me know if I can give you more information for this issue.
Thank you for reading me
Regards