Closed
Bug 1136085
Opened 10 years ago
Closed 10 years ago
Don't do subsessions and subsession data duplication on mobile.
Categories
(Toolkit :: Telemetry, defect)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla39
Tracking | Status | |
---|---|---|
firefox39 | --- | fixed |
People
(Reporter: gfritzsche, Assigned: gfritzsche)
References
Details
(Whiteboard: [ready])
Attachments
(3 files)
11.37 KB,
patch
|
vladan
:
review+
|
Details | Diff | Splinter Review |
4.11 KB,
patch
|
vladan
:
review+
|
Details | Diff | Splinter Review |
7.74 KB,
patch
|
vladan
:
review+
|
Details | Diff | Splinter Review |
We currently duplicate the histograms on Android too and hit bug 1135166 there consistently.
We don't need any of the duplication code there now, so we should just not do any of this on Android.
Assignee | ||
Updated•10 years ago
|
Summary: Don't store & collect duplicate histograms on Android → Don't store & collect subsession histograms on mobile
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 years ago
|
Summary: Don't store & collect subsession histograms on mobile → Don't do subsessions and subsession data duplication on mobile.
Assignee | ||
Comment 1•10 years ago
|
||
Test-fixes for this are still coming up, but i'd rather get this to you early.
Attachment #8568544 -
Flags: review?(vdjeric)
Assignee | ||
Comment 2•10 years ago
|
||
Test-fixes for this are still coming up, but i'd rather get this to you early.
Attachment #8568545 -
Flags: review?(vdjeric)
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8568759 -
Flags: review?(vdjeric)
Updated•10 years ago
|
Attachment #8568544 -
Flags: review?(vdjeric) → review+
Updated•10 years ago
|
Attachment #8568545 -
Flags: review?(vdjeric) → review+
Comment 4•10 years ago
|
||
Comment on attachment 8568759 [details] [diff] [review]
Part 3 - Test fixups
Review of attachment 8568759 [details] [diff] [review]:
-----------------------------------------------------------------
::: toolkit/components/telemetry/tests/unit/head.js
@@ +6,5 @@
>
> +const gIsWindows = ("@mozilla.org/windows-registry-key;1" in Components.classes);
> +const gIsMac = ("@mozilla.org/xpcom/mac-utils;1" in Components.classes);
> +const gIsAndroid = ("@mozilla.org/android/bridge;1" in Components.classes);
> +const gIsGonk = ("@mozilla.org/cellbroadcast/gonkservice;1" in Components.classes);
Could you use Services.appinfo.OS here?
Attachment #8568759 -
Flags: review?(vdjeric) → review+
Assignee | ||
Updated•10 years ago
|
Whiteboard: [ready]
Assignee | ||
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/7eb7fb731f39
https://hg.mozilla.org/mozilla-central/rev/5a284958c7aa
https://hg.mozilla.org/mozilla-central/rev/68e5ab6b33f7
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
You need to log in
before you can comment on or make changes to this bug.
Description
•