Improve telemetry for out-of-process file-picker failures
Categories
(Core :: Widget: Win32, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: rkraesig, Assigned: rkraesig)
References
(Blocks 2 open bugs)
Details
Attachments
(3 files, 1 obsolete file)
5.00 KB,
text/plain
|
Details | |
1.73 KB,
text/plain
|
daniela
:
data-review+
|
Details |
48 bytes,
text/x-phabricator-request
|
Details | Review |
The telemetry ping for out-of-process file-picker failure when the utility process failed to launch should include information sufficient to indicate a) what failed, and b) why it was reported to have done so.
Assignee | ||
Comment 1•1 year ago
|
||
Data steward selected randomly via probably-fair die (Math.floor(Math.random()*14)
) from the list at https://wiki.mozilla.org/Data_Collection.
Comment 2•11 months ago
|
||
Assignee | ||
Comment 3•10 months ago
|
||
Extend LaunchError
propagation such that nsFilePicker::Open
can
access the error.
This is of little relevance to this patchset -- it's merely been taken
from the in-work implementation of bug 1884426 to minimize rebase-
induced manual code shuffling.
No functional changes.
Assignee | ||
Comment 4•10 months ago
|
||
Add new telemetry for the file-dialog picker which should more precisely
pinpoint the initial cause of failures.
Data-review approval: https://bugzilla.mozilla.org/show_bug.cgi?id=1884221#c2
Updated•10 months ago
|
Updated•10 months ago
|
Comment 6•10 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/07f312147f99
https://hg.mozilla.org/mozilla-central/rev/050390d09a8f
Description
•