instacart / instacart/truetime-android

Exception thrown on Scheduler.Worker thread. Add `onError` handling

Open
#159 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
1.5k
Forks
196
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.