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

Commit de43a5b3 authored by Tianyu Jiang's avatar Tianyu Jiang
Browse files

Add log tag for bufferhub service

Fix: 119820885
Test: patch ag/5557446, run BufferHubBuffer_test,
then verify that there are log messages with
bufferhubservice tag and logs with bufferhub tag.

Change-Id: I76fa244ee2ca8b26850ca455caa988baba5ab5d5
parent 910c0aa1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
cc_library_shared {
    name: "libbufferhubservice",
    cflags: [
        "-DLOG_TAG=\"libbufferhubservice\"",
        "-Wall",
        "-Werror",
        "-Wextra",
@@ -71,6 +72,7 @@ cc_binary {
        "libutils",
    ],
    cflags: [
        "-DLOG_TAG=\"bufferhub\"",
        "-Wall",
        "-Werror",
        "-Wextra",