Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ NS_SWIFT_NAME(Crashlytics)
* Adds logging that is sent with your crash data. The logging does not appear in app
* logs and is only visible in the Crashlytics dashboard.
*
* @param format Format of string
* @param ... A comma-separated list of arguments to substitute into format
* @param format The format of the string, followed by a comma-separated list
* of arguments to substitute into the format.
*/
- (void)logWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(1, 2);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ NS_SWIFT_NAME(CrashlyticsReport)
* Adds logging that is sent with your crash data. The logging does not appear in the
* system.log and is only visible in the Crashlytics dashboard.
*
* @param format Format of string
* @param ... A comma-separated list of arguments to substitute into format
* @param format The format of the string, followed by a comma-separated list
* of arguments to substitute into the format.
*/
- (void)logWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(1, 2);

Expand Down
Loading