I didn't mean to commit the tracing code.

This commit is contained in:
Brian Pellin
2009-12-02 20:11:27 -06:00
parent 1aca99988d
commit 6e9f6ed834

View File

@@ -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));