mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-25 15:58:03 -05:00
update: improve warning about APKs set to be debuggable
This uses the actual XML code used to set this flag making the warning message easily searchable on the interwebs.
This commit is contained in:
@@ -452,7 +452,7 @@ def scan_apks(apps, apkcache, repodir, knownapks):
|
||||
|
||||
# Check for debuggable apks...
|
||||
if common.isApkDebuggable(apkfile, config):
|
||||
logging.warn("{0} is debuggable... {1}".format(apkfile, line))
|
||||
logging.warn('{0} is set to android:debuggable="true"!'.format(apkfile))
|
||||
|
||||
# Calculate the sha256...
|
||||
sha = hashlib.sha256()
|
||||
|
||||
Reference in New Issue
Block a user