mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add extra logs for custom serial Bluetooth implementation
This patch increases the verbosity level for QtBluetooth API and add some extra logs for custom serial Bluetooth open method. The scope of this patch is only for testing. Signed-off-by: Claudiu Olteanu <olteanu.claudiu@ymail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
198cc41959
commit
14e071e8d8
2 changed files with 8 additions and 1 deletions
3
main.cpp
3
main.cpp
|
@ -15,6 +15,7 @@
|
|||
|
||||
#include <QStringList>
|
||||
#include <QApplication>
|
||||
#include <QLoggingCategory>
|
||||
#include <git2.h>
|
||||
|
||||
QTranslator *qtTranslator, *ssrfTranslator;
|
||||
|
@ -23,7 +24,7 @@ int main(int argc, char **argv)
|
|||
{
|
||||
int i;
|
||||
bool no_filenames = true;
|
||||
|
||||
QLoggingCategory::setFilterRules(QStringLiteral("qt.bluetooth* = true"));
|
||||
QApplication *application = new QApplication(argc, argv);
|
||||
QStringList files;
|
||||
QStringList importedFiles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue