Reduce length of thread name 69/268969/2 accepted/tizen/unified/20220107.120842 submit/tizen/20220106.070305
authorJeongmo Yang <jm80.yang@samsung.com>
Wed, 5 Jan 2022 10:51:36 +0000 (19:51 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Thu, 6 Jan 2022 03:40:25 +0000 (12:40 +0900)
commit2bd1ae9ff63999a8016d068cef4ee00a36d82c7a
tree81a28ad069e4fbe3413213e5fc95ac1de453020a
parent2ba8010dcef96aa93d81022f8c27385ac07d401e
Reduce length of thread name

- According to glib manual, some systems restrict the length of thread name to 16 bytes.
  Previously, the thread name for camera API was not shown properly(checked by "ps -eTl"),
  and it has been fixed by reducing length of thread name.

[Version] 0.4.70
[Issue Type] Update

Change-Id: Ic79ff1719afe1a145db793463139e240b2bf397c
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
packaging/capi-media-camera.spec
src/camera.c