Closed
Bug 1049727
Opened 10 years ago
Closed 10 years ago
Attempt to submit forensics data after notification removal
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Iteration:
34.2
People
(Reporter: gps, Assigned: gps)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.84 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
The update hotfix only submits data during uninstall or after install failure. We have >1M hotfix users that have submitted once but still have the hotfix installed. My theory is the users are "stuck" in a notification loop and are dismissing the notification every time it is displayed.
To confirm this theory, we should update the hotfix to try to submit forensics data after the notification is dismissed/removed.
Flags: firefox-backlog+
Assignee | ||
Comment 1•10 years ago
|
||
After deploying the hotfix to the wild, we saw 1M+ records indicating
transient install failure and then failed to see any updates from these
clients. Since forensic uploading only occurs during uninstall or after
failed install, we suspect that these users are caught in a
notify-dismiss loop and are simply ignoring the notification.
This patch sends forensics after the notification is dismissed and
removed. This will let us see data about what the hotfix is doing
after the first failed installation attempt.
Attachment #8468612 -
Flags: review?(benjamin)
Comment 2•10 years ago
|
||
Comment on attachment 8468612 [details] [diff] [review]
Submit forensics data after notification removal
You might want to add a code comment that this won't affect pre-FHR clients.
Attachment #8468612 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
QA Whiteboard: [qa-]
Resolution: --- → FIXED
Comment 4•10 years ago
|
||
Hi Gregory, can you provide a point value for this bug.
Iteration: --- → 34.2
Flags: needinfo?(gps)
Assignee | ||
Comment 5•10 years ago
|
||
Point value encompasses some of the time spent in data research to produce the necessity of this bug, since that time wasn't captured by an existing bug and didn't have points attributed to it.
Points: --- → 3
Flags: needinfo?(gps)
You need to log in
before you can comment on or make changes to this bug.
Description
•