From: Kitae Kim Date: Wed, 20 Aug 2014 06:03:11 +0000 (+0900) Subject: debugch: fix logging problem when using DEBUGCH X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~620^2~13^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44e8913053587dffe5a50cf1e04dbafc05770e96;p=sdk%2Femulator%2Fqemu.git debugch: fix logging problem when using DEBUGCH 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 --- diff --git a/tizen/src/util/new_debug_ch.c b/tizen/src/util/new_debug_ch.c index c0f98efb17..cddb692849 100644 --- 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,