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

ConcurrentModificationException in BaseDfuImpl.java #318

Open
zippert opened this issue Nov 26, 2021 · 0 comments
Open

ConcurrentModificationException in BaseDfuImpl.java #318

zippert opened this issue Nov 26, 2021 · 0 comments
Labels

Comments

@zippert
Copy link

zippert commented Nov 26, 2021

DFU Bootloader version (please complete the following information):

  • SDK version: 31
  • Bonding used: yes
  • Library version: 1.12.0

Device information (please complete the following information):

  • Device: Mi 10T Pro
  • OS: Android 11

Describe the bug
Crash reported through Firebase

Logs

Fatal Exception: java.util.ConcurrentModificationException
       at java.util.ArrayList$Itr.next(ArrayList.java:860)
       at android.bluetooth.BluetoothGatt.getService(BluetoothGatt.java:1067)
       at no.nordicsemi.android.dfu.BaseDfuImpl.initialize(BaseDfuImpl.java:364)
       at no.nordicsemi.android.dfu.SecureDfuImpl.initialize(SecureDfuImpl.java:183)
       at no.nordicsemi.android.dfu.DfuBaseService.onHandleIntent(DfuBaseService.java:1393)
       at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:77)
       at android.os.Handler.dispatchMessage(Handler.java:106)
       at android.os.Looper.loop(Looper.java:236)
       at android.os.HandlerThread.run(HandlerThread.java:67)
@zippert zippert added the bug label Nov 26, 2021
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

1 participant