Skip to content

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

@tomasjablonskis

Description

@tomasjablonskis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions