projects
/
platform
/
hal
/
backend
/
tw3
/
sensor-tw3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
623cfef
)
Change dlog tag as HAL_BACKEND_SENSOR
author
Yunmi Ha
<yunmi.ha@samsung.com>
Tue, 27 Apr 2021 07:48:28 +0000
(16:48 +0900)
committer
Yunmi Ha
<yunmi.ha@samsung.com>
Tue, 27 Apr 2021 07:48:28 +0000
(16:48 +0900)
Change-Id: Id1c132052bdd5b504f97b4b2c3a212d489dd726b
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
src/sensor_log.h
patch
|
blob
|
history
diff --git
a/src/sensor_log.h
b/src/sensor_log.h
index d30e2107c1364439591cb2b50f9b0e5533fe23e2..5cf12054a3078cbf18ca194f90c36fbbe0fc647e 100644
(file)
--- a/
src/sensor_log.h
+++ b/
src/sensor_log.h
@@
-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)