mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update BuglyAgent.cs
This commit is contained in:
@@ -312,7 +312,7 @@ public sealed class BuglyAgent
|
||||
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
|
||||
private static void InitBuglyAgent (string appId)
|
||||
@@ -502,7 +502,7 @@ public sealed class BuglyAgent
|
||||
|
||||
#endregion
|
||||
|
||||
#elif UNITY_IPHONE || UNITY_IOS
|
||||
#elif false && (UNITY_IPHONE || UNITY_IOS)
|
||||
|
||||
#region Interface for iOS
|
||||
|
||||
|
Reference in New Issue
Block a user