[WRTjs][Service] Add debug log for refineFilesystemApis 91/318291/2
authorChunling Ye <chunling.ye@samsung.com>
Wed, 15 Jan 2025 06:27:25 +0000 (14:27 +0800)
committerye 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

index 30c7ca095cb96e42cf5284571bf17d3e16de733f..241394fb6ab161a68c302f5a5593ac229cbe7973 100644 (file)
@@ -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) {