am e481eaf9
: Remove logging of the password.
* commit 'e481eaf9618c435ea340a8312ecf8ca8093c7a76': Remove logging of the password.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user