-
-
Notifications
You must be signed in to change notification settings - Fork 362
Open
Labels
Description
Description
The initial log buffering #5580 only buffers the logs in memory. So when a crash happens, the logs get lost. For some crashes, it's essential to have the logs to know what caused them. Therefore, we need to come up with a solution that buffers the logs directly to disk, so in the event of a crash the SDK can recover them. We should look at https://github.com/dfed/cacheadvance/ as mentioned in #5580 (comment), which Airbnb uses for exactly this use case.
dfed