mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
log bad json data
This commit is contained in:
parent
a2fb6045a8
commit
8a2ca8195e
1 changed files with 1 additions and 0 deletions
|
@ -368,6 +368,7 @@ public class UpdateCheckReceiver extends BroadcastReceiver {
|
||||||
}
|
}
|
||||||
} catch ( org.json.JSONException jse ) {
|
} catch ( org.json.JSONException jse ) {
|
||||||
DbgUtils.loge( jse );
|
DbgUtils.loge( jse );
|
||||||
|
DbgUtils.logf( "json data was: \"%s\"", jstr );
|
||||||
} catch ( PackageManager.NameNotFoundException nnfe ) {
|
} catch ( PackageManager.NameNotFoundException nnfe ) {
|
||||||
DbgUtils.loge( nnfe );
|
DbgUtils.loge( nnfe );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue