mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Add LOG_SEVERITY_VERBOSE definition to enable VERBOSE log mode.
PiperOrigin-RevId: 471023073
This commit is contained in:
@@ -17,10 +17,14 @@
|
||||
#include "absl/strings/str_format.h"
|
||||
#include "connections/core.h"
|
||||
#include "internal/platform/bluetooth_utils.h"
|
||||
#include "internal/platform/logging.h"
|
||||
|
||||
namespace location::nearby::windows {
|
||||
|
||||
Core *InitCore(connections::ServiceControllerRouter *router) {
|
||||
#if defined(LOG_SEVERITY_VERBOSE)
|
||||
NEARBY_LOG_SET_SEVERITY(VERBOSE);
|
||||
#endif // LOG_SEVERITY_VERBOSE;
|
||||
return new nearby::connections::Core(router);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user