File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Crashlytics/Crashlytics/Public/FirebaseCrashlytics Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ NS_SWIFT_NAME(Crashlytics)
72
72
* @param args Arguments to substitute into format
73
73
*/
74
74
- (void)logWithFormat:(NSString *)format
75
- arguments:(va_list)args NS_SWIFT_NAME(log(format :arguments:));
75
+ arguments:(va_list)args NS_SWIFT_NAME(log(withFormat :arguments:));
76
76
77
77
/**
78
78
* Sets a custom key and value to be associated with subsequent fatal and non-fatal reports.
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ NS_SWIFT_NAME(CrashlyticsReport)
69
69
* @param args Arguments to substitute into format
70
70
*/
71
71
- (void )logWithFormat:(NSString *)format
72
- arguments:(va_list)args NS_SWIFT_NAME (log(format :arguments:));
72
+ arguments:(va_list)args NS_SWIFT_NAME (log(withFormat :arguments:));
73
73
74
74
/* *
75
75
* Sets a custom key and value to be associated with subsequent fatal and non-fatal reports.
You can’t perform that action at this time.
0 commit comments