mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
include some type info with extension exception
This commit is contained in:
parent
bf99cea004
commit
45dd240415
1 changed files with 2 additions and 1 deletions
|
@ -358,7 +358,8 @@ namespace Bit.iOS.Extension
|
|||
}
|
||||
else
|
||||
{
|
||||
throw new Exception("Cannot parse list for action.");
|
||||
throw new Exception("Cannot parse list for action. List is " +
|
||||
(list?.GetType().ToString() ?? "null"));
|
||||
}
|
||||
|
||||
_googleAnalyticsService.TrackExtensionEvent("ProcessItemProvider", type);
|
||||
|
|
Loading…
Reference in a new issue