-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Random NullPointerException on Telemetry #5186
Comments
@jbouzekri Thanks for reporting this issue and what devices you've experienced troubles with. We'll be sure to look into this. In the meantime, could you help us understand what the percentages mean in your API and Devices tables? |
Looking at the source code where the stack trace says that the error occurred it appears that the // Error Causing Code
event.put(MapboxEvent.ATTRIBUTE_SESSION_ID, encodeString(mapboxSessionId)); |
…d ensuring that mapboxSessionId is initialized
@bleege Thank you for taking this issue up ;). The percentages are a copy/paste of the dashboard google play where crashes appear when they are reported by customers. So we have for example 71% of this type of crashes occurred on Android 5.0 and 42.9% occurred on a Galaxy S5. |
Awesome. Do you have an ETA to provide ? |
…d ensuring that mapboxSessionId is initialized
…d ensuring that mapboxSessionId is initialized
I just cherry picked this into |
Platform: : Reproduced on
On these devices :
Mapbox SDK version: : 4.0.1
Random exception on telemetry location receiver
This exception does not seem to happen in our code base. So I think it is a bug in the core.
The text was updated successfully, but these errors were encountered: