Ninh Huynh
Ninh Huynh
I've found these instruction located in *OpenCV-android-sdk/sdk/native/jni/OpenCVConfig.cmake*. ```cmake # =================================================================================== # The OpenCV CMake configuration file # # ** File generated automatically, do not modify ** # # Usage from...
Possible related to this issue https://issuetracker.google.com/issues/285950881
I run into the same problem after compile dlib. The problem is in this [line](https://github.com/Luca96/dlib-for-android/blob/7b1468ce92dd8dabaac7addd4178149ac30fb4d2/setup.ps1#L72). @Luca96 change the working directory when compiling dlib but he forgets to undo it after...
> Hi @kim-ninh , thank you very much for the suggestion. > > Could you check if the following code solves the issue (replace this [code-block](https://github.com/Luca96/dlib-for-android/blob/7b1468ce92dd8dabaac7addd4178149ac30fb4d2/setup.ps1#L68-L123)): > > ```powershell >...
We also facing this issue when start a service in new process. The crash still happing in firebase BoM version **com.google.firebase:firebase-bom:31.3.0**. After investigating, the crash only happened if we used...
Hi @pkgoogle What do you mean about "Firebase crashlytics sets up its environments"? The Crashlytics library helps produce readable stack-trace from the native library from Firebase Console (a web service...
> Could it be related to the issue that's been addressed [here](https://github.com/google/ruy/commit/690c14c441387a4ea6e07a9ed89657cec8200b92)? That sounds promising. Don't know if we could verify that issue locally. I can confirm that the issue...
> @ninh-huynh Is the crash that you experienced with the production build of TFL also at `libtensorflowlite_jni.so + 0x24fc48`? Our team currently use custom TF Lite on production (with tflite_keep_symbols=true),...
> @ninh-huynh Thanks. I just want to be sure our issues are related. As I don't have human readable stack traces, I was wondering whether my crash resembles yours, when...
> @ninh-huynh Is the crash that you experienced with the production build of TFL also at `libtensorflowlite_jni.so + 0x24fc48`? Here is the original crash when I upgraded TFL 2.16.1 (I...