You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's complicated on Android since the logs are stored in an embded SQLite database on the device,
Because the database is storing only the log table, you can use page_size and page_count to compute an estimated size of the stored logs on the device.
Isn't a SQLite DB just stored as a file? If so then you could just look at the size of that file to determine how much disk is being consumed by the DB.
Currently the logs are cleared after an expiry time (default of 7 days).
I'd be more interested in restricting the total disk consumption rather than some arbitrary time limit.
The text was updated successfully, but these errors were encountered: