[M108 Migration][VD] Do not overwrite process title with symbolic link 52/289252/4
authorzhaosy <shiyusy.zhao@samsung.com>
Fri, 3 Mar 2023 07:40:04 +0000 (15:40 +0800)
committerBot Blink <blinkbot@samsung.com>
Mon, 6 Mar 2023 09:26:23 +0000 (09:26 +0000)
commit7502b56f4415794d4a61639dc5b8e3cc463d5a46
treeab795c05f446453d19b8d3ce7c3d1bd14e623dae
parenta21a93e46bd8951fcd15bf20c4b299af4d748d10
[M108 Migration][VD] Do not overwrite process title with symbolic link

In Chromium-efl, we exec from /usr/lib/chromium-efl/efl_webprocess.
Therefore, we don't need to overwrite process title with symbolic link
of /proc/self/exe.

Before this patch, /proc/[pid]/comm of browser app is 'launchpad-loader'.
After this patch, it will be 'browser'.

Reference patch:
https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/269598/

Change-Id: Ic24db12dd7b447042accbc4434aa6cb18585b80c
Signed-off-by: zhaosy <shiyusy.zhao@samsung.com>
content/common/set_process_title.cc