Trace use scope macro instead of begin-end 74/286174/2
authorEunki Hong <eunkiki.hong@samsung.com>
Thu, 29 Dec 2022 15:47:14 +0000 (00:47 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Thu, 29 Dec 2022 15:53:17 +0000 (00:53 +0900)
Since we don't need to follow functions usecase,
use trace scope macro instead of begin-end

+

DALI_TRACE_FUNCTION can send tag as NULL
if ENABLE_DEBUG is not defined.
To avoid this case, let we nullcheck for trace tag.
(Note, trace-manager-impl-generic already consider NULL tag)

Change-Id: I55177bbcac344abde42d5afe7cc807114f027a39
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>

No differences found