From 7fb2b9b7342f2864f7071d4dc5a9ffe854cf15d6 Mon Sep 17 00:00:00 2001 From: CiiLu <109708109+CiiLu@users.noreply.github.com> Date: Thu, 5 Feb 2026 20:41:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E8=BF=90=E8=A1=8C=E6=A0=88?= =?UTF-8?q?=E6=97=B6=E9=99=84=E5=8A=A0=20-e=20-l=20=E5=8F=82=E6=95=B0=20(#?= =?UTF-8?q?5426)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/org/jackhuang/hmcl/game/GameDumpGenerator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HMCLCore/src/main/java/org/jackhuang/hmcl/game/GameDumpGenerator.java b/HMCLCore/src/main/java/org/jackhuang/hmcl/game/GameDumpGenerator.java index 36ab72ee2..6bc32f20b 100644 --- a/HMCLCore/src/main/java/org/jackhuang/hmcl/game/GameDumpGenerator.java +++ b/HMCLCore/src/main/java/org/jackhuang/hmcl/game/GameDumpGenerator.java @@ -128,7 +128,7 @@ public final class GameDumpGenerator { } private static void writeDumpBodyTo(VirtualMachine vm, Writer writer) throws IOException { - execute(vm, "Thread.print", writer); + execute(vm, "Thread.print -e -l", writer); } private static VirtualMachine attachVM(String lvmid, Writer writer) throws IOException, InterruptedException {