Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception thrown on Scheduler.Worker thread. Add onError handling #159

Open
YevgenBlazhko opened this issue Dec 21, 2023 · 0 comments
Open

Comments

@YevgenBlazhko
Copy link

YevgenBlazhko commented Dec 21, 2023

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.

Screenshot 2023-12-21 at 15 38 15 Screenshot 2023-12-21 at 15 38 03

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant