forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1582379 - Include more context in Rust mozStorage errors. r=tcsc
A low-frequency error that showed up in telemetry for new bookmark sync is "Storage operation failed with NS_ERROR_CANNOT_CONVERT_DATA", which occurs when we try to convert a variant to the wrong type. It would be helpful to include the type and column names for this case; for example, "Can't get i32 for column lastModified". Neither the type nor column name are PII; we want them to show up in telemetry. Differential Revision: https://phabricator.services.mozilla.com/D46433 --HG-- extra : moz-landing-system : lando
- Loading branch information
1 parent
959ff7f
commit 065c7d6
Showing
2 changed files
with
154 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters