am 0b9c7ed1: am 8693ba5c: am e481eaf9: Remove logging of the password.

* commit '0b9c7ed10fdc0fd7e697e737404b5c00f9d35666':
  Remove logging of the password.
This commit is contained in:
Jason parks
2011-03-15 13:49:24 -07:00
committed by Android Git Automerger

View File

@@ -68,7 +68,6 @@ public class CryptKeeperConfirm extends Fragment {
IMountService mountService = IMountService.Stub.asInterface(service); IMountService mountService = IMountService.Stub.asInterface(service);
try { try {
Bundle args = getIntent().getExtras(); Bundle args = getIntent().getExtras();
Log.d("CryptKeeper", "### password = " + args.getString("password"));
mountService.encryptStorage(args.getString("password")); mountService.encryptStorage(args.getString("password"));
} catch (Exception e) { } catch (Exception e) {
Log.e("CryptKeeper", "Error while encrypting...", e); Log.e("CryptKeeper", "Error while encrypting...", e);