Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
This is likely due to an incorrect service loader specified somewhere.
If you are unable to fix the server loader spec, you can add a -dontwarn
rule for the class to silence the error using:
-dontwarn com.google.protobuf.java_com_google_android_gmscore_sdk_target_granule__proguard_group_gtm_N1281923064GeneratedExtensionRegistryLite$Loader
A discussion of a similar situation can be found in
da...@google.com <da...@google.com>
ra...@gmail.com <ra...@gmail.com> #3
Could you see which service file the class is declared in? You will need to look for the class referenced META-INF/services/<somefile>
.
Alternatively you can create a
Description
To fix https://b.corp.google.com/issues/193182278 we can try to add our own file locking layer to FrameworkSQLiteOpenHelper such that Room and other database libraries that use
androidx.sqlite
are protected from multi-processes racing to create or upgrade the same database file at the same time.