OSDN Git Service

Set default tag to 'bluetooth'
authorChris Manton <cmanton@google.com>
Sat, 12 Sep 2020 23:26:35 +0000 (16:26 -0700)
committerChris Manton <cmanton@google.com>
Thu, 17 Sep 2020 15:00:02 +0000 (08:00 -0700)
Towards loggable code

Bug: 163134718
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: I65fbd9338482300e176e5afbd904a34e363e92bb

gd/os/log.h

index c3d4c7d..4c97d05 100644 (file)
@@ -21,7 +21,7 @@
 #include <cstdlib>
 
 #ifndef LOG_TAG
-#define LOG_TAG "bt"
+#define LOG_TAG "bluetooth"
 #endif
 
 #if defined(OS_ANDROID)