yyl
2026-02-07 cf39026322c8d0a65738ad954f1c6458535d5c3f
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
    }