黄学彪
2019-10-12 c6b35c3138b944830b5336bf610f918154dd47c7
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/Base/CommonFormBase.cs
@@ -282,9 +282,7 @@
                            this.ShowMassage(ShowMsgType.Error, Language.StringByID(R.MyInternationalizationString.uUnknownErrorAndDataLost));
                            //Log出力
                            string errorMsg = ex.Message + "\r\n";
                            errorMsg += ex.TargetSite.ToString();
                            HdlLogLogic.Current.WriteLog(-1, errorMsg);
                            HdlLogLogic.Current.WriteLog(ex);
                        }
                        action = null;
                    };
@@ -378,9 +376,7 @@
                this.ShowMassage(ShowMsgType.Error, Language.StringByID(R.MyInternationalizationString.uUnknownErrorAndDataLost));
                //Log出力
                string msg = ex.Message + "\r\n";
                msg += ex.TargetSite.ToString();
                HdlLogLogic.Current.WriteLog(-1, msg);
                HdlLogLogic.Current.WriteLog(ex);
                return null;
            }