sdk接入基本完成,待验证

This commit is contained in:
tongchenfei
2020-06-24 13:43:08 +08:00
parent babbd47562
commit 432f53c151
4 changed files with 44 additions and 26 deletions

View File

@@ -44,6 +44,7 @@ public class MogoApplication extends AbsMogoApplication {
DebugConfig.setLaunchLocationService( BuildConfig.LAUNCH_LOCATION_SERVICE );
DebugConfig.setUseCustomNavi( BuildConfig.USE_CUSTOM_NAVI );
DebugConfig.setLauncher( BuildConfig.IS_LAUNCHER );
// DebugConfig.setUseMockObuData(true);
super.onCreate();
// Crash 日志收集
final long start = System.currentTimeMillis();