Open
Bug 1144227
Opened 10 years ago
Updated 3 years ago
Properly document the async behavior of the Telemetry modules
Categories
(Toolkit :: Telemetry, defect, P4)
Toolkit
Telemetry
Tracking
()
NEW
People
(Reporter: gfritzsche, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [measurement:client])
We have some async tasks and async startup and shutdown behavior for TelemetryPing.jsm and TelemetrySession.jsm.
We need to document this properly for future readers:
* more in-code commenting on the async parts/tasks and how they interact and order
* ideally an overview on the async/task/etc behavior in the in-tree docs
(Note that bug 1140558 will remove some asynchronicity)
Reporter | ||
Updated•10 years ago
|
Updated•10 years ago
|
Reporter | ||
Comment 1•10 years ago
|
||
The in-code commenting should be reasonable now, we still want to add a short overview of the Telemetry modules involved and the kind of tasks they run.
Points: --- → 1
Priority: -- → P3
Whiteboard: [measurement:client]
Reporter | ||
Updated•10 years ago
|
Priority: P3 → P4
Updated•7 years ago
|
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•