From 7e863a33397f317ffc3ffd9288496d0e4f16aa66 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 12 十二月 2019 14:58:20 +0800 Subject: [PATCH] 合并了新代码 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlThreadLogic.cs | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlThreadLogic.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlThreadLogic.cs index 42ad680..6efd7dc 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlThreadLogic.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlThreadLogic.cs @@ -60,8 +60,7 @@ } //Log鍑哄姏 string msg = "褰撳墠婵�娲荤殑鐣岄潰[" + nowFormId + "]"; - HdlLogLogic.Current.WriteLog(-1, msg); - HdlLogLogic.Current.WriteLog(ex); + HdlLogLogic.Current.WriteLog(ex, msg); } }) { IsBackground = true }.Start(); @@ -93,8 +92,7 @@ } //Log鍑哄姏 string msg = "褰撳墠婵�娲荤殑鐣岄潰[" + nowFormId + "]"; - HdlLogLogic.Current.WriteLog(-1, msg); - HdlLogLogic.Current.WriteLog(ex); + HdlLogLogic.Current.WriteLog(ex, msg); } }); @@ -127,8 +125,7 @@ //Log鍑哄姏 string msg = "褰撳墠婵�娲荤殑鐣岄潰[" + nowFormId + "]"; - HdlLogLogic.Current.WriteLog(-1, msg); - HdlLogLogic.Current.WriteLog(ex); + HdlLogLogic.Current.WriteLog(ex, msg); } }); } -- Gitblit v1.8.0