projects
/
platform
/
framework
/
web
/
wrtjs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf16d9b
)
[WRTjs][Service] Add debug log for refineFilesystemApis
91/318291/2
author
Chunling Ye
<chunling.ye@samsung.com>
Wed, 15 Jan 2025 06:27:25 +0000
(14:27 +0800)
committer
ye chuanling
<chunling.ye@samsung.com>
Wed, 15 Jan 2025 06:33:35 +0000
(06:33 +0000)
Change-Id: I6b786aa5da0d21a194af58fbe5bc860fdf18be9a
Signed-off-by: Chunling Ye <chunling.ye@samsung.com>
wrt_app/service/device_api_router.ts
patch
|
blob
|
history
diff --git
a/wrt_app/service/device_api_router.ts
b/wrt_app/service/device_api_router.ts
index 30c7ca095cb96e42cf5284571bf17d3e16de733f..241394fb6ab161a68c302f5a5593ac229cbe7973 100644
(file)
--- a/
wrt_app/service/device_api_router.ts
+++ b/
wrt_app/service/device_api_router.ts
@@
-410,6
+410,7
@@
export class DeviceAPIRouter {
let virtualPath = ['wgt-private', 'wgt-private-tmp', 'wgt-package'];
virtualPath.forEach(name => {
let realPath = wrt.resolveVirtualRoot(this.id, name);
+ console.debug(`Routing - refineFilesystemApis() : ${realPath}`);
global.tizen.filesystem.setVirtualPath(name, realPath, 'INTERVAL', 'MOUNTED');
});
} catch (e) {