-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App crashing after a few days or a few hours #241
Comments
have just had exactly the same issue! and a hint with this issue |
Did you fix it? |
@angelopedroso no it's not fixed but hasn't been happening for any of our installs, occasionally seems to happen when debugging. Not 100% of the reason yet. |
having the same issue |
What version are you using @yMosk ? |
we are using 0.74.3 react native. Been having this error for some time, it appears on different ios simulators and mobile devices when you use it or even when the app sits idle |
After a period of time, the app stops and displays a LogBox error message:
Uncaught Error
Property storage exceeds 196607 properties
Usually the display indicates the message has been repeated many times. The only way to recover is to kill the app and restart.
Smartphone (please complete the following information):
Additional context
Seems to be happening more often. When I first started this test, about a month ago, things ran for a couple of weeks before this happened. Lately, it happens after a few hours.
I guess this means the sqlite database is full? It may be because I'm using the app in a way that is a bit different from most MSupply customers: I am monitoring 4 sensors with 5 minute update, and I have no connection to an upstream database. I have tried browsing the sqlite file on my computer. It currently contains about 28K data points, starting from about three hours ago, when I most recently restarted the app. So apparently the DB gets reset when the app is restarted. Yet is very large: 11 MB-- go figure. And it seems to be recording 7 entries every minute, even though my update interval is set to 5 minutes.
Is there some setup that I might be missing?
thanks
Chester
The text was updated successfully, but these errors were encountered: