issues
search
crittercism
/
crittercism-unity-ios
Unity Plugin for Crittercism iOS Crash Reporting
Other
28
stars
15
forks
source link
AGNT-1131 default C# uncaught exceptions to gray blips
#28
Closed
kellyroach
closed
9 years ago
kellyroach
commented
9 years ago
AGNT-1131 changes:
C# soft crashes will now default to gray blips
Hard native crashes will continue to appear as red blips
Switching away from deprecated Application.RegisterLogCallback to Application.logMessageReceived
Adding SetLogUnhandledExceptionAsCrash API to allow C# soft crashes to return as red blips
Demo app demos SetLogUnhandledExceptionAsCrash API
dshirley
commented
9 years ago
one minor comment, otherwise LGTM
AGNT-1131 changes: