Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IllegalStateException #200

Open
tdascoli opened this issue Jun 30, 2022 · 0 comments
Open

IllegalStateException #200

tdascoli opened this issue Jun 30, 2022 · 0 comments
Labels

Comments

@tdascoli
Copy link

tdascoli commented Jun 30, 2022

During runtime we discovered this exception within our crashlytics, we're using the lib-open-swiss-maps-sdk version 1.1.4:

Fatal Exception: java.lang.IllegalStateException: GpsLayer is already destroyed!
at io.openmobilemaps.gps.GpsLayer.requireLayerInterface(GpsLayer.kt:1)
at io.openmobilemaps.gps.GpsLayer.onCompassUpdate(GpsLayer.kt:1)
at io.openmobilemaps.gps.compass.CompassProvider.onSensorChanged(CompassProvider.kt:11)
at android.hardware.SystemSensorManager$SensorEventQueue.dispatchSensorEvent(SystemSensorManager.java:982)
at android.os.MessageQueue.nativePollOnce(MessageQueue.java)
at android.os.MessageQueue.next(MessageQueue.java:335)
at android.os.Looper.loopOnce(Looper.java:186)
at android.os.Looper.loop(Looper.java:313)
at android.app.ActivityThread.main(ActivityThread.java:8669)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java

With the following Device: Samsung Galaxy A52 with Android 12

@maerki maerki added the android label May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants