提交 eb32e385 编写于 作者: M maweiye

Fix missing dlerror information

Issue:I650NI
Test: pass
Signed-off-by: Nmaweiye <maweiye@huawei.com>
上级 d294125f
......@@ -3078,6 +3078,10 @@ static void *dlopen_impl(
goto end;
}
if (!load_library_header(task)) {
error(noload ?
"Library %s is not already loaded" :
"Error loading shared library %s: %m",
file);
LD_LOGE("dlopen_impl load library header failed for %{public}s", task->name);
goto end;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册