Skip to content

Commit

Permalink
Resytler fixes...
Browse files Browse the repository at this point in the history
  • Loading branch information
anush-apple committed Feb 24, 2024
1 parent 5759bb1 commit 7c0c093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRDeviceControllerFactory.mm
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#import "MTRFabricInfo_Internal.h"
#import "MTRFramework.h"
#import "MTRLogging_Internal.h"
#import "MTRMetricsCollector.h"
#import "MTROTAProviderDelegateBridge.h"
#import "MTROperationalBrowser.h"
#import "MTRP256KeypairBridge.h"
Expand All @@ -47,7 +48,6 @@
#import "MTRServerCluster_Internal.h"
#import "MTRServerEndpoint_Internal.h"
#import "MTRSessionResumptionStorageBridge.h"
#import "MTRMetricsCollector.h"
#import "NSDataSpanConversion.h"

#import <os/lock.h>
Expand Down
3 changes: 1 addition & 2 deletions src/darwin/Framework/CHIP/MTRMetricsCollector.mm
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ - (NSDictionary *)toDictionary

@end

@interface MTRMetricsCollector()
@interface MTRMetricsCollector ()

- (void)registerTracingBackend;

Expand All @@ -121,7 +121,6 @@ void ShutdownMetricsCollection()
[[MTRMetricsCollector sharedInstance] unregisterTracingBackend];
}


@implementation MTRMetricsCollector {
os_unfair_lock _lock;
NSMutableDictionary<NSString *, MTRMetricsData *> * _metricsDataCollection;
Expand Down

0 comments on commit 7c0c093

Please sign in to comment.