Open
Bug 1303239
Opened 8 years ago
Updated 2 years ago
Sync Telemetry recording state between processes
Categories
(Toolkit :: Telemetry, defect, P4)
Toolkit
Telemetry
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox51 | --- | affected |
People
(Reporter: gfritzsche, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [measurement:client])
Currently TelemetryController configures canRecordBase & canRecordExtended in both parent and content process.
This means its possible for them to go out of sync (e.g. when overriding them in tests).
We should instead set up the recording state properly in the parent & sync it from Telemetry.cpp to child processes.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•