Hello. I have a serious issue with the TrueTime library in my Android project, affecting approximately 15% of our users according to Firebase statistics. I cannot reproduce it personally, but Crashlytics consistently reports crashes.
It's worth noting that almost all crashes are occurring on Honor devices. The stack trace makes it challenging to understand the root cause.
My main configs:
compileSdkVersion 34
defaultConfig {
applicationId "my.app.domain"
minSdkVersion 23
targetSdkVersion 34
versionCode 110
versionName "3.6.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary true
multiDexEnabled true
}
How can it be solved?
Hello. I have a serious issue with the TrueTime library in my Android project, affecting approximately 15% of our users according to Firebase statistics. I cannot reproduce it personally, but Crashlytics consistently reports crashes.
It's worth noting that almost all crashes are occurring on Honor devices. The stack trace makes it challenging to understand the root cause.
My main configs:
How can it be solved?