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

diff --git a/System/Treasure/FunctionUnlockFlyObjectTarget.cs b/System/Treasure/FunctionUnlockFlyObjectTarget.cs
index 5e80bc6..f5c614f 100644
--- a/System/Treasure/FunctionUnlockFlyObjectTarget.cs
+++ b/System/Treasure/FunctionUnlockFlyObjectTarget.cs
@@ -217,7 +217,7 @@
             }
             catch (Exception ex)
             {
-                DesignDebug.Log(ex);
+                DebugEx.Log(ex);
             }
         }
 
@@ -230,7 +230,7 @@
             }
             catch (Exception ex)
             {
-                DesignDebug.Log(ex);
+                DebugEx.Log(ex);
             }
 
             return target;

--
Gitblit v1.8.0