Modify printing telemetry to add a PDF-catch-all for unknown printer names containing 'PDF'
Categories
(Toolkit :: Printing, task, P1)
Tracking
()
People
(Reporter: jwatt, Assigned: jwatt)
Details
(Whiteboard: [print2020_v78])
Attachments
(2 files)
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
|
Details | Review |
2.44 KB,
text/plain
|
chutten
:
data-review+
|
Details |
In bug 1600623 we added some telemetry that in part attempts to collect information on whether users are printing to PDF or a printer. The number of prints-to-PDF that we're seeing come in are a lot lower than expected. To sanity check that this isn't because we're missing widely used "PDF" printer names we'd like to add a catch-all for unknown printers with "PDF" in their name.
![]() |
Assignee | |
Comment 1•5 years ago
|
||
![]() |
Assignee | |
Comment 2•5 years ago
|
||
Comment 3•5 years ago
|
||
Comment 5•5 years ago
|
||
Backed out for bustages on nsDeviceContextSpecWin.cpp
Backout link: https://hg.mozilla.org/integration/autoland/rev/83eb57b7cec1d2a084334625f813549b06434826
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=306512829&repo=autoland&lineNumber=29713
Comment 7•5 years ago
|
||
bugherder |
![]() |
Assignee | |
Comment 8•5 years ago
|
||
Comment on attachment 9157017 [details]
Bug 1646093. Modify printing telemetry to add a PDF-catch-all for possible unknown PDF printers. r=bobowen
Beta/Release Uplift Approval Request
- User impact if declined: This is a tweak to the telemetry added in bug 1600623. We have suspiciously low 'print-to-pdf' counts on Windows relative to macOS. This adds another catch-all bucket to allow us to sanity check our numbers to remove the uncertainty over whether our numbers are useful or not.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Very simple telemetry change to add another key to an existing keyed scalar probe.
- String changes made/needed: none
Comment 9•5 years ago
|
||
Comment on attachment 9157017 [details]
Bug 1646093. Modify printing telemetry to add a PDF-catch-all for possible unknown PDF printers. r=bobowen
approved for 78.0b9
Comment 10•5 years ago
|
||
bugherder uplift |
Description
•