Hello! Since we have migrated to the 200.x version we started seeing this crash for many users. We also know that some of the users were not having the map view opened at the time when they got this crash.
This is all the info that we are getting from the stack trace :
Fatal Exception: java.util.concurrent.TimeoutException: com.arcgismaps.internal.jni.CoreBasemap.finalize() timed out after 60 seconds
at com.arcgismaps.internal.jni.CoreBasemap.nativeDestroy(CoreBasemap.java)
at com.arcgismaps.internal.jni.CoreBasemap.disposeInner(CoreBasemap.java:548)
at com.arcgismaps.internal.jni.CoreBasemap.finalize(CoreBasemap.java:509)
at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:370)
at java.lang.Daemons$FinalizerDaemon.processReference(Daemons.java:350)
at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:322)
at java.lang.Daemons$Daemon.run(Daemons.java:131)
at java.lang.Thread.run(Thread.java:1012)
Any guidance to understand better this crash will be appreciated. Thanks!