projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3f01b2
)
debugch: fix logging problem when using DEBUGCH
71/27471/1
author
Kitae Kim
<kt920.kim@samsung.com>
Wed, 20 Aug 2014 06:03:11 +0000
(15:03 +0900)
committer
SeokYeon Hwang
<syeon.hwang@samsung.com>
Fri, 12 Sep 2014 10:14:52 +0000
(19:14 +0900)
nb_debug_options value should not be 0 when using DEBUGCH feature.
However, it was set into 0 again even though the value was increased.
Change-Id: I74c4f80efa53d736bd67a587c016bb206c4a2095
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
tizen/src/util/new_debug_ch.c
patch
|
blob
|
history
diff --git
a/tizen/src/util/new_debug_ch.c
b/tizen/src/util/new_debug_ch.c
index c0f98efb173ec0bed45e7fa1a3b008248a17edd1..cddb6928493764feaa95bd764d36cdc1ab3e5510 100644
(file)
--- a/
tizen/src/util/new_debug_ch.c
+++ b/
tizen/src/util/new_debug_ch.c
@@
-282,7
+282,6
@@
static void debug_init(void)
return;
}
}
- nb_debug_options = 0;
}
int dbg_log(enum _debug_class cls, struct _debug_channel *channel,