Skip to content

Commit

Permalink
Remove deprecated sendLogsWithServiceName (#6437)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Sep 11, 2020
1 parent 1d699a9 commit 83e44dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
11 changes: 0 additions & 11 deletions FirebaseCore/Sources/FIRApp.m
Original file line number Diff line number Diff line change
Expand Up @@ -897,17 +897,6 @@ + (nullable NSNumber *)readDataCollectionSwitchFromPlist {
return collectionEnabledPlistObject;
}

#pragma mark - Sending Logs

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-parameter"
- (void)sendLogsWithServiceName:(NSString *)serviceName
version:(NSString *)version
error:(NSError *)error {
// Do nothing. Please remove calls to this method.
}
#pragma clang diagnostic pop

#pragma mark - App Life Cycle

- (void)subscribeForAppDidBecomeActiveNotifications {
Expand Down
9 changes: 0 additions & 9 deletions FirebaseCore/Sources/Private/FIRAppInternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,6 @@ extern NSString *const FIRAuthStateDidChangeInternalNotificationUIDKey;
*/
+ (NSString *)firebaseUserAgent;

/**
* Used by each SDK to send logs about SDK configuration status to Clearcut.
*
* @note This API is a no-op, please remove calls to it.
*/
- (void)sendLogsWithServiceName:(NSString *)serviceName
version:(NSString *)version
error:(NSError *)error;

/**
* Can be used by the unit tests in eack SDK to reset FIRApp. This method is thread unsafe.
*/
Expand Down

0 comments on commit 83e44dd

Please sign in to comment.