Browse Source

1.日志自动上报改为在推拉流链接失败后一小时自动上传一次

huangxiaodong 5 months ago
parent
commit
8557db4bbc

+ 2 - 2
创维盒子/双子星云手机.xcodeproj/project.pbxproj

@@ -6158,7 +6158,7 @@
 				CODE_SIGN_ENTITLEMENTS = "隐私保护.entitlements";
 				CODE_SIGN_ENTITLEMENTS = "隐私保护.entitlements";
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 2;
+				CURRENT_PROJECT_VERSION = 3;
 				DEVELOPMENT_TEAM = 6SV76WTUUR;
 				DEVELOPMENT_TEAM = 6SV76WTUUR;
 				FRAMEWORK_SEARCH_PATHS = (
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",
 					"$(inherited)",
@@ -6237,7 +6237,7 @@
 				CODE_SIGN_ENTITLEMENTS = "隐私保护.entitlements";
 				CODE_SIGN_ENTITLEMENTS = "隐私保护.entitlements";
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 2;
+				CURRENT_PROJECT_VERSION = 3;
 				DEVELOPMENT_TEAM = 6SV76WTUUR;
 				DEVELOPMENT_TEAM = 6SV76WTUUR;
 				FRAMEWORK_SEARCH_PATHS = (
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",
 					"$(inherited)",

+ 1 - 1
创维盒子/双子星云手机/webRtc/webRtcManager/webRtcManager.m

@@ -941,7 +941,7 @@
             if(!_didReportWebRtcType){//还没上报过通道链接情况
             if(!_didReportWebRtcType){//还没上报过通道链接情况
                 [self reportWebRtcRePoportTypeIsChannel:YES withStats:nil];
                 [self reportWebRtcRePoportTypeIsChannel:YES withStats:nil];
                 
                 
-                [[addLogObject shareInstance] gotoAddLogFun];
+                //[[addLogObject shareInstance] gotoAddLogFun];
             }
             }
             //链接关闭
             //链接关闭
             [self relinkWebRtcFun];
             [self relinkWebRtcFun];

+ 2 - 1
创维盒子/双子星云手机/webRtc/webRtcPlayerViewController.m

@@ -402,6 +402,7 @@
 #pragma mark 云机连接不上
 #pragma mark 云机连接不上
 - (void)showLinkPhoneErrorFun
 - (void)showLinkPhoneErrorFun
 {
 {
+    [[addLogObject shareInstance] gotoAddLogFun];
     KWeakSelf
     KWeakSelf
     [[errorAlertTool shareInstance] showNetErrorAlertFun:5 didClickBut:^(NSInteger tag) {
     [[errorAlertTool shareInstance] showNetErrorAlertFun:5 didClickBut:^(NSInteger tag) {
         if(tag == 1){
         if(tag == 1){
@@ -1110,7 +1111,7 @@
             if(!_didReportWebRtcType){//还没上报过通道链接情况
             if(!_didReportWebRtcType){//还没上报过通道链接情况
                 [[webRtcManager shareManager] reportWebRtcRePoportTypeIsChannel:YES withStats:nil];
                 [[webRtcManager shareManager] reportWebRtcRePoportTypeIsChannel:YES withStats:nil];
                 
                 
-                [[addLogObject shareInstance] gotoAddLogFun];
+                //[[addLogObject shareInstance] gotoAddLogFun];
             }
             }
             //链接关闭
             //链接关闭
             [self relinkWebRtcFun];
             [self relinkWebRtcFun];