wenweiwei %!s(int64=3) %!d(string=hai) anos
pai
achega
f19c6c3e64

+ 1 - 0
BFFramework/Classes/EventTrack/ViewModel/PQEventTrackViewModel.swift

@@ -135,6 +135,7 @@ public class PQEventTrackViewModel: NSObject {
             if businessType != nil {
                 tempEventData["businessType"] = businessType?.rawValue
             }
+            tempEventData["pageSource"] = pageSource.rawValue
             // extParams
             var tempExtParams: [String: Any] = extParams ?? [:]
             if headVideoId != nil, (headVideoId?.count ?? 0) > 0 {

+ 1 - 0
BFFramework/Classes/PQGPUImage/Source/iOS/MovieOutput.swift

@@ -346,6 +346,7 @@ public class MovieOutput: ImageConsumer, AudioEncodingTarget {
 
             do {
                 try NSObject.catchException {
+                    // SanW - 奔溃 - 201.9.22 10:15
                     if !assetWriterAudioInput.append(sampleBuffer) {
                         debugPrint("WARNING: Trouble appending audio sample buffer: \(String(describing: self.assetWriter.error))")
                     }