瀏覽代碼

platform: Remove `SetTraceback("all")`

世界 11 月之前
父節點
當前提交
a001e30d8b
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      experimental/libbox/setup.go

+ 0 - 1
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) {