| | |
| | | form.AddForm(string.Empty);
|
| | | form.SetTextContent(msg);
|
| | |
|
| | | }, "ok");
|
| | | }, "ok"); |
| | | |
| | | //上报日志服务器 |
| | | new System.Threading.Thread(async () => |
| | | { |
| | | await Common.AliyunLog.AliyunLogClient.PostLogs("App程序错误", ex.Message + "\r\n" + ex.StackTrace); |
| | | }) |
| | | { IsBackground = true }.Start();
|
| | | } |
| | | |
| | | /// <summary>
|
| | |
| | | form.AddForm(string.Empty);
|
| | | form.SetTextContent(msg);
|
| | |
|
| | | }, "ok");
|
| | | }, "ok"); |
| | | //上报日志服务器 |
| | | new System.Threading.Thread(async () => |
| | | { |
| | | await Common.AliyunLog.AliyunLogClient.PostLogs("App程序错误", msg); |
| | | }) |
| | | { IsBackground = true }.Start();
|
| | | }
|
| | |
|
| | |
|