Add default tag to secure_log
authorJihoon Chung <jihoon.chung@samsaung.com>
Mon, 22 Jul 2013 06:13:23 +0000 (15:13 +0900)
committerJihoon Chung <jihoon.chung@samsaung.com>
Mon, 5 Aug 2013 14:04:02 +0000 (23:04 +0900)
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Add default define for LOG_TAG
[SCMRequest] N/A

Change-Id: I46138fa430f1a0e63906e1506563fff4ae546c81

modules/log/include/dpl/log/secure_log.h

index 9d5fb43..d8a0750 100644 (file)
 #define COLOR_END     "\e[0m"
 #define COLOR_TAG     "\e[0m"
 
+// default TAG
+#undef LOG_TAG
+#define LOG_TAG "WRT_UNDEFINED"
+
 #ifdef WRT_LOG
 #undef LOG_TAG
 #define LOG_TAG "WRT"