From e98bf342e712fe8f962831b7621b5d62c3525a84 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Thu, 27 Oct 2022 22:22:44 +0200 Subject: [PATCH] GH: Mention that toggling verbose debug logging requires a restart. Otherwise, stuff that inherits logger functions on require don't get logged (i.e., framebuffer), and the debug guards aren't hooked. --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f41721c99..197e169e7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -29,6 +29,7 @@ You can upload the whole `crash.log` file (zipped if necessary) on GitHub by dra If your issue doesn't directly concern a Lua crash, we'll quite likely need you to reproduce the issue with *verbose* debug logging enabled before providing the logs to us. To do so, from the file manager, go to [Tools] → More tools → Developer options, and tick both `Enable debug logging` and `Enable verbose debug logging`. +You'll need to restart KOReader after toggling these on. If you instead opt to inline it, please do so behind a spoiler tag: