File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Crashlytics/Crashlytics/Public/FirebaseCrashlytics Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ NS_SWIFT_NAME(Crashlytics)
59
59
* Adds logging that is sent with your crash data. The logging does not appear in app
60
60
* logs and is only visible in the Crashlytics dashboard.
61
61
*
62
- * @param format Format of string
63
- * @param ... A comma-separated list of arguments to substitute into format
62
+ * @param format The format of the string, followed by a comma-separated list
63
+ * of arguments to substitute into the format.
64
64
*/
65
65
- (void)logWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(1, 2);
66
66
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ NS_SWIFT_NAME(CrashlyticsReport)
56
56
* Adds logging that is sent with your crash data. The logging does not appear in the
57
57
* system.log and is only visible in the Crashlytics dashboard.
58
58
*
59
- * @param format Format of string
60
- * @param ... A comma-separated list of arguments to substitute into format
59
+ * @param format The format of the string, followed by a comma-separated list
60
+ * of arguments to substitute into the format.
61
61
*/
62
62
- (void )logWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(1 , 2 );
63
63
You can’t perform that action at this time.
0 commit comments