调整 Bugly 的监控配置,降低 debug 环境的“内耗”

This commit is contained in:
eggmanQQQ
2024-07-19 14:13:48 +08:00
parent f031f387a1
commit dc34b919f5

View File

@@ -85,10 +85,10 @@ UIKIT_EXTERN NSString * adImageName;
config.unexpectedTerminatingDetectionEnable = YES; // 退
#ifdef DEBUG
config.debugMode = YES; // debug
config.debugMode = NO;//YES; // debug
config.channel = [YYUtility getAppSource];
config.blockMonitorEnable = YES; //
config.reportLogLevel = BuglyLogLevelVerbose; //
// config.blockMonitorEnable = YES; //
config.reportLogLevel = BuglyLogLevelError; // BuglyLogLevelVerbose; //
[Bugly startWithAppId:@"c937fd00f7" config:config];
#else
config.debugMode = NO; // release