Open
Bug 1355895
Opened 8 years ago
Updated 3 years ago
Get rid of TelemetryStartup.js
Categories
(Toolkit :: Telemetry, enhancement, P3)
Toolkit
Telemetry
Tracking
()
NEW
People
(Reporter: mccr8, Unassigned)
References
Details
(Whiteboard: [measurement:client])
TelemetryStartup.js is a little XPCOM component that runs some telemetry-specific code at startup in the main process. This uses a little bit of memory for the lifetime of the process, so it would be nice to get rid of.
After bug 1355611 is fixed, this code could be moved into MainProcessSingleton.js which is a generic component that runs some code at startup, and then this XPCOM component could be eliminated.
Updated•8 years ago
|
Priority: -- → P3
Whiteboard: [measurement:client]
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•