Change dlog tag as HAL_BACKEND_SENSOR 29/257529/1 tizen
authorYunmi Ha <yunmi.ha@samsung.com>
Tue, 27 Apr 2021 07:52:37 +0000 (16:52 +0900)
committerYunmi Ha <yunmi.ha@samsung.com>
Tue, 27 Apr 2021 07:52:37 +0000 (16:52 +0900)
Change-Id: I36bb6ec42b2a29f63a3dcd721dd0d3ca72d99b35
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
src/sensor_log.h

index ac9e8c2..d8db893 100644 (file)
@@ -27,7 +27,7 @@
 #ifdef LOG_TAG
        #undef LOG_TAG
 #endif
-#define LOG_TAG        "SENSOR"
+#define LOG_TAG        "HAL_BACKEND_SENSOR"
 
 #define LOG_DUMP(fp, fmt, arg...) do { if (fp) fprintf(fp, fmt, ##arg); else _E(fmt, ##arg); } while (0)