Open
Bug 1418267
Opened 7 years ago
Updated 2 years ago
Consider surfacing blob to application after MutableBlobStorage write error
Categories
(Core :: Audio/Video: Recording, enhancement, P3)
Tracking
()
NEW
People
(Reporter: pehrsons, Unassigned)
References
Details
Bug 1411578 and descendants prevented us from crashing when there was a write error to MutableBlobStorage.
When such an error surfaces though, we delete the currently gathered file, discarding any material recorded thus far.
Users might instead want to salvage what was already recorded, so we should consider retaining the blob and presenting it to the application.
Even if the disk is full the user might have another disk to save it onto, or the application perhaps has a server it can upload the recording to.
Reporter | ||
Updated•7 years ago
|
Rank: 25
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•