VOOZH about

URL: https://phabricator.services.mozilla.com/D306537

⇱ ⚙ D306537 Bug 2047284 - Add telemetry for media notification previous and next button.


Bug 2047284 - Add telemetry for media notification previous and next button.
AcceptedPublic

Authored by Roger on Fri, Jun 12, 8:24 PM.

Details

Reviewers
jonalmeida
Group Reviewers
android-reviewers
Bugzilla Bug ID
2047284

Diff Detail

Repository
rFIREFOXAUTOLAND firefox-autoland
Branch
HEAD

Event Timeline

phab-bot changed the visibility from "Custom Policy" to "Public (No Login Required)".
phab-bot changed the edit policy from "Custom Policy" to "Restricted Project (Project)".
phab-bot removed a project: secure-revision.
Herald added a project: Restricted Project. · View Herald Transcript
Comment Actions

This revision changes how Firefox collects data, so it needs a #data-classification tag.

If you (the patch author) are adding new or modifying existing data collection, you and your reviewer(s) should judge how sensitive this data is, using the data collection categories Mozilla uses. If the data you are collecting fits in either the Category 1 “technical data” or Category 2 “interaction data” described there, please add the #data-classification-low tag. If it’s any other category, or you and your reviewer(s) disagree, please add the #data-classification-high tag, and go through the sensitive data collection review process. If you think that the data in question fits in “technical” or “interaction” data but would benefit from additional review, you can also explicitly choose to use the #data-classification-high tag and thereby opt in to the sensitive data collection review process.

When using Glean for the data collection, the data classification of the new or expanded data collections should match the property in the metric definitions.

If you are removing data collection, or are making mechanical changes to these files that do not add or modify what data is collected, change when or how it is collected, please add the data-classification-unnecessary tag.

If you are unsure or feel uncomfortable making this assessment yourself, please ask the data-stewards group for help.

Whichever tag is used, please leave a comment explaining this choice. Note that Lando will not be able to land this revision until the revision has one of these tags and you remove the #needs-data-classification tag.

Finally, you as a patch author are encouraged to add the right tags yourself, but your reviewers are responsible for making sure the right tag is used.

Roger edited projects, added Restricted Project; removed Restricted Project.Wed, Jun 17, 6:21 PM
This revision is now accepted and ready to land.Wed, Jun 17, 6:46 PM

Revision Contents

PathSize
mobile/
android/
android-components/
components/
feature/
media/
src/
main/
java/
mozilla/
components/
feature/
media/
facts/
2 lines
service/
4 lines
test/
java/
mozilla/
components/
feature/
media/
service/
28 lines
support/
base/
src/
main/
java/
mozilla/
components/
support/
base/
facts/
10 lines
docs/
4 lines
fenix/
app/
32 lines
src/
main/
java/
org/
mozilla/
fenix/
components/
metrics/
2 lines
test/
java/
org/
mozilla/
fenix/
components/
metrics/
24 lines
CommitTreeParentsAuthorSummaryDate
c2bb21ea054a39aeb7c2e0cc7f11f51392eeRoger Yang
Bug 2047284 - Add telemetry for media notification previous and next button. (Show More…)
Fri, Jun 12, 8:24 PM

Diff 1299155

mobile/android/android-components/components/feature/media/src/main/java/mozilla/components/feature/media/facts/MediaFacts.kt

Loading...

mobile/android/android-components/components/feature/media/src/main/java/mozilla/components/feature/media/service/MediaSessionServiceDelegate.kt

Loading...

mobile/android/android-components/components/feature/media/src/test/java/mozilla/components/feature/media/service/MediaSessionServiceDelegateTest.kt

Loading...

mobile/android/android-components/components/support/base/src/main/java/mozilla/components/support/base/facts/Action.kt

Loading...

mobile/android/android-components/docs/changelog.md

Loading...

mobile/android/fenix/app/metrics.yaml

Loading...

mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/metrics/MetricController.kt

Loading...

mobile/android/fenix/app/src/test/java/org/mozilla/fenix/components/metrics/MetricControllerTest.kt

Loading...