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;
 };