Assigned
Status Update
Comments
ra...@google.com <ra...@google.com> #2
Any updates on this? It's been a month already since I reported it, and it seems this crash is occurring quite frequently for my users.
No update yet.
Any updates on this? It's been a month already since I reported it, and it seems this crash is occurring quite frequently for my users.
Description
Component used: androidx.startup:startup-runtime
Version used: 1.1.1 (also tried 1.2.0-alpha02)
Devices/Android versions reproduced on: macOS arm64 Android 14 Emulator
I have a feature flagging library and I want to load the cached values from disk before running any code. My current way is to start initializing the library in my custom Application and then call
await
before reading the flag. I'm trying to move away from it because it's very error-prone (and reads the feature flag before the values have been loaded). I heard about this library but for some reason a lot of the times, when I swipe the app away from the recents menu and reopen it, it doesn't trigger the Initializer like 90% of the time.If this is a bug in the library, we would appreciate if you could attach:
package:com.example.startuptest singleton
Logcat filter)