From 99a3f198578f79b48bca1821554fb4b76270cd27 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 14 八月 2018 16:56:13 +0800
Subject: [PATCH] 2541 优化日志工具和bugly工具
---
System/Debug/DebugController.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Debug/DebugController.cs b/System/Debug/DebugController.cs
index d27ab08..dd78d61 100644
--- a/System/Debug/DebugController.cs
+++ b/System/Debug/DebugController.cs
@@ -87,7 +87,7 @@
{
if (CrashReport.lastReport != null)
{
- DesignDebug.LogFormat("宕╂簝鏃ュ織:{0}", CrashReport.lastReport);
+ DebugEx.LogFormat("宕╂簝鏃ュ織:{0}", CrashReport.lastReport);
}
}
--
Gitblit v1.8.0