黄学彪
2019-11-25 160785587667cc0d927f85e44c139ec9dde13a9e
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;
            }
        }