yyl
2026-02-11 45d3d873a7740886fa09f35c9fea2830f4563072
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
    }