提交 f5e58458 编写于 作者: Y yanmengzhao

remove access failed log

Signed-off-by: Nyanmengzhao <yanmengzhao1@huawei.com>
上级 c0d177b9
......@@ -583,7 +583,6 @@ void OpenHidebug(const char *name)
#endif
do {
if (access(debugSoPath, F_OK) != 0) {
INIT_LOGE("access failed, errno = %d\n", errno);
break;
}
void* handle = dlopen(debugSoPath, RTLD_LAZY);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册