future 1 year ago
parent
commit
c562321714
1 changed files with 2 additions and 2 deletions
  1. 2 2
      assets/script/sdkUtil.ts

+ 2 - 2
assets/script/sdkUtil.ts

@@ -244,10 +244,10 @@ export class SdkUtil {
         this.tt_gameRecorder.start({duration: this.tt_totalRecord})
         this.tt_gameRecorder.start({duration: this.tt_totalRecord})
         this.tt_gameRecorder.onStart(()=> {
         this.tt_gameRecorder.onStart(()=> {
             this.tt_isRecording = true
             this.tt_isRecording = true
-            console.log('GameRecorder onStart onStart onStart')
+            // console.log('GameRecorder onStart onStart onStart')
         })
         })
         this.tt_gameRecorder.onStop((res)=> {
         this.tt_gameRecorder.onStop((res)=> {
-            console.log('GameRecorder onStop onStop onStop=',res)
+            // console.log('GameRecorder onStop onStop onStop=',res)
             this.tt_isRecording = false
             this.tt_isRecording = false
             this.tt_recordVideoPath = res.videoPath
             this.tt_recordVideoPath = res.videoPath
         })
         })