Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit a554cd6

Browse files
jianhan-helucky-chen
authored andcommitted
[iOS] public the dictionary of recordStatsMap and recordStageMap (#2882)
1 parent 7543ea7 commit a554cd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios/sdk/WeexSDK/Sources/Performance/WXApmForInstance.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ extern NSString* const VALUE_ERROR_CODE_DEFAULT;
125125
@property (nonatomic, assign) BOOL isDownLoadFailed;
126126
@property (nonatomic, assign) BOOL forceStopRecordInteractionTime;
127127
@property (nonatomic,assign) double pageRatio;
128+
@property (nonatomic,strong) NSMutableDictionary<NSString*,NSNumber*>* recordStatsMap;
129+
@property (nonatomic,strong) NSMutableDictionary<NSString*,NSNumber*>* recordStageMap;
128130

129131
#pragma mark - basic method
130132

ios/sdk/WeexSDK/Sources/Performance/WXApmForInstance.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ @interface WXApmForInstance ()
134134

135135
@property (nonatomic,strong) id<WXApmProtocol> apmProtocolInstance;
136136
@property (nonatomic,strong) NSString* instanceId;
137-
@property (nonatomic,strong) NSMutableDictionary<NSString*,NSNumber*>* recordStatsMap;
138-
@property (nonatomic,strong) NSMutableDictionary<NSString*,NSNumber*>* recordStageMap;
139137
@property (nonatomic,strong) NSMutableArray<NSNumber*>* recordUpdateComponentDataTimestamp;
140138
@property (nonatomic,strong) NSMutableArray<NSNumber*>* recordUpdateComponentDataTime;
141139

0 commit comments

Comments
 (0)