Closed
Bug 918465
Opened 12 years ago
Closed 12 years ago
Record locale in FHR environment
Categories
(Firefox Health Report Graveyard :: Client: Android, defect)
Tracking
(fennec26+)
RESOLVED
DUPLICATE
of bug 922694
Tracking | Status | |
---|---|---|
fennec | 26+ | --- |
People
(Reporter: bcolloran, Assigned: rnewman)
References
Details
(Keywords: dev-doc-needed)
I have a sample of 1300 v3 payloads, none of which have the strings "locale" or "en-US".
Assignee | ||
Comment 1•12 years ago
|
||
Presumably you want this in the environment? What do you mean by "locale" -- Gecko pref, OS setting, both?
http://developer.android.com/reference/java/util/Locale.html
http://mxr.mozilla.org/mozilla-central/source/services/healthreport/providers.jsm#343
Component: Data Providers → Client: Android
Product: Firefox for Android → Firefox Health Report
Summary: FHR for fennec not recording locale. → Record locale in FHR environment
Assignee | ||
Updated•12 years ago
|
Keywords: dev-doc-needed
(In reply to Richard Newman [:rnewman] from comment #1)
> Presumably you want this in the environment? What do you mean by "locale" --
> Gecko pref, OS setting, both?
Good question. Both I think.
Assignee | ||
Comment 3•12 years ago
|
||
Brendan: there are four potential locales in the system. Right now some of them are clamped together, but Fennec plans to allow for more choice in this regard fairly soon.
They are:
1. The OS locale.
2. The Android app locale (typically the same, but can be different).
3. The Gecko locale, which we *probably* will keep the same as 2, but maybe not!
4. The requested content locale.
For example: you could be in India using a v2.2 Android device set to en_GB, with Firefox running in en_IN (only supported in Android since 2.3), Gecko using en_IN, and requesting pages in Kannada (kn-IN).
How much do we care about these distinctions?
Karen, Axel: could you weigh in?
Flags: needinfo?(krudnitski)
Assignee | ||
Updated•12 years ago
|
Flags: needinfo?(l10n)
Assignee | ||
Comment 4•12 years ago
|
||
Due to implementation constraints, this really needs to land alongside Bug 922694, which is tracking-fennec 26+. As such, setting tracking?, and needinfo folks: please reply as soon as you get a chance!
Assignee: nobody → rnewman
Status: NEW → ASSIGNED
tracking-fennec: --- → ?
Comment 5•12 years ago
|
||
I'd say
- OS locale
- Android locale
- made a choice for content locale list yes/no, but not which
Gecko locale shouldn't matter really.
I'm a little torn on the content locale. I think "made a choice" is interesting to measure the need/popularity of that option. I don't know if there's real value in getting which choice was made. Hypothetically, it could indicate a locale to support on the java side, but as I said, I'm torn. I'm throwing a dice on the side of less-data here.
Flags: needinfo?(l10n)
Comment 6•12 years ago
|
||
I like OS locale and Android locale, and I also don't really see a need for Gecko locale.
I think I would argue for content locale since it would show us not only that local content is being requested, but I think it is important to know which are being requested. Reasoning includes where locale-specific queries are being made (to not only demonstrate where we're making an impact) but to identify the markets that are thirsty for locale-specific info. BUT I could see Axel's point here in whether this would genuinely be useful other than an interesting data point. Could we implement Axel's suggestion (*whether* local content is requested) and if we find a compelling question that could be answered with more refined data, tweak it later?
Flags: needinfo?(krudnitski)
Assignee | ||
Comment 7•12 years ago
|
||
OK, I'm most of the way through recording OS locale, Fennec locale, and whether intl.accept_languages is user-set, along with distribution ID.
Initial pull req:
https://github.com/mozilla-services/android-sync/pull/363
Will continue to comment on the other bug. Thanks for the input, Karen and Axel!
Updated•12 years ago
|
tracking-fennec: ? → 26+
Don't forget to update the associated payload documentation:
https://docs.services.mozilla.com/healthreport/index.html
Assignee | ||
Comment 9•12 years ago
|
||
See the dev-doc-needed keyword!
Assignee | ||
Comment 10•12 years ago
|
||
Forward-duping to the bigger bug.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox Health Report → Firefox Health Report Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•