hch
18 小时以前 af714a535e426c3862fa58ec6692f99f7550eb89
0312 编辑器不发送系统bug反馈
1个文件已修改
3 ■■■■ 已修改文件
Main/Utility/OperationLogCollect.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/Utility/OperationLogCollect.cs
@@ -144,6 +144,7 @@
    public void BugReportSys( string _content)
    {
#if !UNITY_EDITOR
        try
        {
            var tables = new Dictionary<string, string>();
@@ -183,7 +184,7 @@
        {
            Debug.LogError("BugReportSys error" + ex);
        }
#endif
    }