All Collections
Troubleshooting
"Bugfender couldn't store the entry in disk due to an error". What does it mean?
"Bugfender couldn't store the entry in disk due to an error". What does it mean?
Jordi Giménez avatar
Written by Jordi Giménez
Updated over a week ago

When you send log with the Bugfender SDK, logs are temporarily stored on disk and sent in batches to our servers. This helps improve the responsiveness of the application when bursts of logs are sent, and with memory, CPU and bandwidth optimization.

When the error "Bugfender couldn't store the entry in disk due to an error" appears, the SDK couldn't store the logs your application is trying to send, and instead sends this error message instead to note some logs are missing in this time frame. This usually happens when the disk on the device is full.

Please note the logs generated in this time frame will be lost to preserve the stability of your application because they can't be stored in any safe way.

Also note this error message is sent over the network, without storage on disk (obviously), so if there's no network connection when this happens, it will also be lost.

Did this answer your question?