1、统一所有fragment初始化流程,继承自BaseFragment
2、统一大部分viewholder 3、TODO fragment adapter viewholder的分包还没处理完成
This commit is contained in:
@ -36,7 +36,7 @@ public class DataUtils {
|
||||
if (!debug) {
|
||||
TCAgent.init(context, Config.TD_APPID, channel);
|
||||
//TODO 去除为了测试MTA的问题,这个版本不启用
|
||||
// TCAgent.setReportUncaughtExceptions(true);
|
||||
TCAgent.setReportUncaughtExceptions(true);
|
||||
}
|
||||
|
||||
// 打开debug开关,可查看mta上报日志或错误
|
||||
|
||||
Reference in New Issue
Block a user