Closed verma-varsha closed 3 years ago
I don't know what the cause is, but it's not Timber. You would see the same exception if you called schemedTime.toString()
which would yield the exact same top section of your trace:
Fatal Exception: java.lang.AssertionError: No NameTypeIndex match for SHORT_STANDARD
at android.icu.impl.TimeZoneNamesImpl$ZNames.getNameTypeIndex(TimeZoneNamesImpl.java:724)
at android.icu.impl.TimeZoneNamesImpl$ZNames.getName(TimeZoneNamesImpl.java:790)
at android.icu.impl.TimeZoneNamesImpl.getTimeZoneDisplayName(TimeZoneNamesImpl.java:183)
at android.icu.text.TimeZoneNames.getDisplayName(TimeZoneNames.java:261)
at java.util.TimeZone.getDisplayName(TimeZone.java:405)
at java.util.Date.toString(Date.java:1066)
Perhaps try StackOverflow?
Thank you @JakeWharton for the info. Will have a look.
I am using timber in my app for logging and we have been observing crashes for some users with the following stacktrace:
The code fo the line where this is being observed in LoadSettingsJobService.java is as follows:
Observed on Android 8, 9, 10 devices with 76% being samsung.