From b5e0afda377e59eaa76d4437c8cba1f32f90dd1f Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Thu, 25 Jul 2019 16:46:41 +0900 Subject: [PATCH] Update LOG_TAG for heap_tracer Change-Id: I129800ce94a4d0160c8c540f0dd8b1f02e516176 --- plugins/wakeup-manager/src/heap_tracer.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/wakeup-manager/src/heap_tracer.cpp b/plugins/wakeup-manager/src/heap_tracer.cpp index 8d7b13d..317f670 100644 --- a/plugins/wakeup-manager/src/heap_tracer.cpp +++ b/plugins/wakeup-manager/src/heap_tracer.cpp @@ -5,7 +5,10 @@ #include -#define LOG_TAG "heap_tracer" +#ifdef LOG_TAG +#undef LOG_TAG +#endif +#define LOG_TAG "ma_heap_tracer" static HeapTracer _tracer; -- 2.34.1