Skip to content

Commit

Permalink
优化获取速度
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleychen committed Oct 17, 2024
1 parent 5c30f77 commit 5191e88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/SDK/LinkVideo/TIoTCoreXP2PBridge.mm
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,9 @@ - (void)setAppConfig:(NSDictionary *)appconfig {

[self saveKeychainValue:tmp_p2p_log_enabled key:@"p2p_log_enabled"];
[self saveKeychainValue:tmp_ops_report_enabled key:@"ops_report_enabled"];

p2p_log_enabled = tmp_p2p_log_enabled.boolValue;
ops_report_enabled = tmp_ops_report_enabled.boolValue;
}

+ (NSString *)getSDKVersion {
Expand Down

0 comments on commit 5191e88

Please sign in to comment.