Add telemetry for when BaseThreadInitThunk gatekeeping blocks a thread
Categories
(Core :: General, enhancement, P3)
Tracking
()
People
(Reporter: ccorcoran, Unassigned)
References
(Blocks 3 open bugs)
Details
(Whiteboard: inj+)
Attachments
(3 files)
23.53 KB,
patch
|
Details | Diff | Splinter Review | |
5.49 KB,
text/plain
|
chutten
:
review+
|
Details |
67.60 KB,
patch
|
Details | Diff | Splinter Review |
Reporter | ||
Updated•7 years ago
|
Comment 2•6 years ago
|
||
Reporter | ||
Comment 3•6 years ago
|
||
Comment 5•6 years ago
|
||
Reporter | ||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Reporter | ||
Comment 8•6 years ago
|
||
Reporter | ||
Comment 9•6 years ago
|
||
Reporter | ||
Comment 10•6 years ago
|
||
Just checking in on the status of this data review. Let me know if you need anything more from me.
Comment 11•6 years ago
|
||
No, no. I just bounced from this because I was thinking about the bug 1313327 part of it. I'll get to this forthwith.
Comment 12•6 years ago
|
||
Comment on attachment 9033920 [details]
Request for data collection review form - Bug 1372827.txt
Preliminary notes:
The "untrustedModules" ping which shares some analysis purpose with these collections, is on Nightly only. These collections are asking for all channels collection. Is this deliberate and necessary? (To be clear, it is allowed as the datareview+ shows, but I would like to ensure it is on purpose)
DATA COLLECTION REVIEW RESPONSE:
Is there or will there be documentation that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes. These collections are Telemetry so are documented in their definitions file (Events.yaml), and in the Probe Dictionary.
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. These collections are Telemetry so can be controlled through Firefox's Preferences.
If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes. :ccorcoran is responsible.
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 1, Technical.
Is the data collection request for default-on or default-off?
Default on for all channels.
Does the instrumentation include the addition of any new identifiers?
Nothing new, though it does include module names like the "untrustedModules" ping does and one of a list of four known entry points.
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does there need to be a check-in in the future to determine whether to renew the data?
No. This collection is permanent.
Result: datareview+
Reporter | ||
Comment 13•6 years ago
|
||
Posting a WIP until bug 1313327 is finalized. This now collects all the thread blocking data, serializes via telemetry events, and includes an xpcshell unit test to check the payload.
Updated•6 years ago
|
Updated•2 years ago
|
Description
•