Merge "Fix wrong log information in DevicePolicyManagerService"
This commit is contained in:
@@ -1638,7 +1638,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
|
|||||||
if (realQuality < quality
|
if (realQuality < quality
|
||||||
&& quality != DevicePolicyManager.PASSWORD_QUALITY_COMPLEX) {
|
&& quality != DevicePolicyManager.PASSWORD_QUALITY_COMPLEX) {
|
||||||
Slog.w(TAG, "resetPassword: password quality 0x"
|
Slog.w(TAG, "resetPassword: password quality 0x"
|
||||||
+ Integer.toHexString(quality)
|
+ Integer.toHexString(realQuality)
|
||||||
+ " does not meet required quality 0x"
|
+ " does not meet required quality 0x"
|
||||||
+ Integer.toHexString(quality));
|
+ Integer.toHexString(quality));
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user