summaryrefslogtreecommitdiffstats
path: root/libnativehelper
diff options
context:
space:
mode:
Diffstat (limited to 'libnativehelper')
-rw-r--r--libnativehelper/JNIHelp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnativehelper/JNIHelp.cpp b/libnativehelper/JNIHelp.cpp
index e1ad6fc92..a9a1167fd 100644
--- a/libnativehelper/JNIHelp.cpp
+++ b/libnativehelper/JNIHelp.cpp
@@ -68,7 +68,7 @@ extern "C" int jniRegisterNativeMethods(C_JNIEnv* env, const char* className,
{
JNIEnv* e = reinterpret_cast<JNIEnv*>(env);
- LOGV("Registering %s natives", className);
+ ALOGV("Registering %s natives", className);
scoped_local_ref<jclass> c(env, findClass(env, className));
if (c.get() == NULL) {