Searched refs:longTraceList (Results 1 – 1 of 1) sorted by relevance
107 private longTraceList: Array<string> = []; property in SpRecordTrace1111 for (let fileIndex = 0; fileIndex < this.longTraceList.length; fileIndex++) {1112 let traceFileName = this.longTraceList[fileIndex];1128 for (let fileIndex = 0; fileIndex < this.longTraceList.length; fileIndex++) {1129 if (this.longTraceList[fileIndex] !== '') {1131 this.longTraceList[fileIndex].toLowerCase().includes(type.toLowerCase())1139 this.longTraceList[fileIndex].substring(1140 this.longTraceList[fileIndex].lastIndexOf('_') + 1,1141 this.longTraceList[fileIndex].lastIndexOf('.')1147 this.recordSetting!.longOutPath + this.longTraceList[fileIndex],[all …]