From a001e30d8b9fb0fcaf123642f1c84ead0de11e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Sun, 3 Nov 2024 20:42:18 +0800 Subject: [PATCH] platform: Remove `SetTraceback("all")` --- experimental/libbox/setup.go | 1 - 1 file changed, 1 deletion(-) diff --git a/experimental/libbox/setup.go b/experimental/libbox/setup.go index ac67db38..eb5d7c4e 100644 --- a/experimental/libbox/setup.go +++ b/experimental/libbox/setup.go @@ -24,7 +24,6 @@ var ( func init() { debug.SetPanicOnFault(true) - debug.SetTraceback("all") } func Setup(basePath string, workingPath string, tempPath string, isTVOS bool) {