Index: jni/JNIHelp.cpp ================================================================== --- jni/JNIHelp.cpp +++ jni/JNIHelp.cpp @@ -71,11 +71,10 @@ const JNINativeMethod* gMethods, int numMethods) { JNIEnv* e = reinterpret_cast(env); ALOGV("Registering %s's %d native methods...", className, numMethods); - __android_log_print(ANDROID_LOG_INFO, __FUNCTION__, "Registering"); scoped_local_ref c(env, findClass(env, className)); if (c.get() == NULL) { char* msg; asprintf(&msg, "Native registration unable to find class '%s'; aborting...", className);