projects
/
platform
/
core
/
api
/
media-controller.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d349343
)
Just change the color of log(enter & leave) to be same
96/197196/1
author
jiyong.min
<jiyong.min@samsung.com>
Wed, 19 Dec 2018 04:19:14 +0000
(13:19 +0900)
committer
hj kim
<backto.kim@samsung.com>
Thu, 10 Jan 2019 07:33:23 +0000
(07:33 +0000)
Change-Id: I54d2e46edfc89762bb84fb629b2b23359b6277fb
(cherry picked from commit
92e2a340d07afdad8b3ec4c90a75bd9beb6095a5
)
include/media_controller_private.h
patch
|
blob
|
history
diff --git
a/include/media_controller_private.h
b/include/media_controller_private.h
index 63da1343164141d2c8ba8a67a4c94d3f267d98e6..71919e017429759017db5f3a2b72a45f34044a3b 100755
(executable)
--- a/
include/media_controller_private.h
+++ b/
include/media_controller_private.h
@@
-82,7
+82,7
@@
extern "C" {
} while (0)
#define mc_debug_fleave() do { \
- LOGD(FONT_COLOR_
RESET"<Leave>"
); \
+ LOGD(FONT_COLOR_
YELLOW"<Leave>"FONT_COLOR_RESET
); \
} while (0)
#define mc_retm_if(expr, fmt, arg...) do { \