-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
How to limit base by count errors or in disk space #276
Comments
So your app is generating a lot of errors and you want to ignore all errors beyond a certain number? There is no way in ACRA to do this. |
Hi William )
|
But if you have lots of errors in your app they will keep coming back. Again and again and again. |
At the server side you could have something to remove old crashes to keep the size of the database small. Or even something to see if an incoming crash is already known, and not store the new one if so. However you also mention:
I assume you mean you want to reduce the "$1.00 per GB / month" Data volume charge Cloudant makes? This is the bit you can't reduce. When ACRA gets an error, it does not know if the limit of errors is reached on the server or if this is a known crash and so it always sends the error to the server. It would not be possible for ACRA to know without contacting the server and using data anyway. So the only way to reduce this is to fix the errors in your app :-) |
I consider the question of database restrictions on count errors or the amount of disk space.
I configuration ACRA use Apache CouchDB with Cloudant hosting.
Situation following if it has accumulated a lot of error at the advent of the Internet all errors will be sent to the channel and block the Internet, or using all the user traffic.
I would like to have it as a tool to set the maximum number of Error. Exceeding these quota errors cleans list error. Or the same thing by the volume disk space.
Is this possible?
Tnx friend.
The text was updated successfully, but these errors were encountered: