telemetry-ios icon indicating copy to clipboard operation
telemetry-ios copied to clipboard

Mail client has no default setting reported, shows as (null)

Open garvankeeley opened this issue 7 years ago • 2 comments

garvankeeley avatar Oct 05 '17 15:10 garvankeeley

If this is product specific then I think this bug should be in Bugzilla?

st3fan avatar Oct 06 '17 21:10 st3fan

Where did you see this? I don't see any (null) currently I tried

select
  distinct(default_mail_client),
  count(default_mail_client) as default_mail_client_count
from
  telemetry.mobile_clients_v2
where
  os = 'iOS' and buildid='7227'
group by
  default_mail_client 

garvankeeley avatar Oct 23 '17 16:10 garvankeeley