mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
42 lines
1.4 KiB
Markdown
42 lines
1.4 KiB
Markdown
---
|
||
name: Bug report
|
||
about: Issue template for a bug report.
|
||
title: ''
|
||
labels: bug, needs triage
|
||
assignees: ''
|
||
---
|
||
|
||
We can only process bug reports that are actionable. Unclear bug reports or
|
||
reports with insufficient information may not get attention.
|
||
|
||
Before filing a bug:
|
||
-------------------------
|
||
|
||
- Search existing issues, including issues that are closed:
|
||
https://github.com/androidx/media/issues?q=is%3Aissue
|
||
- For ExoPlayer-related bugs, please also check the ExoPlayer tracker:
|
||
https://github.com/google/ExoPlayer/issues?q=is%3Aissue
|
||
|
||
When reporting a bug:
|
||
-------------------------
|
||
|
||
Describe how the issue can be reproduced, ideally using one of the demo apps
|
||
or a small sample app that you’re able to share as source code on GitHub. To
|
||
increase the chance of your issue getting attention, please also include:
|
||
|
||
- Clear reproduction steps including observed and expected behavior
|
||
- Output of running "adb bugreport" in the console shortly after encountering
|
||
the issue
|
||
- URI to test content for reproduction
|
||
- For protected content:
|
||
- DRM scheme and license server URL
|
||
- Authentication HTTP headers
|
||
|
||
- AndroidX Media version number
|
||
- Android version
|
||
- Android device
|
||
|
||
If there's something you don't want to post publicly, please submit the issue,
|
||
then email the link/bug report to dev.exoplayer@gmail.com using a subject in the
|
||
format "Issue #1234", where #1234 is your issue number (we don't reply to
|
||
emails).
|