if (context != null) {
            context.sendBroadcast(new Intent()
                    .setAction(WXSDKInstance.ACTION_DEBUG_INSTANCE_REFRESH)
                    .putExtra("params", null == params ? "" : params.toString())
            );