[M108 Migration][WRTjs][VD] Optimize the policy of clear dead mount point 45/289645/3
authorzhaosy <shiyusy.zhao@samsung.com>
Mon, 13 Mar 2023 03:03:23 +0000 (11:03 +0800)
committerBot Blink <blinkbot@samsung.com>
Mon, 13 Mar 2023 05:16:48 +0000 (05:16 +0000)
commit8f11d3f21ef1bcb724c0a04439270eb9a796fe7e
treeed7083854b74637e7c523044efc3ebd3fef970d0
parent782974a95d412fa0f5d9a4f41167b7d865e22b6b
[M108 Migration][WRTjs][VD] Optimize the policy of clear dead mount point

1. The init value of "rtc/memory/WebApp/wrtloadercount" is -1;
and not all loop device is used by wrt, so define the timing
of checking dead mount is 6.

2. Not check mount path is exist or not, bcz WRT move this logic
to app process, if we check it, smack issue will happen.

Reference:
https://review.tizen.org/gerrit/288695/

Change-Id: Ia87b67a59553cc8a8cebe143f3b02849171d4a79
Signed-off-by: zhaosy <shiyusy.zhao@samsung.com>
wrt/src/browser/tv/mounter.cc
wrt/src/browser/tv/native_web_runtime_delegate_tv.cc