Skip to content

Commit

Permalink
update log
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleychen committed May 9, 2024
1 parent ef55522 commit ac406de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source/SDK/LinkVideo/TIoTCoreXP2PBridge.mm
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ - (void)doTick:(data_report_t)data_buf {

NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse *)response;
if (httpResponse.statusCode == 200) {
NSLog(@"log event: %@",response);
// NSLog(@"log event: %@",response);
}
}];
[task resume];
Expand Down Expand Up @@ -669,7 +669,7 @@ - (void)reportUserList:(size_t)xntp_size status:(NSString *)status {

NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse *)response;
if (httpResponse.statusCode == 200) {
NSLog(@"app log: %@",response);
// NSLog(@"app log: %@",response);
}
}];
[tasklog resume];
Expand Down
2 changes: 1 addition & 1 deletion Source/SDK/LinkVideo/log/TIoTCoreLogger.m
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ - (void)reportLog {

NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse *)response;
if (httpResponse.statusCode == 200) {
NSLog(@"log event: %@",response);
// NSLog(@"log event: %@",response);
}
}];
[task resume];
Expand Down

0 comments on commit ac406de

Please sign in to comment.