From 93a871cb84fdd47a9104347e5db325247c12de94 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Fri, 23 Jan 2015 18:29:22 +0100 Subject: ONly jni library build date for debug build (closes issue #321) --- main/jni/jniglue.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/jni/jniglue.c b/main/jni/jniglue.c index d446f78c..85d2f2d5 100644 --- a/main/jni/jniglue.c +++ b/main/jni/jniglue.c @@ -14,7 +14,9 @@ jint JNI_OnLoad(JavaVM *vm, void *reserved) { void android_openvpn_log(int level,const char* prefix,const char* prefix_sep,const char* m1) { +#ifndef NDEBUG __android_log_print(ANDROID_LOG_DEBUG,"openvpn","%s%s%s",prefix,prefix_sep,m1); +#endif } void Java_de_blinkt_openvpn_core_NativeUtils_jniclose(JNIEnv *env,jclass jo, jint fd) { -- cgit v1.2.3