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

Android 10 - BootReceiver RuntimeException #48

Open
jonassimonaitis opened this issue Jan 3, 2023 · 1 comment
Open

Android 10 - BootReceiver RuntimeException #48

jonassimonaitis opened this issue Jan 3, 2023 · 1 comment

Comments

@jonassimonaitis
Copy link

Happy new year!

We are keep getting randomly an exception from square reader version readerSdkVersion = "1.5.6" on ELO Android 10

Fatal Exception: java.lang.RuntimeException: Unable to start receiver com.squareup.queue.QueueService$BootReceiver: java.lang.NullPointerException: appContextWrapper must not be null
       at android.app.ActivityThread.handleReceiver(ActivityThread.java:3798)
       at android.app.ActivityThread.access$1400(ActivityThread.java:220)
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1871)
       at android.os.Handler.dispatchMessage(Handler.java:107)
       at android.os.Looper.loop(Looper.java:214)
       at android.app.ActivityThread.main(ActivityThread.java:7397)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:935)
@TatsuUkraine
Copy link

TatsuUkraine commented Jan 5, 2023

Having the same on various devices and various android versions (starting from 9 and up to 13)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants