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
Hi, we have one customer using a Samsung model a52sxq running Android 12, where the Klippa scanner crashes.
Stack trace from Play store crash log; type: java.lang.RuntimeException
Exception java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:581)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1135)
Caused by java.lang.reflect.InvocationTargetException:
at java.lang.reflect.Method.invoke (Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:571)
Caused by java.lang.Exception:
at com.klippa.scanner.KlippaScanner$h.invoke (KlippaScanner.java)
at io.fotoapparat.result.PendingResult$whenAvailable$1$3.invoke (PendingResult.java)
at io.fotoapparat.result.PendingResult$whenAvailable$1$3.invoke (PendingResult.java)
at io.fotoapparat.result.PendingResultKt$notifyOnMainThread$1.invoke (PendingResultKt.java)
at io.fotoapparat.result.PendingResultKt$notifyOnMainThread$1.invoke (PendingResultKt.java)
at io.fotoapparat.hardware.ExecutorKt$executeMainThread$1.run (ExecutorKt.java)
at android.os.Handler.handleCallback (Handler.java:938)
at android.os.Handler.dispatchMessage (Handler.java:99)
at android.os.Looper.loopOnce (Looper.java:226)
at android.os.Looper.loop (Looper.java:313)
at android.app.ActivityThread.main (ActivityThread.java:8751)
We have looked into this and updated this SDK to 2.1.14 which now supports the Android Scanner SDK version 2.1.11. We expect the issue to be resolved with this, in case you are still getting crashes the error message should be more clear for us to debug and fix. In that case feel free to reopen this issue with the new logs!
Hi, we have one customer using a Samsung model
a52sxq
running Android 12, where the Klippa scanner crashes.Stack trace from Play store crash log; type:
java.lang.RuntimeException
Detailed crash from device (tombstone):
Might be related to RedApparat/Fotoapparat#411
The text was updated successfully, but these errors were encountered: