gemercheung преди 3 години
родител
ревизия
a6a7fa850d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/scene/stream/stream.service.ts

+ 1 - 1
src/scene/stream/stream.service.ts

@@ -188,7 +188,7 @@ export class StreamService {
           const stop = performance.now();
           const inMillSeconds = stop - start;
           const rounded = Number(inMillSeconds).toFixed(3);
-          console.log(`[timer]-当前流:${src}流耗时-->${rounded}ms`);
+          console.log(`[timer]-当前流:${stream.clipPath}流耗时-->${rounded}ms`);
           if (this.onSteaming.value) {
             this.onSteaming.next(false);
           }