mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
include some type info with extension exception
This commit is contained in:
@@ -358,7 +358,8 @@ namespace Bit.iOS.Extension
|
|||||||
}
|
}
|
||||||
else
|
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);
|
_googleAnalyticsService.TrackExtensionEvent("ProcessItemProvider", type);
|
||||||
|
|||||||
Reference in New Issue
Block a user