You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes when I want to finish running navigation, NPE occur.
Fatal Exception: java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:442)
at com.mapbox.services.android.telemetry.navigation.MapboxNavigationEvent.buildRerouteEvent(MapboxNavigationEvent.java:216)
at com.mapbox.services.android.navigation.v5.navigation.NavigationMetricsWrapper.rerouteEvent(NavigationMetricsWrapper.java:114)
at com.mapbox.services.android.navigation.v5.navigation.NavigationTelemetry.sendRerouteEvent(NavigationTelemetry.java:413)
at com.mapbox.services.android.navigation.v5.navigation.NavigationTelemetry.flushEventQueues(NavigationTelemetry.java:286)
at com.mapbox.services.android.navigation.v5.navigation.NavigationTelemetry.endSession(NavigationTelemetry.java:160)
at com.mapbox.services.android.navigation.v5.navigation.MapboxNavigation.endNavigation(MapboxNavigation.java:394)
Both android-services and the locationlayer are included when you do this and ensure you have the correct versions. Please let me know if you can reproduce after do this. Thanks!
Hi,
Sometimes when I want to finish running navigation, NPE occur.
Used libraries:
The text was updated successfully, but these errors were encountered: