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

java.lang.IndexOutOfBoundsException Crash: SdlRouterService.java line 3275 #1741

Closed
asheeshs opened this issue Sep 28, 2021 · 0 comments
Closed
Labels
bug A defect in the library

Comments

@asheeshs
Copy link

Bug Report

Fatal Exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0

Reproduction Steps

Unfortunately, no reproduction steps, crash from Crashlytics board.
Per crash reports, app was backgrounded at the time of crash.

OS & Version Information
  • Android Version: Android 11 Android 10 Android 9 Android 8
  • SDL Android Version: 5.2.0
  • Testing Against: Unfortunately, no test steps, crash from Crashlytics board.
Test Case, Sample Code, and / or Example App

Unfortunately, no test steps, crash from Crashlytics board.

Crash Logs:

Fatal Exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
       at java.util.ArrayList.get(ArrayList.java:437)
       at com.smartdevicelink.transport.SdlRouterService$RegisteredApp.getCompatPrimaryTransport(SdlRouterService.java:3275)
       at com.smartdevicelink.transport.SdlRouterService$RegisteredApp.handleIncommingClientMessage(SdlRouterService.java:3304)
       at com.smartdevicelink.transport.SdlRouterService$RouterHandler$1.run(SdlRouterService.java:496)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
       at java.lang.Thread.run(Thread.java:923)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library
Projects
None yet
Development

No branches or pull requests

3 participants