Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7c0c093

Browse files
committedFeb 24, 2024·
Resytler fixes...
1 parent 5759bb1 commit 7c0c093

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎src/darwin/Framework/CHIP/MTRDeviceControllerFactory.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
#import "MTRFabricInfo_Internal.h"
4040
#import "MTRFramework.h"
4141
#import "MTRLogging_Internal.h"
42+
#import "MTRMetricsCollector.h"
4243
#import "MTROTAProviderDelegateBridge.h"
4344
#import "MTROperationalBrowser.h"
4445
#import "MTRP256KeypairBridge.h"
@@ -47,7 +48,6 @@
4748
#import "MTRServerCluster_Internal.h"
4849
#import "MTRServerEndpoint_Internal.h"
4950
#import "MTRSessionResumptionStorageBridge.h"
50-
#import "MTRMetricsCollector.h"
5151
#import "NSDataSpanConversion.h"
5252

5353
#import <os/lock.h>

‎src/darwin/Framework/CHIP/MTRMetricsCollector.mm

+1-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ - (NSDictionary *)toDictionary
9999

100100
@end
101101

102-
@interface MTRMetricsCollector()
102+
@interface MTRMetricsCollector ()
103103

104104
- (void)registerTracingBackend;
105105

@@ -121,7 +121,6 @@ void ShutdownMetricsCollection()
121121
[[MTRMetricsCollector sharedInstance] unregisterTracingBackend];
122122
}
123123

124-
125124
@implementation MTRMetricsCollector {
126125
os_unfair_lock _lock;
127126
NSMutableDictionary<NSString *, MTRMetricsData *> * _metricsDataCollection;

0 commit comments

Comments
 (0)
Please sign in to comment.