mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-25 02:32:26 -05:00
improved logging of AggregateException
This commit is contained in:
parent
f78116c6a1
commit
bbb32eda26
@ -68,7 +68,7 @@ namespace keepass2android
|
|||||||
{
|
{
|
||||||
message = innerException.Message;
|
message = innerException.Message;
|
||||||
// Override the message shown with the last (hopefully most recent) inner exception
|
// Override the message shown with the last (hopefully most recent) inner exception
|
||||||
Kp2aLog.Log("Exception: " + message);
|
Kp2aLog.Log("Exception: " + innerException);
|
||||||
}
|
}
|
||||||
Finish(false, _app.GetResourceString(UiStringKey.ErrorOcurred) + " " + message);
|
Finish(false, _app.GetResourceString(UiStringKey.ErrorOcurred) + " " + message);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user