mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-17 06:55:00 -05:00
Added logging regarding native key transform
This commit is contained in:
parent
e6bf40321b
commit
8693dfe9f4
@ -25,6 +25,7 @@ using System.Runtime.InteropServices;
|
|||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
|
|
||||||
using KeePassLib.Utility;
|
using KeePassLib.Utility;
|
||||||
|
using keepass2android;
|
||||||
|
|
||||||
namespace KeePassLib.Native
|
namespace KeePassLib.Native
|
||||||
{
|
{
|
||||||
@ -171,6 +172,7 @@ namespace KeePassLib.Native
|
|||||||
}
|
}
|
||||||
catch(Exception e)
|
catch(Exception e)
|
||||||
{
|
{
|
||||||
|
Kp2aLog.Log(e.Message);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user