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()?

Parents
  • I've seen quite a bit of this error in ERA on different devices, but somehow it seemed to be harmless in the sense that I was not getting user complaints about the apps crashing. I wonder if there was some factor obscuring the crash, like that it only happened in the watch face selection menu or some other scenario differing from the regular use. But now I get a lot of this on ERA on Venu and Vivoactive FW 7.10, and I do get user complaints so it definitely looks more severe than before.

Comment
  • I've seen quite a bit of this error in ERA on different devices, but somehow it seemed to be harmless in the sense that I was not getting user complaints about the apps crashing. I wonder if there was some factor obscuring the crash, like that it only happened in the watch face selection menu or some other scenario differing from the regular use. But now I get a lot of this on ERA on Venu and Vivoactive FW 7.10, and I do get user complaints so it definitely looks more severe than before.

Children