mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update BuglyAgent.cs
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user