From 160785587667cc0d927f85e44c139ec9dde13a9e Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期一, 25 十一月 2019 14:30:13 +0800
Subject: [PATCH] 原来的 IOS 工程舍弃(注:没有合并其他组员的代码)

---
 ZigbeeApp/Shared/Common/CommonPage.cs |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Shared/Common/CommonPage.cs b/ZigbeeApp/Shared/Common/CommonPage.cs
index 320bd42..2ef9c2b 100755
--- a/ZigbeeApp/Shared/Common/CommonPage.cs
+++ b/ZigbeeApp/Shared/Common/CommonPage.cs
@@ -57,7 +57,7 @@
         /// <summary>
         /// 鐗堟湰鍙�
         /// </summary>
-        public static string CodeIDString = "1.0.19111801";
+        public static string CodeIDString = "1.0.19112201";
         /// <summary>
         /// 娉ㄥ唽鏉ユ簮(0:HDL On 1:Zigbee)
         /// </summary>
@@ -321,8 +321,12 @@
                 }
             }
             catch (Exception e)
-            {
-                System.Console.WriteLine(e.Message);
+            {
+#if DEBUG
+                System.Console.WriteLine(e.Message);
+#endif
+                //Log鍑哄姏
+                Phone.UserCenter.HdlLogLogic.Current.WriteLog(e);
                 return null;
             }
         }

--
Gitblit v1.8.0