(response: DebugProtocol.Response, args: any)
| 1608 | } |
| 1609 | |
| 1610 | protected async resetDevice(response: DebugProtocol.Response, args: any) { |
| 1611 | try { |
| 1612 | await this.restartRequest(response, args); |
| 1613 | } |
| 1614 | catch (e) {} |
| 1615 | } |
| 1616 | |
| 1617 | protected timeStart = Date.now(); |
| 1618 | protected wrapTimeStamp(str: string): string { |
no test coverage detected