Update BuglyAgent.cs

This commit is contained in:
ALEXTANG
2023-07-31 20:36:44 +08:00
parent 4429732010
commit e6ff1dec3f

View File

@@ -312,7 +312,7 @@ public sealed class BuglyAgent
LogRecord (level, string.Format (format, args)); LogRecord (level, string.Format (format, args));
} }
#if UNITY_EDITOR || UNITY_STANDALONE #if UNITY_EDITOR || UNITY_STANDALONE || (UNITY_IPHONE || UNITY_IOS)
#region Interface(Empty) in Editor #region Interface(Empty) in Editor
private static void InitBuglyAgent (string appId) private static void InitBuglyAgent (string appId)
@@ -502,7 +502,7 @@ public sealed class BuglyAgent
#endregion #endregion
#elif UNITY_IPHONE || UNITY_IOS #elif false && (UNITY_IPHONE || UNITY_IOS)
#region Interface for iOS #region Interface for iOS