Open
Bug 1696133
Opened 4 years ago
Handle errors from calling mozStorageTransaction::Start
Categories
(Toolkit :: Places, task, P3)
Toolkit
Places
Tracking
()
NEW
People
(Reporter: janv, Unassigned)
Details
Bug 1695883 added a new mandatory method mozStorageTransaction::Start. Some logic may accidentally or intentionally be depending on failure to create a transaction not causing an error, so we currently only warn when mozStorageTransaction::Start fails in toolkit/components/places. Long term, we should handle the error.
You need to log in
before you can comment on or make changes to this bug.
Description
•