Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

[Telemetry] Inverted media usage event type pings from Open tabs section #7000

Closed
AndiAJ opened this issue Dec 6, 2019 · 2 comments
Closed
Assignees
Labels
🐞 bug Crashes, Something isn't working, .. eng:qa:verified QA Verified Feature:Media Feature:Tabs Feature:Telemetry P2 Upcoming release

Comments

@AndiAJ
Copy link
Collaborator

AndiAJ commented Dec 6, 2019

Steps to reproduce

  1. Open Twitch.tv and play any video
  2. Exit to the homescreen
  3. Tap the pause button from the open tabs view
  4. Tap the play button from the open tabs view

Expected behavior

The "tab" & "media state" category event type pings should be properly correlated

Actual behavior

When pressing pause a "media_play" "tab" category ping is generated and vice versa

Device information

  • Android device: Google Pixel 3a (Android 9)
  • Fenix version: Fenix Nightly Build #13391806 from 12/5

Notes

Discovered while checking #5705

  1. Tap pause from the Open tabs
    "events": [
    {
    "category": "tab",
    "name": "media_play",
    "timestamp": 0
    },
    {
    "category": "media_state",
    "name": "pause",
    "timestamp": 135
    }
    ]

  2. Tap play from the Open tabs
    "events": [
    {
    "category": "tab",
    "name": "media_pause",
    "timestamp": 0
    },
    {
    "category": "media_state",
    "name": "play",
    "timestamp": 127
    }
    ]

┆Issue is synchronized with this Jira Task

@boek boek added the P2 Upcoming release label Dec 19, 2019
@sblatz
Copy link
Contributor

sblatz commented Dec 26, 2019

Good catch!

@sblatz sblatz self-assigned this Dec 26, 2019
@sblatz sblatz added the eng:qa:needed QA Needed label Dec 27, 2019
@AndiAJ AndiAJ added eng:qa:verified QA Verified and removed eng:qa:needed QA Needed labels Dec 30, 2019
@AndiAJ
Copy link
Collaborator Author

AndiAJ commented Dec 30, 2019

Hi, verified as fixed on the latest Nightly Build #13640626 from 12/30 using a Google Pixel 3a (Android 9)

✔️ Tap pause from the Open tabs - Ping 24826523-0859-48ac-acf6-b31752cc6a8a
✔️ Tap play from the Open tabs - Ping d987d473-bf01-49ac-a435-998fb7ce3343

Logcat
Glean dashboard

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐞 bug Crashes, Something isn't working, .. eng:qa:verified QA Verified Feature:Media Feature:Tabs Feature:Telemetry P2 Upcoming release
Projects
None yet
Development

No branches or pull requests

3 participants