summaryrefslogtreecommitdiffstats
path: root/core/jni
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-10-27 16:02:39 -0700
committerSteve Kondik <steve@cyngn.com>2015-10-27 16:02:39 -0700
commit9c9c4eb5d26d23c3ce4a9e29313456e831915d58 (patch)
tree3bbc307fbb67866b609240d9272f1170cc106249 /core/jni
parent1575d3ebf0af471feba6451660bbdbc65fe050a2 (diff)
downloadframeworks_base-9c9c4eb5d26d23c3ce4a9e29313456e831915d58.zip
frameworks_base-9c9c4eb5d26d23c3ce4a9e29313456e831915d58.tar.gz
frameworks_base-9c9c4eb5d26d23c3ce4a9e29313456e831915d58.tar.bz2
nlh: Kill logspam
* Don't be spammy if the proprietary asset verifier isn't available Change-Id: I5746855d485deeb0039ba839f5d24833df9db533
Diffstat (limited to 'core/jni')
-rw-r--r--core/jni/com_android_internal_content_NativeLibraryHelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/jni/com_android_internal_content_NativeLibraryHelper.cpp b/core/jni/com_android_internal_content_NativeLibraryHelper.cpp
index f7f19b4..67261d3 100644
--- a/core/jni/com_android_internal_content_NativeLibraryHelper.cpp
+++ b/core/jni/com_android_internal_content_NativeLibraryHelper.cpp
@@ -505,7 +505,7 @@ static int findSupportedAbi(JNIEnv *env, jlong apkHandle, jobjectArray supported
if (rc == LIB_INITED_AND_SUCCESS) {
asset_status = GetAssetsStatusFunc(zipFile, supportedAbis, numAbis);
} else {
- ALOGE("Failed to load assets verifier: %d", rc);
+ ALOGV("Failed to load assets verifier: %d", rc);
}
if (asset_status == 1) {
// override the status if asset_status hints at 32-bit abi