From e055bc2484502fee32f53639c2d5c235932fd95b Mon Sep 17 00:00:00 2001 From: aoi Date: Mon, 8 Jun 2026 00:20:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=86=92=E4=BD=BF=E7=94=A8noR8?= =?UTF-8?q?=E6=9C=AC=E7=89=88=E5=8F=91=E6=97=A5=E5=BF=97=20(#1303)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 提醒使用noR8本版发日志 * 微调描述 --- .github/ISSUE_TEMPLATE/01-bugReport.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bugReport.yml b/.github/ISSUE_TEMPLATE/01-bugReport.yml index 66062f61d..25a8b7f0d 100644 --- a/.github/ISSUE_TEMPLATE/01-bugReport.yml +++ b/.github/ISSUE_TEMPLATE/01-bugReport.yml @@ -42,14 +42,16 @@ body: attributes: label: 日志提交 / Relevant log output description: | - 阅读日志位于我的-关于-崩溃日志、保存日志、书架-右上角-日志,或者自行使用log工具抓取日志 - 如果崩溃日志中包含`java.lang.OutOfMemoryError`,请安装最新测试版,在其他设置里打开记录堆转储,复现崩溃后去关于那里点保存日志,然后去备份目录里将heapDump文件夹里的文件打包压缩一下上传上来 + ⚠️ **重要提示:请务必使用 `noR8` (未混淆) 版本进行测试和抓取日志,否则堆栈信息将无法阅读,可能导致 issue 被忽略。** + + 阅读日志位于:我的-关于-崩溃日志、保存日志、书架-右上角-日志,或者自行使用log工具抓取日志。 + 如果崩溃日志中包含 `java.lang.OutOfMemoryError`,请安装最新测试版,在其他设置里打开记录堆转储,复现崩溃后去关于那里点保存日志,然后去备份目录里将 heapDump 文件夹里的文件打包压缩一下上传上来。 placeholder: "请用```将日志内容包裹" - type: input attributes: label: 阅读版本 / Legado version - placeholder: "3.22.110823" + placeholder: "3.26.13-beta.10" validations: required: true - type: input