Don't look up pid/tid on YAGL_LOG_FUNC_SET 23/239723/2
authorLukasz Kostyra <l.kostyra@samsung.com>
Mon, 27 Jul 2020 17:12:23 +0000 (19:12 +0200)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 29 Jul 2020 08:06:39 +0000 (17:06 +0900)
commit4c30c9f55c7acda1758597289956be270897c6f6
tree38b999ca38fdc6a2474194a506d2941544c65396
parentfe5999a4ffd39e6215c46d8e0dc5bc3258fd5cc5
Don't look up pid/tid on YAGL_LOG_FUNC_SET

YAGL_LOG_FUNC_SET looks into cur_ts global variable to read current
PID/TID. Unforutnately on multithreaded app scenarios, this can cause
a segmentation failure so was temporarily removed.

Change-Id: I253c9e38545b98d47dcdcd485966c5a838145ffb
Signed-off-by: Lukasz Kostyra <l.kostyra@samsung.com>
[cw00.choi: Apply it from tizen branch by using cherry-pick git command]
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
hw/yagl/yagl_log.h