Closed
Bug 819524
Opened 13 years ago
Closed 8 years ago
Telemetry should not use nsIObserver to implement a callback
Categories
(Toolkit :: Telemetry, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: espindola, Unassigned)
Details
test_TelemetryPing.js has
Services.obs.addObserver(function ... {
...
}, "telemetry-test-save-complete", false);
TelemetryPing.saveHistograms(histogramsFile, false);
TelemetryPing.saveHistograms should just take a callback.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•