|
@@ -244,10 +244,10 @@ export class SdkUtil {
|
|
|
this.tt_gameRecorder.start({duration: this.tt_totalRecord})
|
|
|
this.tt_gameRecorder.onStart(()=> {
|
|
|
this.tt_isRecording = true
|
|
|
- console.log('GameRecorder onStart onStart onStart')
|
|
|
+ // console.log('GameRecorder onStart onStart onStart')
|
|
|
})
|
|
|
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_recordVideoPath = res.videoPath
|
|
|
})
|