/// <summary> /// Reporting uncaught C# Exception's as crashes (red blips)? /// </summary> public static bool GetLogUnhandledExceptionAsCrash() { #if UNITY_IOS return(CrittercismIOS.GetLogUnhandledExceptionAsCrash()); #elif UNITY_ANDROID return(CrittercismAndroid.GetLogUnhandledExceptionAsCrash()); #else return(false); #endif }
public static bool GetLogUnhandledExceptionAsCrash() { return(CrittercismAndroid.GetLogUnhandledExceptionAsCrash()); }