summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/CryptKeeperConfirm.java
diff options
context:
space:
mode:
authorJason parks <jparks@google.com>2011-03-15 15:24:16 -0500
committerJason parks <jparks@google.com>2011-03-15 15:24:16 -0500
commite481eaf9618c435ea340a8312ecf8ca8093c7a76 (patch)
tree38e58ef6fc351cd57c07a92a92de240f67f458e9 /src/com/android/settings/CryptKeeperConfirm.java
parent7d3d72ba46a33f2b0ea3da880986858663535ed1 (diff)
downloadpackages_apps_Settings-e481eaf9618c435ea340a8312ecf8ca8093c7a76.zip
packages_apps_Settings-e481eaf9618c435ea340a8312ecf8ca8093c7a76.tar.gz
packages_apps_Settings-e481eaf9618c435ea340a8312ecf8ca8093c7a76.tar.bz2
Remove logging of the password.
Change-Id: I2b3595089be8fc1d8c197dfa1ef8783c9dd2cf40
Diffstat (limited to 'src/com/android/settings/CryptKeeperConfirm.java')
-rw-r--r--src/com/android/settings/CryptKeeperConfirm.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/settings/CryptKeeperConfirm.java b/src/com/android/settings/CryptKeeperConfirm.java
index 53688f4..ba8ce10 100644
--- a/src/com/android/settings/CryptKeeperConfirm.java
+++ b/src/com/android/settings/CryptKeeperConfirm.java
@@ -68,7 +68,6 @@ public class CryptKeeperConfirm extends Fragment {
IMountService mountService = IMountService.Stub.asInterface(service);
try {
Bundle args = getIntent().getExtras();
- Log.d("CryptKeeper", "### password = " + args.getString("password"));
mountService.encryptStorage(args.getString("password"));
} catch (Exception e) {
Log.e("CryptKeeper", "Error while encrypting...", e);