fdroid scanner doesn't show details of problems or where to find them
I'm interested in finding out what the problems with a given APK are. So I run:
# ./fdroid/bin/fdroid scanner --exodus --verbose ./joplin-v2.8.1.apk
2022-10-20 10:19:22,712 WARNING: ipfs_cid not found, skipping CIDv1 generation
2022-10-20 10:19:22,712 DEBUG: downloading 'https://reports.exodus-privacy.eu.org/api/trackers'
2022-10-20 10:19:22,823 DEBUG: write 'exodus.yml' to cache
2022-10-20 10:19:22,866 INFO: Scanning APK with dexdump for known non-free classes.
2022-10-20 10:19:23,073 DEBUG: > /usr/bin/dexdump /tmp/tmp76j0_kqr/classes.dex
2022-10-20 10:19:29,230 DEBUG: > /usr/bin/dexdump /tmp/tmp76j0_kqr/classes2.dex
2022-10-20 10:19:34,362 DEBUG: Problem: found class 'com/google/android/gms/vision/text/Text'
2022-10-20 10:19:34,647 DEBUG: Problem: found class 'com/google/android/gms/vision/barcode/BarcodeDetector'
2022-10-20 10:19:35,307 DEBUG: Problem: found class 'com/google/android/gms/vision/text/TextRecognizer'
2022-10-20 10:19:35,459 DEBUG: Problem: found class 'com/google/android/gms/vision/Frame'
2022-10-20 10:19:35,533 DEBUG: Problem: found class 'com/google/android/gms/vision/face/Face'
2022-10-20 10:19:35,864 DEBUG: Problem: found class 'com/google/android/gms/vision/face/FaceDetector'
2022-10-20 10:19:36,285 CRITICAL: Found 6 problems in ./joplin-v2.8.1.apk
2022-10-20 10:19:36,289 WARNING: Scanner found 6 problems in ./joplin-v2.8.1.apk
#
unfortunately, it doesn't tell me what the problems are or where to find details. Now I can't act on the report, because I don't know what needs fixing.