opt ADAS show

This commit is contained in:
wangcongtao
2020-07-23 14:36:22 +08:00
parent c52f276793
commit 2672354ff8
2 changed files with 18 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ class SocketManager implements IMogoSocketManager, Callback {
.setEnvironment( getEnvironment() )
.setClient( Platform.getClient( Platform.car ) )
.setAppId( appId )
// .setOpenAnalytics( true )
.setOpenAnalytics( true )
.setDebug( DebugConfig.isDebug() );
SocketMessageDispatcher.getInstance().start( context );
}