From 6cbd0936d3245fd7c433884ac9c1f5448a7cf657 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期五, 13 十二月 2019 13:49:44 +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