crittercism / crittercism-unity-ios

Unity Plugin for Crittercism iOS Crash Reporting
Other
28 stars 15 forks source link

args.ExceptionObject as System.Exception #26

Closed kellyroach closed 8 years ago

kellyroach commented 8 years ago

Enable Crittercism crash and handled exception reporting to report instances of subclasses of System.Exception .

TEST: The change was tested with an exception of type BadException, a class which was a subclass of System.Exception .

dshirley commented 8 years ago

LGTM