(String message)
| 92 | } |
| 93 | |
| 94 | private void error(String message) { |
| 95 | this.errorMessage = message; |
| 96 | this.errorTicks = 50; |
| 97 | } |
| 98 | |
| 99 | private void startRecording() { |
| 100 | if (recording || recordingStarted != 0) |
no outgoing calls
no test coverage detected