提交 4fa2c731 编写于 作者: L liweihui

Remove neardetect from black list

Issue:I6L2A1
Test:no new error reported in libc-test
Signed-off-by: NL_WeiHui <liweihui3@huawei.com>
上级 e661a1cf
......@@ -3657,7 +3657,7 @@ static int do_dlclose(struct dso *p)
memcpy(deps_bak, p->deps, deps_num*sizeof(struct dso*));
}
LD_LOGI("do_dlclose name=%{public}s count=%{public}d by_dlopen=%{public}d", p->name, p->nr_dlopen, p->by_dlopen);
LD_LOGI("do_dlclose name=%{public}s count=%{public}d by_dlopen=%{public}d", p->name, p->nr_dlopen, p->by_dlopen);
dlclose_impl(p);
if (ldclose_deps) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册