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; } }