Crash reports from the field indicate a huge increase in certain crashes since our update to 100.7 from 100.6
All of this is in ArcGIS code. No, I can't give code to reproduce it but it is common from crash reports.
What I am hoping for are some insights.
What could trigger this?
What argument is out of range?
What argument is invalid?
I can't know those things without the source code.
How I can make them in range and valid?
Fatal Exception: com.esri.arcgisruntime.ArcGISRuntimeException: Out of range
at com.esri.arcgisruntime.internal.jni.CoreGeoView.nativeDraw(SourceFile)
at com.esri.arcgisruntime.internal.jni.CoreGeoView.a(SourceFile:346)
at com.esri.arcgisruntime.internal.h.b.o.a(SourceFile:132)
at com.esri.arcgisruntime.mapping.view.MapView.onDrawFrame(SourceFile:156)
at com.esri.arcgisruntime.mapping.view.GeoView$b.onDrawFrame(SourceFile:1363)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1575)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1271)
Fatal Exception: com.esri.arcgisruntime.ArcGISRuntimeException: Invalid argument
at com.esri.arcgisruntime.internal.jni.CoreMapView.nativeInteractionDrag(SourceFile)
at com.esri.arcgisruntime.internal.jni.CoreMapView.a(SourceFile:304)
at com.esri.arcgisruntime.internal.h.b.o.b(SourceFile:186)
at com.esri.arcgisruntime.mapping.view.MapView.drag(SourceFile:980)
at com.esri.arcgisruntime.mapping.view.DefaultMapViewOnTouchListener$b.run(SourceFile:215)
at java.util.TimerThread.mainLoop(Timer.java:562)
at java.util.TimerThread.run(Timer.java:512)
Caused by com.esri.arcgisruntime.ArcGISRuntimeException: Invalid argument
at com.esri.arcgisruntime.internal.jni.CoreMapView.nativeSetMap(SourceFile)
at com.esri.arcgisruntime.internal.jni.CoreMapView.a(SourceFile:215)
at com.esri.arcgisruntime.internal.h.b.o.a(SourceFile:448)
at com.esri.arcgisruntime.mapping.view.MapView.setMap(SourceFile:594)