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> @@ -322,7 +322,11 @@ } catch (Exception e) { #if DEBUG System.Console.WriteLine(e.Message); #endif //Log出力 Phone.UserCenter.HdlLogLogic.Current.WriteLog(e); return null; } }