return;
}
- if (info->restart || (info->instance_id == NULL) || (strcmp(info->instance_id, instance_id) != 0)) {
- LOGE("Wrong added info, %s %s", appid, info->widget_id);/* LCOV_EXCL_LINE */
+ if ((info->instance_id == NULL) || (strcmp(info->instance_id, instance_id) != 0)) {
+ LOGE("Wrong added info, appid(%s) info instance_id(%s), instance_id(%s)",/* LCOV_EXCL_LINE */
+ appid, info->instance_id, instance_id);/* LCOV_EXCL_LINE */
if (s_info.restarting_instance_id && info->instance_id &&
strcmp(s_info.restarting_instance_id, info->instance_id) == 0) {