My app stops working without crashing on the device, but works fine on the simulator.
The CIQ_LOG.YML shows this:
---
Error: Illegal Access (Out of Bounds)
Details: 'Failed invoking <symbol>'
Time: 2025-06-15T20:03:01Z
Part-Number: 006-B4374-00
Firmware-Version: '21.19'
Language-Code: eng
ConnectIQ-Version: 5.1.1
Filename: _compiled
Appname: Dextrack
Stack:
- pc: 0x10000661
File: /home/omer/garmin/Dextrack/source/BgServices.mc
Line: 91
Function: loginResponseCallback
- pc: 0x10000661
File: /home/omer/garmin/Dextrack/source/BgServices.mc
Line: 91
Function: loginResponseCallback
However there are no array accesses at that line. Here's the file in question: github.com/.../BgServices.mc
Note that line 91 is a `Background.exit` call.
What is this error message trying to say?