Fix for zygote crash during browser launch 71/302571/4
authoruzair <uzair.jaleel@samsung.com>
Fri, 8 Dec 2023 11:51:38 +0000 (17:21 +0530)
committeruzair <uzair.jaleel@samsung.com>
Mon, 11 Dec 2023 11:53:40 +0000 (17:23 +0530)
commitdcbb2425d99a0c6093732040d4abadf2ddf19a49
tree3fcf5bbbda9de5f6c732b3802b5225c11fd926c8
parent760b4172824a5f367cc76562444772e1607ded45
Fix for zygote crash during browser launch

Zygote process was crashing  as its launch path overiding api
from efl port failed. Hence below change adds needed CHECK
macro and partially reverts [1] as CreateDirectory api call
failed in earlier version of tizen as well due to platform specific
"ISDIR" call failure.

[1]https://chromium-review.googlesource.com/c/chromium/src/+/4685555

Change-Id: I0a69511728fdf2d75dd0b44188e5fa8817e1d0b6
Signed-off-by: uzair <uzair.jaleel@samsung.com>
base/path_service.cc
tizen_src/ewk/efl_integration/content_main_delegate_efl.cc