forked from qt-creator/qt-creator
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:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user