File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Crashlytics/Crashlytics/Public/FirebaseCrashlytics Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ NS_SWIFT_NAME(Crashlytics)
126
126
* relayed to Crashlytics on a subsequent launch of your application.
127
127
*
128
128
* @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.
131
131
*/
132
132
- (void)recordError:(NSError *)error
133
133
userInfo:(nullable NSDictionary<NSString *, id> *)userInfo
You can’t perform that action at this time.
0 commit comments