mapbox-android-demo icon indicating copy to clipboard operation
mapbox-android-demo copied to clipboard

IllegalStateException

Open tobrun opened this issue 6 years ago • 4 comments

image

Link to crashreport.

tobrun avatar Jul 15 '19 06:07 tobrun

@LukasPaczos @tobrun , is there anything about this crash that reveals that a change is needed in MapSnapshotter and/or the gestures library? Just checking in case this 🎫 could help improve things upstream.

langsmith avatar Aug 26 '19 19:08 langsmith

@langsmith I believe that this is the line that's throwing: https://github.com/mapbox/mapbox-gl-native/blob/482dfc501c57c1f1dd78213caf8a861e1bdf7d79/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/snapshotter/MapSnapshotter.java#L368, which is expected and could be fixed up on the Demo App side.

LukasPaczos avatar Aug 27 '19 10:08 LukasPaczos

Is there a fix for this issue yet? It has quickly risen up our list of crashes.

JoelNieman avatar Sep 30 '19 20:09 JoelNieman

@JoelNieman this isn't an issue with the SDK code but the implementation code in this repository ( as @LukasPaczos mentioned in https://github.com/mapbox/mapbox-android-demo/issues/1136#issuecomment-525245762). @langsmith can you patch this up so we have a correct example implementation for @JoelNieman to use?

tobrun avatar Oct 01 '19 09:10 tobrun