uxcam / flutter-plugin

BSD 3-Clause "New" or "Revised" License
4 stars 7 forks source link

java.lang.IndexOutOfBoundsException #39

Open elizaveta-seleznyova-idf opened 1 year ago

elizaveta-seleznyova-idf commented 1 year ago

Hello developers! We have the exception: com.uxcam.screenaction.tracker.ScreenActionTracker.startLoop java.lang.IndexOutOfBoundsException - Index: 87, Size: 87

Please help me understand what went wrong

flutter_uxcam: 2.4.2 Flutter 3.10.6 Tools • Dart 3.0.6 • DevTools 2.23.1 Brand:LGE Model:LG K41S Version:Android 11

Logs:

Fatal Exception: java.lang.IndexOutOfBoundsException: Index: 87, Size: 87 at java.util.ArrayList.get(ArrayList.java:437) at com.uxcam.screenaction.tracker.ScreenActionTracker.startLoop(SourceFile:9) at com.uxcam.screenaction.tracker.ScreenActionTracker.access$startLoop(SourceFile:1) at com.uxcam.screenaction.tracker.ScreenActionTracker$startLoop$1.invokeSuspend(:12) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:42) at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)