googlesamples / googlesamples/mlkit
[Bug report] MLKit barcode scanner library binaries do not include native debug symbols
- Dominant language
- Kotlin
- Stars
- 4.3k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
After including MLKit barcode scanner library in our project Google Play Console is warning us that project uses native libraries which do not have native debug symbols included.
---
Verified this using `nm` tool by checking following binaries after release build:
Terminal command:
```
nm libandroidx.graphics.path.so | nm libbarhopper_v3.so | nm libdatastore_shared_counter.so | nm libimage_processing_util_jni.so
```
Output:
```
libdatastore_shared_counter.so: no symbols
libandroidx.graphics.path.so: no symbols
libbarhopper_v3.so: no symbols
libimage_processing_util_jni.so: no symbols
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.