googlesamples / googlesamples/mlkit

[Bug report] MLKit barcode scanner library binaries do not include native debug symbols

Open
#998 0 comments 1 reaction 0 assignees View on GitHub
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.

Image

---

Verified this using `nm` tool by checking following binaries after release build:

Image

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.