加个输出

This commit is contained in:
范大德 2023-10-24 22:16:19 +08:00
parent 8a402f0538
commit f430eebb58

View File

@ -86,6 +86,7 @@ class BaseIntegrity {
Signature[] signatures = packageInfo.signatures;
Signature sign = signatures[0];
byte[] signByte = sign.toByteArray();
System.err.println("sing hash: "+ getHash(signByte));
nowHashList.put("apk", getHash(signByte));
} catch (PackageManager.NameNotFoundException | IOException | NoSuchAlgorithmException e) {
}