thread-mainloop: add more logs for thread termination and thread join 81/197081/1 submit/tizen/20190118.030701
authorSeungbae Shin <seungbae.shin@samsung.com>
Mon, 24 Dec 2018 11:08:44 +0000 (20:08 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Wed, 9 Jan 2019 09:58:57 +0000 (18:58 +0900)
commitc3aa49c979f86d3c8548bd4e1006e1dde230817d
treeebba26702f7e743d3b3095966e7adb285f71bcd0
parentaef99a5cfbd603bdab98f967c623e706fb3d40bb
thread-mainloop: add more logs for thread termination and thread join

Sometimes thread is still running after stop function is called,
which causes crash when dispatching event after that.
We have no idea whether thread join is done completely or not because of log absent,
added logs will be used for further debugging when it is reproduced.

[Version] 11.1-55
[Issue Type] Debugging

Change-Id: I490ae650a675d3302f472a068814954b69e8ac6c
packaging/pulseaudio.spec
src/pulse/thread-mainloop.c