thread-mainloop: add more logs for thread termination and thread join 75/196175/2 accepted/tizen_5.0_unified accepted/tizen/5.0/unified/20190114.060105 submit/tizen_5.0/20190109.095737 submit/tizen_5.0/20190111.020025
authorSeungbae Shin <seungbae.shin@samsung.com>
Mon, 24 Dec 2018 11:08:44 +0000 (20:08 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Wed, 26 Dec 2018 03:47:35 +0000 (12:47 +0900)
commit92021421a4ac8855bc46f036ab5c618b177a8df7
tree0a11ff6816403933fedb8e384d371234af59ded4
parent33cb802e058a6543cb500df6cedf9bbd5ab215ae
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