Added logging regarding native key transform

This commit is contained in:
Philipp Crocoll 2013-08-02 16:48:22 +02:00
parent e6bf40321b
commit 8693dfe9f4
1 changed files with 4 additions and 2 deletions

View File

@ -25,6 +25,7 @@ using System.Runtime.InteropServices;
using System.Diagnostics;
using KeePassLib.Utility;
using keepass2android;
namespace KeePassLib.Native
{
@ -171,6 +172,7 @@ namespace KeePassLib.Native
}
catch(Exception e)
{
Kp2aLog.Log(e.Message);
return false;
}