Merge "Shut. Up." into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
bb6fd7ff8c
@@ -102,7 +102,7 @@ public class KeySetManager {
|
||||
public void addDefinedKeySetToPackage(String packageName,
|
||||
Set<PublicKey> keys, String alias) {
|
||||
if ((packageName == null) || (keys == null) || (alias == null)) {
|
||||
Log.d(TAG, "Got null argument for a defined keyset, ignoring!");
|
||||
//Log.d(TAG, "Got null argument for a defined keyset, ignoring!");
|
||||
return;
|
||||
}
|
||||
synchronized (mLockObject) {
|
||||
@@ -123,7 +123,7 @@ public class KeySetManager {
|
||||
public void addSigningKeySetToPackage(String packageName,
|
||||
Set<PublicKey> signingKeys) {
|
||||
if ((packageName == null) || (signingKeys == null)) {
|
||||
Log.d(TAG, "Got null argument for a signing keyset, ignoring!");
|
||||
//Log.d(TAG, "Got null argument for a signing keyset, ignoring!");
|
||||
return;
|
||||
}
|
||||
synchronized (mLockObject) {
|
||||
|
||||
Reference in New Issue
Block a user