e_info_server: change from eina_stringshare to char array as client title 16/239216/2 accepted/tizen/unified/20200727.132016 submit/tizen/20200727.024738
authorJunseok, Kim <juns.kim@samsung.com>
Wed, 22 Jul 2020 12:58:30 +0000 (21:58 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Thu, 23 Jul 2020 03:33:34 +0000 (03:33 +0000)
commit120a9549ea8a375121d19b8b5b041309c8637af9
tree1dc7351106e8b9c3b818376930e8ea3ccd3cc83f
parentca82f24ba3ec6006a7112b73cc5118d7f69f9e71
e_info_server: change from eina_stringshare to char array as client title

use topvwins when there're long name window, can cause E20 crash.
It seems that issue caused by sending eina_stringshare via eldbus, so replace eina_stringshare to char array as hotfix.

+ minor fix: the maximum layer name is 34 (noti_normal), so added more buffer for layer_name.

Change-Id: I07dcf5f56937f4c3178ba25a2ffd55003ebfd1ec
Signed-off-by: Junseok, Kim <juns.kim@samsung.com>
src/bin/e_info_server.c