This repository was archived by the owner on Jun 3, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ios/sdk/WeexSDK/Sources/Performance Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ extern NSString* const VALUE_ERROR_CODE_DEFAULT;
125
125
@property (nonatomic , assign ) BOOL isDownLoadFailed;
126
126
@property (nonatomic , assign ) BOOL forceStopRecordInteractionTime;
127
127
@property (nonatomic ,assign ) double pageRatio;
128
+ @property (nonatomic ,strong ) NSMutableDictionary <NSString*,NSNumber*>* recordStatsMap;
129
+ @property (nonatomic ,strong ) NSMutableDictionary <NSString*,NSNumber*>* recordStageMap;
128
130
129
131
#pragma mark - basic method
130
132
Original file line number Diff line number Diff line change @@ -134,8 +134,6 @@ @interface WXApmForInstance ()
134
134
135
135
@property (nonatomic ,strong ) id <WXApmProtocol> apmProtocolInstance;
136
136
@property (nonatomic ,strong ) NSString * instanceId;
137
- @property (nonatomic ,strong ) NSMutableDictionary <NSString*,NSNumber*>* recordStatsMap;
138
- @property (nonatomic ,strong ) NSMutableDictionary <NSString*,NSNumber*>* recordStageMap;
139
137
@property (nonatomic ,strong ) NSMutableArray <NSNumber*>* recordUpdateComponentDataTimestamp;
140
138
@property (nonatomic ,strong ) NSMutableArray <NSNumber*>* recordUpdateComponentDataTime;
141
139
You can’t perform that action at this time.
0 commit comments