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/ResModule/UILoader.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Core/ResModule/UILoader.cs b/Core/ResModule/UILoader.cs
index 2dd37a2..8f8eae3 100644
--- a/Core/ResModule/UILoader.cs
+++ b/Core/ResModule/UILoader.cs
@@ -37,7 +37,7 @@
 
         if (window == null)
         {
-            DesignDebug.LogErrorFormat("UILoader.LoadWindow() => 鍔犺浇涓嶅埌璧勬簮: {0}.", _name);
+            DebugEx.LogErrorFormat("UILoader.LoadWindow() => 鍔犺浇涓嶅埌璧勬簮: {0}.", _name);
         }
 
         return window;
@@ -107,7 +107,7 @@
 
         if (prefab == null)
         {
-            DesignDebug.LogErrorFormat("UILoader.LoadPrefab() => 鍔犺浇涓嶅埌璧勬簮: {0}.", _name);
+            DebugEx.LogErrorFormat("UILoader.LoadPrefab() => 鍔犺浇涓嶅埌璧勬簮: {0}.", _name);
         }
 
         return prefab;
@@ -161,7 +161,7 @@
 
         if (sprite == null)
         {
-            DesignDebug.LogErrorFormat("UILoader.LoadSprite() => 鍔犺浇涓嶅埌璧勬簮: {0}.", file);
+            DebugEx.LogErrorFormat("UILoader.LoadSprite() => 鍔犺浇涓嶅埌璧勬簮: {0}.", file);
         }
 
         return sprite;
@@ -200,7 +200,7 @@
 
         if (font == null)
         {
-            DesignDebug.LogErrorFormat("UILoader.LoadFont() => 鍔犺浇涓嶅埌璧勬簮: {0}.", _fontName);
+            DebugEx.LogErrorFormat("UILoader.LoadFont() => 鍔犺浇涓嶅埌璧勬簮: {0}.", _fontName);
         }
 
         return font;

--
Gitblit v1.8.0