Status Update
Comments
is...@google.com <is...@google.com>
wj...@gmail.com <wj...@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).
sa...@gmail.com <sa...@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.
Description
Component used: Jetpack securty. Version used:
"androidx.security:security-crypto:1.0.0"
Devices/Android versions reproduced on: Motorola Edge 30 Pro Android 13Detail
I'm having thousand of issues, 98% in Motorola Edge Pro and just in Android 13 when executing this line:
MasterKeys.getOrCreate(MasterKeys.AES256_GCM_SPEC)
I don't have a device to reproduce this error just some data recollected from our bug tracker. Also, I can't test if the alpha versions of the library v1.1.0 correct this, but checking the readme doesn't seem to be fixed.
Stacktrace
Any idea?