Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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:[NSStringstringWithFormat:@"%@",obj]];
8989
}
9090
}];
9191
LogProducerResult result = [self.clsClient PostLog:log];

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /