mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Profile: Log profile object path after construction.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include "internal/platform/implementation/linux/bluez.h"
|
||||
#include "internal/platform/implementation/linux/bluez_profile_glue.h"
|
||||
#include "internal/platform/implementation/linux/bluez_profile_manager_client_glue.h"
|
||||
#include "internal/platform/logging.h"
|
||||
|
||||
namespace nearby {
|
||||
namespace linux {
|
||||
@@ -36,6 +37,8 @@ public:
|
||||
: AdaptorInterfaces(system_bus, std::string(profile_object_path)),
|
||||
released_(false), devices_(devices) {
|
||||
registerAdaptor();
|
||||
NEARBY_LOGS(VERBOSE) << __func__ << ": Created a new BlueZ profile at :"
|
||||
<< getObjectPath();
|
||||
}
|
||||
~Profile() { unregisterAdaptor(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user