소스 검색

导出时间 LOG

jsonwang 3 년 전
부모
커밋
14eab4d1dd
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      BFFramework/Classes/Stuckpoint/Controller/PQStuckPointPublicController.swift

+ 2 - 1
BFFramework/Classes/Stuckpoint/Controller/PQStuckPointPublicController.swift

@@ -691,7 +691,8 @@ extension PQStuckPointPublicController {
             if !(self?.isExportSuccess ?? false) {
                 self?.isExportSuccess = true
                 self?.exportEndDate = Date().timeIntervalSince1970
-                BFLog(message: "视频导出完成-开始去发布视频")
+                BFLog(message: "视频导出完成-开始去发布视频 总时长为\( (self?.exportEndDate ?? 0) - (self?.startExportDate ?? 0) * 1000)")
+                
                 self?.exportLocalURL = url
                 /// fp2-1-1 - 请求权限
 //                self?.authorizationStatus()