Android Question How do I find the list error in java code?

paris7162

Member
Licensed User
Longtime User
How do I find the java error. I went to line 117 in the java code using xCode and it it a variable declaration statement. I can't find the line.java file. I need to find which list is throwing this error.

Here is the error.

Today, 6:22 AM on app version 61
ZTE Zmax Pro (urd), 2048MB RAM, Android 6.0
Report 1

java.lang.ArrayIndexOutOfBoundsException:

at java.util.ArrayList.get (ArrayList.java:310)

at anywheresoftware.b4a.objects.collections.List.Get (List.java:117)

at bid.whist.main$ResumableSub_Check_For_Player.resume (main.java:3629)

at bid.whist.main._check_for_player (main.java:2837)

at bid.whist.main._animend0_animationend (main.java:2186)

at java.lang.reflect.Method.invoke (Native Method)

at anywheresoftware.b4a.BA.raiseEvent2 (BA.java:186)

at anywheresoftware.b4a.BA.raiseEvent2 (BA.java:170)

at anywheresoftware.b4a.BA.raiseEvent (BA.java:166)

at flm.b4a.animationplus.AnimationPlusWrapper$1.onAnimationEnd (SourceFile:215)

at android.view.animation.Animation$3.run (Animation.java:376)

at android.os.Handler.handleCallback (Handler.java:743)

at android.os.Handler.dispatchMessage (Handler.java:95)

at android.os.Looper.loop (Looper.java:171)

at android.app.ActivityThread.main (ActivityThread.java:5417)

at java.lang.reflect.Method.invoke (Native Method)

at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:726)

at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:616)
 

paris7162

Member
Licensed User
Longtime User
Here is the lines in question. I cant find the List.java file. I can't reproduce the error in B4a. The errors are from the Play Store. I believe it is an empty list, I just can't find which list, or when is the list object being called upon.



Screen Shot 2018-01-23 at 10.49.30 AM.png
Screen Shot 2018-01-23 at 10.50.08 AM.png
Screen Shot 2018-01-23 at 10.50.44 AM.png
 
Upvote 0
Top