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

App crashing while I'm turn off the Bluetooth Button from Notification bar #1

Open
Roeisteinberg opened this issue Aug 24, 2023 · 2 comments

Comments

@Roeisteinberg
Copy link

Hello team,

I run a Samsung XCover6 Pro(SM-G736B), running Android 13, API 33
I'm using the latest library for your project.

Case: While I turn off the Bluetooth from the Notification bar, my app crashes (the crash does not happen all the time).

Hope that the detail helps.

Here are the logs

java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.contains(java.lang.CharSequence)' on a null object reference
at com.blueparrott.blueparrottsdk.BPHeadsetImpl.g(Unknown Source:8)
at com.blueparrott.blueparrottsdk.BPHeadsetImpl.l(Unknown Source:0)
at com.blueparrott.blueparrottsdk.BPHeadsetImpl$2.run(Unknown Source:97)
at android.os.Handler.handleCallback(Handler.java:942)
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:8757)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)

@alanslattery
Copy link
Collaborator

Hi there,
Would it be possible to get any of the log from the SDK in the run up to the crash, in order to narrow down exactly where this is happening?

@Roeisteinberg
Copy link
Author

Sure, I will try to collect that, since ןt rarely comes back

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