导出运行栈时附加 -e -l 参数 (#5426)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user