Acknowledged

storage setValue error

4.1.4/win/eclipse

on some devices I have an error  when trying save something in storage:

1. in app.onStop() - only in foreground I call app.savedata() (I need func because I need save data in few moments).

2. savedata() is called and inside I try to call STO.setValue() and errors:

A Error Name: System Error (vívoactive® 3 Music: 6.20) - 3 arrays[80] of float (each 415 bytes according to memory monitor), 1 array[20] of float (70bytes) and few integers

B Error Name: File Not Found Error (Forerunner® 945: 9.00) - saving dictionary (a bit complicated)

A - I don't think I exceed any limits

B - system detach storage before onStop()?

  • I have also 23 ERA reports with exact the same problem

    Error Name: System Error
    Occurrences: 23
    First Occurrence: 2022-06-23
    Last Occurrence: 2022-06-24
    Devices:
    fēnix® 6 Pro / 6 Sapphire / 6 Pro Solar / 6 Pro Dual Power / quatix® 6: 22.10
    App Versions: 5.4.1
    Languages: deu
    Backtrace:
    VA30App.onStop:34

     

    The line is:

    App.Storage.setValue("location", locMem);

    The same function is used for many devicetypes and only on fenix 6pro this error raised (not in simulator)