You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we are getting a runtime exception using the 3.3.0 sdk version.
Here is the stacktrace logged in our crashlitics:
Fatal Exception: java.lang.RuntimeException: Error receiving broadcast Intent { act=android.bluetooth.adapter.action.STATE_CHANGED flg=0x15000010 (has extras) } in com.sumup.merchant.reader.helpers.BluetoothStateChangeHelper$1@5e67a9c
at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_58300(LoadedApk.java:1448)
at android.app.-$Lambda$FilBqgnXJrN9Mgyks1XHeAxzSTk.$m$0(-.java:4)
at android.app.-$Lambda$FilBqgnXJrN9Mgyks1XHeAxzSTk.run(-.java)
at android.os.Handler.handleCallback(Handler.java:808)
at android.os.Handler.dispatchMessage(Handler.java:101)
at android.os.Looper.loop(Looper.java:166)
at android.app.ActivityThread.main(ActivityThread.java:7529)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:245)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:921)
Caused by java.lang.IllegalArgumentException: View=DecorView@ced9f64[] not attached to window manager
at android.view.WindowManagerGlobal.findViewLocked(WindowManagerGlobal.java:520)
at android.view.WindowManagerGlobal.removeView(WindowManagerGlobal.java:413)
at android.view.WindowManagerImpl.removeViewImmediate(WindowManagerImpl.java:206)
at android.app.Dialog.dismissDialog(Dialog.java:495)
at android.app.Dialog.dismiss(Dialog.java:478)
at com.sumup.merchant.reader.troubleshooting.ui.PinPlusBtToggleFragment$2.onComplete(PinPlusBtToggleFragment.java:120)
at com.sumup.merchant.reader.helpers.BluetoothStateChangeHelper$1.onReceive(BluetoothStateChangeHelper.java:63)
at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_58300(LoadedApk.java:1435)
at android.app.-$Lambda$FilBqgnXJrN9Mgyks1XHeAxzSTk.$m$0(-.java:4)
at android.app.-$Lambda$FilBqgnXJrN9Mgyks1XHeAxzSTk.run(-.java)
at android.os.Handler.handleCallback(Handler.java:808)
at android.os.Handler.dispatchMessage(Handler.java:101)
at android.os.Looper.loop(Looper.java:166)
at android.app.ActivityThread.main(ActivityThread.java:7529)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:245)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:921)
We see this crash also at andorid 8 and 10 devices
The text was updated successfully, but these errors were encountered:
Hi 👋, first time here
Sometimes we are getting a runtime exception using the 3.3.0 sdk version.
Here is the stacktrace logged in our crashlitics:
We see this crash also at andorid 8 and 10 devices
The text was updated successfully, but these errors were encountered: