-
Notifications
You must be signed in to change notification settings - Fork 120
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
Location layer plugin - Maps SDK - can't find source layer warning log and native crash #477
Comments
Sounds like a similar issue to #470 which has since been fixed. Can you test with the snapshot and confirm @danesfeder? |
@cammace will do thanks |
Testing This error log in particular was still showing:
Wondering if this may be related to the subsequent native crash. |
@danesfeder, not related to crash, the log indicate that your stop pairs keys aren't placed in acsecnsing order. Before expressions this wasn't requires, now it is. |
Symbolicated crash:
|
Having the same issue using 0.6.0-SNAPSHOT:
|
@jjniemand the issue you are seeing is now fixed on master and will be in the 0.5.1 release happening this week. For now, if you need an immediate fix, please use the SNAPSHOT. |
@cammace thanks for the feedback. The warning messages above seems to be gone now using the latest SNAPSHOT. |
@jjniemand even better news, the 0.5.2 stable release happened yesterday, you shouldn't need to use the SNAPSHOT anymore :) |
I am trying to use NavigationView using com.mapbox.mapboxsdk:mapbox-android-navigation-ui:0.13.0 to do turn by turn UI using Mapbox Documentation |
I can confirm this log messages. But they disappear after the first location update. |
What do you mean by First location update ? |
@mohamed3la2 Normally you get a location update via GPS etc. Mapbox provides a few good examples for this usecase. But if you cant wait for it:
|
@P-Zenker When i am doing that i getting mapview not turn-by-turn navigation ui and i am still getting the same issue |
Going off of what occurred in mapbox/mapbox-gl-native#11843, the original intent of this ticket is no longer an issue if I'm correct. Safe to close here @danesfeder? |
@cammace yep, all good |
After updating to Maps SDK
6.x
and LLP0.5.0
we are seeing these logs in the Nav SDK. This seems to be happening when using the map even if the location layer plugin isn't being initialized within that activity or fragment. Like something is being cached regarding the layer or expression.When rotating the turn-by-turn UI, we get intermittent crashes and our orientation instrumentation test is able to reproduce the native crash.
cc @LukasPaczos @tobrun @cammace
The text was updated successfully, but these errors were encountered: