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/Skill/QuickSetting.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Skill/QuickSetting.cs b/System/Skill/QuickSetting.cs
index b74f17d..b5d61eb 100644
--- a/System/Skill/QuickSetting.cs
+++ b/System/Skill/QuickSetting.cs
@@ -36,7 +36,7 @@
         var quickRange = quickSettingDic[type];
         if (index * quickRange.single + value.Length > quickRange.length || value.Length > quickRange.single)
         {
-            DesignDebug.LogErrorFormat("瀛樺偍鐨勬暟鎹秴杩囨渶澶ч暱搴�!{0}", type);
+            DebugEx.LogErrorFormat("瀛樺偍鐨勬暟鎹秴杩囨渶澶ч暱搴�!{0}", type);
             return;
         }
         textBuilder.Length = 0;

--
Gitblit v1.8.0