mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
log outgoing "post" params json
This commit is contained in:
parent
d1a5a94740
commit
4fa8079bf0
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ public class RelayService extends XWService
|
|||
|
||||
String result = NetUtils.runConn(conn, params);
|
||||
if ( null != result ) {
|
||||
Log.d( TAG, "sendViaWeb(): POST => %s", result );
|
||||
Log.d( TAG, "sendViaWeb(): POST(%s) => %s", params, result );
|
||||
JSONObject resultObj = new JSONObject( result );
|
||||
JSONArray resData = resultObj.getJSONArray( "data" );
|
||||
int nReplies = resData.length();
|
||||
|
|
Loading…
Reference in a new issue