调整 Bugly 的监控配置,降低 debug 环境的“内耗”
This commit is contained in:
@@ -85,10 +85,10 @@ UIKIT_EXTERN NSString * adImageName;
|
|||||||
config.unexpectedTerminatingDetectionEnable = YES; // 非正常退出事件记录开关,默认关闭
|
config.unexpectedTerminatingDetectionEnable = YES; // 非正常退出事件记录开关,默认关闭
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
config.debugMode = YES; // debug 模式下,开启调试模式
|
config.debugMode = NO;//YES; // debug 模式下,开启调试模式
|
||||||
config.channel = [YYUtility getAppSource];
|
config.channel = [YYUtility getAppSource];
|
||||||
config.blockMonitorEnable = YES; // 卡顿监控开关,默认关闭
|
// config.blockMonitorEnable = YES; // 卡顿监控开关,默认关闭
|
||||||
config.reportLogLevel = BuglyLogLevelVerbose; // 设置打印日志级别
|
config.reportLogLevel = BuglyLogLevelError; // BuglyLogLevelVerbose; // 设置打印日志级别
|
||||||
[Bugly startWithAppId:@"c937fd00f7" config:config];
|
[Bugly startWithAppId:@"c937fd00f7" config:config];
|
||||||
#else
|
#else
|
||||||
config.debugMode = NO; // release 模式下,关闭调试模式
|
config.debugMode = NO; // release 模式下,关闭调试模式
|
||||||
|
Reference in New Issue
Block a user