From b118ece3db250a5a257b60713da92234d8d5a57a Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期一, 19 五月 2025 17:03:24 +0800 Subject: [PATCH] 报错冲突处理 --- Main/System/Debug/DebugController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Main/System/Debug/DebugController.cs b/Main/System/Debug/DebugController.cs index 78beec4..85e706c 100644 --- a/Main/System/Debug/DebugController.cs +++ b/Main/System/Debug/DebugController.cs @@ -89,7 +89,7 @@ { // if (CrashReport.lastReport != null) // { - // DebugEx.LogFormat("宕╂簝鏃ュ織:{0}", CrashReport.lastReport); + // Debug.LogFormat("宕╂簝鏃ュ織:{0}", CrashReport.lastReport); // } } -- Gitblit v1.8.0