Skip to content

Commit

Permalink
一些修复
Browse files Browse the repository at this point in the history
  • Loading branch information
garenwang committed Jan 19, 2024
1 parent fffe76f commit ca4a9f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion QCloudTrack/Classes/Cls/QCloudCLSTrackService.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ -(void)reportWithEventCode:(NSString *)eventCode params:(NSDictionary *)params{
if (self.isCloseReport) {
return;
}
if([self.credentialProvider needRefresh]){
if([self.credentialProvider needRefresh] || self.clsClient == nil){
[self setupCLSSDK];
}
[self _reportWithEventCode:eventCode params:params];
Expand Down

0 comments on commit ca4a9f1

Please sign in to comment.