1. 开启sdk socket埋点功能。

This commit is contained in:
wangcongtao
2020-07-22 10:53:07 +08:00
parent 3d173736e5
commit f0ddea3952

View File

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