When clear dead mount logic is executed, an app is launched,
then smack label is changed to app's label, then smack happen.
To avoid this smack issue, move clear dead mount logic to
main process.
Change-Id: Ibed971663998d4d7e2a0414f10419f30673e40bf
Signed-off-by: liwei <wei90727.li@samsung.com>
native_runtime_tv.PreloadFMS();
native_runtime_tv.SubscribePowerState();
native_runtime_tv.SetLocaleDir();
- native_runtime_tv.ClearDeadMount();
}
} // namespace
InputDeviceManager::GetInstance()->PreInitialize(win);
SetPriorityAsIdle();
+ auto& native_runtime_tv = NativeWebRuntimeDelegateTV::GetInstance();
+ native_runtime_tv.ClearDeadMount();
+
if (base::PathExists(base::FilePath("/etc/debug"))) {
monitoring_timer.Start(
FROM_HERE, base::TimeDelta::FromSeconds(30), this,