-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Native crash from LocationLayerPlugin #11843
Comments
@danesfeder are you using this to test? I integrated this as part of #11864 and not able to reproduce: |
Noticing now that I wasn't copying over the correct Activity under test. With that in place I'm able to reproduce the issue. Note though that the symbolicated stacktrace is different:
|
Seeing that this can be reproduced with LLP if you don't call into onStart/onStop, @danesfeder would you be able to test removing this and manually invoking onStart/onStop if LLP != null here and here |
@tobrun Ah that's a good hunch - yeah sure thing, thanks! |
Capturing from @danesfeder that above was the issue, good to close here. |
Platform: Android
Mapbox SDK version: 6.0.1
Found this crash when running an Android orientation test in the Navigation SDK. Crash occurs after the second initialization of the
LocationLayerPlugin
(latest release0.5.0
).The text was updated successfully, but these errors were encountered: