Skip to content

Commit

Permalink
Keep the bluetooth logging enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jefdriesen committed Jul 14, 2024
1 parent e41f83b commit d1af7f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/qt-ble.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -709,10 +709,12 @@ dc_status_t qt_ble_close(void *io)
}
static void checkThreshold()
{
#if 0
if (++debugCounter == DEBUG_THRESHOLD) {
QLoggingCategory::setFilterRules(QStringLiteral("qt.bluetooth* = false"));
report_info("turning off further BT debug output");
}
#endif
}

/*
Expand Down

0 comments on commit d1af7f5

Please sign in to comment.