소스 검색

update jni

DevYK 3 년 전
부모
커밋
0f8ec453aa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
 };