导出运行栈时附加 -e -l 参数 (#5426)

This commit is contained in:
CiiLu
2026-02-05 20:41:03 +08:00
committed by GitHub
parent b933fbcd6b
commit 7fb2b9b734

View File

@@ -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 {