Skip to content

Commit 2058c6a

Browse files
author
tiann
committed
[VA]: disable the unstable dlopen hook.
1 parent b23278e commit 2058c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VirtualApp/lib/src/main/jni/Foundation/IOUniformer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,5 +768,5 @@ void IOUniformer::startUniformer(const char *so_path, int api_level, int preview
768768
}
769769
dlclose(handle);
770770
}
771-
hook_dlopen(api_level);
771+
// hook_dlopen(api_level);
772772
}

0 commit comments

Comments
 (0)