Fixed
Status Update
Comments
ul...@gmail.com <ul...@gmail.com> #2
Since this is happening in Tink, rather than in the AndroidX library, it would be best to open an
ra...@google.com <ra...@google.com> #3
ra...@google.com <ra...@google.com> #4
Tink is the library that does the heavy lifting in Jetpack Security.
And yes, potentially raising that issue with the Tink team directly could help.
ra...@google.com <ra...@google.com>
ap...@google.com <ap...@google.com> #5
@4 Well why didn't Google offer it there? Crashes are far more important than warning logs...
Here, created it there too:
https://github.com/google/tink/issues/535
Here, created it there too:
ul...@gmail.com <ul...@gmail.com> #6
Anyone here solved the issue? I have implemented the jetpack security and got the same crashes.
Description
Component used: WorkManager Version used: 2.2.0 Devices/Android versions reproduced on: All versions
Stacktrace:
It seems that method
addFactory
ofDelegatingWorkerFactory
class tries to modifymFactories
list while another thread is iterating over it.