mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update BuglyAgent.cs
#pragma warning disable CS0414
This commit is contained in:
@@ -682,7 +682,9 @@ public sealed class BuglyAgent
|
||||
|
||||
#if UNITY_ANDROID
|
||||
// The crash reporter package name, default is 'com.tencent.bugly'
|
||||
#pragma warning disable CS0414
|
||||
private static string _crashReporterPackage = "com.tencent.bugly";
|
||||
#pragma warning restore CS0414
|
||||
#endif
|
||||
#if UNITY_IPHONE || UNITY_IOS
|
||||
private static int _crashReproterCustomizedLogLevel = 2; // Off=0,Error=1,Warn=2,Info=3,Debug=4
|
||||
|
Reference in New Issue
Block a user