1--- 2name: Bug report 3about: Issue template for a bug report. 4title: '' 5labels: bug, needs triage 6assignees: '' 7--- 8 9Before filing a bug: 10----------------------- 11- Search existing issues, including issues that are closed: 12 https://github.com/google/ExoPlayer/issues?q=is%3Aissue 13- Consult our developer website, which can be found at https://exoplayer.dev/. 14 It provides detailed information about supported formats and devices. 15- Learn how to create useful log output by using the EventLogger: 16 https://exoplayer.dev/listening-to-player-events.html#using-eventlogger 17- Rule out issues in your own code. A good way to do this is to try and 18 reproduce the issue in the ExoPlayer demo app. Information about the ExoPlayer 19 demo app can be found here: 20 http://exoplayer.dev/demo-application.html. 21 22When reporting a bug: 23----------------------- 24Fill out the sections below, leaving the headers but replacing the content. If 25you're unable to provide certain information, please explain why in the relevant 26section. We may close issues if they do not include sufficient information. 27 28### [REQUIRED] Issue description 29Describe the issue in detail, including observed and expected behavior. 30 31### [REQUIRED] Reproduction steps 32Describe how the issue can be reproduced, ideally using the ExoPlayer demo app 33or a small sample app that you’re able to share as source code on GitHub. 34 35### [REQUIRED] Link to test content 36Provide a JSON snippet for the demo app’s media.exolist.json file, or a link to 37media that reproduces the issue. If you don't wish to post it publicly, please 38submit the issue, then email the link to dev.exoplayer@gmail.com using a subject 39in the format "Issue #1234", where "#1234" should be replaced with your issue 40number. Provide all the metadata we'd need to play the content like drm license 41urls or similar. If the content is accessible only in certain countries or 42regions, please say so. 43 44### [REQUIRED] A full bug report captured from the device 45Capture a full bug report using "adb bugreport". Output from "adb logcat" or a 46log snippet is NOT sufficient. Please attach the captured bug report as a file. 47If you don't wish to post it publicly, please submit the issue, then email the 48bug report to dev.exoplayer@gmail.com using a subject in the format 49"Issue #1234", where "#1234" should be replaced with your issue number. 50 51### [REQUIRED] Version of ExoPlayer being used 52Specify the absolute version number. Avoid using terms such as "latest". 53 54### [REQUIRED] Device(s) and version(s) of Android being used 55Specify the devices and versions of Android on which the issue can be 56reproduced, and how easily it reproduces. If possible, please test on multiple 57devices and Android versions. 58