RemoteLinux: Re-enable categorized logging for shell access

Task-number: QTCREATORBUG-28242
Change-Id: Iea56465576ade76b92948766c94e458d45e81191
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2022-10-07 13:56:02 +02:00
parent e0d81084a9
commit 90de29d530

View File

@@ -54,11 +54,8 @@ const QByteArray s_pidMarker = "__qtc";
const char Delimiter0[] = "x--"; const char Delimiter0[] = "x--";
const char Delimiter1[] = "---"; const char Delimiter1[] = "---";
//static Q_LOGGING_CATEGORY(linuxDeviceLog, "qtc.remotelinux.device", QtWarningMsg); static Q_LOGGING_CATEGORY(linuxDeviceLog, "qtc.remotelinux.device", QtWarningMsg);
//#define LOG(x) qCDebug(linuxDeviceLog) << x << '\n' #define DEBUG(x) qCDebug(linuxDeviceLog) << x << '\n'
//#define DEBUG(x) qDebug() << x;
//#define DEBUG(x) LOG(x)
#define DEBUG(x)
class SshSharedConnection : public QObject class SshSharedConnection : public QObject
{ {