Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20f2e138 authored by Chris Manton's avatar Chris Manton
Browse files

Unify log tag for shim layer

Bug: 140421729
Test: Compiles
Change-Id: I7809e11273a38aa260881faf6fd10246b78a9d6d
parent e5307a1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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>