From cbca6e194975fb53a5243fd18e49ab6b4d5ff4b7 Mon Sep 17 00:00:00 2001 From: olly Date: Tue, 24 Nov 2020 15:05:28 +0000 Subject: [PATCH] Split events page into separate events/logging pages PiperOrigin-RevId: 344051289 --- .github/ISSUE_TEMPLATE/bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 8824c9e8d8..10094cb865 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -13,7 +13,7 @@ Before filing a bug: - Consult our developer website, which can be found at https://exoplayer.dev/. It provides detailed information about supported formats and devices. - Learn how to create useful log output by using the EventLogger: - https://exoplayer.dev/listening-to-player-events.html#using-eventlogger + https://exoplayer.dev/debug-logging.html - Rule out issues in your own code. A good way to do this is to try and reproduce the issue in the ExoPlayer demo app. Information about the ExoPlayer demo app can be found here: