Closed
Bug 1221646
Opened 10 years ago
Closed 9 years ago
Report Android getInstallerPackageName in telemetry
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox45 affected, fennec-, firefox50 fixed)
RESOLVED
FIXED
Firefox 50
People
(Reporter: rnewman, Assigned: sebastian)
References
Details
Attachments
(1 file)
We know it, and it would be interesting to know how our user base is spread, not to mention updater bugs.
Reporter | ||
Comment 1•10 years ago
|
||
See also: FHR, blocklist ping, update check.
tracking-fennec: --- → ?
Updated•10 years ago
|
tracking-fennec: ? → -
Assignee | ||
Comment 2•9 years ago
|
||
I'll take this so that we can get an understanding of the values to look into getting more builds into Google Play (bug 1241114).
Assignee: nobody → s.kaspari
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/65514/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/65514/
Attachment #8772779 -
Flags: review?(ahunt)
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8772779 [details]
Bug 1221646 - Report getInstallerPackageName() in telemetry.
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/65514/diff/1-2/
Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8772779 [details]
Bug 1221646 - Report getInstallerPackageName() in telemetry.
@liuche: bsmedberg seems to be on PTO and I saw that you are a "Data Stewardship Peers" now too... I want to make sure that this new probe is okay.
I basically want to report this value in telemetry:
https://developer.android.com/reference/android/content/pm/PackageManager.html#getInstallerPackageName(java.lang.String)
This is some groundwork to eventually be able to publish Nightly/Aurora to Google Play (bug 1241114). Based on the return values of this method we need to either disable/enable our updater or let Google Play handle app updates. However we do not know how the return values of this method look like in the wild. Bug 1220773 mentions some of the questions we have and hope to answer with this probe.
Attachment #8772779 -
Flags: feedback?(liuche)
Comment 6•9 years ago
|
||
Comment on attachment 8772779 [details]
Bug 1221646 - Report getInstallerPackageName() in telemetry.
https://reviewboard.mozilla.org/r/65514/#review62694
Looks sane to me!
Attachment #8772779 -
Flags: review?(ahunt) → review+
Comment 7•9 years ago
|
||
Comment on attachment 8772779 [details]
Bug 1221646 - Report getInstallerPackageName() in telemetry.
https://reviewboard.mozilla.org/r/65514/#review63326
This looks fine to me, since this data will be used to get a spread of data across different channels. If this isn't something that we'd need in the long-term, e.g., once the questions in bug 1220773 are answered/we know the format of this data, you can file a bug to remove this probe as good practices for cleaning up data collection that is not affecting any decisions.
Attachment #8772779 -
Flags: review+
Assignee | ||
Updated•9 years ago
|
Attachment #8772779 -
Flags: feedback?(liuche)
Pushed by s.kaspari@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/6a77bd152633
Report getInstallerPackageName() in telemetry. r=ahunt,liuche
![]() |
||
Comment 9•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 50
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•