Closed
Bug 732310
Opened 14 years ago
Closed 14 years ago
A11Y_INSTANTIATED telemetry is rather useless
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
DUPLICATE
of bug 723846
People
(Reporter: surkov, Unassigned)
References
Details
Because it shows nothing. Ignoring that boolean can be false this telemetry item makes me think that accessibility is always instantiated, in every case.
| Reporter | ||
Comment 1•14 years ago
|
||
the same is applicable to A11Y_XXX_USAGE items.
I'd say we need to collect this data on shutdown whether a11y was instantiated for example but per SHUTDOWN_OK telemetry we don't shutdown properly in 10% of case so results won't be correct. That means we need to the same thing as SHUTDOWN_OK does, i.e. collect data and send them on next startup.
Who's willing to take?
Comment 2•14 years ago
|
||
I'm not convinced shutdown is the right place. Regarding A11Y_INSTANTIATED, I think we need to see the total number of telemetry pings for the same period, that way we'll know the percentage of users that instantiate a11y (who also enable telemetry).
For the USAGE stuff, I think we should only report whether it was used even once (e.g. bug 721772) or not. Then we can do the same calculation above. Incrementing a counter on each usage foils that calculation.
Ideally we should also find out how to turn # of telemetry pings into # users (estimates).
Taras, does this make sense?
| Reporter | ||
Comment 4•14 years ago
|
||
(In reply to David Bolter [:davidb] from comment #2)
> I'm not convinced shutdown is the right place.
I said we need to telemetry on startup not shutdown.
> Regarding A11Y_INSTANTIATED,
> I think we need to see the total number of telemetry pings for the same
> period, that way we'll know the percentage of users that instantiate a11y
> (who also enable telemetry).
this sounds like workaround of the problem
> Ideally we should also find out how to turn # of telemetry pings into #
> users (estimates).
Also doesn't perfect since the user can change his environment. Anyway this bug is about different things.
| Reporter | ||
Comment 5•14 years ago
|
||
(In reply to Nathan Froyd (:froydnj) from comment #3)
> I'd like to see this fixed with bug 723846 instead.
ok
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•