Browse Source

update jni

DevYK 3 years ago
parent
commit
0f8ec453aa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      jni/ImageBlurDetection.cpp

+ 1 - 0
jni/ImageBlurDetection.cpp

@@ -60,5 +60,6 @@ int JNI_OnLoad(JavaVM *vm, void *pVoid) {
     }
     printf(" JNI_OnLoad  ok.\n");
     setupBreakpad("/datalog");
+    printf(" setupBreakpad  ok.\n");
     return JNI_VERSION_1_6;
 };