ArcGISRuntimeException on zoom

428
0
03-06-2018 04:52 AM
SamuelWicky
New Contributor

Hi

I'm currently evaluating the ArcGIS SDK on Android for a new Application. On one device I get the following exception when zooming in and out a lot and fast. Less than a second later the App crashes.

E/AndroidRuntime: FATAL EXCEPTION: Thread-29745
 Process: foo.bar.baz, PID: 15552
 com.esri.arcgisruntime.ArcGISRuntimeException: Invalid argument
 at com.esri.arcgisruntime.internal.jni.CoreRequest.nativeGetCanceled(Native Method)
 at com.esri.arcgisruntime.internal.jni.CoreRequest.h(SourceFile:208)
 at com.esri.arcgisruntime.internal.i.b$4.run(SourceFile:232)
 at com.esri.arcgisruntime.internal.a.g.b(SourceFile:45)
 at com.esri.arcgisruntime.internal.a.e.a(SourceFile:115)
 at com.esri.arcgisruntime.internal.a.c.done(SourceFile:44)
 at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:355)
 at java.util.concurrent.FutureTask.set(FutureTask.java:204)
 at java.util.concurrent.FutureTask.run(FutureTask.java:245)
 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
 at java.lang.Thread.run(Thread.java:818)

The device where this is happening is a Samsung Galaxy Tab A (SM-T280) and the application currently shows some ImageTiledLayer instances (as basemap and as overlay). The Runtime used is 100.2.1.

Did anybody already had the same problem and found a solution or is is possibly a bug in the library?

Thanks

Sam

0 Kudos
0 Replies