diff --git a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/RelayService.java b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/RelayService.java index 124fc5615..68bc0ed6a 100644 --- a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/RelayService.java +++ b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/RelayService.java @@ -687,7 +687,9 @@ public class RelayService extends XWJIService CommsConnType.COMMS_CONN_RELAY, succeeded ); } catch ( JSONException ex ) { - Assert.failDbg(); + // this will happen if e.g. there's no 'data' in the result + Log.ex( TAG, ex ); + sentLen = 0; } } }