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工具

---
 Core/GameEngine/Model/TelPartialConfig/tagFuncConfigConfig.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Core/GameEngine/Model/TelPartialConfig/tagFuncConfigConfig.cs b/Core/GameEngine/Model/TelPartialConfig/tagFuncConfigConfig.cs
index 4733cb8..2f93cdb 100644
--- a/Core/GameEngine/Model/TelPartialConfig/tagFuncConfigConfig.cs
+++ b/Core/GameEngine/Model/TelPartialConfig/tagFuncConfigConfig.cs
@@ -46,7 +46,7 @@
                     }
                     else
                     {
-                        DesignDebug.LogError("閲嶅鐨勮澶囦綅缃甀D锛�" + pos);
+                        DebugEx.LogError("閲嶅鐨勮澶囦綅缃甀D锛�" + pos);
                     }
                 }
             }
@@ -118,7 +118,7 @@
                     return type;
                 }
             }
-            DesignDebug.LogError("鏈壘鍒扮殑瑁呭浣嶇疆:" + pos);
+            DebugEx.LogError("鏈壘鍒扮殑瑁呭浣嶇疆:" + pos);
             return -1;
         }
         #endregion

--
Gitblit v1.8.0