From 2274719da5e5cade5dcfc8838d7b65bc04099da9 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Thu, 6 Apr 2017 13:29:15 +0200 Subject: Add Logging category provisioning to heartrate-server example Change-Id: Id0d50632e27742ff3f0abaf752d109eeba72ad98 Reviewed-by: Oliver Wolff --- examples/bluetooth/heartrate-server/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/bluetooth') diff --git a/examples/bluetooth/heartrate-server/main.cpp b/examples/bluetooth/heartrate-server/main.cpp index 779dbb6a..5822831c 100644 --- a/examples/bluetooth/heartrate-server/main.cpp +++ b/examples/bluetooth/heartrate-server/main.cpp @@ -49,11 +49,13 @@ #include #include #include +#include #include #include int main(int argc, char *argv[]) { + //QLoggingCategory::setFilterRules(QStringLiteral("qt.bluetooth* = true")); QCoreApplication app(argc, argv); //! [Advertising Data] -- cgit v1.2.3