1、统一所有fragment初始化流程,继承自BaseFragment

2、统一大部分viewholder
3、TODO fragment adapter viewholder的分包还没处理完成
This commit is contained in:
CsHeng
2017-06-16 14:11:18 +08:00
parent 1160fb999e
commit f5425c2bea
138 changed files with 1143 additions and 1005 deletions

View File

@ -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上报日志或错误