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

Crash on formatting a timezone #567

Closed
arturdryomov opened this issue Sep 24, 2018 · 6 comments · Fixed by #652
Closed

Crash on formatting a timezone #567

arturdryomov opened this issue Sep 24, 2018 · 6 comments · Fixed by #652

Comments

@arturdryomov
Copy link
Contributor

  • Device: BlackBerry BBB100-1
  • OS: 8.1.0
  • Mixpanel SDK: 5.4.1
Fatal Exception: java.lang.AssertionError: No NameTypeIndex match for SHORT_DAYLIGHT
       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)
       at org.json.JSONStringer.value(JSONStringer.java:252)
       at org.json.JSONObject.writeTo(JSONObject.java:723)
       at org.json.JSONStringer.value(JSONStringer.java:237)
       at org.json.JSONObject.writeTo(JSONObject.java:723)
       at org.json.JSONObject.toString(JSONObject.java:692)
       at com.mixpanel.android.mpmetrics.AnalyticsMessages$PeopleDescription.toString(AnalyticsMessages.java:204)
       at com.mixpanel.android.mpmetrics.AnalyticsMessages$Worker$AnalyticsMessageHandler.handleMessage(AnalyticsMessages.java:317)
       at android.os.Handler.dispatchMessage(Handler.java:106)
       at android.os.Looper.loop(Looper.java:164)
       at android.os.HandlerThread.run(HandlerThread.java:65)
@dmitry-novikov
Copy link

dmitry-novikov commented Dec 31, 2018

Hey, MixPanel team, any chance this bug to be fixed?

@dmitry-novikov
Copy link

@dmitry-novikov
Copy link

@patedit

@patedit
Copy link
Contributor

patedit commented Jul 16, 2019

Hey @dmitry-novikov - I will make sure to add this on the next release.

@patedit
Copy link
Contributor

patedit commented Nov 20, 2019

I've created a PR here if you want to take a look: #567

@patedit
Copy link
Contributor

patedit commented Nov 23, 2019

Fix has been released in v5.6.7. Thanks for your patience!

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

Successfully merging a pull request may close this issue.

3 participants