hey im getting this error just in debug mode , in release mode everything is ok
B4X:
LogCat connected to: B4A-Bridge: samsung GT-I9300-351941062524012
--------- beginning of /dev/log/main
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Service (service1) Create **
** Service (service1) Start **
** Activity (main) Pause, UserClosed = true **
Connected to B4A-Bridge (Wifi)
sending message to waiting queue (CallSubDelayed - UpdateStatus)
Installing file.
PackageAdded: package:b4a.example
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Service (bs) Create **
** Service (bs) Start **
java.lang.IndexOutOfBoundsException: index 12
at java.util.concurrent.atomic.AtomicIntegerArray.checkedByteOffset(AtomicIntegerArray.java:36)
at java.util.concurrent.atomic.AtomicIntegerArray.get(AtomicIntegerArray.java:83)
at anywheresoftware.b4a.debug.Debug.ShouldStop(Debug.java:233)
at b4a.example.main._updatespec(main.java:1660)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at anywheresoftware.b4a.agraham.threading.Threading$1.run(Threading.java:216)
at java.lang.Thread.run(Thread.java:856)