Skip to content

Commit 16381c7

Browse files
authored
Update the method documentation of recordError (#14198)
#no-changelog
1 parent 424c02b commit 16381c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlytics.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ NS_SWIFT_NAME(Crashlytics)
126126
* relayed to Crashlytics on a subsequent launch of your application.
127127
*
128128
* @param error Non-fatal error to be recorded
129-
* @param userInfo Additional keys and values to send with the logged error. These parameters are
130-
* added to Crashlytics global list of keys and values that live with the session.
129+
* @param userInfo Additional keys and values to send with the logged error. These keys and values
130+
* are added to the error, in addition to the Crashlytics global list of keys and values.
131131
*/
132132
- (void)recordError:(NSError *)error
133133
userInfo:(nullable NSDictionary<NSString *, id> *)userInfo

0 commit comments

Comments
 (0)