瀏覽代碼

修改 lOG

jsonwang 3 年之前
父節點
當前提交
ee4922f97a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BFFramework/Classes/Stuckpoint/View/PQStuckPointCuttingView.swift

+ 1 - 1
BFFramework/Classes/Stuckpoint/View/PQStuckPointCuttingView.swift

@@ -293,7 +293,7 @@ class PQStuckPointCuttingView: UIView {
     func updateProgress(progress: CGFloat) {
         
         if(progress <= 0 || lineLayerArray.count == 0 || progress.isNaN){
-            BFLog(message: "progress is error ")
+            BFLog(message: "progress is error \(progress) lineLayerArray \(lineLayerArray)")
             return
         }