Closed
Bug 1304268
Opened 9 years ago
Closed 5 years ago
Permanently record telemetry data for MEDIA_DECODING_PROCESS_CRASH
Categories
(Firefox for Android Graveyard :: Audio/Video, defect, P3)
Firefox for Android Graveyard
Audio/Video
Tracking
(firefox75 fixed)
RESOLVED
FIXED
Firefox 75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: JamesCheng, Assigned: jhlin)
Details
Attachments
(1 file)
It's a followup bug for Bug 1297556.
Bug 1297556 is intended to record the numbers of crash when decoding meida on Fennec.
If the telemetry data turns out to be correct, we should change
```"expires_in_version": "57", ```
into
``` "expires_in_version": "never", ```
for permanently monitor it.
Updated•9 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•5 years ago
|
||
This data was recorded for releases 52-57 when the remote decoding process
mechanism was developed. Enable it again to monitor the data and see if
stagefright still crashes in recent Android versions. If it's no longer the
case, we might deprecate out-of-process decoder and save some IPC overhead.
Updated•5 years ago
|
Assignee: nobody → jolin
Status: NEW → ASSIGNED
Pushed by jolin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0f2375ca44f9
permanently record MEDIA_DECODING_PROCESS_CRASH telemetry data. r=bryce
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
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
•