| 1778 | } |
| 1779 | |
| 1780 | void RemoteDebug::setNoFilter() { |
| 1781 | |
| 1782 | _filter = ""; |
| 1783 | _filterActive = false; |
| 1784 | |
| 1785 | debugPrintln("* Debug: Filter disabled"); |
| 1786 | |
| 1787 | } |
| 1788 | |
| 1789 | // Silence |
| 1790 |
nothing calls this directly
no outgoing calls
no test coverage detected