remove logging and reformat: no change

This commit is contained in:
Eric House 2019-03-03 14:11:44 -08:00
parent 1575d70ab9
commit cec379bd02
2 changed files with 12 additions and 12 deletions

View file

@ -344,7 +344,7 @@ public class RelayService extends XWJIService
@Override
public void onCreate()
{
Log.d( TAG, "%s.onCreate()", this );
// Log.d( TAG, "%s.onCreate()", this );
super.onCreate();
mHelper = new RelayServiceHelper( this );
@ -539,7 +539,7 @@ public class RelayService extends XWJIService
Log.e( TAG, "connectSocketOnce(): %s", uhe.getMessage() );
// Assert.assertFalse( BuildConfig.DEBUG );
}
} else {
} else if( ! s_UDPSocket.isConnected() ) {
Log.e( TAG, "connectSocketOnce(): udp socket not connected" );
// Assert.assertTrue( s_UDPSocket.isConnected() );
}

View file

@ -239,16 +239,16 @@ public class XwJNI {
TransportProcs procs );
private static native boolean game_makeFromStream( GamePtr gamePtr,
byte[] stream,
CurGameInfo gi,
String[] dictNames,
byte[][] dictBytes,
String[] dictPaths,
String langName,
UtilCtxt util,
DrawCtx draw,
CommonPrefs cp,
TransportProcs procs );
byte[] stream,
CurGameInfo gi,
String[] dictNames,
byte[][] dictBytes,
String[] dictPaths,
String langName,
UtilCtxt util,
DrawCtx draw,
CommonPrefs cp,
TransportProcs procs );
public static native boolean game_receiveMessage( GamePtr gamePtr,
byte[] stream,