Do not log failed pre shared key
Bug: 4320948 Change-Id: I1d10ca0c59e4f7f7157b6539786b32c57a202fc8
This commit is contained in:
@@ -954,7 +954,7 @@ class WifiConfigStore {
|
||||
netId,
|
||||
WifiConfiguration.pskVarName,
|
||||
config.preSharedKey)) {
|
||||
Log.d(TAG, "failed to set psk: "+config.preSharedKey);
|
||||
Log.d(TAG, "failed to set psk");
|
||||
break setVariables;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user