WIP debug logging over TCP

This commit is contained in:
Kevin Hester
2021-08-18 09:25:17 -07:00
parent 2fd74d8f47
commit eaa15076cd
7 changed files with 30 additions and 13 deletions

View File

@@ -68,7 +68,7 @@ class StreamAPI : public PhoneAPI, protected concurrency::OSThread
void emitRebooted();
virtual void onConnectionChanged(bool connected);
/// Check the current underlying physical link to see if the client is currently connected
virtual bool checkIsConnected() = 0;