少年修仙传客户端基础资源
lwb
2020-11-23 b1f104a18f17ebfde1e761bb0e5fccb376260c21
Assets/Plugins/BuglyPlugins/BuglyAgent.cs
@@ -732,7 +732,7 @@
        try {
            // hold only one instance 
            
            #if UNITY_5_3_OR_NEWER
            #if UNITY_5
            Application.logMessageReceived += _OnLogCallbackHandler;
            #else
            Application.RegisterLogCallback (_OnLogCallbackHandler);
@@ -752,7 +752,7 @@
    private static void _UnregisterExceptionHandler ()
    {
        try {
            #if UNITY_5_3_OR_NEWER
            #if UNITY_5
            Application.logMessageReceived -= _OnLogCallbackHandler;
            #else
            Application.RegisterLogCallback (null);