移除输出
This commit is contained in:
parent
f430eebb58
commit
cd5716ba55
@ -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) {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user