mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
remove logging and reformat: no change
This commit is contained in:
parent
1575d70ab9
commit
cec379bd02
2 changed files with 12 additions and 12 deletions
|
@ -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() );
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue