Add scalar probes for the current state of the BackupService
Categories
(Firefox :: Profile Backup, task, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [fidefe-device-migration])
Attachments
(1 file)
We need to record boolean values for:
- Is the backup service enabled?
- Are scheduled backups enabled?
- Are encrypted backups enabled?
We also want some coarse information on where the backup is being stored. This will be a numeric value
1 = default location
2 = non-default location
3 = location that seems to be a known cloud storage provider (seems to be a Dropbox, OneDrive, Box folder... this one might be tricky)
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
See https://docs.google.com/spreadsheets/d/1WdO0Enl6Z7y-rng22WuAziRneqGYNk7iJUqVnrRWFKM/edit?gid=356345865#gid=356345865 - specifically rows 5, 6 and 7 for the expected probe names.
| Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Comment 4•1 year ago
•
|
||
Backed out for causing bc failures @ browser_startup_mainthreadio.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/a3e954b97786a510a2c50263d0dbdf5d068a44ed
Comment 6•1 year ago
|
||
Backed out for causing codecs failures.
- Backout link
- Push with failures
- Failure Log
- Failure line: PROCESS-CRASH | MOZ_ASSERT(NS_IsMainThread()) [@ mozilla::ClearOnShutdown<mozilla::Atomic<nsBaseHashtable<nsIntegralHashKey<unsigned int, 0>, mozilla::intl::Script, mozilla::intl::Script, nsDefaultConverter<mozilla::intl::Script, mozilla::intl::Script> >*, (mozilla::MemoryOrdering)2, void> >(mozilla::Atomic<nsBaseHashtable<nsIntegralHashKey<unsigned int, 0>, mozilla::intl::Script, mozilla::intl::Script, nsDefaultConverter<mozilla::intl::Script,
| Assignee | ||
Comment 7•1 year ago
|
||
I really can't see how this patch could have caused this assertion failure on Android. I've pushed the patch to try on the latest tip of mozilla-central, and not seeing the failure after many retriggers: https://treeherder.mozilla.org/jobs?repo=try&revision=c08dc38cfa12666095afe8be996244dde389df7f
I'm going to try relanding this now.
Comment 9•1 year ago
|
||
| bugherder | ||
Description
•