Skip to content

Commit

Permalink
add more debugging from qt internals
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
  • Loading branch information
mgallien committed Jun 17, 2022
1 parent 03ec9bc commit 0daeb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsync/logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ void Logger::setLogFlush(bool flush)

void Logger::setLogDebug(bool debug)
{
const QSet<QString> rules = {debug ? QStringLiteral("nextcloud.*.debug=true") : QString()};
const QSet<QString> rules = {debug ? QStringLiteral("nextcloud.*.debug=true") : QString(), QStringLiteral("qt.scenegraph.*=true"), QStringLiteral("qt.qpa.gl=true")};
if (debug) {
addLogRule(rules);
} else {
Expand Down

0 comments on commit 0daeb60

Please sign in to comment.