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

Commit 869c6d0e authored by TianyuJiang's avatar TianyuJiang
Browse files

Move log tag definition from Android.bp to cpp file.

Test: mma in tests directory
Bug: None

Change-Id: I72ced837614e84b80f111b41712a7f10b49dff3a
parent 5eb3d315
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -67,7 +67,6 @@ cc_test {
        "libnativewindow",
    ],
    cflags: [
        "-DLOG_TAG=\"dvr_buffer_queue-test\"",
        "-DTRACE=0",
        "-O0",
        "-g",
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@
#include <array>
#include <unordered_map>

#define LOG_TAG "dvr_buffer_queue-test"

#ifndef ALOGD
#define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
#endif