wxr
2024-06-25 37cbac5ee771e59ceaf1541ad19dc9f2d675e657
backup
2个文件已修改
4 ■■■■ 已修改文件
HDL_ON/UI/MainPage.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI0-Stan/Logic/HdlMessageLogic.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/MainPage.cs
@@ -649,6 +649,7 @@
        {
#if DEBUG
            Console.WriteLine($"{tag}-->{msg}");
#endif
            if (tag == "error")
            {
                new System.Threading.Thread(async () =>
@@ -657,7 +658,6 @@
                })
                { IsBackground = true }.Start();
            }
#endif
        }
HDL_ON/UI/UI0-Stan/Logic/HdlMessageLogic.cs
@@ -94,7 +94,7 @@
            //上报日志服务器
            new System.Threading.Thread(async () =>
            {
                await Common.AliyunLog.AliyunLogClient.PostLogs("App程序错误", ex.Message);
                await Common.AliyunLog.AliyunLogClient.PostLogs("App程序错误", ex.Message + "\r\n" + ex.StackTrace);
            })
            { IsBackground = true }.Start();
        }