From 40f8f316fe88c9ea594a576f6cc2a529e06bdc6e Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 3 Apr 2023 11:46:24 -0700 Subject: [PATCH] remove bogus assertion --- xwords4/android/jni/xportwrapper.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xwords4/android/jni/xportwrapper.c b/xwords4/android/jni/xportwrapper.c index 6f8906ce2..13e1ca3ff 100644 --- a/xwords4/android/jni/xportwrapper.c +++ b/xwords4/android/jni/xportwrapper.c @@ -132,7 +132,6 @@ justSend( XWEnv env, AndTransportProcs* aprocs, const SendMsgsPacket* const msg, XP_U16 streamVersion ) { LOG_FUNC(); - XP_ASSERT( !msg->next ); const char* sig = "([BILjava/lang/String;L" PKG_PATH("jni/CommsAddrRec") ";L" PKG_PATH("jni/CommsAddrRec$CommsConnType") ";II)I"; @@ -158,7 +157,7 @@ and_xport_send( XWEnv xwe, const SendMsgsPacket* const msgs, void* closure ) { jint result = -1; - LOG_FUNC(); + XP_LOGFF( "(conType=%s)", ConnType2Str( conType ) ); AndTransportProcs* aprocs = (AndTransportProcs*)closure; ASSERT_ENV( aprocs->ti, xwe ); if ( NULL != aprocs->jxport ) {