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)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla39
Tracking Status
firefox39 --- fixed

People

(Reporter: gfritzsche, Assigned: gfritzsche)

References

Details

(Whiteboard: [ready])

Attachments

(3 files)

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.
Summary: Don't store & collect duplicate histograms on Android → Don't store & collect subsession histograms on mobile
Status: NEW → ASSIGNED
Summary: Don't store & collect subsession histograms on mobile → Don't do subsessions and subsession data duplication on mobile.
Test-fixes for this are still coming up, but i'd rather get this to you early.
Attachment #8568544 - Flags: review?(vdjeric)
Test-fixes for this are still coming up, but i'd rather get this to you early.
Attachment #8568545 - Flags: review?(vdjeric)
Attachment #8568759 - Flags: review?(vdjeric)
Attachment #8568544 - Flags: review?(vdjeric) → review+
Attachment #8568545 - Flags: review?(vdjeric) → review+
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+
Whiteboard: [ready]
Depends on: 1213822
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: