This commit is contained in:
wangcongtao
2020-07-23 13:20:10 +08:00
parent 760ee0de18
commit c52f276793
31 changed files with 16 additions and 3087 deletions

View File

@@ -74,7 +74,7 @@ class MogoLocationInfoServices implements IMogoLocationInfoService {
@Override
public void init( Context context ) {
LocUploadConfig.instance().
setAppId( "dataCrawler" ).
setAppId( DebugConfig.getSocketAppId() ).
setContext( context.getApplicationContext() ).
setLocEnvironment( getEnvironment() ).
setLoggable( DebugConfig.isDebug() ).

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 );
}