improved logging of AggregateException
This commit is contained in:
		| @@ -68,7 +68,7 @@ namespace keepass2android | ||||
| 				{ | ||||
| 					message = innerException.Message; | ||||
| 						// 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); | ||||
| 				return; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Crocoll
					Philipp Crocoll