log bad json data

This commit is contained in:
Eric House 2015-09-22 20:23:08 -07:00
parent a2fb6045a8
commit 8a2ca8195e

View file

@ -368,6 +368,7 @@ public class UpdateCheckReceiver extends BroadcastReceiver {
}
} catch ( org.json.JSONException jse ) {
DbgUtils.loge( jse );
DbgUtils.logf( "json data was: \"%s\"", jstr );
} catch ( PackageManager.NameNotFoundException nnfe ) {
DbgUtils.loge( nnfe );
}