mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +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
|
@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() );
|
||||||
}
|
}
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue