commit | 06e49c8c65a12b1f6958c799b33a2137b2b0adb5 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Oct 18 21:50:09 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 18 21:50:09 2023 +0000 |
tree | 27994402eeb4e97203b20f7bcef4d1a9c2310e8a | |
parent | a16e0ba64efd83a8e717521f634bc92c120f1890 [diff] | |
parent | 5248c5d72ad2a14f3426b7872b8867f97818650f [diff] |
Merge "libvndksupport: log sphal namespace fallback" into main
diff --git a/libvndksupport/linker.cpp b/libvndksupport/linker.cpp index ad4fb31..b2b257e 100644 --- a/libvndksupport/linker.cpp +++ b/libvndksupport/linker.cpp
@@ -75,7 +75,7 @@ } return handle; } else { - ALOGD("Loading %s from current namespace instead of sphal namespace.", name); + ALOGW("Loading %s from current namespace instead of sphal namespace.", name); return dlopen(name, flag); } }