| 
					
				 | 
			
			
				@@ -22,8 +22,6 @@ public enum ExportError: Int { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     case DiskNoSpace = -31006 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-let testFor = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 public class BFRecordExport { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public var progress: ((Float) -> Void)? 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public var exportCompletion: ((Error?, URL?) -> Void)? 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -398,7 +396,7 @@ public class BFRecordExport { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     let exportEndTime = Date().timeIntervalSince1970 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     BFLog(1, message: "生成视频时长为:\(outSeconds) 总用时:\(exportEndTime - tempBeginExport)") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    if testFor { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    if(PQENVUtil.shared.channel == "Development"){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         cShowHUB(superView: nil, msg: (outSeconds == 0) ? "合成失败请重试。" : String(format: "总用时: %.2f", exportEndTime - tempBeginExport)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |