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

View file

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