Loading services/core/jni/com_android_server_fingerprint_FingerprintService.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -235,7 +235,7 @@ static jint nativeOpenHal(JNIEnv* env, jobject clazz) { return 0; } // Sanity check - remove // Soundness check - remove if (gContext.device->notify != hal_notify_callback) { ALOGE("NOTIFY not set properly: %p != %p", gContext.device->notify, hal_notify_callback); } Loading Loading
services/core/jni/com_android_server_fingerprint_FingerprintService.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -235,7 +235,7 @@ static jint nativeOpenHal(JNIEnv* env, jobject clazz) { return 0; } // Sanity check - remove // Soundness check - remove if (gContext.device->notify != hal_notify_callback) { ALOGE("NOTIFY not set properly: %p != %p", gContext.device->notify, hal_notify_callback); } Loading