移除输出

This commit is contained in:
范大德 2023-10-24 22:32:59 +08:00
parent f430eebb58
commit cd5716ba55

View File

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