mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
I didn't mean to commit the tracing code.
This commit is contained in:
@@ -58,11 +58,9 @@ public class LoadDB extends RunnableOnFinish {
|
||||
@Override
|
||||
public void run() {
|
||||
try {
|
||||
Debug.startMethodTracing("load");
|
||||
mDb.LoadData(mCtx, mFileName, mPass, mKey);
|
||||
|
||||
saveFileData(mFileName, mKey);
|
||||
Debug.stopMethodTracing();
|
||||
|
||||
} catch (InvalidCipherTextException e) {
|
||||
finish(false, mCtx.getString(R.string.InvalidPassword));
|
||||
|
||||
Reference in New Issue
Block a user