summaryrefslogtreecommitdiffstats
path: root/services/jni/onload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'services/jni/onload.cpp')
-rw-r--r--services/jni/onload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/jni/onload.cpp b/services/jni/onload.cpp
index 4178039..286ae91 100644
--- a/services/jni/onload.cpp
+++ b/services/jni/onload.cpp
@@ -43,7 +43,7 @@ extern "C" jint JNI_OnLoad(JavaVM* vm, void* reserved)
jint result = -1;
if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
- LOGE("GetEnv failed!");
+ ALOGE("GetEnv failed!");
return result;
}
LOG_ASSERT(env, "Could not retrieve the env!");