File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,6 @@ - (void)configureDynamicLinks:(FIRApp *)app {
194
194
reason:errorDescription];
195
195
}
196
196
if (error) {
197
- [app sendLogsWithServiceName:kFIRServiceDynamicLinks version:kFIRDLVersion error:error];
198
197
NSString *message = nil;
199
198
if (options.usingOptionsFromDefaultPlist) {
200
199
// Configured using plist file
Original file line number Diff line number Diff line change @@ -697,13 +697,7 @@ + (NSError *)configureErrorWithReason:(nonnull NSString *)reason {
697
697
userInfo: userInfo];
698
698
}
699
699
700
- // If the firebaseApp is available we should send logs for the error through it before
701
- // raising an exception.
702
700
+ (void )exitWithReason : (nonnull NSString *)reason forFirebaseApp : (FIRApp *)firebaseApp {
703
- [firebaseApp sendLogsWithServiceName: kFIRIIDServiceInstanceID
704
- version: FIRInstanceIDCurrentLibraryVersion ()
705
- error: [self configureErrorWithReason: reason]];
706
-
707
701
[NSException raise: kFIRIIDErrorDomain
708
702
format: @" Could not configure Firebase InstanceID. %@ " , reason];
709
703
}
You can’t perform that action at this time.
0 commit comments