forked from github/cordova-plugin-cescit-integrity
移除输出
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user