File tree 2 files changed +2
-3
lines changed
src/darwin/Framework/CHIP
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 39
39
#import " MTRFabricInfo_Internal.h"
40
40
#import " MTRFramework.h"
41
41
#import " MTRLogging_Internal.h"
42
+ #import " MTRMetricsCollector.h"
42
43
#import " MTROTAProviderDelegateBridge.h"
43
44
#import " MTROperationalBrowser.h"
44
45
#import " MTRP256KeypairBridge.h"
47
48
#import " MTRServerCluster_Internal.h"
48
49
#import " MTRServerEndpoint_Internal.h"
49
50
#import " MTRSessionResumptionStorageBridge.h"
50
- #import " MTRMetricsCollector.h"
51
51
#import " NSDataSpanConversion.h"
52
52
53
53
#import < os/lock.h>
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ - (NSDictionary *)toDictionary
99
99
100
100
@end
101
101
102
- @interface MTRMetricsCollector ()
102
+ @interface MTRMetricsCollector ()
103
103
104
104
- (void )registerTracingBackend ;
105
105
@@ -121,7 +121,6 @@ void ShutdownMetricsCollection()
121
121
[[MTRMetricsCollector sharedInstance ] unregisterTracingBackend ];
122
122
}
123
123
124
-
125
124
@implementation MTRMetricsCollector {
126
125
os_unfair_lock _lock;
127
126
NSMutableDictionary <NSString *, MTRMetricsData *> * _metricsDataCollection;
You can’t perform that action at this time.
0 commit comments