OSDN Git Service

Unify log tag for shim layer
authorChris Manton <cmanton@google.com>
Fri, 25 Oct 2019 19:44:56 +0000 (12:44 -0700)
committerChris Manton <cmanton@google.com>
Fri, 25 Oct 2019 19:44:56 +0000 (12:44 -0700)
Bug: 140421729
Test: Compiles
Change-Id: I7809e11273a38aa260881faf6fd10246b78a9d6d

gd/shim/connectability.cc
gd/shim/controller.cc
gd/shim/discoverability.cc
main/shim/controller.cc
main/shim/hci_layer.cc

index e759e6d..2b779fd 100644 (file)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#define LOG_TAG "gd_shim"
+#define LOG_TAG "bt_gd_shim"
 
 #include <memory>
 
index 465ce2b..6b82bb6 100644 (file)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#define LOG_TAG "gd_shim"
+#define LOG_TAG "bt_gd_shim"
 
 #include <memory>
 
index 12f9fff..5754882 100644 (file)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#define LOG_TAG "gd_shim"
+#define LOG_TAG "bt_gd_shim"
 
 #include <memory>
 
index a761e2d..284d360 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define LOG_TAG "bt_gd_controller"
+#define LOG_TAG "bt_shim_controller"
 
 #include "main/shim/controller.h"
 #include "btcore/include/module.h"
index 8c0492b..ba21cae 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define LOG_TAG "bt_gd_hci"
+#define LOG_TAG "bt_shim_hci"
 
 #include <base/bind.h>
 #include <frameworks/base/core/proto/android/bluetooth/hci/enums.pb.h>