Skip to content

Commit 5007196

Browse files
author
garenwang
committed
fix
1 parent ee33c04 commit 5007196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QCloudTrack/Classes/Cls/QCloudCLSTrackService.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ -(void)_reportWithEventCode:(NSString *)eventCode params:(NSDictionary *)params{
8585
Log* log = [[Log alloc] init];
8686
[params enumerateKeysAndObjectsUsingBlock:^(id _Nonnull key, id _Nonnull obj, BOOL * _Nonnull stop) {
8787
if (obj && key) {
88-
[log PutContent:key value:obj];
88+
[log PutContent:key value:[NSString stringWithFormat:@"%@",obj]];
8989
}
9090
}];
9191
LogProducerResult result = [self.clsClient PostLog:log];

0 commit comments

Comments
 (0)