Bug? Error message reports wrong module

PhilipBrown

Active Member
Licensed User
Longtime User
When get crash running an app:

android.database.sqlite.SQLiteException: no such column: DAY (code 1): , while compiling: UPDATE Weights

the reported error location is

Error occurred on line: 1806 (Charts)

But in fact it occurs in the Main module. The line number is correct. The Charts module only has 511 lines of code.

The Charts module is opened and the cursor is positioned at line 511 after this crash.
 
Top