change some logs level to V

This commit is contained in:
5ec1cff
2023-12-12 10:50:11 +08:00
parent f101ffb95f
commit b45d55e83d
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ void* DlopenMem(int fd, int flags) {
auto* handle = android_dlopen_ext("/jit-cache", flags, &info);
if (handle) {
LOGD("dlopen fd %d: %p", fd, handle);
LOGV("dlopen fd %d: %p", fd, handle);
} else {
LOGE("dlopen fd %d: %s", fd, dlerror());
}