We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d230cf3 commit 7b45300Copy full SHA for 7b45300
crashlytics/src/Crashlytics.cs
@@ -122,7 +122,7 @@ public static void LogException(Exception exception) {
122
/// <param name="exception">
123
/// The exception to log as fatal.
124
/// </param>
125
- public static void LogExceptionAsFatal(Exception exception) {
+ internal static void LogExceptionAsFatal(Exception exception) {
126
PlatformAccessor.Impl.LogExceptionAsFatal(exception);
127
}
128
0 commit comments