From 9e5fa3da03f87d2e913f5f22f0af3adedacc23aa Mon Sep 17 00:00:00 2001 From: XuqmGroup Date: Tue, 28 Apr 2026 22:32:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(chat):=20=E6=B7=BB=E5=8A=A0=E8=81=8A?= =?UTF-8?q?=E5=A4=A9=E7=95=8C=E9=9D=A2=E8=A7=86=E5=9B=BE=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E5=92=8C=E8=81=94=E7=B3=BB=E4=BA=BA=E7=AE=A1=E7=90=86=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 实现 ChatViewModel 处理消息收发、历史记录加载和状态管理 - 添加消息搜索、草稿保存、引用回复等功能 - 实现多媒体附件发送包括图片、视频、音频和文件 - 添加群组提及用户功能和消息撤回机制 - 实现联系人管理功能包括好友搜索、添加、删除和黑名单管理 - 添加好友请求处理和实时消息监听 - 实现会话列表管理包含未读消息统计和实时更新 - 集成 IM SDK 的连接状态管理和事件监听 - 添加消息状态跟踪和超时处理机制 - 实现数据缓存机制优化用户体验 --- .hvigor/cache/file-cache.json | 2 +- .hvigor/cache/task-cache.json | 2 +- .hvigor/outputs/logs/details/details.json | 41 +- .hvigor/report/report-202604281902322490.json | 4456 ------ .hvigor/report/report-202604281903299320.json | 4621 ------ ...80.json => report-202604282116266290.json} | 4138 ++--- ...10.json => report-202604282116427370.json} | 8768 +++++----- .hvigor/report/report-202604282216222850.json | 13251 +++++++++++++++ .hvigor/report/report-202604282219058310.json | 13287 ++++++++++++++++ ...70.json => report-202604282229113860.json} | 9469 +++++------ xuqm-sdk/src/main/ets/im/ImClient.ets | 64 +- 11 files changed, 37732 insertions(+), 20367 deletions(-) delete mode 100644 .hvigor/report/report-202604281902322490.json delete mode 100644 .hvigor/report/report-202604281903299320.json rename .hvigor/report/{report-202604281917275180.json => report-202604282116266290.json} (65%) rename .hvigor/report/{report-202604281902448810.json => report-202604282116427370.json} (62%) create mode 100644 .hvigor/report/report-202604282216222850.json create mode 100644 .hvigor/report/report-202604282219058310.json rename .hvigor/report/{report-202604281903494370.json => report-202604282229113860.json} (58%) diff --git a/.hvigor/cache/file-cache.json b/.hvigor/cache/file-cache.json index ea6cac9..380339b 100644 --- a/.hvigor/cache/file-cache.json +++ b/.hvigor/cache/file-cache.json @@ -1 +1 @@ -{"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5":{"hashValue":"93abaa7167cb4f7156939cf7fc2fe27ec07fa7ad6cb1b051fe9505237492efab","name":"app.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":217,"lastModifiedTime":1777374141202}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5":{"hashValue":"45f0792f900f0b774c2d78199d68f493e806157a6b838cb91b6c35e5708405a1","name":"module.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":967,"lastModifiedTime":1776767622140}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5":{"hashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1","name":"build-profile.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":794,"lastModifiedTime":1777374223446}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build-profile.json5":{"hashValue":"637eb00fec419bbf9cc3531c0bd5dfabc002588e06b17e5b48f7889c647ec6af","name":"build-profile.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build-profile.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":122,"lastModifiedTime":1776767577301}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/profile/main_pages.json":{"hashValue":"d8f650290152b2a3b4f832a0c8743ad3bdf5484110a7ed2e288a5fd14b1251cd","name":"main_pages.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":29,"lastModifiedTime":1776767625810}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigor/hvigor-config.json5":{"hashValue":"d23916aa724b4d8c931cc359160909580acef6ac7906edb118fe5b86ae3d6734","name":"hvigor-config.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigor/hvigor-config.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":303,"lastModifiedTime":1777374157693}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/oh-package.json5":{"hashValue":"dc5ab13285deddac685e9bccf21c9e6dc8c779ae156162d21d58c2c507609fed","name":"oh-package.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/oh-package.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":198,"lastModifiedTime":1776767573113}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5":{"hashValue":"be4d9035ca8fe1dc36496464660318ffe4a96e78c4ddd65001173b3b831b38bd","name":"oh-package.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":186,"lastModifiedTime":1777374075084}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/hap_metadata/default/output_metadata.json":{"hashValue":"07f2d503b94e7a50baef40c63a15593330da0ded0049d15b7fdc391d6cbb57fb","name":"output_metadata.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/hap_metadata/default/output_metadata.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":93,"lastModifiedTime":1777374165502}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/merge_profile/default/module.json":{"hashValue":"fb3aba78bc394efe68b62999e3417b79754c1e6e88e2e5259e92231155959b5d","name":"module.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/merge_profile/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1457,"lastModifiedTime":1777374230126}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets":{"hashValue":"aff68ef38ae68e93b20a42a36f890e814d6a34ab91e86b74d5773563f091b9bd","name":"BuildProfile.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":868,"lastModifiedTime":1777374230124}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json":{"hashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9","name":"pkgContextInfo.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":300,"lastModifiedTime":1777374230108}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/pack.info":{"hashValue":"f4d4ba848be93b38d82b3d8135215efd5e8a8b41ae564e103e06beb0e89a1177","name":"pack.info","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/pack.info","type":"file","isSymbolicLink":false,"fileMetaData":{"size":564,"lastModifiedTime":1777374230133}},"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/syscap_tool":{"hashValue":"b958209a3ec5cc7742a4a2b445cdac4238c26a5369352d0f25b7e05a7a3d450b","name":"syscap_tool","path":"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/syscap_tool","type":"file","isSymbolicLink":false,"fileMetaData":{"size":439328,"lastModifiedTime":1773892871000}},"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define":{"hashValue":"a8d85f0f9fc7442385b54f1d37db5a12d988988dbff9086e5548e2cdfd017fe3","name":"device-define","path":"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"a78d351581e52c5d4eee45bacf298b776f7f4632b347596c2df0d22d2076235e","name":"2in1.json","path":"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define/2in1.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":12033,"lastModifiedTime":978278400000}},{"hashValue":"25adf8de259a0697fa865c5d488b853a7f6f9b8d8530eeb4a9c6cf641eb0e571","name":"default.json","path":"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define/default.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":12495,"lastModifiedTime":978278400000}},{"hashValue":"8b2969b776cec08042376cceca02b0c22d8672829b2a2c99285784aa188c7bd2","name":"liteWearable.json","path":"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define/liteWearable.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":882,"lastModifiedTime":978278400000}},{"hashValue":"f6b210a26e1c2cfd10b94e70d19ad53ba6bcde382b911fd0d6b1dc489a3a1c9a","name":"tablet.json","path":"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define/tablet.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":12122,"lastModifiedTime":978278400000}},{"hashValue":"ba1c49c557ea06b24932fab8d5808e275896c5646ce7d6e4bd132178ea2e34f0","name":"tv.json","path":"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define/tv.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":9819,"lastModifiedTime":978278400000}},{"hashValue":"86b7cd5834f252504f02d2444743aafe2e77bc1a38260b2a6b65a33db690302f","name":"wearable.json","path":"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define/wearable.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":10521,"lastModifiedTime":978278400000}}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/process_profile/default/module.json":{"hashValue":"dc3a6a264754cd1cb21944583e42581cf809f2dcb84cc9007b3e309208e94874","name":"module.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/process_profile/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1543,"lastModifiedTime":1777374230175}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/temp-router-map.json":{"hashValue":"bdb98c33482c72055b71c5b95ba8bbcbfa7bc55784abec2c620d508a5b5526f2","name":"temp-router-map.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/temp-router-map.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":16,"lastModifiedTime":1777374230121}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/loader-router-map.json":{"hashValue":"c4fe93460f3d43bf4013c337a0e8af3878fb533f6bfb21bcfe557300762ea109","name":"loader-router-map.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/loader-router-map.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":16,"lastModifiedTime":1777374230121}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/share_config/default/temp-share-config.json":{"hashValue":"aed98b36b6d5b208231e5d5453f4fce93e907ea4d227c84bc921ee7773d2e0ba","name":"temp-share-config.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/share_config/default/temp-share-config.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":27,"lastModifiedTime":1777374230122}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resConfig.json":{"hashValue":"95068df3ab6f1a1a62b5bea41be79f5b2b4ea75c8db41a1d5bf05075ad001045","name":"resConfig.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resConfig.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1096,"lastModifiedTime":1777374230181}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/opt-compression.json":{"hashValue":"a5e01f349ffc5d480fc56e56cea4df0fdcf98b2ee91a46909b7421b96f38c00b","name":"opt-compression.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/opt-compression.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":189,"lastModifiedTime":1777374230181}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/loader.json":{"hashValue":"f6850188cdb425425bc140de4fde4f75089bf9a11080ded55b835720edeb9d8e","name":"loader.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/loader.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":943,"lastModifiedTime":1777374230130}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/libs/default":{"hashValue":"","name":"default","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/libs/default","type":"directory","isSymbolicLink":false,"children":[]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources":{"hashValue":"d8710f0fec6df6ca625d0eb1544d988243a8cc79ff8be0e59ed7ba3212d22db5","name":"resources","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"397d8e3a0ddc67cc1a4b61dcc8e745059b17fd2ae1b33952d584bfe04de49a23","name":"base","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"503cfe2c5e75fb7e9df7b2caaa23a1a4bc35dded8319d116dd1f27450bdadc46","name":"element","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e6efb470bc1d458305230b6094740fbe89ac5e08a68fe1c931bd812911d33160","name":"color.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/element/color.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":83,"lastModifiedTime":1776767632419}},{"hashValue":"77eda37d8f2b9f4719a0eb3f5c5df3f3af91f5b4a3a5ccacf195ce5f2d607f02","name":"string.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/element/string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":205,"lastModifiedTime":1776767629473}}]},{"hashValue":"0fc676138a0d4bd2663f02e96d94bc5e3ad0c34690d22f8ca0e7f5d11693742d","name":"media","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e94b5d04033505482e7c6de9b5766b84e302a933f01901a5a5a80ba888b2fc67","name":"app_icon.png","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/media/app_icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":68,"lastModifiedTime":1777374147420}}]},{"hashValue":"cfdcb1a5dcd351ce9e897da7b2e0abd746a96b1da7682212de80689a7abd5211","name":"profile","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d8f650290152b2a3b4f832a0c8743ad3bdf5484110a7ed2e288a5fd14b1251cd","name":"main_pages.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":29,"lastModifiedTime":1776767625810}}]}]}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default":{"hashValue":"78d7c4d30fe855899aa58cff447c13b717c45217f50e7743bfaa574579b07138","name":"default","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d48b87b1921bcf022e6c774aa1d9d1e97877773c47cf9b04af348098a2caae03","name":".caches","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/.caches","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"721c9525ade2ea8903d343ef25cf68b9bf4ab0aad56bb7b01fbe48d09bc7fcf4","name":"base","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/.caches/base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"","name":"media","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/.caches/base/media","type":"directory","isSymbolicLink":false,"children":[]}]}]},{"hashValue":"8f7c4a9a77daa18bc88b64b9bb6ed10f237535326b92e594aebd86ec535f2ff2","name":"ark_module.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1237,"lastModifiedTime":1777374230175}},{"hashValue":"446e7511aa2e64704758e61582cae074b0dd0b47845e304151b418ddd438b06d","name":"ids_map","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ids_map","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"8b1bebfd64f266a6193fa70566650e62b1546c74a01ea0b656496b3d471dc8d1","name":"id_defined.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ids_map/id_defined.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":491,"lastModifiedTime":1777374230245}}]},{"hashValue":"5dfa3926ef379ca7fb9ff69cb167d5d1fcac6be898f2e18fbc0a98cae5dd1776","name":"module.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1704,"lastModifiedTime":1777374230241}},{"hashValue":"a5e01f349ffc5d480fc56e56cea4df0fdcf98b2ee91a46909b7421b96f38c00b","name":"opt-compression.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/opt-compression.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":189,"lastModifiedTime":1777374230181}},{"hashValue":"95068df3ab6f1a1a62b5bea41be79f5b2b4ea75c8db41a1d5bf05075ad001045","name":"resConfig.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resConfig.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1096,"lastModifiedTime":1777374230181}},{"hashValue":"c09c1ca6ab0657c5f70bba687f97dec9b91b85d43cbe271571c2d7ce0713179d","name":"resources","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"c38b6fe9a5310550b86e69e363ffc6424622f6a643255bc03d43c9e193f58745","name":"base","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"fdd38e629811607cdf30de06af923937b4d2b3195463c176c6cc37132766bee5","name":"media","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ebccbb708de0951a0f54d2c7e38b21381ec64ffbcafc6af347f5c20e2c39a22e","name":"app_icon.png","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/media/app_icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":68,"lastModifiedTime":1777374230244}}]},{"hashValue":"5731eaff68c23a09a8c5a0514736d4673fdf14e9a20be71844cca1d418febb1b","name":"profile","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e77c24be8b47c474b8a7869446d68b96f190d8a931fcc8804fe5161379618583","name":"main_pages.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":29,"lastModifiedTime":1777374230241}}]}]},{"hashValue":"93d5507192eace4b371a866fa5bec024622b3587a7cb6cf41b1430fc39c6dbba","name":"rawfile","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"df0ad6e43880f09c90ebf95f19110178aba6890df0010ebda7485029e2b543b4","name":"arkdata","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile/arkdata","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"","name":"schema","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile/arkdata/schema","type":"directory","isSymbolicLink":false,"children":[]}]}]}]},{"hashValue":"70d50210794429422d9eb71f5275b7f00e3c07cf24b19046948f1221f08e62c8","name":"resources.index","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources.index","type":"file","isSymbolicLink":false,"fileMetaData":{"size":528,"lastModifiedTime":1777374230245}},{"hashValue":"9f0a6cddfba2a3c8ed075219467ca9fe090347d113ba48ba5dc7d42c6f89c298","name":"ResourceTable.txt","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":199,"lastModifiedTime":1777374230241}}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default/ResourceTable.h":{"hashValue":"23315d26a9bd75c66720756fff3733f6baa027ec356aeaa867c2d69233599260","name":"ResourceTable.h","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default/ResourceTable.h","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1007,"lastModifiedTime":1777374230241}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default":{"hashValue":"f61eb502cdf4aba036736f3aeeecbe1321cff969117c172d436964ac2d62e164","name":"default","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"23315d26a9bd75c66720756fff3733f6baa027ec356aeaa867c2d69233599260","name":"ResourceTable.h","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default/ResourceTable.h","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1007,"lastModifiedTime":1777374230241}}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default":{"hashValue":"","name":"default","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default","type":"directory","isSymbolicLink":false,"children":[]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default":{"hashValue":"c3ed678adc01183f8cbf5202361a29e2ce52ecd7b0e13797ae59155a83befcf6","name":"default","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f6850188cdb425425bc140de4fde4f75089bf9a11080ded55b835720edeb9d8e","name":"loader.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/loader.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":943,"lastModifiedTime":1777374230130}},{"hashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9","name":"pkgContextInfo.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":300,"lastModifiedTime":1777374230108}}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt":{"hashValue":"9f0a6cddfba2a3c8ed075219467ca9fe090347d113ba48ba5dc7d42c6f89c298","name":"ResourceTable.txt","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":199,"lastModifiedTime":1777374230241}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json":{"hashValue":"8f7c4a9a77daa18bc88b64b9bb6ed10f237535326b92e594aebd86ec535f2ff2","name":"ark_module.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1237,"lastModifiedTime":1777374230175}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile":{"hashValue":"5731eaff68c23a09a8c5a0514736d4673fdf14e9a20be71844cca1d418febb1b","name":"profile","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e77c24be8b47c474b8a7869446d68b96f190d8a931fcc8804fe5161379618583","name":"main_pages.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":29,"lastModifiedTime":1777374230241}}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets":{"hashValue":"adfe6bec7475a9ac26765280aa413bec178deffc4d717b3ca85e4034c6e2d0fd","name":"ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"9ce116c4fdb46c2738b40fa836df1a54884a723d70f31489d46c0b519c5640ec","name":"entryability","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/entryability","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"39c773a4142051c3724d164b97d572d7c7a3b7ae7b11842587ba63664a4739fc","name":"EntryAbility.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/entryability/EntryAbility.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":779,"lastModifiedTime":1776767639047}}]},{"hashValue":"32607d148692cb34623d59eeed50835a380a93771aa584743f084eeaa17f3a81","name":"pages","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e8532072e154a1ba404716e52907cbdfc1df24948da7e90f2ee2a90a0ed4cfb7","name":"Index.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3772,"lastModifiedTime":1777375291986}}]}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets":{"hashValue":"3a42159ff9c6d976f01378973ae4798ded90e5d9d8599f4716c8cff0a93a0edc","name":"ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"7d26a7c5882deae2c9fcfb8c6a768ceef8ab2c1188da21ac22e2da3d78697cd5","name":"sourceMaps.map","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map","type":"file","isSymbolicLink":false,"fileMetaData":{"size":35618,"lastModifiedTime":1777381076981}}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/patch/default/base_native_libs.json":{"hashValue":"97cf11a1c8e797209af9b1ebb9e848464221aa1f272c3a01fe840d91bfa25637","name":"base_native_libs.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/patch/default/base_native_libs.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":25,"lastModifiedTime":1777374166053}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5":{"hashValue":"a54d0da0a32fad146f07a6266dea27d36a1d2732ab08a530c03fde91d1988222","name":"module.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":103,"lastModifiedTime":1777374218333}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build-profile.json5":{"hashValue":"1b74e6f3f180b2053b19d6b0b83ef1e21e72cbafb15ac8227df1494d99dbf183","name":"build-profile.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build-profile.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":96,"lastModifiedTime":1776767489721}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/oh-package.json5":{"hashValue":"bb1fc6ce7ed60366262e9404e2f9bc73ef94a4673cb2de7c739478889abe6129","name":"oh-package.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/oh-package.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":296,"lastModifiedTime":1776767487028}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/BuildProfile.ets":{"hashValue":"4724f59bdd3add6300cfe9cd8da3e5fe09c3cff2c234aab308259afdc24b6a9d","name":"BuildProfile.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/BuildProfile.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":519,"lastModifiedTime":1777374230111}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/merge_profile/default/module.json":{"hashValue":"23abf5a0659dba4200bdefa343047b6fa156d5c0e92aec49e9f382908dcbf973","name":"module.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/merge_profile/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":592,"lastModifiedTime":1777374230112}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/libs/default":{"hashValue":"","name":"default","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/libs/default","type":"directory","isSymbolicLink":false,"children":[]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/stripped_native_libs/default":{"hashValue":"","name":"default","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/stripped_native_libs/default","type":"directory","isSymbolicLink":false,"children":[]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/Index.ets":{"hashValue":"368e66a50a180644fff2c6d3a47e130e0fbe37e6b12cd0268bdb858540ef6c67","name":"Index.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/Index.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":813,"lastModifiedTime":1777372031070}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets":{"hashValue":"3ecaa7f8e259be2dcd7e3b24666ca668cd25c4568ca68c1012e157f39e2b75bc","name":"ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"4753044ad888a9ab931c0d4d9b116a3218a23a59bb5fd539b67fcaf9349bff1b","name":"core","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"b19fd995d5ade15f1bf2fcf53f1f9a1b752c2a70425c513ad225c256bf0fa7fc","name":"HttpClient.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/HttpClient.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1762,"lastModifiedTime":1777375214213}},{"hashValue":"650fee3ab9b7baeb53939cb346099db1047261043aac08acc1037c8e96b610b7","name":"SDKContext.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1544,"lastModifiedTime":1777365046980}},{"hashValue":"b7c94516f983ef430465558628e293dd158b8c5f1e7e3e961dbadf0c73dbd9f6","name":"Types.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/Types.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2968,"lastModifiedTime":1777375206041}}]},{"hashValue":"07fb55b2b6e45a8f233ee8fc941e10bd624779e1be716172e4a88ea4f19a6281","name":"im","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"6fad57f1a4e40416c6672346f8e00c397514b97c6120ae263f5ae5793eaf0dd6","name":"ImClient.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":17500,"lastModifiedTime":1777380607589}}]},{"hashValue":"97b182a394e48c81922943c3a66829e39d178fd4b53d70e74dba40b667a2a120","name":"push","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/push","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e072a7d724b77c8eb761e44c5fd3651b22c0762d91a4c66d05d81f9ccfe2bfd2","name":"PushSDK.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/push/PushSDK.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1037,"lastModifiedTime":1777375221936}}]},{"hashValue":"343bdeb3989d0a8e3bb48c94b3fae6cbdb9fc223aa32d7dcfa4ed4d6fcde9664","name":"update","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/update","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"c45c8675aa2be834f8bb39c6fa5cef2a6f76ceef635223fe0d4dfe600defcb94","name":"UpdateSDK.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/update/UpdateSDK.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2197,"lastModifiedTime":1776767555565}}]},{"hashValue":"382f267e540f69d8d740d6133af516cc4aeb13e3168d28c1a27adf194ddf8a74","name":"XuqmSDK.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/XuqmSDK.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":912,"lastModifiedTime":1777375115385}}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile":{"hashValue":"93d5507192eace4b371a866fa5bec024622b3587a7cb6cf41b1430fc39c6dbba","name":"rawfile","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"df0ad6e43880f09c90ebf95f19110178aba6890df0010ebda7485029e2b543b4","name":"arkdata","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile/arkdata","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"","name":"schema","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile/arkdata/schema","type":"directory","isSymbolicLink":false,"children":[]}]}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/module.json":{"hashValue":"5dfa3926ef379ca7fb9ff69cb167d5d1fcac6be898f2e18fbc0a98cae5dd1776","name":"module.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1704,"lastModifiedTime":1777374230241}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/package/default/module.json":{"hashValue":"3cae8de704c4b182a356465bc04f0bf2bf1205e85a1c1bc2a17ae8f34abe974c","name":"module.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/package/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1425,"lastModifiedTime":1777375315702}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources":{"hashValue":"c09c1ca6ab0657c5f70bba687f97dec9b91b85d43cbe271571c2d7ce0713179d","name":"resources","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"c38b6fe9a5310550b86e69e363ffc6424622f6a643255bc03d43c9e193f58745","name":"base","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"fdd38e629811607cdf30de06af923937b4d2b3195463c176c6cc37132766bee5","name":"media","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ebccbb708de0951a0f54d2c7e38b21381ec64ffbcafc6af347f5c20e2c39a22e","name":"app_icon.png","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/media/app_icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":68,"lastModifiedTime":1777374230244}}]},{"hashValue":"5731eaff68c23a09a8c5a0514736d4673fdf14e9a20be71844cca1d418febb1b","name":"profile","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e77c24be8b47c474b8a7869446d68b96f190d8a931fcc8804fe5161379618583","name":"main_pages.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":29,"lastModifiedTime":1777374230241}}]}]},{"hashValue":"93d5507192eace4b371a866fa5bec024622b3587a7cb6cf41b1430fc39c6dbba","name":"rawfile","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"df0ad6e43880f09c90ebf95f19110178aba6890df0010ebda7485029e2b543b4","name":"arkdata","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile/arkdata","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"","name":"schema","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile/arkdata/schema","type":"directory","isSymbolicLink":false,"children":[]}]}]}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources.index":{"hashValue":"70d50210794429422d9eb71f5275b7f00e3c07cf24b19046948f1221f08e62c8","name":"resources.index","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources.index","type":"file","isSymbolicLink":false,"fileMetaData":{"size":528,"lastModifiedTime":1777374230245}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map":{"hashValue":"0be5e11f80b4afd1533a8bb896ed98c0442a3bf5e7d2fa5c2b3e6a2230f57af9","name":"sourceMaps.map","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map","type":"file","isSymbolicLink":false,"fileMetaData":{"size":33743,"lastModifiedTime":1777375315644}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap":{"hashValue":"002aa681315c74dbbfdbfc555875aa2b4bf33fd2906d2647c0facc9c1a400dcc","name":"entry-default-unsigned.hap","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap","type":"file","isSymbolicLink":false,"fileMetaData":{"size":104285,"lastModifiedTime":1777375315950}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/source_map/default/sourceMaps.map":{"hashValue":"ed3ea10fa1805257dabfb0ac7f6ca56cf5c35404e2b74bfa5a94105f7028bda4","name":"sourceMaps.map","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/source_map/default/sourceMaps.map","type":"file","isSymbolicLink":false,"fileMetaData":{"size":33743,"lastModifiedTime":1777375315709}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/mapping/sourceMaps.map":{"hashValue":"ed3ea10fa1805257dabfb0ac7f6ca56cf5c35404e2b74bfa5a94105f7028bda4","name":"sourceMaps.map","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/mapping/sourceMaps.map","type":"file","isSymbolicLink":false,"fileMetaData":{"size":33743,"lastModifiedTime":1777375315709}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/ModuleInfo.ts":{"hashValue":"","name":"emptyroot","path":"","type":"unknown","isSymbolicLink":false,"children":[]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build/cache/default/integrated_hsp/integratedHspCache.json":{"hashValue":"","name":"emptyroot","path":"","type":"unknown","isSymbolicLink":false,"children":[]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/syscap/default/rpcid.sc":{"hashValue":"","name":"emptyroot","path":"","type":"unknown","isSymbolicLink":false,"children":[]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/startup/default/startup_config.json":{"hashValue":"","name":"emptyroot","path":"","type":"unknown","isSymbolicLink":false,"children":[]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/js":{"hashValue":"","name":"emptyroot","path":"","type":"unknown","isSymbolicLink":false,"children":[]}} \ No newline at end of file +{"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5":{"hashValue":"93abaa7167cb4f7156939cf7fc2fe27ec07fa7ad6cb1b051fe9505237492efab","name":"app.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":217,"lastModifiedTime":1777374141202}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5":{"hashValue":"45f0792f900f0b774c2d78199d68f493e806157a6b838cb91b6c35e5708405a1","name":"module.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":967,"lastModifiedTime":1776767622140}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5":{"hashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1","name":"build-profile.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":794,"lastModifiedTime":1777374223446}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build-profile.json5":{"hashValue":"637eb00fec419bbf9cc3531c0bd5dfabc002588e06b17e5b48f7889c647ec6af","name":"build-profile.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build-profile.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":122,"lastModifiedTime":1776767577301}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/profile/main_pages.json":{"hashValue":"d8f650290152b2a3b4f832a0c8743ad3bdf5484110a7ed2e288a5fd14b1251cd","name":"main_pages.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":29,"lastModifiedTime":1776767625810}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigor/hvigor-config.json5":{"hashValue":"d23916aa724b4d8c931cc359160909580acef6ac7906edb118fe5b86ae3d6734","name":"hvigor-config.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigor/hvigor-config.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":303,"lastModifiedTime":1777374157693}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/oh-package.json5":{"hashValue":"dc5ab13285deddac685e9bccf21c9e6dc8c779ae156162d21d58c2c507609fed","name":"oh-package.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/oh-package.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":198,"lastModifiedTime":1776767573113}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5":{"hashValue":"be4d9035ca8fe1dc36496464660318ffe4a96e78c4ddd65001173b3b831b38bd","name":"oh-package.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":186,"lastModifiedTime":1777374075084}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/hap_metadata/default/output_metadata.json":{"hashValue":"07f2d503b94e7a50baef40c63a15593330da0ded0049d15b7fdc391d6cbb57fb","name":"output_metadata.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/hap_metadata/default/output_metadata.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":93,"lastModifiedTime":1777374165502}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/merge_profile/default/module.json":{"hashValue":"fb3aba78bc394efe68b62999e3417b79754c1e6e88e2e5259e92231155959b5d","name":"module.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/merge_profile/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1457,"lastModifiedTime":1777374230126}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets":{"hashValue":"aff68ef38ae68e93b20a42a36f890e814d6a34ab91e86b74d5773563f091b9bd","name":"BuildProfile.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":868,"lastModifiedTime":1777374230124}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json":{"hashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9","name":"pkgContextInfo.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":300,"lastModifiedTime":1777374230108}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/pack.info":{"hashValue":"f4d4ba848be93b38d82b3d8135215efd5e8a8b41ae564e103e06beb0e89a1177","name":"pack.info","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/pack.info","type":"file","isSymbolicLink":false,"fileMetaData":{"size":564,"lastModifiedTime":1777374230133}},"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/syscap_tool":{"hashValue":"b958209a3ec5cc7742a4a2b445cdac4238c26a5369352d0f25b7e05a7a3d450b","name":"syscap_tool","path":"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/syscap_tool","type":"file","isSymbolicLink":false,"fileMetaData":{"size":439328,"lastModifiedTime":1773892871000}},"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define":{"hashValue":"a8d85f0f9fc7442385b54f1d37db5a12d988988dbff9086e5548e2cdfd017fe3","name":"device-define","path":"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"a78d351581e52c5d4eee45bacf298b776f7f4632b347596c2df0d22d2076235e","name":"2in1.json","path":"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define/2in1.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":12033,"lastModifiedTime":978278400000}},{"hashValue":"25adf8de259a0697fa865c5d488b853a7f6f9b8d8530eeb4a9c6cf641eb0e571","name":"default.json","path":"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define/default.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":12495,"lastModifiedTime":978278400000}},{"hashValue":"8b2969b776cec08042376cceca02b0c22d8672829b2a2c99285784aa188c7bd2","name":"liteWearable.json","path":"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define/liteWearable.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":882,"lastModifiedTime":978278400000}},{"hashValue":"f6b210a26e1c2cfd10b94e70d19ad53ba6bcde382b911fd0d6b1dc489a3a1c9a","name":"tablet.json","path":"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define/tablet.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":12122,"lastModifiedTime":978278400000}},{"hashValue":"ba1c49c557ea06b24932fab8d5808e275896c5646ce7d6e4bd132178ea2e34f0","name":"tv.json","path":"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define/tv.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":9819,"lastModifiedTime":978278400000}},{"hashValue":"86b7cd5834f252504f02d2444743aafe2e77bc1a38260b2a6b65a33db690302f","name":"wearable.json","path":"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define/wearable.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":10521,"lastModifiedTime":978278400000}}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/process_profile/default/module.json":{"hashValue":"dc3a6a264754cd1cb21944583e42581cf809f2dcb84cc9007b3e309208e94874","name":"module.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/process_profile/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1543,"lastModifiedTime":1777374230175}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/temp-router-map.json":{"hashValue":"bdb98c33482c72055b71c5b95ba8bbcbfa7bc55784abec2c620d508a5b5526f2","name":"temp-router-map.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/temp-router-map.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":16,"lastModifiedTime":1777374230121}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/loader-router-map.json":{"hashValue":"c4fe93460f3d43bf4013c337a0e8af3878fb533f6bfb21bcfe557300762ea109","name":"loader-router-map.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/loader-router-map.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":16,"lastModifiedTime":1777374230121}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/share_config/default/temp-share-config.json":{"hashValue":"aed98b36b6d5b208231e5d5453f4fce93e907ea4d227c84bc921ee7773d2e0ba","name":"temp-share-config.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/share_config/default/temp-share-config.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":27,"lastModifiedTime":1777374230122}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resConfig.json":{"hashValue":"95068df3ab6f1a1a62b5bea41be79f5b2b4ea75c8db41a1d5bf05075ad001045","name":"resConfig.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resConfig.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1096,"lastModifiedTime":1777374230181}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/opt-compression.json":{"hashValue":"a5e01f349ffc5d480fc56e56cea4df0fdcf98b2ee91a46909b7421b96f38c00b","name":"opt-compression.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/opt-compression.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":189,"lastModifiedTime":1777374230181}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/loader.json":{"hashValue":"f6850188cdb425425bc140de4fde4f75089bf9a11080ded55b835720edeb9d8e","name":"loader.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/loader.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":943,"lastModifiedTime":1777374230130}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/libs/default":{"hashValue":"","name":"default","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/libs/default","type":"directory","isSymbolicLink":false,"children":[]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources":{"hashValue":"d8710f0fec6df6ca625d0eb1544d988243a8cc79ff8be0e59ed7ba3212d22db5","name":"resources","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"397d8e3a0ddc67cc1a4b61dcc8e745059b17fd2ae1b33952d584bfe04de49a23","name":"base","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"503cfe2c5e75fb7e9df7b2caaa23a1a4bc35dded8319d116dd1f27450bdadc46","name":"element","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e6efb470bc1d458305230b6094740fbe89ac5e08a68fe1c931bd812911d33160","name":"color.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/element/color.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":83,"lastModifiedTime":1776767632419}},{"hashValue":"77eda37d8f2b9f4719a0eb3f5c5df3f3af91f5b4a3a5ccacf195ce5f2d607f02","name":"string.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/element/string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":205,"lastModifiedTime":1776767629473}}]},{"hashValue":"0fc676138a0d4bd2663f02e96d94bc5e3ad0c34690d22f8ca0e7f5d11693742d","name":"media","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e94b5d04033505482e7c6de9b5766b84e302a933f01901a5a5a80ba888b2fc67","name":"app_icon.png","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/media/app_icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":68,"lastModifiedTime":1777374147420}}]},{"hashValue":"cfdcb1a5dcd351ce9e897da7b2e0abd746a96b1da7682212de80689a7abd5211","name":"profile","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d8f650290152b2a3b4f832a0c8743ad3bdf5484110a7ed2e288a5fd14b1251cd","name":"main_pages.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":29,"lastModifiedTime":1776767625810}}]}]}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default":{"hashValue":"78d7c4d30fe855899aa58cff447c13b717c45217f50e7743bfaa574579b07138","name":"default","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d48b87b1921bcf022e6c774aa1d9d1e97877773c47cf9b04af348098a2caae03","name":".caches","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/.caches","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"721c9525ade2ea8903d343ef25cf68b9bf4ab0aad56bb7b01fbe48d09bc7fcf4","name":"base","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/.caches/base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"","name":"media","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/.caches/base/media","type":"directory","isSymbolicLink":false,"children":[]}]}]},{"hashValue":"8f7c4a9a77daa18bc88b64b9bb6ed10f237535326b92e594aebd86ec535f2ff2","name":"ark_module.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1237,"lastModifiedTime":1777374230175}},{"hashValue":"446e7511aa2e64704758e61582cae074b0dd0b47845e304151b418ddd438b06d","name":"ids_map","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ids_map","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"8b1bebfd64f266a6193fa70566650e62b1546c74a01ea0b656496b3d471dc8d1","name":"id_defined.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ids_map/id_defined.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":491,"lastModifiedTime":1777374230245}}]},{"hashValue":"5dfa3926ef379ca7fb9ff69cb167d5d1fcac6be898f2e18fbc0a98cae5dd1776","name":"module.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1704,"lastModifiedTime":1777374230241}},{"hashValue":"a5e01f349ffc5d480fc56e56cea4df0fdcf98b2ee91a46909b7421b96f38c00b","name":"opt-compression.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/opt-compression.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":189,"lastModifiedTime":1777374230181}},{"hashValue":"95068df3ab6f1a1a62b5bea41be79f5b2b4ea75c8db41a1d5bf05075ad001045","name":"resConfig.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resConfig.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1096,"lastModifiedTime":1777374230181}},{"hashValue":"c09c1ca6ab0657c5f70bba687f97dec9b91b85d43cbe271571c2d7ce0713179d","name":"resources","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"c38b6fe9a5310550b86e69e363ffc6424622f6a643255bc03d43c9e193f58745","name":"base","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"fdd38e629811607cdf30de06af923937b4d2b3195463c176c6cc37132766bee5","name":"media","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ebccbb708de0951a0f54d2c7e38b21381ec64ffbcafc6af347f5c20e2c39a22e","name":"app_icon.png","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/media/app_icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":68,"lastModifiedTime":1777374230244}}]},{"hashValue":"5731eaff68c23a09a8c5a0514736d4673fdf14e9a20be71844cca1d418febb1b","name":"profile","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e77c24be8b47c474b8a7869446d68b96f190d8a931fcc8804fe5161379618583","name":"main_pages.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":29,"lastModifiedTime":1777374230241}}]}]},{"hashValue":"93d5507192eace4b371a866fa5bec024622b3587a7cb6cf41b1430fc39c6dbba","name":"rawfile","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"df0ad6e43880f09c90ebf95f19110178aba6890df0010ebda7485029e2b543b4","name":"arkdata","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile/arkdata","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"","name":"schema","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile/arkdata/schema","type":"directory","isSymbolicLink":false,"children":[]}]}]}]},{"hashValue":"70d50210794429422d9eb71f5275b7f00e3c07cf24b19046948f1221f08e62c8","name":"resources.index","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources.index","type":"file","isSymbolicLink":false,"fileMetaData":{"size":528,"lastModifiedTime":1777374230245}},{"hashValue":"9f0a6cddfba2a3c8ed075219467ca9fe090347d113ba48ba5dc7d42c6f89c298","name":"ResourceTable.txt","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":199,"lastModifiedTime":1777374230241}}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default/ResourceTable.h":{"hashValue":"23315d26a9bd75c66720756fff3733f6baa027ec356aeaa867c2d69233599260","name":"ResourceTable.h","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default/ResourceTable.h","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1007,"lastModifiedTime":1777374230241}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default":{"hashValue":"f61eb502cdf4aba036736f3aeeecbe1321cff969117c172d436964ac2d62e164","name":"default","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"23315d26a9bd75c66720756fff3733f6baa027ec356aeaa867c2d69233599260","name":"ResourceTable.h","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default/ResourceTable.h","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1007,"lastModifiedTime":1777374230241}}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default":{"hashValue":"","name":"default","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default","type":"directory","isSymbolicLink":false,"children":[]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default":{"hashValue":"c3ed678adc01183f8cbf5202361a29e2ce52ecd7b0e13797ae59155a83befcf6","name":"default","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f6850188cdb425425bc140de4fde4f75089bf9a11080ded55b835720edeb9d8e","name":"loader.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/loader.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":943,"lastModifiedTime":1777374230130}},{"hashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9","name":"pkgContextInfo.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":300,"lastModifiedTime":1777374230108}}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt":{"hashValue":"9f0a6cddfba2a3c8ed075219467ca9fe090347d113ba48ba5dc7d42c6f89c298","name":"ResourceTable.txt","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":199,"lastModifiedTime":1777374230241}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json":{"hashValue":"8f7c4a9a77daa18bc88b64b9bb6ed10f237535326b92e594aebd86ec535f2ff2","name":"ark_module.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1237,"lastModifiedTime":1777374230175}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile":{"hashValue":"5731eaff68c23a09a8c5a0514736d4673fdf14e9a20be71844cca1d418febb1b","name":"profile","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e77c24be8b47c474b8a7869446d68b96f190d8a931fcc8804fe5161379618583","name":"main_pages.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":29,"lastModifiedTime":1777374230241}}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets":{"hashValue":"adfe6bec7475a9ac26765280aa413bec178deffc4d717b3ca85e4034c6e2d0fd","name":"ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"9ce116c4fdb46c2738b40fa836df1a54884a723d70f31489d46c0b519c5640ec","name":"entryability","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/entryability","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"39c773a4142051c3724d164b97d572d7c7a3b7ae7b11842587ba63664a4739fc","name":"EntryAbility.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/entryability/EntryAbility.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":779,"lastModifiedTime":1776767639047}}]},{"hashValue":"32607d148692cb34623d59eeed50835a380a93771aa584743f084eeaa17f3a81","name":"pages","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e8532072e154a1ba404716e52907cbdfc1df24948da7e90f2ee2a90a0ed4cfb7","name":"Index.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3772,"lastModifiedTime":1777375291986}}]}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets":{"hashValue":"816054c82310c3794e84793ca5a05b18957367ca706a7bc811d3a36ba1485e58","name":"ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"b6dd3df138068d9b505f56c069b5c0631423ba84417c133aa6363a03445897f7","name":"modules.abc","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets/modules.abc","type":"file","isSymbolicLink":false,"fileMetaData":{"size":72520,"lastModifiedTime":1777386555120}},{"hashValue":"f8d84539be3e0cafc17d134ea55ad0e15e2a593bc2d7a737b8a271d8d71a05c8","name":"sourceMaps.map","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map","type":"file","isSymbolicLink":false,"fileMetaData":{"size":37687,"lastModifiedTime":1777386555090}}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/patch/default/base_native_libs.json":{"hashValue":"97cf11a1c8e797209af9b1ebb9e848464221aa1f272c3a01fe840d91bfa25637","name":"base_native_libs.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/patch/default/base_native_libs.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":25,"lastModifiedTime":1777374166053}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5":{"hashValue":"a54d0da0a32fad146f07a6266dea27d36a1d2732ab08a530c03fde91d1988222","name":"module.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":103,"lastModifiedTime":1777374218333}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build-profile.json5":{"hashValue":"1b74e6f3f180b2053b19d6b0b83ef1e21e72cbafb15ac8227df1494d99dbf183","name":"build-profile.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build-profile.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":96,"lastModifiedTime":1776767489721}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/oh-package.json5":{"hashValue":"bb1fc6ce7ed60366262e9404e2f9bc73ef94a4673cb2de7c739478889abe6129","name":"oh-package.json5","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/oh-package.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":296,"lastModifiedTime":1776767487028}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/BuildProfile.ets":{"hashValue":"4724f59bdd3add6300cfe9cd8da3e5fe09c3cff2c234aab308259afdc24b6a9d","name":"BuildProfile.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/BuildProfile.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":519,"lastModifiedTime":1777374230111}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/merge_profile/default/module.json":{"hashValue":"23abf5a0659dba4200bdefa343047b6fa156d5c0e92aec49e9f382908dcbf973","name":"module.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/merge_profile/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":592,"lastModifiedTime":1777374230112}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/libs/default":{"hashValue":"","name":"default","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/libs/default","type":"directory","isSymbolicLink":false,"children":[]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/stripped_native_libs/default":{"hashValue":"","name":"default","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/stripped_native_libs/default","type":"directory","isSymbolicLink":false,"children":[]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/Index.ets":{"hashValue":"368e66a50a180644fff2c6d3a47e130e0fbe37e6b12cd0268bdb858540ef6c67","name":"Index.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/Index.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":813,"lastModifiedTime":1777372031070}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets":{"hashValue":"84965808d800518853b70c4d8fea3fb87c0f2d5ff41b5b660410ccca587e8daa","name":"ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"4753044ad888a9ab931c0d4d9b116a3218a23a59bb5fd539b67fcaf9349bff1b","name":"core","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"b19fd995d5ade15f1bf2fcf53f1f9a1b752c2a70425c513ad225c256bf0fa7fc","name":"HttpClient.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/HttpClient.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1762,"lastModifiedTime":1777375214213}},{"hashValue":"650fee3ab9b7baeb53939cb346099db1047261043aac08acc1037c8e96b610b7","name":"SDKContext.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1544,"lastModifiedTime":1777365046980}},{"hashValue":"b7c94516f983ef430465558628e293dd158b8c5f1e7e3e961dbadf0c73dbd9f6","name":"Types.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/Types.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2968,"lastModifiedTime":1777375206041}}]},{"hashValue":"fca3f229b11f9848348df16a0ab1c69b736dc8170283b57a0f5ad750d0b8fbac","name":"im","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"3e931c54b14c49b2a29b4eeae00d9ad4d73562f4b66f1d6549a5e822ad216cea","name":"ImClient.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":19325,"lastModifiedTime":1777386515644}}]},{"hashValue":"97b182a394e48c81922943c3a66829e39d178fd4b53d70e74dba40b667a2a120","name":"push","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/push","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e072a7d724b77c8eb761e44c5fd3651b22c0762d91a4c66d05d81f9ccfe2bfd2","name":"PushSDK.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/push/PushSDK.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1037,"lastModifiedTime":1777375221936}}]},{"hashValue":"343bdeb3989d0a8e3bb48c94b3fae6cbdb9fc223aa32d7dcfa4ed4d6fcde9664","name":"update","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/update","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"c45c8675aa2be834f8bb39c6fa5cef2a6f76ceef635223fe0d4dfe600defcb94","name":"UpdateSDK.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/update/UpdateSDK.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2197,"lastModifiedTime":1776767555565}}]},{"hashValue":"382f267e540f69d8d740d6133af516cc4aeb13e3168d28c1a27adf194ddf8a74","name":"XuqmSDK.ets","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/XuqmSDK.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":912,"lastModifiedTime":1777375115385}}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile":{"hashValue":"93d5507192eace4b371a866fa5bec024622b3587a7cb6cf41b1430fc39c6dbba","name":"rawfile","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"df0ad6e43880f09c90ebf95f19110178aba6890df0010ebda7485029e2b543b4","name":"arkdata","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile/arkdata","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"","name":"schema","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile/arkdata/schema","type":"directory","isSymbolicLink":false,"children":[]}]}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/module.json":{"hashValue":"5dfa3926ef379ca7fb9ff69cb167d5d1fcac6be898f2e18fbc0a98cae5dd1776","name":"module.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1704,"lastModifiedTime":1777374230241}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/package/default/module.json":{"hashValue":"3cae8de704c4b182a356465bc04f0bf2bf1205e85a1c1bc2a17ae8f34abe974c","name":"module.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/package/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1425,"lastModifiedTime":1777375315702}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources":{"hashValue":"c09c1ca6ab0657c5f70bba687f97dec9b91b85d43cbe271571c2d7ce0713179d","name":"resources","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"c38b6fe9a5310550b86e69e363ffc6424622f6a643255bc03d43c9e193f58745","name":"base","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"fdd38e629811607cdf30de06af923937b4d2b3195463c176c6cc37132766bee5","name":"media","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ebccbb708de0951a0f54d2c7e38b21381ec64ffbcafc6af347f5c20e2c39a22e","name":"app_icon.png","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/media/app_icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":68,"lastModifiedTime":1777374230244}}]},{"hashValue":"5731eaff68c23a09a8c5a0514736d4673fdf14e9a20be71844cca1d418febb1b","name":"profile","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e77c24be8b47c474b8a7869446d68b96f190d8a931fcc8804fe5161379618583","name":"main_pages.json","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":29,"lastModifiedTime":1777374230241}}]}]},{"hashValue":"93d5507192eace4b371a866fa5bec024622b3587a7cb6cf41b1430fc39c6dbba","name":"rawfile","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"df0ad6e43880f09c90ebf95f19110178aba6890df0010ebda7485029e2b543b4","name":"arkdata","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile/arkdata","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"","name":"schema","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile/arkdata/schema","type":"directory","isSymbolicLink":false,"children":[]}]}]}]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources.index":{"hashValue":"70d50210794429422d9eb71f5275b7f00e3c07cf24b19046948f1221f08e62c8","name":"resources.index","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources.index","type":"file","isSymbolicLink":false,"fileMetaData":{"size":528,"lastModifiedTime":1777374230245}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map":{"hashValue":"f8d84539be3e0cafc17d134ea55ad0e15e2a593bc2d7a737b8a271d8d71a05c8","name":"sourceMaps.map","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map","type":"file","isSymbolicLink":false,"fileMetaData":{"size":37687,"lastModifiedTime":1777386555090}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap":{"hashValue":"0f9e310e624da4d24bd223fe69921f9a800b5753ec4864846e7acf7d0c748dcf","name":"entry-default-unsigned.hap","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap","type":"file","isSymbolicLink":false,"fileMetaData":{"size":114061,"lastModifiedTime":1777386555355}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/source_map/default/sourceMaps.map":{"hashValue":"1ade4e2b32b28c83ec680028a7792112201b497792c02821133a26c2ca8875fe","name":"sourceMaps.map","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/source_map/default/sourceMaps.map","type":"file","isSymbolicLink":false,"fileMetaData":{"size":37687,"lastModifiedTime":1777386555135}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/mapping/sourceMaps.map":{"hashValue":"1ade4e2b32b28c83ec680028a7792112201b497792c02821133a26c2ca8875fe","name":"sourceMaps.map","path":"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/mapping/sourceMaps.map","type":"file","isSymbolicLink":false,"fileMetaData":{"size":37687,"lastModifiedTime":1777386555135}},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/ModuleInfo.ts":{"hashValue":"","name":"emptyroot","path":"","type":"unknown","isSymbolicLink":false,"children":[]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build/cache/default/integrated_hsp/integratedHspCache.json":{"hashValue":"","name":"emptyroot","path":"","type":"unknown","isSymbolicLink":false,"children":[]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/syscap/default/rpcid.sc":{"hashValue":"","name":"emptyroot","path":"","type":"unknown","isSymbolicLink":false,"children":[]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/startup/default/startup_config.json":{"hashValue":"","name":"emptyroot","path":"","type":"unknown","isSymbolicLink":false,"children":[]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/js":{"hashValue":"","name":"emptyroot","path":"","type":"unknown","isSymbolicLink":false,"children":[]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-signed.hap":{"hashValue":"","name":"emptyroot","path":"","type":"unknown","isSymbolicLink":false,"children":[]},"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/symbol":{"hashValue":"","name":"emptyroot","path":"","type":"unknown","isSymbolicLink":false,"children":[]}} \ No newline at end of file diff --git a/.hvigor/cache/task-cache.json b/.hvigor/cache/task-cache.json index 5334b40..6afbe9c 100644 --- a/.hvigor/cache/task-cache.json +++ b/.hvigor/cache/task-cache.json @@ -1 +1 @@ -{":XuqmGroup-HarmonySDK:entry:default@PreBuild":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"apiType\",\"_value\":\"stageMode\",\"_valueType\":\"string\",\"_hash\":\"9ac09f1ae36c615b7034e57604d143ee6f7923a31f49ed79ba5af84e65bd2cd5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"byteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"4a2f0b0a7b1684665f4cfdf556e7849eb7b76fd73c8be3b83a43ccf9022a23dc\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"codeType\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"55d417a3ae2590190c5eec1f80e83526051dc5fd38bfdf095543a8ebfb0969d0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleApiVersion\",\"_value\":12,\"_valueType\":\"number\",\"_hash\":\"3044b764a8e3877e0efd8c4a1f9a29375d8109057ef019dbc16ee2bd0977fdf4\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileApiVersion\",\"_value\":22,\"_valueType\":\"number\",\"_hash\":\"39a8179c13c106fe3669a913c239b7127f336f3907ceb40b31dbed36dd1719c0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"configuration\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"b041968df1b26a31cfc4ac747e70435fa5a69b22512251322233d70b778fdade\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"configurationFileJson\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"38995319d700f1305e6f6c3f020f422155fa8dbd43f1ebc9125ad7fdfa41a760\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"a53b59d3cf3d0e26864fb7740c427a8bb49c88847f89d2674bae0714f005cd69\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceType\",\"_value\":[\"phone\",\"tablet\"],\"_valueType\":\"object\",\"_hash\":\"bdc817a61f297144fb6f3f8b4fc0be385c7d269e4a82da80ba2f27727c0b5825\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"excludeExpandImportDependencyNames\",\"_value\":[],\"_valueType\":\"object\",\"_hash\":\"7ac740b7270690c6ad8e2c54545fb0683a607618b35bc56fa079abd95d469671\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integrated_hsp\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"c8e0a42238b6cb31ba5369f43f42fa7da63c8b99e3bc85ae67f55c6b25ba0540\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isExpandImportEnabled\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"b67a29a46e7f73582199a2914054cf91c9c3c5201bae6150d41cb4ff12f75a33\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isPreloadSystemSoEnabled\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"6ac08297964668ba6d6497fff711f690384b7295ce0ad8544261dd56d792025c\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSingleFileEmitEnabled\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"e4c94844e729a98f2b41957f8a30299cb4b7008cbb2b94ad9f2b339252b2a3e8\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSupportOhpmProj\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"9338de8e6e2136c4fbf4aca514d6b4410fe55bc08b27a9df26930b1bc45b181b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleDependencyNames\",\"_value\":[],\"_valueType\":\"object\",\"_hash\":\"a371086d2024edef8e9b6734d528894e3bd2f5c7a4f7158b62a2545963146831\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"jsonFilePath\\\":\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5\\\",\\\"profile\\\":{\\\"module\\\":{\\\"name\\\":\\\"entry\\\",\\\"type\\\":\\\"entry\\\",\\\"description\\\":\\\"$string:module_desc\\\",\\\"mainElement\\\":\\\"EntryAbility\\\",\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\"],\\\"deliveryWithInstall\\\":true,\\\"installationFree\\\":false,\\\"pages\\\":\\\"$profile:main_pages\\\",\\\"abilities\\\":[{\\\"name\\\":\\\"EntryAbility\\\",\\\"srcEntry\\\":\\\"./ets/entryability/EntryAbility.ets\\\",\\\"description\\\":\\\"$string:EntryAbility_desc\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:app_icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"exported\\\":true,\\\"skills\\\":[{\\\"entities\\\":[\\\"entity.system.home\\\"],\\\"actions\\\":[\\\"action.system.home\\\"]}]}],\\\"requestPermissions\\\":[{\\\"name\\\":\\\"ohos.permission.INTERNET\\\"},{\\\"name\\\":\\\"ohos.permission.GET_BUNDLE_INFO\\\"}]}},\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\"],\\\"deviceConfig\\\":\\\"deviceTypes\\\",\\\"configurationProfile\\\":\\\"module.json5\\\"}\",\"_valueType\":\"string\",\"_hash\":\"5b0c5c87c59a6cfc895aaa3c9abb8220f4575085640f39b948bdf315d488af8b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"profileModuleName\",\"_value\":\"entry\",\"_valueType\":\"string\",\"_hash\":\"78e7b86d1a6d2e9e31fd10fc7e74c0a899014f517dec9eb153efb2374affaafd\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"removePermissions\",\"_valueType\":\"undefined\",\"_hash\":\"68ce79e87f7bc97a0e03070101e01e1b68b101f52b35a57fde4a1b321be3bdde\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"requiredDeviceType\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"d53e6eaa8506ecaa660904b04d0296bd447ad8d55785334aa590509fbf0cf454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"6.0.2.130\",\"_valueType\":\"string\",\"_hash\":\"d651b80755b24f6cd3201d7d9bec0cf9db0e83953fe88dd1e138b5a8d3860de5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sourceRoots\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"09f6b4afb8ee03e299b12d3d2d17163933dca5fed9db3a9d0bc0694a7c1a8ff8\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetStatusCode\",\"_value\":2,\"_valueType\":\"number\",\"_hash\":\"6946489f2257d736396b7b570077542aef0edefbcd7f8686c6020a2a9d5530fa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"transformLib\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e290891c0838ca6470020dcf292833f2588221dca1a7fa6af21969fb642d4e6d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"0224eeca0e5401fc0c653dbed2bab63ff91b2d1c8e23719fbab4e11e695311d9\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@PreBuild","_key":":XuqmGroup-HarmonySDK:entry:default@PreBuild","_executionId":":XuqmGroup-HarmonySDK:entry:default@PreBuild:1777374230030","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5",{"isDirectory":false,"fileSnapShotHashValue":"93abaa7167cb4f7156939cf7fc2fe27ec07fa7ad6cb1b051fe9505237492efab"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5",{"isDirectory":false,"fileSnapShotHashValue":"45f0792f900f0b774c2d78199d68f493e806157a6b838cb91b6c35e5708405a1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build-profile.json5",{"fileSnapShotHashValue":"637eb00fec419bbf9cc3531c0bd5dfabc002588e06b17e5b48f7889c647ec6af"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/profile/main_pages.json",{"fileSnapShotHashValue":"d8f650290152b2a3b4f832a0c8743ad3bdf5484110a7ed2e288a5fd14b1251cd"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigor/hvigor-config.json5",{"isDirectory":true,"fileSnapShotHashValue":"d23916aa724b4d8c931cc359160909580acef6ac7906edb118fe5b86ae3d6734"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/oh-package.json5",{"fileSnapShotHashValue":"dc5ab13285deddac685e9bccf21c9e6dc8c779ae156162d21d58c2c507609fed"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5",{"fileSnapShotHashValue":"be4d9035ca8fe1dc36496464660318ffe4a96e78c4ddd65001173b3b831b38bd"}]]},"_outputFiles":{"dataType":"Map","value":[]}},":XuqmGroup-HarmonySDK:entry:default@CreateModuleInfo":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"ohosUiTransformOptimization\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHspUseGetCurrentBundleName\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":false,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@CreateModuleInfo","_key":":XuqmGroup-HarmonySDK:entry:default@CreateModuleInfo","_executionId":":XuqmGroup-HarmonySDK:entry:default@CreateModuleInfo:1777381073997","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/ModuleInfo.ts",{"isDirectory":false,"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:entry:default@GenerateMetadata":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"artifactName\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"83695c4a9aeeecff80241c7739fb4858fbd92eee38a63a48e9abc62df8327edb\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSigned\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"049b5033138d5af3ba0f2b57ef67b23b56dc83fa0d41843418bae22b2df6770b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"relatedEntryModules\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"72c4b1665c5896b02fa9b3f992e3ce78eefc5d0a7a14e5c60fd74172282780ff\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"remoteHspMetaData\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"a5bfa161987bd54bfe3921d933d3ab72f30023b9433005ef1e57f1715c4d2176\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetDeviceType\",\"_value\":[\"phone\",\"tablet\"],\"_valueType\":\"object\",\"_hash\":\"f993fe861c52872c35464934fbda2a1ea85840ae595f9c7078ebe2d325243d6f\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@GenerateMetadata","_key":":XuqmGroup-HarmonySDK:entry:default@GenerateMetadata","_executionId":":XuqmGroup-HarmonySDK:entry:default@GenerateMetadata:1777374165501","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5",{"fileSnapShotHashValue":"45f0792f900f0b774c2d78199d68f493e806157a6b838cb91b6c35e5708405a1"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/hap_metadata/default/output_metadata.json",{"fileSnapShotHashValue":"07f2d503b94e7a50baef40c63a15593330da0ded0049d15b7fdc391d6cbb57fb"}]]}},":XuqmGroup-HarmonySDK:entry:default@MergeProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"appJsonOpt\",\"_value\":\"{\\\"app\\\":{\\\"bundleName\\\":\\\"com.xuqmgroup.harmony.sdk\\\",\\\"vendor\\\":\\\"xuqm\\\",\\\"versionCode\\\":1000000,\\\"versionName\\\":\\\"1.0.0\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\"}}\",\"_valueType\":\"string\",\"_hash\":\"78fdbb324e23f6854e4219697678a8e219252b5231e55796229cdb25f6e4ef4c\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"asanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"5de58ee96d39449ca7f885eeee57df5a760e34739a5248ac20e31818d201489d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildProfileAbilities\",\"_valueType\":\"undefined\",\"_hash\":\"1b37f4c5d5e5e2c6096b0545d5c31b5bf64f747075a5e3c85f050e9e4079664b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildRoot\",\"_value\":\"build\",\"_valueType\":\"string\",\"_hash\":\"57bdd28a519c384eec33006ccb97c870b2af8357499f1588cd8aacb47fc8884d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersion\",\"_value\":12,\"_valueType\":\"number\",\"_hash\":\"0483df92e8ea8f540a8c7aece5f2f53d8414d672e000c369fd521e6f3687de51\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"hwasanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"f8bd6c4afae917a91bd141551210297e8a9b68ab5fb0adf6880673768a5ed7c6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"includeAppScopeRes\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"3c2a9052be609669b88b444d06b45b9cd9aa9bdbc5c549cf890a3bd37fc58d60\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHsp\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"ab7ebc56ff53ba733fc5e60a1c0e16725afa0b21d0966f7b50cce78a02e48d74\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isBundledDependencies\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"2a22b42a8504b32b68a8cc4173a9e266e6540a9372bf6553176105f698c20dc2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isDebug\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"3a45940aa78d73204cdc3177ffe70a15eb93b11c64cbef458f919e1b86a6ec6e\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarModule\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"bc6aa6a015fd1e648c9c5e447449ece707a678e12fba08771f90ddfe134af3f0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"module\\\":{\\\"name\\\":\\\"entry\\\",\\\"type\\\":\\\"entry\\\",\\\"description\\\":\\\"$string:module_desc\\\",\\\"mainElement\\\":\\\"EntryAbility\\\",\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\"],\\\"deliveryWithInstall\\\":true,\\\"installationFree\\\":false,\\\"pages\\\":\\\"$profile:main_pages\\\",\\\"abilities\\\":[{\\\"name\\\":\\\"EntryAbility\\\",\\\"srcEntry\\\":\\\"./ets/entryability/EntryAbility.ets\\\",\\\"description\\\":\\\"$string:EntryAbility_desc\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:app_icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"exported\\\":true,\\\"skills\\\":[{\\\"entities\\\":[\\\"entity.system.home\\\"],\\\"actions\\\":[\\\"action.system.home\\\"]}]}],\\\"requestPermissions\\\":[{\\\"name\\\":\\\"ohos.permission.INTERNET\\\"},{\\\"name\\\":\\\"ohos.permission.GET_BUNDLE_INFO\\\"}]}}\",\"_valueType\":\"string\",\"_hash\":\"5549cdcc6dacc53c41a5448ca399f0a021639e17e44cf942b168770fd08f38ca\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"multiProjects\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"dea8161c1a034ab86a9348c01dfdc4626089c413501f5016bc4be71f6214747b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ohLibs\",\"_value\":[\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/merge_profile/default/module.json\"],\"_valueType\":\"object\",\"_hash\":\"64539627bfc366599209c941d2b7424ba76ab00cd4583bcee17f394ff6c1367f\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"packageName\",\"_value\":\"entry\",\"_valueType\":\"string\",\"_hash\":\"2d02010f87ac0c4b88be91ac58b940c03eada62489017432aebd339464bf633a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectConfigAppOpt\",\"_valueType\":\"undefined\",\"_hash\":\"690bf99bac27c7294cc7056baecf9d1f5996393f344fda6ad83f08f971cfc658\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"releaseType\",\"_value\":\"Release\",\"_valueType\":\"string\",\"_hash\":\"f9d0b6fb1c4b29b9f08a909bbe00e8b5aa50d5eaf9eb1d05491d02351d827df1\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"removePermissions\",\"_valueType\":\"undefined\",\"_hash\":\"68ce79e87f7bc97a0e03070101e01e1b68b101f52b35a57fde4a1b321be3bdde\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetSdkVersion\",\"_value\":22,\"_valueType\":\"number\",\"_hash\":\"c67e1d133c411dc227f9785a49c2d98c30a32c1e780eb0dfb5778b7f4a92708e\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"tsanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"4a39a3fadc194c5ff71505bb8da8930c39fe534c877674936b5fa82a4d0c2229\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ubsanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"b7f8b201242d9c1e5fe6ef2f7faa4fddf88b1072d6bdbbac7f3e0841ecaf8a6f\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@MergeProfile","_key":":XuqmGroup-HarmonySDK:entry:default@MergeProfile","_executionId":":XuqmGroup-HarmonySDK:entry:default@MergeProfile:1777374230125","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5",{"fileSnapShotHashValue":"93abaa7167cb4f7156939cf7fc2fe27ec07fa7ad6cb1b051fe9505237492efab"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5",{"fileSnapShotHashValue":"45f0792f900f0b774c2d78199d68f493e806157a6b838cb91b6c35e5708405a1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/merge_profile/default/module.json",{"fileSnapShotHashValue":"23abf5a0659dba4200bdefa343047b6fa156d5c0e92aec49e9f382908dcbf973"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/merge_profile/default/module.json",{"fileSnapShotHashValue":"fb3aba78bc394efe68b62999e3417b79754c1e6e88e2e5259e92231155959b5d"}]]}},":XuqmGroup-HarmonySDK:entry:default@CreateBuildProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildMode\",\"_value\":\"Debug\",\"_valueType\":\"string\",\"_hash\":\"e5ca4ddaac7575fd86f22541aff1adda5124dfd5735cfbc8d69a5813341024a2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildModeName\",\"_value\":\"debug\",\"_valueType\":\"string\",\"_hash\":\"eed88fbd50af6d038f129b1446ece3710f8c3d0a5302679a6fb87ad47253410a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildProfileFields\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"c045d039f2ef60e781c590cc5f82f3d6d7f97bbb3b5af5252b100ace8eb332bf\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectOhosConfigAppOpt\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"31886fe858c1eb45b5d680c019a12d2bebebf813093c3583804d179ae701c5c3\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@CreateBuildProfile","_key":":XuqmGroup-HarmonySDK:entry:default@CreateBuildProfile","_executionId":":XuqmGroup-HarmonySDK:entry:default@CreateBuildProfile:1777374230123","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5",{"fileSnapShotHashValue":"93abaa7167cb4f7156939cf7fc2fe27ec07fa7ad6cb1b051fe9505237492efab"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets",{"fileSnapShotHashValue":"aff68ef38ae68e93b20a42a36f890e814d6a34ab91e86b74d5773563f091b9bd"}]]}},":XuqmGroup-HarmonySDK:entry:default@GeneratePkgContextInfo":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"pkgContextInfoMap\",\"_value\":\"{\\\"@xuqm/harmony-sdk\\\":{\\\"packageName\\\":\\\"@xuqm/harmony-sdk\\\",\\\"bundleName\\\":\\\"\\\",\\\"moduleName\\\":\\\"\\\",\\\"version\\\":\\\"0.1.0\\\",\\\"entryPath\\\":\\\"Index.ets\\\",\\\"isSO\\\":false,\\\"dependencyAlias\\\":\\\"\\\"},\\\"entry\\\":{\\\"packageName\\\":\\\"entry\\\",\\\"bundleName\\\":\\\"\\\",\\\"moduleName\\\":\\\"\\\",\\\"version\\\":\\\"\\\",\\\"entryPath\\\":\\\"src/main/\\\",\\\"isSO\\\":false,\\\"dependencyAlias\\\":\\\"\\\"}}\",\"_valueType\":\"string\",\"_hash\":\"7ea1aa0aba2d5d92ada39632935bd13224eb344c5e98f95d7d2eccd29055b0ec\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"0224eeca0e5401fc0c653dbed2bab63ff91b2d1c8e23719fbab4e11e695311d9\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@GeneratePkgContextInfo","_key":":XuqmGroup-HarmonySDK:entry:default@GeneratePkgContextInfo","_executionId":":XuqmGroup-HarmonySDK:entry:default@GeneratePkgContextInfo:1777374230107","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"isDirectory":false,"fileSnapShotHashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9"}]]}},":XuqmGroup-HarmonySDK:entry:default@ProcessIntegratedHsp":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"bundleName\",\"_value\":\"com.xuqmgroup.harmony.sdk\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"versionCode\",\"_value\":1000000,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@ProcessIntegratedHsp","_key":":XuqmGroup-HarmonySDK:entry:default@ProcessIntegratedHsp","_executionId":":XuqmGroup-HarmonySDK:entry:default@ProcessIntegratedHsp:1777381074004","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build/cache/default/integrated_hsp/integratedHspCache.json",{"isDirectory":false,"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:entry:default@MakePackInfo":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"appResOpt\",\"_value\":\"{\\\"app\\\":{\\\"bundleName\\\":\\\"com.xuqmgroup.harmony.sdk\\\",\\\"vendor\\\":\\\"xuqm\\\",\\\"versionCode\\\":1000000,\\\"versionName\\\":\\\"1.0.0\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\"}}\",\"_valueType\":\"string\",\"_hash\":\"b135de0c2b02147406ce27a4c5f845ea9fffcfa4a73233cad6ecea4b46fa2576\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersion\",\"_value\":12,\"_valueType\":\"number\",\"_hash\":\"0483df92e8ea8f540a8c7aece5f2f53d8414d672e000c369fd521e6f3687de51\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileSdkVersion\",\"_value\":22,\"_valueType\":\"number\",\"_hash\":\"cdbd73464d63f9a9f731956e66ae36f7069748f13738b74b88adef9a3c71e9d7\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"phone\",\"tablet\"],\"_valueType\":\"object\",\"_hash\":\"88d075caa4e523fc969feea447f60e3ed3904dfeeaff76c2fa26a63e115db577\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHsp\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"ab7ebc56ff53ba733fc5e60a1c0e16725afa0b21d0966f7b50cce78a02e48d74\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"module\\\":{\\\"name\\\":\\\"entry\\\",\\\"type\\\":\\\"entry\\\",\\\"description\\\":\\\"$string:module_desc\\\",\\\"mainElement\\\":\\\"EntryAbility\\\",\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\"],\\\"deliveryWithInstall\\\":true,\\\"pages\\\":\\\"$profile:main_pages\\\",\\\"abilities\\\":[{\\\"name\\\":\\\"EntryAbility\\\",\\\"srcEntry\\\":\\\"./ets/entryability/EntryAbility.ets\\\",\\\"description\\\":\\\"$string:EntryAbility_desc\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:app_icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"exported\\\":true,\\\"skills\\\":[{\\\"entities\\\":[\\\"entity.system.home\\\"],\\\"actions\\\":[\\\"action.system.home\\\"]}]}],\\\"requestPermissions\\\":[{\\\"name\\\":\\\"ohos.permission.INTERNET\\\"},{\\\"name\\\":\\\"ohos.permission.GET_BUNDLE_INFO\\\"}]}}\",\"_valueType\":\"string\",\"_hash\":\"91c80db2ab7b21299dbb65f6589c0967f22a2468ec0529cfa9146d581803e012\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectConfigAppOpt\",\"_valueType\":\"undefined\",\"_hash\":\"690bf99bac27c7294cc7056baecf9d1f5996393f344fda6ad83f08f971cfc658\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"releaseType\",\"_value\":\"Release\",\"_valueType\":\"string\",\"_hash\":\"f9d0b6fb1c4b29b9f08a909bbe00e8b5aa50d5eaf9eb1d05491d02351d827df1\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@MakePackInfo","_key":":XuqmGroup-HarmonySDK:entry:default@MakePackInfo","_executionId":":XuqmGroup-HarmonySDK:entry:default@MakePackInfo:1777374230132","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5",{"fileSnapShotHashValue":"93abaa7167cb4f7156939cf7fc2fe27ec07fa7ad6cb1b051fe9505237492efab"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5",{"fileSnapShotHashValue":"45f0792f900f0b774c2d78199d68f493e806157a6b838cb91b6c35e5708405a1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/pack.info",{"fileSnapShotHashValue":"f4d4ba848be93b38d82b3d8135215efd5e8a8b41ae564e103e06beb0e89a1177"}]]}},":XuqmGroup-HarmonySDK:entry:default@SyscapTransform":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"phone\",\"tablet\"],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@SyscapTransform","_key":":XuqmGroup-HarmonySDK:entry:default@SyscapTransform","_executionId":":XuqmGroup-HarmonySDK:entry:default@SyscapTransform:1777381074008","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/syscap_tool",{"fileSnapShotHashValue":"b958209a3ec5cc7742a4a2b445cdac4238c26a5369352d0f25b7e05a7a3d450b"}],["/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define",{"fileSnapShotHashValue":"a8d85f0f9fc7442385b54f1d37db5a12d988988dbff9086e5548e2cdfd017fe3"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/syscap/default/rpcid.sc",{"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:entry:default@ProcessProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"arkEnable\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"7b9b15dd1b9fc3e86436218773a6dc9dc99032a90912d6a5212068ffccdf88eb\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersionStage\",\"_value\":\"beta1\",\"_valueType\":\"string\",\"_hash\":\"dcb64e353fbf1e4f1d2a7e92558cda2355a4a8c7dfc17b5764ec81a2d75f2e6f\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileMode\",\"_value\":\"esmodule\",\"_valueType\":\"string\",\"_hash\":\"b252a618b764d3a16946606383b78d4fb15c248889fa7eeaeaf03053cb658f5a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"dependency\",\"_value\":\"[]\",\"_valueType\":\"string\",\"_hash\":\"9d1613100177e076da7529c27f37d83c55cc84cdbf3ea8ed9c413dfeab139615\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"phone\",\"tablet\"],\"_valueType\":\"object\",\"_hash\":\"88d075caa4e523fc969feea447f60e3ed3904dfeeaff76c2fa26a63e115db577\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"harExcludeHSPDependencies\",\"_valueType\":\"undefined\",\"_hash\":\"331c1752db2c29f99b65f1d0dca12ed8c44c4c83200d526bea1a713724931403\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isFakeUIAbilityExists\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"8fa4cb980c078f05c591462c78d4698c9883955ec5066c75f3c2e9c2d4df22a1\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@ProcessProfile","_key":":XuqmGroup-HarmonySDK:entry:default@ProcessProfile","_executionId":":XuqmGroup-HarmonySDK:entry:default@ProcessProfile:1777374230134","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/merge_profile/default/module.json",{"fileSnapShotHashValue":"fb3aba78bc394efe68b62999e3417b79754c1e6e88e2e5259e92231155959b5d"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/process_profile/default/module.json",{"fileSnapShotHashValue":"dc3a6a264754cd1cb21944583e42581cf809f2dcb84cc9007b3e309208e94874"}]]}},":XuqmGroup-HarmonySDK:entry:default@ProcessRouterMap":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"bundleName\",\"_value\":\"com.xuqmgroup.harmony.sdk\",\"_valueType\":\"string\",\"_hash\":\"200a1a17d0aeeb634135c53f08571062b8738627a71bd9441d3e344cfbc73b24\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"byteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"4a2f0b0a7b1684665f4cfdf556e7849eb7b76fd73c8be3b83a43ccf9022a23dc\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"harPackageNameList\",\"_value\":\"[\\\"@xuqm/harmony-sdk\\\"]\",\"_valueType\":\"string\",\"_hash\":\"1323e8f60dbe9e3439734d158074231cf1eec7e8b546695fa1f4eae8d5d132ad\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"localDependencyRouterMapObjArray\",\"_value\":\"4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945\",\"_valueType\":\"string\",\"_hash\":\"4042f2c4db98fe6dee384ccf04397d52a7904830e20edf907c22121717b98bbc\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleName\",\"_value\":\"entry\",\"_valueType\":\"string\",\"_hash\":\"b13b0eab8d69f39b957729567b7910ec0a18affd43229c684d0da472e0c01a72\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"obfuscated\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"63574f7bd39da453b2e948ec0bacfd459aa4c1261de54c243aad1a259378ea39\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"remoteDependencyRouterMapObjArray\",\"_value\":\"4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945\",\"_valueType\":\"string\",\"_hash\":\"c2f9b879ec13c08f47524d9989f1800176ace170a21357b038fa3ed206b6f28d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"0224eeca0e5401fc0c653dbed2bab63ff91b2d1c8e23719fbab4e11e695311d9\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@ProcessRouterMap","_key":":XuqmGroup-HarmonySDK:entry:default@ProcessRouterMap","_executionId":":XuqmGroup-HarmonySDK:entry:default@ProcessRouterMap:1777374230119","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/oh-package.json5",{"fileSnapShotHashValue":"dc5ab13285deddac685e9bccf21c9e6dc8c779ae156162d21d58c2c507609fed"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5",{"fileSnapShotHashValue":"be4d9035ca8fe1dc36496464660318ffe4a96e78c4ddd65001173b3b831b38bd"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5",{"fileSnapShotHashValue":"45f0792f900f0b774c2d78199d68f493e806157a6b838cb91b6c35e5708405a1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/temp-router-map.json",{"fileSnapShotHashValue":"bdb98c33482c72055b71c5b95ba8bbcbfa7bc55784abec2c620d508a5b5526f2"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/loader-router-map.json",{"fileSnapShotHashValue":"c4fe93460f3d43bf4013c337a0e8af3878fb533f6bfb21bcfe557300762ea109"}]]}},":XuqmGroup-HarmonySDK:entry:default@ProcessShareConfig":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@ProcessShareConfig","_key":":XuqmGroup-HarmonySDK:entry:default@ProcessShareConfig","_executionId":":XuqmGroup-HarmonySDK:entry:default@ProcessShareConfig:1777374230121","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/oh-package.json5",{"fileSnapShotHashValue":"dc5ab13285deddac685e9bccf21c9e6dc8c779ae156162d21d58c2c507609fed"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5",{"fileSnapShotHashValue":"be4d9035ca8fe1dc36496464660318ffe4a96e78c4ddd65001173b3b831b38bd"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5",{"fileSnapShotHashValue":"45f0792f900f0b774c2d78199d68f493e806157a6b838cb91b6c35e5708405a1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/share_config/default/temp-share-config.json",{"fileSnapShotHashValue":"aed98b36b6d5b208231e5d5453f4fce93e907ea4d227c84bc921ee7773d2e0ba"}]]}},":XuqmGroup-HarmonySDK:entry:default@ProcessStartupConfig":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"appStartupFileName\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"@xuqm/harmony-sdk\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"shouldCollectPreloadSystemSo\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@ProcessStartupConfig","_key":":XuqmGroup-HarmonySDK:entry:default@ProcessStartupConfig","_executionId":":XuqmGroup-HarmonySDK:entry:default@ProcessStartupConfig:1777381074023","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/startup/default/startup_config.json",{"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:entry:default@ProcessResource":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/opt-compression.json\",\"_value\":\"{\\\"context\\\":{\\\"extensionPath\\\":\\\"/Users/xuqinmin/sdk/command-line-tools/sdk/default/hms/toolchains/lib/libimage_transcoder_shared.dylib\\\"},\\\"compression\\\":{\\\"media\\\":{\\\"enable\\\":false},\\\"filters\\\":[]}}\",\"_valueType\":\"string\",\"_hash\":\"847261dabb0f2418e3e6a8f433589686f43d21c0e012ba3ccbf0ac8583bb4674\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ignoreResourcePattern\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fa8a2bf7e8701fa08ecd49defdde15eba74e0f6f1c0edd32f96fec2db98c287d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"includeAppScopeRes\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"3c2a9052be609669b88b444d06b45b9cd9aa9bdbc5c549cf890a3bd37fc58d60\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"resConfigJsonContent\",\"_value\":\"{\\\"configPath\\\":\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/process_profile/default/module.json\\\",\\\"packageName\\\":\\\"com.xuqmgroup.harmony.sdk\\\",\\\"output\\\":\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default\\\",\\\"moduleNames\\\":\\\"entry,xuqmSdk\\\",\\\"ResourceTable\\\":[\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default/ResourceTable.h\\\"],\\\"moduleResources\\\":[\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources\\\"],\\\"dependencies\\\":[],\\\"iconCheck\\\":true,\\\"ids\\\":\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ids_map\\\",\\\"definedIds\\\":\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ids_map/id_defined.json\\\",\\\"definedSysIds\\\":\\\"/Users/xuqinmin/sdk/command-line-tools/sdk/default/hms/toolchains/id_defined.json\\\"}\",\"_valueType\":\"string\",\"_hash\":\"7b24424e981b0face6b7767d0e10c81e182448d99863633d90954f25653cb4d4\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"resource_str\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"9a11b63a88a050aea92ebf0b9b95f6e60d441fcbadd1c0a4a4e8470f9b9fa1e3\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@ProcessResource","_key":":XuqmGroup-HarmonySDK:entry:default@ProcessResource","_executionId":":XuqmGroup-HarmonySDK:entry:default@ProcessResource:1777374230180","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resConfig.json",{"isDirectory":false,"fileSnapShotHashValue":"95068df3ab6f1a1a62b5bea41be79f5b2b4ea75c8db41a1d5bf05075ad001045"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/opt-compression.json",{"isDirectory":false,"fileSnapShotHashValue":"a5e01f349ffc5d480fc56e56cea4df0fdcf98b2ee91a46909b7421b96f38c00b"}]]}},":XuqmGroup-HarmonySDK:entry:default@GenerateLoaderJson":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"anBuildMode\",\"_value\":\"type\",\"_valueType\":\"string\",\"_hash\":\"b6c2cdf83442e0a2e9276b44ad76436c6d0bcc210edecb703114e95a598dc3c3\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"apPath\",\"_value\":\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/modules.ap\",\"_valueType\":\"string\",\"_hash\":\"b8059407ab31144b3df714e88fed7d9294db8c2afbbe70ab2afb320d401dc605\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"appStartupFileName\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"08d4364dd4e30f366a567cdf729bce6192c7be3a576ec780f3246de4aab394b2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleApiVersion\",\"_value\":12,\"_valueType\":\"number\",\"_hash\":\"3044b764a8e3877e0efd8c4a1f9a29375d8109057ef019dbc16ee2bd0977fdf4\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileApiVersion\",\"_value\":22,\"_valueType\":\"number\",\"_hash\":\"39a8179c13c106fe3669a913c239b7127f336f3907ceb40b31dbed36dd1719c0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileMode\",\"_value\":\"esmodule\",\"_valueType\":\"string\",\"_hash\":\"b252a618b764d3a16946606383b78d4fb15c248889fa7eeaeaf03053cb658f5a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"dependencyModuleAbility\",\"_valueType\":\"undefined\",\"_hash\":\"bab8a6d024eec92d9e8c6141d046c98fc050bd3d5639e87bc82d241bca917faa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"fallbackAnBuild\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"6f8ed2a511c0bba942d7dcfa03ce73e61df388e1078d8aa764eab1ed2579ffbe\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"harNameOhmMap\",\"_value\":\"{}\",\"_valueType\":\"string\",\"_hash\":\"acc11cef2aff25c28c5419917e8ca31d827bff2f1f80b5f15bed3075b95d2453\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"hspNameOhmMap\",\"_value\":\"{}\",\"_valueType\":\"string\",\"_hash\":\"aa81d73257173f0b16a1e81016649a76f0a7185c632329bedc7591c5cd891a26\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isBundledDependencies\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"2a22b42a8504b32b68a8cc4173a9e266e6540a9372bf6553176105f698c20dc2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isByteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"31aa2831dc8ab7d38bfe1091d4eb58c38ef100d622c96497f4e1c6e12552058f\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isByteCodeHarOptimize\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"765fcc2a093117f1d048b712c99977ad120ee4b32fbeed77fca6f1d07d4b3bc0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isCustomizedHar\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"6db6fd1f39d1744e2e57a81969a3512fdb144b7185d321984df3500918db3f84\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isFullCompilationEnabled\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"bdc425fc76182216717b60e6f66f4259cd2a62ca4644d08b4c942f5424be8abc\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarWithCoverage\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"7a6ae2a3f4fb0a66f3dc3df4cb8e5ed15d62ba95343bf2c447c668fc09bd75cd\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isOhosTest\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"de6340d3d0a55dfab74711d2022cbe7a75d555e002e47935640e8115424af634\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"modulePathMap\",\"_value\":\"{\\\"xuqmSdk\\\":\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk\\\",\\\"entry\\\":\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry\\\"}\",\"_valueType\":\"string\",\"_hash\":\"94d5db25b7b4883b364cb9e49de36e9f4454f36e83d7e82d828d3a2e22770bf5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"module_dependencies\",\"_value\":\"{\\\"@xuqm/harmony-sdk\\\":\\\"file:../xuqm-sdk\\\"}\",\"_valueType\":\"string\",\"_hash\":\"a23be7af3088bf098b3e79b1ebf74999a301ef7155b0577aa1e623409540e2bd\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"needSubmitArkTsWidget\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"b7eb2cc34539dd6a8fc1ccae4b3b043e164f4e8b113031a5fe6444fdb13433e7\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"nodeModulesPath\",\"_value\":\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/node_modules\",\"_valueType\":\"string\",\"_hash\":\"13f7eb67d6b1a038727f5db558da6d07e8399e3a82ee02d4c2f207de990e5bea\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"overrides\",\"_valueType\":\"undefined\",\"_hash\":\"76b98eeb6f5b5311e5e4846e8d49c6f29c84b1224760f1658f8089449a1bf5a8\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectRootPath\",\"_value\":\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK\",\"_valueType\":\"string\",\"_hash\":\"4d444dce2652a77669c6c628dc2904589cb70645a9d2599d48b882ea9554e830\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"project_dependencies\",\"_valueType\":\"undefined\",\"_hash\":\"4c252cfc3242ee0b6bf219bcf876e1d4ae50a488587e573dc8c32b26b40176a3\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"shouldTreatHarAsHap\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"9722cc179e8721df3beeeebd7c6023318e49eea338f2c3a57f278c73cb4fa861\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetConfig\",\"_value\":\"{\\\"name\\\":\\\"default\\\",\\\"runtimeOS\\\":\\\"HarmonyOS\\\"}\",\"_valueType\":\"string\",\"_hash\":\"7ad92f60e2fd77af3dbc83817459151c9bef443dfaa7f71055e9da4150769890\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"0224eeca0e5401fc0c653dbed2bab63ff91b2d1c8e23719fbab4e11e695311d9\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@GenerateLoaderJson","_key":":XuqmGroup-HarmonySDK:entry:default@GenerateLoaderJson","_executionId":":XuqmGroup-HarmonySDK:entry:default@GenerateLoaderJson:1777374230128","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/temp-router-map.json",{"fileSnapShotHashValue":"bdb98c33482c72055b71c5b95ba8bbcbfa7bc55784abec2c620d508a5b5526f2"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/loader.json",{"isDirectory":false,"fileSnapShotHashValue":"f6850188cdb425425bc140de4fde4f75089bf9a11080ded55b835720edeb9d8e"}]]}},":XuqmGroup-HarmonySDK:entry:default@ProcessLibs":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"excludeFromHar\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"6df8c70e1286b558ff469defa1217f7ab51015a20dce3ca94cf8685c9537866d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isBundledDependencies\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"2a22b42a8504b32b68a8cc4173a9e266e6540a9372bf6553176105f698c20dc2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isByteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"31aa2831dc8ab7d38bfe1091d4eb58c38ef100d622c96497f4e1c6e12552058f\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@ProcessLibs","_key":":XuqmGroup-HarmonySDK:entry:default@ProcessLibs","_executionId":":XuqmGroup-HarmonySDK:entry:default@ProcessLibs:1777374230259","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/libs/default",{"fileSnapShotHashValue":""}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build-profile.json5",{"fileSnapShotHashValue":"637eb00fec419bbf9cc3531c0bd5dfabc002588e06b17e5b48f7889c647ec6af"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:entry:default@CompileResource":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/restool,-l,/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resConfig.json\",\"_valueType\":\"string\",\"_hash\":\"1497d4cf29e6c04fcb54834e286933f7326051c5f3a59a2fef8c725fbc8a2409\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/restool\",\"_valueType\":\"string\",\"_hash\":\"a877052faf8389f77cac191cc901f865ddb0d41bb7c601619bd68eb9536bba99\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"TARGET_CONFIG\",\"_value\":\"{\\\"name\\\":\\\"default\\\",\\\"runtimeOS\\\":\\\"HarmonyOS\\\"}\",\"_valueType\":\"string\",\"_hash\":\"7fdcf3f64196fcedfa428177782e041d50d8aa55637c02d356aeb8f32f08304e\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"0224eeca0e5401fc0c653dbed2bab63ff91b2d1c8e23719fbab4e11e695311d9\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@CompileResource","_key":":XuqmGroup-HarmonySDK:entry:default@CompileResource","_executionId":":XuqmGroup-HarmonySDK:entry:default@CompileResource:1777374230183","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources",{"fileSnapShotHashValue":"d8710f0fec6df6ca625d0eb1544d988243a8cc79ff8be0e59ed7ba3212d22db5"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/process_profile/default/module.json",{"isDirectory":false,"fileSnapShotHashValue":"dc3a6a264754cd1cb21944583e42581cf809f2dcb84cc9007b3e309208e94874"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resConfig.json",{"isDirectory":false,"fileSnapShotHashValue":"95068df3ab6f1a1a62b5bea41be79f5b2b4ea75c8db41a1d5bf05075ad001045"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default",{"isDirectory":true,"fileSnapShotHashValue":"78d7c4d30fe855899aa58cff447c13b717c45217f50e7743bfaa574579b07138"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default/ResourceTable.h",{"isDirectory":false,"fileSnapShotHashValue":"23315d26a9bd75c66720756fff3733f6baa027ec356aeaa867c2d69233599260"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default",{"isDirectory":true,"fileSnapShotHashValue":"f61eb502cdf4aba036736f3aeeecbe1321cff969117c172d436964ac2d62e164"}]]}},":XuqmGroup-HarmonySDK:entry:default@DoNativeStrip":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"debugSymbol\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"1082dd5e6f56bef4530b1600ccdfc7599cf6cc8a5c6d5087d1cab1f405df3d2f\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@DoNativeStrip","_key":":XuqmGroup-HarmonySDK:entry:default@DoNativeStrip","_executionId":":XuqmGroup-HarmonySDK:entry:default@DoNativeStrip:1777374165772","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:entry:default@CompileArkTS":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"debuggable\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isArk\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"needCoverageInsert\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ark.tsImportSendable\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":[],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isByteCodeHarOptimize\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"@xuqm/harmony-sdk\",\"_value\":\"@xuqm/harmony-sdk: file:../xuqm-sdk\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"caseSensitiveCheck\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"transformLib\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersionStage\",\"_value\":\"beta1\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"skipOhModulesLint\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"autoLazyImport\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"allowEmptyBundleName\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"reExportCheckMode\",\"_value\":\"noCheck\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"executionMode\",\"_value\":\"memory\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"usePathPlaceholder\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"writeRollupCache\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isExpandImportEnabled\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"expandImportExclude\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"lazyImportExclude\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"lazyImportInclude\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ignoreCrossplatformCheck\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarDeduplicateEnabled\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"enableStrictCheckOHModule\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"disableSendableCheckRules\",\"_value\":[],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useDeclarationFileSignature\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customizedOptions\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHsp\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isPreloadSoEnabled\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"arkTsWdiget\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"OBFUSCATION_ENABLE\",\"_value\":\"undefined\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"OBFUSCATION_FILES_HASH\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"maxFlowDepth\",\"_value\":\"undefined\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"noExternalImportByPath\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"copyCodeResourceEnable\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"copyCodeResourceExcludes\",\"_value\":[],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"copyCodeResourceIncludes\",\"_value\":\"undefined\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ohos.uiTransform.Optimization\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ohos.rollupCache.useSourceHash\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"localModuleParamMap\",\"_value\":\"{}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"autoLazyFilter\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":false,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@CompileArkTS","_key":":XuqmGroup-HarmonySDK:entry:default@CompileArkTS","_executionId":":XuqmGroup-HarmonySDK:entry:default@CompileArkTS:1777381074044","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default",{"isDirectory":true,"fileSnapShotHashValue":"c3ed678adc01183f8cbf5202361a29e2ce52ecd7b0e13797ae59155a83befcf6"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/Index.ets",{"fileSnapShotHashValue":"368e66a50a180644fff2c6d3a47e130e0fbe37e6b12cd0268bdb858540ef6c67"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets",{"isDirectory":true,"fileSnapShotHashValue":"3ecaa7f8e259be2dcd7e3b24666ca668cd25c4568ca68c1012e157f39e2b75bc"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile",{"isDirectory":true,"fileSnapShotHashValue":"93d5507192eace4b371a866fa5bec024622b3587a7cb6cf41b1430fc39c6dbba"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt",{"fileSnapShotHashValue":"9f0a6cddfba2a3c8ed075219467ca9fe090347d113ba48ba5dc7d42c6f89c298"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json",{"fileSnapShotHashValue":"8f7c4a9a77daa18bc88b64b9bb6ed10f237535326b92e594aebd86ec535f2ff2"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile",{"isDirectory":true,"fileSnapShotHashValue":"5731eaff68c23a09a8c5a0514736d4673fdf14e9a20be71844cca1d418febb1b"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets",{"isDirectory":true,"fileSnapShotHashValue":"adfe6bec7475a9ac26765280aa413bec178deffc4d717b3ca85e4034c6e2d0fd"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets",{"fileSnapShotHashValue":"aff68ef38ae68e93b20a42a36f890e814d6a34ab91e86b74d5773563f091b9bd"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/BuildProfile.ets",{"fileSnapShotHashValue":"4724f59bdd3add6300cfe9cd8da3e5fe09c3cff2c234aab308259afdc24b6a9d"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets",{"isDirectory":true,"fileSnapShotHashValue":"3a42159ff9c6d976f01378973ae4798ded90e5d9d8599f4716c8cff0a93a0edc"}]]}},":XuqmGroup-HarmonySDK:entry:default@BuildJS":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"debuggable\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isArk\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"needCoverageInsert\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ark.tsImportSendable\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":[],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isByteCodeHarOptimize\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"@xuqm/harmony-sdk\",\"_value\":\"@xuqm/harmony-sdk: file:../xuqm-sdk\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"caseSensitiveCheck\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"transformLib\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersionStage\",\"_value\":\"beta1\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"skipOhModulesLint\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"autoLazyImport\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"allowEmptyBundleName\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"reExportCheckMode\",\"_value\":\"noCheck\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"executionMode\",\"_value\":\"memory\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"usePathPlaceholder\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"writeRollupCache\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isExpandImportEnabled\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"expandImportExclude\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"lazyImportExclude\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"lazyImportInclude\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ignoreCrossplatformCheck\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarDeduplicateEnabled\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"enableStrictCheckOHModule\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"disableSendableCheckRules\",\"_value\":[],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useDeclarationFileSignature\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customizedOptions\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHsp\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"autoLazyFilter\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":false,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@BuildJS","_key":":XuqmGroup-HarmonySDK:entry:default@BuildJS","_executionId":":XuqmGroup-HarmonySDK:entry:default@BuildJS:1777381074057","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default",{"isDirectory":true,"fileSnapShotHashValue":"c3ed678adc01183f8cbf5202361a29e2ce52ecd7b0e13797ae59155a83befcf6"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/Index.ets",{"fileSnapShotHashValue":"368e66a50a180644fff2c6d3a47e130e0fbe37e6b12cd0268bdb858540ef6c67"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile",{"isDirectory":true,"fileSnapShotHashValue":"93d5507192eace4b371a866fa5bec024622b3587a7cb6cf41b1430fc39c6dbba"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt",{"fileSnapShotHashValue":"9f0a6cddfba2a3c8ed075219467ca9fe090347d113ba48ba5dc7d42c6f89c298"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json",{"fileSnapShotHashValue":"8f7c4a9a77daa18bc88b64b9bb6ed10f237535326b92e594aebd86ec535f2ff2"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile",{"isDirectory":true,"fileSnapShotHashValue":"5731eaff68c23a09a8c5a0514736d4673fdf14e9a20be71844cca1d418febb1b"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/js",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:entry:default@CacheNativeLibs":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"debugSymbol\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"1082dd5e6f56bef4530b1600ccdfc7599cf6cc8a5c6d5087d1cab1f405df3d2f\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@CacheNativeLibs","_key":":XuqmGroup-HarmonySDK:entry:default@CacheNativeLibs","_executionId":":XuqmGroup-HarmonySDK:entry:default@CacheNativeLibs:1777374165785","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/patch/default/base_native_libs.json",{"isDirectory":false,"fileSnapShotHashValue":"97cf11a1c8e797209af9b1ebb9e848464221aa1f272c3a01fe840d91bfa25637"}]]}},":XuqmGroup-HarmonySDK:xuqm-sdk:default@PreBuild":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"compileApiVersion\",\"_value\":22,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleApiVersion\",\"_value\":12,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetStatusCode\",\"_value\":2,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"apiType\",\"_value\":\"stageMode\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceType\",\"_value\":[\"phone\",\"tablet\"],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"codeType\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"6.0.2.130\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"profileModuleName\",\"_value\":\"xuqm-sdk\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"jsonFilePath\\\":\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5\\\",\\\"profile\\\":{\\\"module\\\":{\\\"name\\\":\\\"xuqm-sdk\\\",\\\"type\\\":\\\"har\\\",\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\"]}},\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\"],\\\"deviceConfig\\\":\\\"deviceTypes\\\",\\\"configurationProfile\\\":\\\"module.json5\\\"}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSupportOhpmProj\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"removePermissions\",\"_valueType\":\"undefined\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isPreloadSystemSoEnabled\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSingleFileEmitEnabled\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"requiredDeviceType\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integrated_hsp\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sourceRoots\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"transformLib\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"byteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"configuration\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"configurationFileJson\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleDependencyNames\",\"_value\":[],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isExpandImportEnabled\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"excludeExpandImportDependencyNames\",\"_value\":[],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":false,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"xuqm-sdk","_taskName":"default@PreBuild","_key":":XuqmGroup-HarmonySDK:xuqm-sdk:default@PreBuild","_executionId":":XuqmGroup-HarmonySDK:xuqm-sdk:default@PreBuild:1777374210686","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5",{"isDirectory":false,"fileSnapShotHashValue":"93abaa7167cb4f7156939cf7fc2fe27ec07fa7ad6cb1b051fe9505237492efab"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5",{"isDirectory":false,"fileSnapShotHashValue":"2d48a40220df7640dda922a9bab97ae18bd4575f8df5e499d8d7e797aa70a5f4"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e14d32336fed3daaed334cb211ba11d0d5e4d26370921e0d45305b2fe97e21d3"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build-profile.json5",{"fileSnapShotHashValue":"1b74e6f3f180b2053b19d6b0b83ef1e21e72cbafb15ac8227df1494d99dbf183"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigor/hvigor-config.json5",{"isDirectory":true,"fileSnapShotHashValue":"d23916aa724b4d8c931cc359160909580acef6ac7906edb118fe5b86ae3d6734"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/oh-package.json5",{"fileSnapShotHashValue":"bb1fc6ce7ed60366262e9404e2f9bc73ef94a4673cb2de7c739478889abe6129"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5",{"fileSnapShotHashValue":"be4d9035ca8fe1dc36496464660318ffe4a96e78c4ddd65001173b3b831b38bd"}]]},"_outputFiles":{"dataType":"Map","value":[]}},":XuqmGroup-HarmonySDK:xuqmSdk:default@PreBuild":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"apiType\",\"_value\":\"stageMode\",\"_valueType\":\"string\",\"_hash\":\"9ac09f1ae36c615b7034e57604d143ee6f7923a31f49ed79ba5af84e65bd2cd5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"byteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"4a2f0b0a7b1684665f4cfdf556e7849eb7b76fd73c8be3b83a43ccf9022a23dc\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"codeType\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"55d417a3ae2590190c5eec1f80e83526051dc5fd38bfdf095543a8ebfb0969d0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleApiVersion\",\"_value\":12,\"_valueType\":\"number\",\"_hash\":\"3044b764a8e3877e0efd8c4a1f9a29375d8109057ef019dbc16ee2bd0977fdf4\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileApiVersion\",\"_value\":22,\"_valueType\":\"number\",\"_hash\":\"39a8179c13c106fe3669a913c239b7127f336f3907ceb40b31dbed36dd1719c0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"configuration\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"b041968df1b26a31cfc4ac747e70435fa5a69b22512251322233d70b778fdade\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"configurationFileJson\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"38995319d700f1305e6f6c3f020f422155fa8dbd43f1ebc9125ad7fdfa41a760\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"a53b59d3cf3d0e26864fb7740c427a8bb49c88847f89d2674bae0714f005cd69\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceType\",\"_value\":[\"phone\",\"tablet\"],\"_valueType\":\"object\",\"_hash\":\"bdc817a61f297144fb6f3f8b4fc0be385c7d269e4a82da80ba2f27727c0b5825\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"excludeExpandImportDependencyNames\",\"_value\":[],\"_valueType\":\"object\",\"_hash\":\"7ac740b7270690c6ad8e2c54545fb0683a607618b35bc56fa079abd95d469671\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integrated_hsp\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"c8e0a42238b6cb31ba5369f43f42fa7da63c8b99e3bc85ae67f55c6b25ba0540\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isExpandImportEnabled\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"b67a29a46e7f73582199a2914054cf91c9c3c5201bae6150d41cb4ff12f75a33\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isPreloadSystemSoEnabled\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"6ac08297964668ba6d6497fff711f690384b7295ce0ad8544261dd56d792025c\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSingleFileEmitEnabled\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"e4c94844e729a98f2b41957f8a30299cb4b7008cbb2b94ad9f2b339252b2a3e8\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSupportOhpmProj\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"9338de8e6e2136c4fbf4aca514d6b4410fe55bc08b27a9df26930b1bc45b181b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleDependencyNames\",\"_value\":[],\"_valueType\":\"object\",\"_hash\":\"a371086d2024edef8e9b6734d528894e3bd2f5c7a4f7158b62a2545963146831\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"jsonFilePath\\\":\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5\\\",\\\"profile\\\":{\\\"module\\\":{\\\"name\\\":\\\"xuqmSdk\\\",\\\"type\\\":\\\"har\\\",\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\"]}},\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\"],\\\"deviceConfig\\\":\\\"deviceTypes\\\",\\\"configurationProfile\\\":\\\"module.json5\\\"}\",\"_valueType\":\"string\",\"_hash\":\"3f8b31a436b8aafd6702a1415ea768aad36efd59da7a6d21867ac612f7b43664\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"profileModuleName\",\"_value\":\"xuqmSdk\",\"_valueType\":\"string\",\"_hash\":\"0162af91b8a5599ceed141d225222e8b283c493c6300aac0181c37e345a06b83\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"removePermissions\",\"_valueType\":\"undefined\",\"_hash\":\"68ce79e87f7bc97a0e03070101e01e1b68b101f52b35a57fde4a1b321be3bdde\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"requiredDeviceType\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"d53e6eaa8506ecaa660904b04d0296bd447ad8d55785334aa590509fbf0cf454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"6.0.2.130\",\"_valueType\":\"string\",\"_hash\":\"d651b80755b24f6cd3201d7d9bec0cf9db0e83953fe88dd1e138b5a8d3860de5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sourceRoots\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"09f6b4afb8ee03e299b12d3d2d17163933dca5fed9db3a9d0bc0694a7c1a8ff8\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetStatusCode\",\"_value\":2,\"_valueType\":\"number\",\"_hash\":\"6946489f2257d736396b7b570077542aef0edefbcd7f8686c6020a2a9d5530fa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"transformLib\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e290891c0838ca6470020dcf292833f2588221dca1a7fa6af21969fb642d4e6d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"0224eeca0e5401fc0c653dbed2bab63ff91b2d1c8e23719fbab4e11e695311d9\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"xuqmSdk","_taskName":"default@PreBuild","_key":":XuqmGroup-HarmonySDK:xuqmSdk:default@PreBuild","_executionId":":XuqmGroup-HarmonySDK:xuqmSdk:default@PreBuild:1777374230083","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5",{"isDirectory":false,"fileSnapShotHashValue":"93abaa7167cb4f7156939cf7fc2fe27ec07fa7ad6cb1b051fe9505237492efab"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5",{"isDirectory":false,"fileSnapShotHashValue":"a54d0da0a32fad146f07a6266dea27d36a1d2732ab08a530c03fde91d1988222"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build-profile.json5",{"fileSnapShotHashValue":"1b74e6f3f180b2053b19d6b0b83ef1e21e72cbafb15ac8227df1494d99dbf183"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigor/hvigor-config.json5",{"isDirectory":true,"fileSnapShotHashValue":"d23916aa724b4d8c931cc359160909580acef6ac7906edb118fe5b86ae3d6734"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/oh-package.json5",{"fileSnapShotHashValue":"bb1fc6ce7ed60366262e9404e2f9bc73ef94a4673cb2de7c739478889abe6129"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5",{"fileSnapShotHashValue":"be4d9035ca8fe1dc36496464660318ffe4a96e78c4ddd65001173b3b831b38bd"}]]},"_outputFiles":{"dataType":"Map","value":[]}},":XuqmGroup-HarmonySDK:xuqmSdk:default@CreateHarBuildProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildMode\",\"_value\":\"Debug\",\"_valueType\":\"string\",\"_hash\":\"e5ca4ddaac7575fd86f22541aff1adda5124dfd5735cfbc8d69a5813341024a2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildModeName\",\"_value\":\"debug\",\"_valueType\":\"string\",\"_hash\":\"eed88fbd50af6d038f129b1446ece3710f8c3d0a5302679a6fb87ad47253410a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildProfileFields\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"c045d039f2ef60e781c590cc5f82f3d6d7f97bbb3b5af5252b100ace8eb332bf\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"harTargetName\",\"_value\":\"default\",\"_valueType\":\"string\",\"_hash\":\"407d4268ae88ccd4c690eed143b7c6861a072e07f1641479985687e5db26b287\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"harVersion\",\"_value\":\"0.1.0\",\"_valueType\":\"string\",\"_hash\":\"96f6eec51774b6c47b59ec414090ef0ee33db8b496d2790c4b82a13abdf2dcb4\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"xuqmSdk","_taskName":"default@CreateHarBuildProfile","_key":":XuqmGroup-HarmonySDK:xuqmSdk:default@CreateHarBuildProfile","_executionId":":XuqmGroup-HarmonySDK:xuqmSdk:default@CreateHarBuildProfile:1777374230110","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5",{"fileSnapShotHashValue":"93abaa7167cb4f7156939cf7fc2fe27ec07fa7ad6cb1b051fe9505237492efab"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/BuildProfile.ets",{"fileSnapShotHashValue":"4724f59bdd3add6300cfe9cd8da3e5fe09c3cff2c234aab308259afdc24b6a9d"}]]}},":XuqmGroup-HarmonySDK:xuqmSdk:default@MergeProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"appJsonOpt\",\"_value\":\"{\\\"app\\\":{\\\"bundleName\\\":\\\"com.xuqmgroup.harmony.sdk\\\",\\\"vendor\\\":\\\"xuqm\\\",\\\"versionCode\\\":1000000,\\\"versionName\\\":\\\"1.0.0\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\"}}\",\"_valueType\":\"string\",\"_hash\":\"78fdbb324e23f6854e4219697678a8e219252b5231e55796229cdb25f6e4ef4c\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"asanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"5de58ee96d39449ca7f885eeee57df5a760e34739a5248ac20e31818d201489d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildProfileAbilities\",\"_valueType\":\"undefined\",\"_hash\":\"1b37f4c5d5e5e2c6096b0545d5c31b5bf64f747075a5e3c85f050e9e4079664b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildRoot\",\"_value\":\"build\",\"_valueType\":\"string\",\"_hash\":\"57bdd28a519c384eec33006ccb97c870b2af8357499f1588cd8aacb47fc8884d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersion\",\"_value\":12,\"_valueType\":\"number\",\"_hash\":\"0483df92e8ea8f540a8c7aece5f2f53d8414d672e000c369fd521e6f3687de51\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"hwasanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"f8bd6c4afae917a91bd141551210297e8a9b68ab5fb0adf6880673768a5ed7c6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"includeAppScopeRes\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"3c2a9052be609669b88b444d06b45b9cd9aa9bdbc5c549cf890a3bd37fc58d60\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHsp\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"ab7ebc56ff53ba733fc5e60a1c0e16725afa0b21d0966f7b50cce78a02e48d74\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isBundledDependencies\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"2a22b42a8504b32b68a8cc4173a9e266e6540a9372bf6553176105f698c20dc2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isDebug\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"3a45940aa78d73204cdc3177ffe70a15eb93b11c64cbef458f919e1b86a6ec6e\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarModule\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"dd757589e029eac007dd7621041965056dc8fc78e38167fcb18de719f47033b9\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"module\\\":{\\\"name\\\":\\\"xuqmSdk\\\",\\\"type\\\":\\\"har\\\",\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\"]}}\",\"_valueType\":\"string\",\"_hash\":\"97c5c7d9fc7aeb36717d5d2df8daea31ff7ae0a03cca2082b2d4e213b01816d6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"multiProjects\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"dea8161c1a034ab86a9348c01dfdc4626089c413501f5016bc4be71f6214747b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ohLibs\",\"_value\":[],\"_valueType\":\"object\",\"_hash\":\"a126612b51ae7b5b49f64e029e1534ed38b87d56c35915c9b19e6d46695e567b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"packageName\",\"_value\":\"@xuqm/harmony-sdk\",\"_valueType\":\"string\",\"_hash\":\"6710362af9feeb99cc5c5810e71d2d272773ade630f4a40b98d22d48abfb5bbe\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectConfigAppOpt\",\"_valueType\":\"undefined\",\"_hash\":\"690bf99bac27c7294cc7056baecf9d1f5996393f344fda6ad83f08f971cfc658\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"releaseType\",\"_value\":\"Release\",\"_valueType\":\"string\",\"_hash\":\"f9d0b6fb1c4b29b9f08a909bbe00e8b5aa50d5eaf9eb1d05491d02351d827df1\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"removePermissions\",\"_valueType\":\"undefined\",\"_hash\":\"68ce79e87f7bc97a0e03070101e01e1b68b101f52b35a57fde4a1b321be3bdde\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetSdkVersion\",\"_value\":22,\"_valueType\":\"number\",\"_hash\":\"c67e1d133c411dc227f9785a49c2d98c30a32c1e780eb0dfb5778b7f4a92708e\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"tsanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"4a39a3fadc194c5ff71505bb8da8930c39fe534c877674936b5fa82a4d0c2229\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ubsanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"b7f8b201242d9c1e5fe6ef2f7faa4fddf88b1072d6bdbbac7f3e0841ecaf8a6f\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"xuqmSdk","_taskName":"default@MergeProfile","_key":":XuqmGroup-HarmonySDK:xuqmSdk:default@MergeProfile","_executionId":":XuqmGroup-HarmonySDK:xuqmSdk:default@MergeProfile:1777374230111","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5",{"fileSnapShotHashValue":"93abaa7167cb4f7156939cf7fc2fe27ec07fa7ad6cb1b051fe9505237492efab"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5",{"fileSnapShotHashValue":"a54d0da0a32fad146f07a6266dea27d36a1d2732ab08a530c03fde91d1988222"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/merge_profile/default/module.json",{"fileSnapShotHashValue":"23abf5a0659dba4200bdefa343047b6fa156d5c0e92aec49e9f382908dcbf973"}]]}},":XuqmGroup-HarmonySDK:xuqmSdk:default@ProcessLibs":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"excludeFromHar\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"6df8c70e1286b558ff469defa1217f7ab51015a20dce3ca94cf8685c9537866d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isBundledDependencies\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"2a22b42a8504b32b68a8cc4173a9e266e6540a9372bf6553176105f698c20dc2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isByteCodeHar\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"602aca23bc42f16e63c6411023c60a9ceca39a4f98997f1a59a27b4f1e4e1620\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"xuqmSdk","_taskName":"default@ProcessLibs","_key":":XuqmGroup-HarmonySDK:xuqmSdk:default@ProcessLibs","_executionId":":XuqmGroup-HarmonySDK:xuqmSdk:default@ProcessLibs:1777374230176","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build-profile.json5",{"fileSnapShotHashValue":"1b74e6f3f180b2053b19d6b0b83ef1e21e72cbafb15ac8227df1494d99dbf183"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:xuqmSdk:default@DoNativeStrip":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"debugSymbol\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"1082dd5e6f56bef4530b1600ccdfc7599cf6cc8a5c6d5087d1cab1f405df3d2f\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"xuqmSdk","_taskName":"default@DoNativeStrip","_key":":XuqmGroup-HarmonySDK:xuqmSdk:default@DoNativeStrip","_executionId":":XuqmGroup-HarmonySDK:xuqmSdk:default@DoNativeStrip:1777374230181","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/stripped_native_libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:entry:default@GeneratePkgModuleJson":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@GeneratePkgModuleJson","_key":":XuqmGroup-HarmonySDK:entry:default@GeneratePkgModuleJson","_executionId":":XuqmGroup-HarmonySDK:entry:default@GeneratePkgModuleJson:1777375315701","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/module.json",{"fileSnapShotHashValue":"5dfa3926ef379ca7fb9ff69cb167d5d1fcac6be898f2e18fbc0a98cae5dd1776"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/package/default/module.json",{"fileSnapShotHashValue":"3cae8de704c4b182a356465bc04f0bf2bf1205e85a1c1bc2a17ae8f34abe974c"}]]}},":XuqmGroup-HarmonySDK:entry:default@ProcessCompiledResources":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"resourcePath\",\"_value\":\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":false,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@ProcessCompiledResources","_key":":XuqmGroup-HarmonySDK:entry:default@ProcessCompiledResources","_executionId":":XuqmGroup-HarmonySDK:entry:default@ProcessCompiledResources:1777378355480","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[]}},":XuqmGroup-HarmonySDK:entry:default@PackageHap":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"java,-Dfile.encoding=utf-8,-jar,/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar,--mode,hap,--force,true,--lib-path,/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default,--json-path,/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/package/default/module.json,--resources-path,/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources,--index-path,/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources.index,--pack-info-path,/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/pack.info,--out-path,/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap,--ets-path,/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets,--pkg-context-path,/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"bundleType\",\"_value\":\"app\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"hotReload\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integrated_hsp\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectConfigAppOpt\",\"_valueType\":\"undefined\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sourceMapDir\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@PackageHap","_key":":XuqmGroup-HarmonySDK:entry:default@PackageHap","_executionId":":XuqmGroup-HarmonySDK:entry:default@PackageHap:1777375315703","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default",{"isDirectory":false,"fileSnapShotHashValue":""}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/module.json",{"isDirectory":false,"fileSnapShotHashValue":"5dfa3926ef379ca7fb9ff69cb167d5d1fcac6be898f2e18fbc0a98cae5dd1776"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources",{"isDirectory":false,"fileSnapShotHashValue":"c09c1ca6ab0657c5f70bba687f97dec9b91b85d43cbe271571c2d7ce0713179d"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources.index",{"isDirectory":false,"fileSnapShotHashValue":"70d50210794429422d9eb71f5275b7f00e3c07cf24b19046948f1221f08e62c8"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/pack.info",{"isDirectory":false,"fileSnapShotHashValue":"f4d4ba848be93b38d82b3d8135215efd5e8a8b41ae564e103e06beb0e89a1177"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets",{"isDirectory":false,"fileSnapShotHashValue":"934d3fd1f70c2f269250169c8ab0f456945b50c47d57285b0b8072c0646950ed"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"isDirectory":false,"fileSnapShotHashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map",{"isDirectory":false,"fileSnapShotHashValue":"0be5e11f80b4afd1533a8bb896ed98c0442a3bf5e7d2fa5c2b3e6a2230f57af9"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets",{"fileSnapShotHashValue":"aff68ef38ae68e93b20a42a36f890e814d6a34ab91e86b74d5773563f091b9bd"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap",{"isDirectory":false,"fileSnapShotHashValue":"002aa681315c74dbbfdbfc555875aa2b4bf33fd2906d2647c0facc9c1a400dcc"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/source_map/default/sourceMaps.map",{"fileSnapShotHashValue":"ed3ea10fa1805257dabfb0ac7f6ca56cf5c35404e2b74bfa5a94105f7028bda4"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/mapping/sourceMaps.map",{"fileSnapShotHashValue":"ed3ea10fa1805257dabfb0ac7f6ca56cf5c35404e2b74bfa5a94105f7028bda4"}]]}},":XuqmGroup-HarmonySDK:entry:default@SignHap":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"enableSignTask\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"6.0.2.130\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"existSigningConfig\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@SignHap","_key":":XuqmGroup-HarmonySDK:entry:default@SignHap","_executionId":":XuqmGroup-HarmonySDK:entry:default@SignHap:1777378355485","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap",{"isDirectory":false,"fileSnapShotHashValue":"002aa681315c74dbbfdbfc555875aa2b4bf33fd2906d2647c0facc9c1a400dcc"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-signed.hap",{"isDirectory":false,"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:entry:default@CollectDebugSymbol":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":false,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@CollectDebugSymbol","_key":":XuqmGroup-HarmonySDK:entry:default@CollectDebugSymbol","_executionId":":XuqmGroup-HarmonySDK:entry:default@CollectDebugSymbol:1777378355486","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map",{"fileSnapShotHashValue":"0be5e11f80b4afd1533a8bb896ed98c0442a3bf5e7d2fa5c2b3e6a2230f57af9"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/symbol",{"isDirectory":true,"fileSnapShotHashValue":""}]]}}} \ No newline at end of file +{":XuqmGroup-HarmonySDK:entry:default@PreBuild":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"apiType\",\"_value\":\"stageMode\",\"_valueType\":\"string\",\"_hash\":\"9ac09f1ae36c615b7034e57604d143ee6f7923a31f49ed79ba5af84e65bd2cd5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"byteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"4a2f0b0a7b1684665f4cfdf556e7849eb7b76fd73c8be3b83a43ccf9022a23dc\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"codeType\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"55d417a3ae2590190c5eec1f80e83526051dc5fd38bfdf095543a8ebfb0969d0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleApiVersion\",\"_value\":12,\"_valueType\":\"number\",\"_hash\":\"3044b764a8e3877e0efd8c4a1f9a29375d8109057ef019dbc16ee2bd0977fdf4\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileApiVersion\",\"_value\":22,\"_valueType\":\"number\",\"_hash\":\"39a8179c13c106fe3669a913c239b7127f336f3907ceb40b31dbed36dd1719c0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"configuration\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"b041968df1b26a31cfc4ac747e70435fa5a69b22512251322233d70b778fdade\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"configurationFileJson\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"38995319d700f1305e6f6c3f020f422155fa8dbd43f1ebc9125ad7fdfa41a760\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"a53b59d3cf3d0e26864fb7740c427a8bb49c88847f89d2674bae0714f005cd69\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceType\",\"_value\":[\"phone\",\"tablet\"],\"_valueType\":\"object\",\"_hash\":\"bdc817a61f297144fb6f3f8b4fc0be385c7d269e4a82da80ba2f27727c0b5825\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"excludeExpandImportDependencyNames\",\"_value\":[],\"_valueType\":\"object\",\"_hash\":\"7ac740b7270690c6ad8e2c54545fb0683a607618b35bc56fa079abd95d469671\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integrated_hsp\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"c8e0a42238b6cb31ba5369f43f42fa7da63c8b99e3bc85ae67f55c6b25ba0540\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isExpandImportEnabled\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"b67a29a46e7f73582199a2914054cf91c9c3c5201bae6150d41cb4ff12f75a33\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isPreloadSystemSoEnabled\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"6ac08297964668ba6d6497fff711f690384b7295ce0ad8544261dd56d792025c\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSingleFileEmitEnabled\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"e4c94844e729a98f2b41957f8a30299cb4b7008cbb2b94ad9f2b339252b2a3e8\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSupportOhpmProj\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"9338de8e6e2136c4fbf4aca514d6b4410fe55bc08b27a9df26930b1bc45b181b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleDependencyNames\",\"_value\":[],\"_valueType\":\"object\",\"_hash\":\"a371086d2024edef8e9b6734d528894e3bd2f5c7a4f7158b62a2545963146831\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"jsonFilePath\\\":\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5\\\",\\\"profile\\\":{\\\"module\\\":{\\\"name\\\":\\\"entry\\\",\\\"type\\\":\\\"entry\\\",\\\"description\\\":\\\"$string:module_desc\\\",\\\"mainElement\\\":\\\"EntryAbility\\\",\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\"],\\\"deliveryWithInstall\\\":true,\\\"installationFree\\\":false,\\\"pages\\\":\\\"$profile:main_pages\\\",\\\"abilities\\\":[{\\\"name\\\":\\\"EntryAbility\\\",\\\"srcEntry\\\":\\\"./ets/entryability/EntryAbility.ets\\\",\\\"description\\\":\\\"$string:EntryAbility_desc\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:app_icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"exported\\\":true,\\\"skills\\\":[{\\\"entities\\\":[\\\"entity.system.home\\\"],\\\"actions\\\":[\\\"action.system.home\\\"]}]}],\\\"requestPermissions\\\":[{\\\"name\\\":\\\"ohos.permission.INTERNET\\\"},{\\\"name\\\":\\\"ohos.permission.GET_BUNDLE_INFO\\\"}]}},\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\"],\\\"deviceConfig\\\":\\\"deviceTypes\\\",\\\"configurationProfile\\\":\\\"module.json5\\\"}\",\"_valueType\":\"string\",\"_hash\":\"5b0c5c87c59a6cfc895aaa3c9abb8220f4575085640f39b948bdf315d488af8b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"profileModuleName\",\"_value\":\"entry\",\"_valueType\":\"string\",\"_hash\":\"78e7b86d1a6d2e9e31fd10fc7e74c0a899014f517dec9eb153efb2374affaafd\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"removePermissions\",\"_valueType\":\"undefined\",\"_hash\":\"68ce79e87f7bc97a0e03070101e01e1b68b101f52b35a57fde4a1b321be3bdde\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"requiredDeviceType\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"d53e6eaa8506ecaa660904b04d0296bd447ad8d55785334aa590509fbf0cf454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"6.0.2.130\",\"_valueType\":\"string\",\"_hash\":\"d651b80755b24f6cd3201d7d9bec0cf9db0e83953fe88dd1e138b5a8d3860de5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sourceRoots\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"09f6b4afb8ee03e299b12d3d2d17163933dca5fed9db3a9d0bc0694a7c1a8ff8\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetStatusCode\",\"_value\":2,\"_valueType\":\"number\",\"_hash\":\"6946489f2257d736396b7b570077542aef0edefbcd7f8686c6020a2a9d5530fa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"transformLib\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e290891c0838ca6470020dcf292833f2588221dca1a7fa6af21969fb642d4e6d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"0224eeca0e5401fc0c653dbed2bab63ff91b2d1c8e23719fbab4e11e695311d9\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@PreBuild","_key":":XuqmGroup-HarmonySDK:entry:default@PreBuild","_executionId":":XuqmGroup-HarmonySDK:entry:default@PreBuild:1777374230030","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5",{"isDirectory":false,"fileSnapShotHashValue":"93abaa7167cb4f7156939cf7fc2fe27ec07fa7ad6cb1b051fe9505237492efab"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5",{"isDirectory":false,"fileSnapShotHashValue":"45f0792f900f0b774c2d78199d68f493e806157a6b838cb91b6c35e5708405a1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build-profile.json5",{"fileSnapShotHashValue":"637eb00fec419bbf9cc3531c0bd5dfabc002588e06b17e5b48f7889c647ec6af"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/profile/main_pages.json",{"fileSnapShotHashValue":"d8f650290152b2a3b4f832a0c8743ad3bdf5484110a7ed2e288a5fd14b1251cd"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigor/hvigor-config.json5",{"isDirectory":true,"fileSnapShotHashValue":"d23916aa724b4d8c931cc359160909580acef6ac7906edb118fe5b86ae3d6734"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/oh-package.json5",{"fileSnapShotHashValue":"dc5ab13285deddac685e9bccf21c9e6dc8c779ae156162d21d58c2c507609fed"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5",{"fileSnapShotHashValue":"be4d9035ca8fe1dc36496464660318ffe4a96e78c4ddd65001173b3b831b38bd"}]]},"_outputFiles":{"dataType":"Map","value":[]}},":XuqmGroup-HarmonySDK:entry:default@CreateModuleInfo":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"ohosUiTransformOptimization\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHspUseGetCurrentBundleName\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":false,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@CreateModuleInfo","_key":":XuqmGroup-HarmonySDK:entry:default@CreateModuleInfo","_executionId":":XuqmGroup-HarmonySDK:entry:default@CreateModuleInfo:1777386552248","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/ModuleInfo.ts",{"isDirectory":false,"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:entry:default@GenerateMetadata":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"artifactName\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"83695c4a9aeeecff80241c7739fb4858fbd92eee38a63a48e9abc62df8327edb\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSigned\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"049b5033138d5af3ba0f2b57ef67b23b56dc83fa0d41843418bae22b2df6770b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"relatedEntryModules\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"72c4b1665c5896b02fa9b3f992e3ce78eefc5d0a7a14e5c60fd74172282780ff\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"remoteHspMetaData\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"a5bfa161987bd54bfe3921d933d3ab72f30023b9433005ef1e57f1715c4d2176\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetDeviceType\",\"_value\":[\"phone\",\"tablet\"],\"_valueType\":\"object\",\"_hash\":\"f993fe861c52872c35464934fbda2a1ea85840ae595f9c7078ebe2d325243d6f\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@GenerateMetadata","_key":":XuqmGroup-HarmonySDK:entry:default@GenerateMetadata","_executionId":":XuqmGroup-HarmonySDK:entry:default@GenerateMetadata:1777374165501","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5",{"fileSnapShotHashValue":"45f0792f900f0b774c2d78199d68f493e806157a6b838cb91b6c35e5708405a1"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/hap_metadata/default/output_metadata.json",{"fileSnapShotHashValue":"07f2d503b94e7a50baef40c63a15593330da0ded0049d15b7fdc391d6cbb57fb"}]]}},":XuqmGroup-HarmonySDK:entry:default@MergeProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"appJsonOpt\",\"_value\":\"{\\\"app\\\":{\\\"bundleName\\\":\\\"com.xuqmgroup.harmony.sdk\\\",\\\"vendor\\\":\\\"xuqm\\\",\\\"versionCode\\\":1000000,\\\"versionName\\\":\\\"1.0.0\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\"}}\",\"_valueType\":\"string\",\"_hash\":\"78fdbb324e23f6854e4219697678a8e219252b5231e55796229cdb25f6e4ef4c\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"asanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"5de58ee96d39449ca7f885eeee57df5a760e34739a5248ac20e31818d201489d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildProfileAbilities\",\"_valueType\":\"undefined\",\"_hash\":\"1b37f4c5d5e5e2c6096b0545d5c31b5bf64f747075a5e3c85f050e9e4079664b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildRoot\",\"_value\":\"build\",\"_valueType\":\"string\",\"_hash\":\"57bdd28a519c384eec33006ccb97c870b2af8357499f1588cd8aacb47fc8884d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersion\",\"_value\":12,\"_valueType\":\"number\",\"_hash\":\"0483df92e8ea8f540a8c7aece5f2f53d8414d672e000c369fd521e6f3687de51\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"hwasanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"f8bd6c4afae917a91bd141551210297e8a9b68ab5fb0adf6880673768a5ed7c6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"includeAppScopeRes\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"3c2a9052be609669b88b444d06b45b9cd9aa9bdbc5c549cf890a3bd37fc58d60\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHsp\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"ab7ebc56ff53ba733fc5e60a1c0e16725afa0b21d0966f7b50cce78a02e48d74\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isBundledDependencies\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"2a22b42a8504b32b68a8cc4173a9e266e6540a9372bf6553176105f698c20dc2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isDebug\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"3a45940aa78d73204cdc3177ffe70a15eb93b11c64cbef458f919e1b86a6ec6e\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarModule\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"bc6aa6a015fd1e648c9c5e447449ece707a678e12fba08771f90ddfe134af3f0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"module\\\":{\\\"name\\\":\\\"entry\\\",\\\"type\\\":\\\"entry\\\",\\\"description\\\":\\\"$string:module_desc\\\",\\\"mainElement\\\":\\\"EntryAbility\\\",\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\"],\\\"deliveryWithInstall\\\":true,\\\"installationFree\\\":false,\\\"pages\\\":\\\"$profile:main_pages\\\",\\\"abilities\\\":[{\\\"name\\\":\\\"EntryAbility\\\",\\\"srcEntry\\\":\\\"./ets/entryability/EntryAbility.ets\\\",\\\"description\\\":\\\"$string:EntryAbility_desc\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:app_icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"exported\\\":true,\\\"skills\\\":[{\\\"entities\\\":[\\\"entity.system.home\\\"],\\\"actions\\\":[\\\"action.system.home\\\"]}]}],\\\"requestPermissions\\\":[{\\\"name\\\":\\\"ohos.permission.INTERNET\\\"},{\\\"name\\\":\\\"ohos.permission.GET_BUNDLE_INFO\\\"}]}}\",\"_valueType\":\"string\",\"_hash\":\"5549cdcc6dacc53c41a5448ca399f0a021639e17e44cf942b168770fd08f38ca\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"multiProjects\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"dea8161c1a034ab86a9348c01dfdc4626089c413501f5016bc4be71f6214747b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ohLibs\",\"_value\":[\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/merge_profile/default/module.json\"],\"_valueType\":\"object\",\"_hash\":\"64539627bfc366599209c941d2b7424ba76ab00cd4583bcee17f394ff6c1367f\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"packageName\",\"_value\":\"entry\",\"_valueType\":\"string\",\"_hash\":\"2d02010f87ac0c4b88be91ac58b940c03eada62489017432aebd339464bf633a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectConfigAppOpt\",\"_valueType\":\"undefined\",\"_hash\":\"690bf99bac27c7294cc7056baecf9d1f5996393f344fda6ad83f08f971cfc658\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"releaseType\",\"_value\":\"Release\",\"_valueType\":\"string\",\"_hash\":\"f9d0b6fb1c4b29b9f08a909bbe00e8b5aa50d5eaf9eb1d05491d02351d827df1\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"removePermissions\",\"_valueType\":\"undefined\",\"_hash\":\"68ce79e87f7bc97a0e03070101e01e1b68b101f52b35a57fde4a1b321be3bdde\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetSdkVersion\",\"_value\":22,\"_valueType\":\"number\",\"_hash\":\"c67e1d133c411dc227f9785a49c2d98c30a32c1e780eb0dfb5778b7f4a92708e\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"tsanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"4a39a3fadc194c5ff71505bb8da8930c39fe534c877674936b5fa82a4d0c2229\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ubsanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"b7f8b201242d9c1e5fe6ef2f7faa4fddf88b1072d6bdbbac7f3e0841ecaf8a6f\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@MergeProfile","_key":":XuqmGroup-HarmonySDK:entry:default@MergeProfile","_executionId":":XuqmGroup-HarmonySDK:entry:default@MergeProfile:1777374230125","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5",{"fileSnapShotHashValue":"93abaa7167cb4f7156939cf7fc2fe27ec07fa7ad6cb1b051fe9505237492efab"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5",{"fileSnapShotHashValue":"45f0792f900f0b774c2d78199d68f493e806157a6b838cb91b6c35e5708405a1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/merge_profile/default/module.json",{"fileSnapShotHashValue":"23abf5a0659dba4200bdefa343047b6fa156d5c0e92aec49e9f382908dcbf973"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/merge_profile/default/module.json",{"fileSnapShotHashValue":"fb3aba78bc394efe68b62999e3417b79754c1e6e88e2e5259e92231155959b5d"}]]}},":XuqmGroup-HarmonySDK:entry:default@CreateBuildProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildMode\",\"_value\":\"Debug\",\"_valueType\":\"string\",\"_hash\":\"e5ca4ddaac7575fd86f22541aff1adda5124dfd5735cfbc8d69a5813341024a2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildModeName\",\"_value\":\"debug\",\"_valueType\":\"string\",\"_hash\":\"eed88fbd50af6d038f129b1446ece3710f8c3d0a5302679a6fb87ad47253410a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildProfileFields\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"c045d039f2ef60e781c590cc5f82f3d6d7f97bbb3b5af5252b100ace8eb332bf\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectOhosConfigAppOpt\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"31886fe858c1eb45b5d680c019a12d2bebebf813093c3583804d179ae701c5c3\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@CreateBuildProfile","_key":":XuqmGroup-HarmonySDK:entry:default@CreateBuildProfile","_executionId":":XuqmGroup-HarmonySDK:entry:default@CreateBuildProfile:1777374230123","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5",{"fileSnapShotHashValue":"93abaa7167cb4f7156939cf7fc2fe27ec07fa7ad6cb1b051fe9505237492efab"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets",{"fileSnapShotHashValue":"aff68ef38ae68e93b20a42a36f890e814d6a34ab91e86b74d5773563f091b9bd"}]]}},":XuqmGroup-HarmonySDK:entry:default@GeneratePkgContextInfo":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"pkgContextInfoMap\",\"_value\":\"{\\\"@xuqm/harmony-sdk\\\":{\\\"packageName\\\":\\\"@xuqm/harmony-sdk\\\",\\\"bundleName\\\":\\\"\\\",\\\"moduleName\\\":\\\"\\\",\\\"version\\\":\\\"0.1.0\\\",\\\"entryPath\\\":\\\"Index.ets\\\",\\\"isSO\\\":false,\\\"dependencyAlias\\\":\\\"\\\"},\\\"entry\\\":{\\\"packageName\\\":\\\"entry\\\",\\\"bundleName\\\":\\\"\\\",\\\"moduleName\\\":\\\"\\\",\\\"version\\\":\\\"\\\",\\\"entryPath\\\":\\\"src/main/\\\",\\\"isSO\\\":false,\\\"dependencyAlias\\\":\\\"\\\"}}\",\"_valueType\":\"string\",\"_hash\":\"7ea1aa0aba2d5d92ada39632935bd13224eb344c5e98f95d7d2eccd29055b0ec\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"0224eeca0e5401fc0c653dbed2bab63ff91b2d1c8e23719fbab4e11e695311d9\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@GeneratePkgContextInfo","_key":":XuqmGroup-HarmonySDK:entry:default@GeneratePkgContextInfo","_executionId":":XuqmGroup-HarmonySDK:entry:default@GeneratePkgContextInfo:1777374230107","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"isDirectory":false,"fileSnapShotHashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9"}]]}},":XuqmGroup-HarmonySDK:entry:default@ProcessIntegratedHsp":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"bundleName\",\"_value\":\"com.xuqmgroup.harmony.sdk\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"versionCode\",\"_value\":1000000,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@ProcessIntegratedHsp","_key":":XuqmGroup-HarmonySDK:entry:default@ProcessIntegratedHsp","_executionId":":XuqmGroup-HarmonySDK:entry:default@ProcessIntegratedHsp:1777386552255","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build/cache/default/integrated_hsp/integratedHspCache.json",{"isDirectory":false,"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:entry:default@MakePackInfo":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"appResOpt\",\"_value\":\"{\\\"app\\\":{\\\"bundleName\\\":\\\"com.xuqmgroup.harmony.sdk\\\",\\\"vendor\\\":\\\"xuqm\\\",\\\"versionCode\\\":1000000,\\\"versionName\\\":\\\"1.0.0\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\"}}\",\"_valueType\":\"string\",\"_hash\":\"b135de0c2b02147406ce27a4c5f845ea9fffcfa4a73233cad6ecea4b46fa2576\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersion\",\"_value\":12,\"_valueType\":\"number\",\"_hash\":\"0483df92e8ea8f540a8c7aece5f2f53d8414d672e000c369fd521e6f3687de51\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileSdkVersion\",\"_value\":22,\"_valueType\":\"number\",\"_hash\":\"cdbd73464d63f9a9f731956e66ae36f7069748f13738b74b88adef9a3c71e9d7\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"phone\",\"tablet\"],\"_valueType\":\"object\",\"_hash\":\"88d075caa4e523fc969feea447f60e3ed3904dfeeaff76c2fa26a63e115db577\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHsp\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"ab7ebc56ff53ba733fc5e60a1c0e16725afa0b21d0966f7b50cce78a02e48d74\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"module\\\":{\\\"name\\\":\\\"entry\\\",\\\"type\\\":\\\"entry\\\",\\\"description\\\":\\\"$string:module_desc\\\",\\\"mainElement\\\":\\\"EntryAbility\\\",\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\"],\\\"deliveryWithInstall\\\":true,\\\"pages\\\":\\\"$profile:main_pages\\\",\\\"abilities\\\":[{\\\"name\\\":\\\"EntryAbility\\\",\\\"srcEntry\\\":\\\"./ets/entryability/EntryAbility.ets\\\",\\\"description\\\":\\\"$string:EntryAbility_desc\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:app_icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"exported\\\":true,\\\"skills\\\":[{\\\"entities\\\":[\\\"entity.system.home\\\"],\\\"actions\\\":[\\\"action.system.home\\\"]}]}],\\\"requestPermissions\\\":[{\\\"name\\\":\\\"ohos.permission.INTERNET\\\"},{\\\"name\\\":\\\"ohos.permission.GET_BUNDLE_INFO\\\"}]}}\",\"_valueType\":\"string\",\"_hash\":\"91c80db2ab7b21299dbb65f6589c0967f22a2468ec0529cfa9146d581803e012\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectConfigAppOpt\",\"_valueType\":\"undefined\",\"_hash\":\"690bf99bac27c7294cc7056baecf9d1f5996393f344fda6ad83f08f971cfc658\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"releaseType\",\"_value\":\"Release\",\"_valueType\":\"string\",\"_hash\":\"f9d0b6fb1c4b29b9f08a909bbe00e8b5aa50d5eaf9eb1d05491d02351d827df1\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@MakePackInfo","_key":":XuqmGroup-HarmonySDK:entry:default@MakePackInfo","_executionId":":XuqmGroup-HarmonySDK:entry:default@MakePackInfo:1777374230132","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5",{"fileSnapShotHashValue":"93abaa7167cb4f7156939cf7fc2fe27ec07fa7ad6cb1b051fe9505237492efab"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5",{"fileSnapShotHashValue":"45f0792f900f0b774c2d78199d68f493e806157a6b838cb91b6c35e5708405a1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/pack.info",{"fileSnapShotHashValue":"f4d4ba848be93b38d82b3d8135215efd5e8a8b41ae564e103e06beb0e89a1177"}]]}},":XuqmGroup-HarmonySDK:entry:default@SyscapTransform":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"phone\",\"tablet\"],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@SyscapTransform","_key":":XuqmGroup-HarmonySDK:entry:default@SyscapTransform","_executionId":":XuqmGroup-HarmonySDK:entry:default@SyscapTransform:1777386552258","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/syscap_tool",{"fileSnapShotHashValue":"b958209a3ec5cc7742a4a2b445cdac4238c26a5369352d0f25b7e05a7a3d450b"}],["/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define",{"fileSnapShotHashValue":"a8d85f0f9fc7442385b54f1d37db5a12d988988dbff9086e5548e2cdfd017fe3"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/syscap/default/rpcid.sc",{"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:entry:default@ProcessProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"arkEnable\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"7b9b15dd1b9fc3e86436218773a6dc9dc99032a90912d6a5212068ffccdf88eb\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersionStage\",\"_value\":\"beta1\",\"_valueType\":\"string\",\"_hash\":\"dcb64e353fbf1e4f1d2a7e92558cda2355a4a8c7dfc17b5764ec81a2d75f2e6f\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileMode\",\"_value\":\"esmodule\",\"_valueType\":\"string\",\"_hash\":\"b252a618b764d3a16946606383b78d4fb15c248889fa7eeaeaf03053cb658f5a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"dependency\",\"_value\":\"[]\",\"_valueType\":\"string\",\"_hash\":\"9d1613100177e076da7529c27f37d83c55cc84cdbf3ea8ed9c413dfeab139615\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"phone\",\"tablet\"],\"_valueType\":\"object\",\"_hash\":\"88d075caa4e523fc969feea447f60e3ed3904dfeeaff76c2fa26a63e115db577\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"harExcludeHSPDependencies\",\"_valueType\":\"undefined\",\"_hash\":\"331c1752db2c29f99b65f1d0dca12ed8c44c4c83200d526bea1a713724931403\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isFakeUIAbilityExists\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"8fa4cb980c078f05c591462c78d4698c9883955ec5066c75f3c2e9c2d4df22a1\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@ProcessProfile","_key":":XuqmGroup-HarmonySDK:entry:default@ProcessProfile","_executionId":":XuqmGroup-HarmonySDK:entry:default@ProcessProfile:1777374230134","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/merge_profile/default/module.json",{"fileSnapShotHashValue":"fb3aba78bc394efe68b62999e3417b79754c1e6e88e2e5259e92231155959b5d"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/process_profile/default/module.json",{"fileSnapShotHashValue":"dc3a6a264754cd1cb21944583e42581cf809f2dcb84cc9007b3e309208e94874"}]]}},":XuqmGroup-HarmonySDK:entry:default@ProcessRouterMap":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"bundleName\",\"_value\":\"com.xuqmgroup.harmony.sdk\",\"_valueType\":\"string\",\"_hash\":\"200a1a17d0aeeb634135c53f08571062b8738627a71bd9441d3e344cfbc73b24\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"byteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"4a2f0b0a7b1684665f4cfdf556e7849eb7b76fd73c8be3b83a43ccf9022a23dc\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"harPackageNameList\",\"_value\":\"[\\\"@xuqm/harmony-sdk\\\"]\",\"_valueType\":\"string\",\"_hash\":\"1323e8f60dbe9e3439734d158074231cf1eec7e8b546695fa1f4eae8d5d132ad\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"localDependencyRouterMapObjArray\",\"_value\":\"4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945\",\"_valueType\":\"string\",\"_hash\":\"4042f2c4db98fe6dee384ccf04397d52a7904830e20edf907c22121717b98bbc\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleName\",\"_value\":\"entry\",\"_valueType\":\"string\",\"_hash\":\"b13b0eab8d69f39b957729567b7910ec0a18affd43229c684d0da472e0c01a72\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"obfuscated\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"63574f7bd39da453b2e948ec0bacfd459aa4c1261de54c243aad1a259378ea39\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"remoteDependencyRouterMapObjArray\",\"_value\":\"4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945\",\"_valueType\":\"string\",\"_hash\":\"c2f9b879ec13c08f47524d9989f1800176ace170a21357b038fa3ed206b6f28d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"0224eeca0e5401fc0c653dbed2bab63ff91b2d1c8e23719fbab4e11e695311d9\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@ProcessRouterMap","_key":":XuqmGroup-HarmonySDK:entry:default@ProcessRouterMap","_executionId":":XuqmGroup-HarmonySDK:entry:default@ProcessRouterMap:1777374230119","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/oh-package.json5",{"fileSnapShotHashValue":"dc5ab13285deddac685e9bccf21c9e6dc8c779ae156162d21d58c2c507609fed"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5",{"fileSnapShotHashValue":"be4d9035ca8fe1dc36496464660318ffe4a96e78c4ddd65001173b3b831b38bd"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5",{"fileSnapShotHashValue":"45f0792f900f0b774c2d78199d68f493e806157a6b838cb91b6c35e5708405a1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/temp-router-map.json",{"fileSnapShotHashValue":"bdb98c33482c72055b71c5b95ba8bbcbfa7bc55784abec2c620d508a5b5526f2"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/loader-router-map.json",{"fileSnapShotHashValue":"c4fe93460f3d43bf4013c337a0e8af3878fb533f6bfb21bcfe557300762ea109"}]]}},":XuqmGroup-HarmonySDK:entry:default@ProcessShareConfig":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@ProcessShareConfig","_key":":XuqmGroup-HarmonySDK:entry:default@ProcessShareConfig","_executionId":":XuqmGroup-HarmonySDK:entry:default@ProcessShareConfig:1777374230121","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/oh-package.json5",{"fileSnapShotHashValue":"dc5ab13285deddac685e9bccf21c9e6dc8c779ae156162d21d58c2c507609fed"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5",{"fileSnapShotHashValue":"be4d9035ca8fe1dc36496464660318ffe4a96e78c4ddd65001173b3b831b38bd"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5",{"fileSnapShotHashValue":"45f0792f900f0b774c2d78199d68f493e806157a6b838cb91b6c35e5708405a1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/share_config/default/temp-share-config.json",{"fileSnapShotHashValue":"aed98b36b6d5b208231e5d5453f4fce93e907ea4d227c84bc921ee7773d2e0ba"}]]}},":XuqmGroup-HarmonySDK:entry:default@ProcessStartupConfig":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"appStartupFileName\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"@xuqm/harmony-sdk\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"shouldCollectPreloadSystemSo\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@ProcessStartupConfig","_key":":XuqmGroup-HarmonySDK:entry:default@ProcessStartupConfig","_executionId":":XuqmGroup-HarmonySDK:entry:default@ProcessStartupConfig:1777386552273","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/startup/default/startup_config.json",{"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:entry:default@ProcessResource":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/opt-compression.json\",\"_value\":\"{\\\"context\\\":{\\\"extensionPath\\\":\\\"/Users/xuqinmin/sdk/command-line-tools/sdk/default/hms/toolchains/lib/libimage_transcoder_shared.dylib\\\"},\\\"compression\\\":{\\\"media\\\":{\\\"enable\\\":false},\\\"filters\\\":[]}}\",\"_valueType\":\"string\",\"_hash\":\"847261dabb0f2418e3e6a8f433589686f43d21c0e012ba3ccbf0ac8583bb4674\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ignoreResourcePattern\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fa8a2bf7e8701fa08ecd49defdde15eba74e0f6f1c0edd32f96fec2db98c287d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"includeAppScopeRes\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"3c2a9052be609669b88b444d06b45b9cd9aa9bdbc5c549cf890a3bd37fc58d60\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"resConfigJsonContent\",\"_value\":\"{\\\"configPath\\\":\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/process_profile/default/module.json\\\",\\\"packageName\\\":\\\"com.xuqmgroup.harmony.sdk\\\",\\\"output\\\":\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default\\\",\\\"moduleNames\\\":\\\"entry,xuqmSdk\\\",\\\"ResourceTable\\\":[\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default/ResourceTable.h\\\"],\\\"moduleResources\\\":[\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources\\\"],\\\"dependencies\\\":[],\\\"iconCheck\\\":true,\\\"ids\\\":\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ids_map\\\",\\\"definedIds\\\":\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ids_map/id_defined.json\\\",\\\"definedSysIds\\\":\\\"/Users/xuqinmin/sdk/command-line-tools/sdk/default/hms/toolchains/id_defined.json\\\"}\",\"_valueType\":\"string\",\"_hash\":\"7b24424e981b0face6b7767d0e10c81e182448d99863633d90954f25653cb4d4\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"resource_str\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"9a11b63a88a050aea92ebf0b9b95f6e60d441fcbadd1c0a4a4e8470f9b9fa1e3\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@ProcessResource","_key":":XuqmGroup-HarmonySDK:entry:default@ProcessResource","_executionId":":XuqmGroup-HarmonySDK:entry:default@ProcessResource:1777374230180","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resConfig.json",{"isDirectory":false,"fileSnapShotHashValue":"95068df3ab6f1a1a62b5bea41be79f5b2b4ea75c8db41a1d5bf05075ad001045"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/opt-compression.json",{"isDirectory":false,"fileSnapShotHashValue":"a5e01f349ffc5d480fc56e56cea4df0fdcf98b2ee91a46909b7421b96f38c00b"}]]}},":XuqmGroup-HarmonySDK:entry:default@GenerateLoaderJson":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"anBuildMode\",\"_value\":\"type\",\"_valueType\":\"string\",\"_hash\":\"b6c2cdf83442e0a2e9276b44ad76436c6d0bcc210edecb703114e95a598dc3c3\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"apPath\",\"_value\":\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/modules.ap\",\"_valueType\":\"string\",\"_hash\":\"b8059407ab31144b3df714e88fed7d9294db8c2afbbe70ab2afb320d401dc605\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"appStartupFileName\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"08d4364dd4e30f366a567cdf729bce6192c7be3a576ec780f3246de4aab394b2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleApiVersion\",\"_value\":12,\"_valueType\":\"number\",\"_hash\":\"3044b764a8e3877e0efd8c4a1f9a29375d8109057ef019dbc16ee2bd0977fdf4\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileApiVersion\",\"_value\":22,\"_valueType\":\"number\",\"_hash\":\"39a8179c13c106fe3669a913c239b7127f336f3907ceb40b31dbed36dd1719c0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileMode\",\"_value\":\"esmodule\",\"_valueType\":\"string\",\"_hash\":\"b252a618b764d3a16946606383b78d4fb15c248889fa7eeaeaf03053cb658f5a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"dependencyModuleAbility\",\"_valueType\":\"undefined\",\"_hash\":\"bab8a6d024eec92d9e8c6141d046c98fc050bd3d5639e87bc82d241bca917faa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"fallbackAnBuild\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"6f8ed2a511c0bba942d7dcfa03ce73e61df388e1078d8aa764eab1ed2579ffbe\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"harNameOhmMap\",\"_value\":\"{}\",\"_valueType\":\"string\",\"_hash\":\"acc11cef2aff25c28c5419917e8ca31d827bff2f1f80b5f15bed3075b95d2453\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"hspNameOhmMap\",\"_value\":\"{}\",\"_valueType\":\"string\",\"_hash\":\"aa81d73257173f0b16a1e81016649a76f0a7185c632329bedc7591c5cd891a26\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isBundledDependencies\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"2a22b42a8504b32b68a8cc4173a9e266e6540a9372bf6553176105f698c20dc2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isByteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"31aa2831dc8ab7d38bfe1091d4eb58c38ef100d622c96497f4e1c6e12552058f\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isByteCodeHarOptimize\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"765fcc2a093117f1d048b712c99977ad120ee4b32fbeed77fca6f1d07d4b3bc0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isCustomizedHar\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"6db6fd1f39d1744e2e57a81969a3512fdb144b7185d321984df3500918db3f84\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isFullCompilationEnabled\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"bdc425fc76182216717b60e6f66f4259cd2a62ca4644d08b4c942f5424be8abc\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarWithCoverage\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"7a6ae2a3f4fb0a66f3dc3df4cb8e5ed15d62ba95343bf2c447c668fc09bd75cd\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isOhosTest\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"de6340d3d0a55dfab74711d2022cbe7a75d555e002e47935640e8115424af634\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"modulePathMap\",\"_value\":\"{\\\"xuqmSdk\\\":\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk\\\",\\\"entry\\\":\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry\\\"}\",\"_valueType\":\"string\",\"_hash\":\"94d5db25b7b4883b364cb9e49de36e9f4454f36e83d7e82d828d3a2e22770bf5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"module_dependencies\",\"_value\":\"{\\\"@xuqm/harmony-sdk\\\":\\\"file:../xuqm-sdk\\\"}\",\"_valueType\":\"string\",\"_hash\":\"a23be7af3088bf098b3e79b1ebf74999a301ef7155b0577aa1e623409540e2bd\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"needSubmitArkTsWidget\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"b7eb2cc34539dd6a8fc1ccae4b3b043e164f4e8b113031a5fe6444fdb13433e7\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"nodeModulesPath\",\"_value\":\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/node_modules\",\"_valueType\":\"string\",\"_hash\":\"13f7eb67d6b1a038727f5db558da6d07e8399e3a82ee02d4c2f207de990e5bea\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"overrides\",\"_valueType\":\"undefined\",\"_hash\":\"76b98eeb6f5b5311e5e4846e8d49c6f29c84b1224760f1658f8089449a1bf5a8\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectRootPath\",\"_value\":\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK\",\"_valueType\":\"string\",\"_hash\":\"4d444dce2652a77669c6c628dc2904589cb70645a9d2599d48b882ea9554e830\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"project_dependencies\",\"_valueType\":\"undefined\",\"_hash\":\"4c252cfc3242ee0b6bf219bcf876e1d4ae50a488587e573dc8c32b26b40176a3\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"shouldTreatHarAsHap\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"9722cc179e8721df3beeeebd7c6023318e49eea338f2c3a57f278c73cb4fa861\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetConfig\",\"_value\":\"{\\\"name\\\":\\\"default\\\",\\\"runtimeOS\\\":\\\"HarmonyOS\\\"}\",\"_valueType\":\"string\",\"_hash\":\"7ad92f60e2fd77af3dbc83817459151c9bef443dfaa7f71055e9da4150769890\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"0224eeca0e5401fc0c653dbed2bab63ff91b2d1c8e23719fbab4e11e695311d9\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@GenerateLoaderJson","_key":":XuqmGroup-HarmonySDK:entry:default@GenerateLoaderJson","_executionId":":XuqmGroup-HarmonySDK:entry:default@GenerateLoaderJson:1777374230128","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/temp-router-map.json",{"fileSnapShotHashValue":"bdb98c33482c72055b71c5b95ba8bbcbfa7bc55784abec2c620d508a5b5526f2"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/loader.json",{"isDirectory":false,"fileSnapShotHashValue":"f6850188cdb425425bc140de4fde4f75089bf9a11080ded55b835720edeb9d8e"}]]}},":XuqmGroup-HarmonySDK:entry:default@ProcessLibs":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"excludeFromHar\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"6df8c70e1286b558ff469defa1217f7ab51015a20dce3ca94cf8685c9537866d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isBundledDependencies\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"2a22b42a8504b32b68a8cc4173a9e266e6540a9372bf6553176105f698c20dc2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isByteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"31aa2831dc8ab7d38bfe1091d4eb58c38ef100d622c96497f4e1c6e12552058f\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@ProcessLibs","_key":":XuqmGroup-HarmonySDK:entry:default@ProcessLibs","_executionId":":XuqmGroup-HarmonySDK:entry:default@ProcessLibs:1777374230259","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/libs/default",{"fileSnapShotHashValue":""}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build-profile.json5",{"fileSnapShotHashValue":"637eb00fec419bbf9cc3531c0bd5dfabc002588e06b17e5b48f7889c647ec6af"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:entry:default@CompileResource":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/restool,-l,/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resConfig.json\",\"_valueType\":\"string\",\"_hash\":\"1497d4cf29e6c04fcb54834e286933f7326051c5f3a59a2fef8c725fbc8a2409\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/restool\",\"_valueType\":\"string\",\"_hash\":\"a877052faf8389f77cac191cc901f865ddb0d41bb7c601619bd68eb9536bba99\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"TARGET_CONFIG\",\"_value\":\"{\\\"name\\\":\\\"default\\\",\\\"runtimeOS\\\":\\\"HarmonyOS\\\"}\",\"_valueType\":\"string\",\"_hash\":\"7fdcf3f64196fcedfa428177782e041d50d8aa55637c02d356aeb8f32f08304e\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"0224eeca0e5401fc0c653dbed2bab63ff91b2d1c8e23719fbab4e11e695311d9\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@CompileResource","_key":":XuqmGroup-HarmonySDK:entry:default@CompileResource","_executionId":":XuqmGroup-HarmonySDK:entry:default@CompileResource:1777374230183","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources",{"fileSnapShotHashValue":"d8710f0fec6df6ca625d0eb1544d988243a8cc79ff8be0e59ed7ba3212d22db5"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/process_profile/default/module.json",{"isDirectory":false,"fileSnapShotHashValue":"dc3a6a264754cd1cb21944583e42581cf809f2dcb84cc9007b3e309208e94874"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resConfig.json",{"isDirectory":false,"fileSnapShotHashValue":"95068df3ab6f1a1a62b5bea41be79f5b2b4ea75c8db41a1d5bf05075ad001045"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default",{"isDirectory":true,"fileSnapShotHashValue":"78d7c4d30fe855899aa58cff447c13b717c45217f50e7743bfaa574579b07138"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default/ResourceTable.h",{"isDirectory":false,"fileSnapShotHashValue":"23315d26a9bd75c66720756fff3733f6baa027ec356aeaa867c2d69233599260"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default",{"isDirectory":true,"fileSnapShotHashValue":"f61eb502cdf4aba036736f3aeeecbe1321cff969117c172d436964ac2d62e164"}]]}},":XuqmGroup-HarmonySDK:entry:default@DoNativeStrip":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"debugSymbol\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"1082dd5e6f56bef4530b1600ccdfc7599cf6cc8a5c6d5087d1cab1f405df3d2f\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@DoNativeStrip","_key":":XuqmGroup-HarmonySDK:entry:default@DoNativeStrip","_executionId":":XuqmGroup-HarmonySDK:entry:default@DoNativeStrip:1777374165772","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:entry:default@CompileArkTS":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"debuggable\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isArk\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"needCoverageInsert\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ark.tsImportSendable\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":[],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isByteCodeHarOptimize\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"@xuqm/harmony-sdk\",\"_value\":\"@xuqm/harmony-sdk: file:../xuqm-sdk\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"caseSensitiveCheck\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"transformLib\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersionStage\",\"_value\":\"beta1\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"skipOhModulesLint\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"autoLazyImport\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"allowEmptyBundleName\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"reExportCheckMode\",\"_value\":\"noCheck\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"executionMode\",\"_value\":\"memory\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"usePathPlaceholder\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"writeRollupCache\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isExpandImportEnabled\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"expandImportExclude\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"lazyImportExclude\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"lazyImportInclude\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ignoreCrossplatformCheck\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarDeduplicateEnabled\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"enableStrictCheckOHModule\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"disableSendableCheckRules\",\"_value\":[],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useDeclarationFileSignature\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customizedOptions\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHsp\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isPreloadSoEnabled\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"arkTsWdiget\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"OBFUSCATION_ENABLE\",\"_value\":\"undefined\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"OBFUSCATION_FILES_HASH\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"maxFlowDepth\",\"_value\":\"undefined\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"noExternalImportByPath\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"copyCodeResourceEnable\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"copyCodeResourceExcludes\",\"_value\":[],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"copyCodeResourceIncludes\",\"_value\":\"undefined\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ohos.uiTransform.Optimization\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ohos.rollupCache.useSourceHash\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"localModuleParamMap\",\"_value\":\"{}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"autoLazyFilter\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@CompileArkTS","_key":":XuqmGroup-HarmonySDK:entry:default@CompileArkTS","_executionId":":XuqmGroup-HarmonySDK:entry:default@CompileArkTS:1777386552293","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default",{"isDirectory":true,"fileSnapShotHashValue":"c3ed678adc01183f8cbf5202361a29e2ce52ecd7b0e13797ae59155a83befcf6"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/Index.ets",{"fileSnapShotHashValue":"368e66a50a180644fff2c6d3a47e130e0fbe37e6b12cd0268bdb858540ef6c67"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets",{"isDirectory":true,"fileSnapShotHashValue":"84965808d800518853b70c4d8fea3fb87c0f2d5ff41b5b660410ccca587e8daa"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile",{"isDirectory":true,"fileSnapShotHashValue":"93d5507192eace4b371a866fa5bec024622b3587a7cb6cf41b1430fc39c6dbba"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt",{"fileSnapShotHashValue":"9f0a6cddfba2a3c8ed075219467ca9fe090347d113ba48ba5dc7d42c6f89c298"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json",{"fileSnapShotHashValue":"8f7c4a9a77daa18bc88b64b9bb6ed10f237535326b92e594aebd86ec535f2ff2"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile",{"isDirectory":true,"fileSnapShotHashValue":"5731eaff68c23a09a8c5a0514736d4673fdf14e9a20be71844cca1d418febb1b"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets",{"isDirectory":true,"fileSnapShotHashValue":"adfe6bec7475a9ac26765280aa413bec178deffc4d717b3ca85e4034c6e2d0fd"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets",{"fileSnapShotHashValue":"aff68ef38ae68e93b20a42a36f890e814d6a34ab91e86b74d5773563f091b9bd"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/BuildProfile.ets",{"fileSnapShotHashValue":"4724f59bdd3add6300cfe9cd8da3e5fe09c3cff2c234aab308259afdc24b6a9d"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets",{"isDirectory":true,"fileSnapShotHashValue":"816054c82310c3794e84793ca5a05b18957367ca706a7bc811d3a36ba1485e58"}]]}},":XuqmGroup-HarmonySDK:entry:default@BuildJS":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"debuggable\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isArk\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"needCoverageInsert\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ark.tsImportSendable\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":[],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isByteCodeHarOptimize\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"@xuqm/harmony-sdk\",\"_value\":\"@xuqm/harmony-sdk: file:../xuqm-sdk\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"caseSensitiveCheck\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"transformLib\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersionStage\",\"_value\":\"beta1\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"skipOhModulesLint\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"autoLazyImport\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"allowEmptyBundleName\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"reExportCheckMode\",\"_value\":\"noCheck\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"executionMode\",\"_value\":\"memory\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"usePathPlaceholder\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"writeRollupCache\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isExpandImportEnabled\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"expandImportExclude\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"lazyImportExclude\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"lazyImportInclude\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ignoreCrossplatformCheck\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarDeduplicateEnabled\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"enableStrictCheckOHModule\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"disableSendableCheckRules\",\"_value\":[],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useDeclarationFileSignature\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customizedOptions\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHsp\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"autoLazyFilter\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":false,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@BuildJS","_key":":XuqmGroup-HarmonySDK:entry:default@BuildJS","_executionId":":XuqmGroup-HarmonySDK:entry:default@BuildJS:1777386552304","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default",{"isDirectory":true,"fileSnapShotHashValue":"c3ed678adc01183f8cbf5202361a29e2ce52ecd7b0e13797ae59155a83befcf6"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/Index.ets",{"fileSnapShotHashValue":"368e66a50a180644fff2c6d3a47e130e0fbe37e6b12cd0268bdb858540ef6c67"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile",{"isDirectory":true,"fileSnapShotHashValue":"93d5507192eace4b371a866fa5bec024622b3587a7cb6cf41b1430fc39c6dbba"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt",{"fileSnapShotHashValue":"9f0a6cddfba2a3c8ed075219467ca9fe090347d113ba48ba5dc7d42c6f89c298"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json",{"fileSnapShotHashValue":"8f7c4a9a77daa18bc88b64b9bb6ed10f237535326b92e594aebd86ec535f2ff2"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile",{"isDirectory":true,"fileSnapShotHashValue":"5731eaff68c23a09a8c5a0514736d4673fdf14e9a20be71844cca1d418febb1b"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/js",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:entry:default@CacheNativeLibs":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"debugSymbol\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"1082dd5e6f56bef4530b1600ccdfc7599cf6cc8a5c6d5087d1cab1f405df3d2f\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@CacheNativeLibs","_key":":XuqmGroup-HarmonySDK:entry:default@CacheNativeLibs","_executionId":":XuqmGroup-HarmonySDK:entry:default@CacheNativeLibs:1777374165785","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/patch/default/base_native_libs.json",{"isDirectory":false,"fileSnapShotHashValue":"97cf11a1c8e797209af9b1ebb9e848464221aa1f272c3a01fe840d91bfa25637"}]]}},":XuqmGroup-HarmonySDK:xuqm-sdk:default@PreBuild":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"compileApiVersion\",\"_value\":22,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleApiVersion\",\"_value\":12,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetStatusCode\",\"_value\":2,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"apiType\",\"_value\":\"stageMode\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceType\",\"_value\":[\"phone\",\"tablet\"],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"codeType\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"6.0.2.130\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"profileModuleName\",\"_value\":\"xuqm-sdk\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"jsonFilePath\\\":\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5\\\",\\\"profile\\\":{\\\"module\\\":{\\\"name\\\":\\\"xuqm-sdk\\\",\\\"type\\\":\\\"har\\\",\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\"]}},\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\"],\\\"deviceConfig\\\":\\\"deviceTypes\\\",\\\"configurationProfile\\\":\\\"module.json5\\\"}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSupportOhpmProj\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"removePermissions\",\"_valueType\":\"undefined\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isPreloadSystemSoEnabled\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSingleFileEmitEnabled\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"requiredDeviceType\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integrated_hsp\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sourceRoots\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"transformLib\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"byteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"configuration\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"configurationFileJson\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleDependencyNames\",\"_value\":[],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isExpandImportEnabled\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"excludeExpandImportDependencyNames\",\"_value\":[],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":false,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"xuqm-sdk","_taskName":"default@PreBuild","_key":":XuqmGroup-HarmonySDK:xuqm-sdk:default@PreBuild","_executionId":":XuqmGroup-HarmonySDK:xuqm-sdk:default@PreBuild:1777374210686","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5",{"isDirectory":false,"fileSnapShotHashValue":"93abaa7167cb4f7156939cf7fc2fe27ec07fa7ad6cb1b051fe9505237492efab"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5",{"isDirectory":false,"fileSnapShotHashValue":"2d48a40220df7640dda922a9bab97ae18bd4575f8df5e499d8d7e797aa70a5f4"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e14d32336fed3daaed334cb211ba11d0d5e4d26370921e0d45305b2fe97e21d3"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build-profile.json5",{"fileSnapShotHashValue":"1b74e6f3f180b2053b19d6b0b83ef1e21e72cbafb15ac8227df1494d99dbf183"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigor/hvigor-config.json5",{"isDirectory":true,"fileSnapShotHashValue":"d23916aa724b4d8c931cc359160909580acef6ac7906edb118fe5b86ae3d6734"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/oh-package.json5",{"fileSnapShotHashValue":"bb1fc6ce7ed60366262e9404e2f9bc73ef94a4673cb2de7c739478889abe6129"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5",{"fileSnapShotHashValue":"be4d9035ca8fe1dc36496464660318ffe4a96e78c4ddd65001173b3b831b38bd"}]]},"_outputFiles":{"dataType":"Map","value":[]}},":XuqmGroup-HarmonySDK:xuqmSdk:default@PreBuild":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"apiType\",\"_value\":\"stageMode\",\"_valueType\":\"string\",\"_hash\":\"9ac09f1ae36c615b7034e57604d143ee6f7923a31f49ed79ba5af84e65bd2cd5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"byteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"4a2f0b0a7b1684665f4cfdf556e7849eb7b76fd73c8be3b83a43ccf9022a23dc\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"codeType\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"55d417a3ae2590190c5eec1f80e83526051dc5fd38bfdf095543a8ebfb0969d0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleApiVersion\",\"_value\":12,\"_valueType\":\"number\",\"_hash\":\"3044b764a8e3877e0efd8c4a1f9a29375d8109057ef019dbc16ee2bd0977fdf4\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileApiVersion\",\"_value\":22,\"_valueType\":\"number\",\"_hash\":\"39a8179c13c106fe3669a913c239b7127f336f3907ceb40b31dbed36dd1719c0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"configuration\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"b041968df1b26a31cfc4ac747e70435fa5a69b22512251322233d70b778fdade\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"configurationFileJson\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"38995319d700f1305e6f6c3f020f422155fa8dbd43f1ebc9125ad7fdfa41a760\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"a53b59d3cf3d0e26864fb7740c427a8bb49c88847f89d2674bae0714f005cd69\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceType\",\"_value\":[\"phone\",\"tablet\"],\"_valueType\":\"object\",\"_hash\":\"bdc817a61f297144fb6f3f8b4fc0be385c7d269e4a82da80ba2f27727c0b5825\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"excludeExpandImportDependencyNames\",\"_value\":[],\"_valueType\":\"object\",\"_hash\":\"7ac740b7270690c6ad8e2c54545fb0683a607618b35bc56fa079abd95d469671\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integrated_hsp\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"c8e0a42238b6cb31ba5369f43f42fa7da63c8b99e3bc85ae67f55c6b25ba0540\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isExpandImportEnabled\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"b67a29a46e7f73582199a2914054cf91c9c3c5201bae6150d41cb4ff12f75a33\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isPreloadSystemSoEnabled\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"6ac08297964668ba6d6497fff711f690384b7295ce0ad8544261dd56d792025c\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSingleFileEmitEnabled\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"e4c94844e729a98f2b41957f8a30299cb4b7008cbb2b94ad9f2b339252b2a3e8\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSupportOhpmProj\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"9338de8e6e2136c4fbf4aca514d6b4410fe55bc08b27a9df26930b1bc45b181b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleDependencyNames\",\"_value\":[],\"_valueType\":\"object\",\"_hash\":\"a371086d2024edef8e9b6734d528894e3bd2f5c7a4f7158b62a2545963146831\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"jsonFilePath\\\":\\\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5\\\",\\\"profile\\\":{\\\"module\\\":{\\\"name\\\":\\\"xuqmSdk\\\",\\\"type\\\":\\\"har\\\",\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\"]}},\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\"],\\\"deviceConfig\\\":\\\"deviceTypes\\\",\\\"configurationProfile\\\":\\\"module.json5\\\"}\",\"_valueType\":\"string\",\"_hash\":\"3f8b31a436b8aafd6702a1415ea768aad36efd59da7a6d21867ac612f7b43664\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"profileModuleName\",\"_value\":\"xuqmSdk\",\"_valueType\":\"string\",\"_hash\":\"0162af91b8a5599ceed141d225222e8b283c493c6300aac0181c37e345a06b83\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"removePermissions\",\"_valueType\":\"undefined\",\"_hash\":\"68ce79e87f7bc97a0e03070101e01e1b68b101f52b35a57fde4a1b321be3bdde\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"requiredDeviceType\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"d53e6eaa8506ecaa660904b04d0296bd447ad8d55785334aa590509fbf0cf454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"6.0.2.130\",\"_valueType\":\"string\",\"_hash\":\"d651b80755b24f6cd3201d7d9bec0cf9db0e83953fe88dd1e138b5a8d3860de5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sourceRoots\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"09f6b4afb8ee03e299b12d3d2d17163933dca5fed9db3a9d0bc0694a7c1a8ff8\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetStatusCode\",\"_value\":2,\"_valueType\":\"number\",\"_hash\":\"6946489f2257d736396b7b570077542aef0edefbcd7f8686c6020a2a9d5530fa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"transformLib\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e290891c0838ca6470020dcf292833f2588221dca1a7fa6af21969fb642d4e6d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"0224eeca0e5401fc0c653dbed2bab63ff91b2d1c8e23719fbab4e11e695311d9\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"xuqmSdk","_taskName":"default@PreBuild","_key":":XuqmGroup-HarmonySDK:xuqmSdk:default@PreBuild","_executionId":":XuqmGroup-HarmonySDK:xuqmSdk:default@PreBuild:1777374230083","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5",{"isDirectory":false,"fileSnapShotHashValue":"93abaa7167cb4f7156939cf7fc2fe27ec07fa7ad6cb1b051fe9505237492efab"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5",{"isDirectory":false,"fileSnapShotHashValue":"a54d0da0a32fad146f07a6266dea27d36a1d2732ab08a530c03fde91d1988222"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build-profile.json5",{"fileSnapShotHashValue":"1b74e6f3f180b2053b19d6b0b83ef1e21e72cbafb15ac8227df1494d99dbf183"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigor/hvigor-config.json5",{"isDirectory":true,"fileSnapShotHashValue":"d23916aa724b4d8c931cc359160909580acef6ac7906edb118fe5b86ae3d6734"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/oh-package.json5",{"fileSnapShotHashValue":"bb1fc6ce7ed60366262e9404e2f9bc73ef94a4673cb2de7c739478889abe6129"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5",{"fileSnapShotHashValue":"be4d9035ca8fe1dc36496464660318ffe4a96e78c4ddd65001173b3b831b38bd"}]]},"_outputFiles":{"dataType":"Map","value":[]}},":XuqmGroup-HarmonySDK:xuqmSdk:default@CreateHarBuildProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildMode\",\"_value\":\"Debug\",\"_valueType\":\"string\",\"_hash\":\"e5ca4ddaac7575fd86f22541aff1adda5124dfd5735cfbc8d69a5813341024a2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildModeName\",\"_value\":\"debug\",\"_valueType\":\"string\",\"_hash\":\"eed88fbd50af6d038f129b1446ece3710f8c3d0a5302679a6fb87ad47253410a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildProfileFields\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"c045d039f2ef60e781c590cc5f82f3d6d7f97bbb3b5af5252b100ace8eb332bf\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"harTargetName\",\"_value\":\"default\",\"_valueType\":\"string\",\"_hash\":\"407d4268ae88ccd4c690eed143b7c6861a072e07f1641479985687e5db26b287\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"harVersion\",\"_value\":\"0.1.0\",\"_valueType\":\"string\",\"_hash\":\"96f6eec51774b6c47b59ec414090ef0ee33db8b496d2790c4b82a13abdf2dcb4\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"xuqmSdk","_taskName":"default@CreateHarBuildProfile","_key":":XuqmGroup-HarmonySDK:xuqmSdk:default@CreateHarBuildProfile","_executionId":":XuqmGroup-HarmonySDK:xuqmSdk:default@CreateHarBuildProfile:1777374230110","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5",{"fileSnapShotHashValue":"93abaa7167cb4f7156939cf7fc2fe27ec07fa7ad6cb1b051fe9505237492efab"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/BuildProfile.ets",{"fileSnapShotHashValue":"4724f59bdd3add6300cfe9cd8da3e5fe09c3cff2c234aab308259afdc24b6a9d"}]]}},":XuqmGroup-HarmonySDK:xuqmSdk:default@MergeProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"appJsonOpt\",\"_value\":\"{\\\"app\\\":{\\\"bundleName\\\":\\\"com.xuqmgroup.harmony.sdk\\\",\\\"vendor\\\":\\\"xuqm\\\",\\\"versionCode\\\":1000000,\\\"versionName\\\":\\\"1.0.0\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\"}}\",\"_valueType\":\"string\",\"_hash\":\"78fdbb324e23f6854e4219697678a8e219252b5231e55796229cdb25f6e4ef4c\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"asanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"5de58ee96d39449ca7f885eeee57df5a760e34739a5248ac20e31818d201489d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildProfileAbilities\",\"_valueType\":\"undefined\",\"_hash\":\"1b37f4c5d5e5e2c6096b0545d5c31b5bf64f747075a5e3c85f050e9e4079664b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildRoot\",\"_value\":\"build\",\"_valueType\":\"string\",\"_hash\":\"57bdd28a519c384eec33006ccb97c870b2af8357499f1588cd8aacb47fc8884d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersion\",\"_value\":12,\"_valueType\":\"number\",\"_hash\":\"0483df92e8ea8f540a8c7aece5f2f53d8414d672e000c369fd521e6f3687de51\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"hwasanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"f8bd6c4afae917a91bd141551210297e8a9b68ab5fb0adf6880673768a5ed7c6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"includeAppScopeRes\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"3c2a9052be609669b88b444d06b45b9cd9aa9bdbc5c549cf890a3bd37fc58d60\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHsp\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"ab7ebc56ff53ba733fc5e60a1c0e16725afa0b21d0966f7b50cce78a02e48d74\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isBundledDependencies\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"2a22b42a8504b32b68a8cc4173a9e266e6540a9372bf6553176105f698c20dc2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isDebug\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"3a45940aa78d73204cdc3177ffe70a15eb93b11c64cbef458f919e1b86a6ec6e\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarModule\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"dd757589e029eac007dd7621041965056dc8fc78e38167fcb18de719f47033b9\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"module\\\":{\\\"name\\\":\\\"xuqmSdk\\\",\\\"type\\\":\\\"har\\\",\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\"]}}\",\"_valueType\":\"string\",\"_hash\":\"97c5c7d9fc7aeb36717d5d2df8daea31ff7ae0a03cca2082b2d4e213b01816d6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"multiProjects\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"dea8161c1a034ab86a9348c01dfdc4626089c413501f5016bc4be71f6214747b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ohLibs\",\"_value\":[],\"_valueType\":\"object\",\"_hash\":\"a126612b51ae7b5b49f64e029e1534ed38b87d56c35915c9b19e6d46695e567b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"packageName\",\"_value\":\"@xuqm/harmony-sdk\",\"_valueType\":\"string\",\"_hash\":\"6710362af9feeb99cc5c5810e71d2d272773ade630f4a40b98d22d48abfb5bbe\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectConfigAppOpt\",\"_valueType\":\"undefined\",\"_hash\":\"690bf99bac27c7294cc7056baecf9d1f5996393f344fda6ad83f08f971cfc658\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"releaseType\",\"_value\":\"Release\",\"_valueType\":\"string\",\"_hash\":\"f9d0b6fb1c4b29b9f08a909bbe00e8b5aa50d5eaf9eb1d05491d02351d827df1\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"removePermissions\",\"_valueType\":\"undefined\",\"_hash\":\"68ce79e87f7bc97a0e03070101e01e1b68b101f52b35a57fde4a1b321be3bdde\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetSdkVersion\",\"_value\":22,\"_valueType\":\"number\",\"_hash\":\"c67e1d133c411dc227f9785a49c2d98c30a32c1e780eb0dfb5778b7f4a92708e\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"tsanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"4a39a3fadc194c5ff71505bb8da8930c39fe534c877674936b5fa82a4d0c2229\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ubsanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"b7f8b201242d9c1e5fe6ef2f7faa4fddf88b1072d6bdbbac7f3e0841ecaf8a6f\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"xuqmSdk","_taskName":"default@MergeProfile","_key":":XuqmGroup-HarmonySDK:xuqmSdk:default@MergeProfile","_executionId":":XuqmGroup-HarmonySDK:xuqmSdk:default@MergeProfile:1777374230111","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5",{"fileSnapShotHashValue":"93abaa7167cb4f7156939cf7fc2fe27ec07fa7ad6cb1b051fe9505237492efab"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5",{"fileSnapShotHashValue":"a54d0da0a32fad146f07a6266dea27d36a1d2732ab08a530c03fde91d1988222"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/merge_profile/default/module.json",{"fileSnapShotHashValue":"23abf5a0659dba4200bdefa343047b6fa156d5c0e92aec49e9f382908dcbf973"}]]}},":XuqmGroup-HarmonySDK:xuqmSdk:default@ProcessLibs":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"excludeFromHar\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"6df8c70e1286b558ff469defa1217f7ab51015a20dce3ca94cf8685c9537866d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isBundledDependencies\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"2a22b42a8504b32b68a8cc4173a9e266e6540a9372bf6553176105f698c20dc2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isByteCodeHar\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"602aca23bc42f16e63c6411023c60a9ceca39a4f98997f1a59a27b4f1e4e1620\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"xuqmSdk","_taskName":"default@ProcessLibs","_key":":XuqmGroup-HarmonySDK:xuqmSdk:default@ProcessLibs","_executionId":":XuqmGroup-HarmonySDK:xuqmSdk:default@ProcessLibs:1777374230176","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5",{"fileSnapShotHashValue":"e7a5d914285bcdc2366b1e3ca0a7b220a809c2b0b51f630e8ac0dd35e622c0e1"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build-profile.json5",{"fileSnapShotHashValue":"1b74e6f3f180b2053b19d6b0b83ef1e21e72cbafb15ac8227df1494d99dbf183"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:xuqmSdk:default@DoNativeStrip":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"debugSymbol\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"1082dd5e6f56bef4530b1600ccdfc7599cf6cc8a5c6d5087d1cab1f405df3d2f\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"xuqmSdk","_taskName":"default@DoNativeStrip","_key":":XuqmGroup-HarmonySDK:xuqmSdk:default@DoNativeStrip","_executionId":":XuqmGroup-HarmonySDK:xuqmSdk:default@DoNativeStrip:1777374230181","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/stripped_native_libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:entry:default@GeneratePkgModuleJson":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"6c1049eece256c5ecd9a72bb60d260f5eaa0c767e9261531c19a2711a4384caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"fab23d53b4bed861bede91aa55abd54ccbb48f2366122ec79fa9d6a917cab83a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"f354d8b3443da1d086e3f8d488045965d1abb7d86e6d7602e63c46d85ae85454\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@GeneratePkgModuleJson","_key":":XuqmGroup-HarmonySDK:entry:default@GeneratePkgModuleJson","_executionId":":XuqmGroup-HarmonySDK:entry:default@GeneratePkgModuleJson:1777375315701","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/module.json",{"fileSnapShotHashValue":"5dfa3926ef379ca7fb9ff69cb167d5d1fcac6be898f2e18fbc0a98cae5dd1776"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/package/default/module.json",{"fileSnapShotHashValue":"3cae8de704c4b182a356465bc04f0bf2bf1205e85a1c1bc2a17ae8f34abe974c"}]]}},":XuqmGroup-HarmonySDK:entry:default@ProcessCompiledResources":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"resourcePath\",\"_value\":\"/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":false,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@ProcessCompiledResources","_key":":XuqmGroup-HarmonySDK:entry:default@ProcessCompiledResources","_executionId":":XuqmGroup-HarmonySDK:entry:default@ProcessCompiledResources:1777386555127","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[]}},":XuqmGroup-HarmonySDK:entry:default@PackageHap":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"hotReload\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integrated_hsp\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectConfigAppOpt\",\"_valueType\":\"undefined\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sourceMapDir\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"bundleType\",\"_value\":\"app\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"java,-Dfile.encoding=utf-8,-jar,/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar,--mode,hap,--force,true,--lib-path,/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default,--json-path,/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/package/default/module.json,--resources-path,/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources,--index-path,/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources.index,--pack-info-path,/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/pack.info,--out-path,/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap,--ets-path,/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets,--pkg-context-path,/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@PackageHap","_key":":XuqmGroup-HarmonySDK:entry:default@PackageHap","_executionId":":XuqmGroup-HarmonySDK:entry:default@PackageHap:1777386555128","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default",{"isDirectory":false,"fileSnapShotHashValue":""}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/module.json",{"isDirectory":false,"fileSnapShotHashValue":"5dfa3926ef379ca7fb9ff69cb167d5d1fcac6be898f2e18fbc0a98cae5dd1776"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources",{"isDirectory":false,"fileSnapShotHashValue":"c09c1ca6ab0657c5f70bba687f97dec9b91b85d43cbe271571c2d7ce0713179d"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources.index",{"isDirectory":false,"fileSnapShotHashValue":"70d50210794429422d9eb71f5275b7f00e3c07cf24b19046948f1221f08e62c8"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/pack.info",{"isDirectory":false,"fileSnapShotHashValue":"f4d4ba848be93b38d82b3d8135215efd5e8a8b41ae564e103e06beb0e89a1177"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets",{"isDirectory":false,"fileSnapShotHashValue":"816054c82310c3794e84793ca5a05b18957367ca706a7bc811d3a36ba1485e58"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"isDirectory":false,"fileSnapShotHashValue":"f20c571234667fce87bd15286ac0680fecee2a9889ede2a5f40d6ffbab9c56f9"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map",{"isDirectory":false,"fileSnapShotHashValue":"f8d84539be3e0cafc17d134ea55ad0e15e2a593bc2d7a737b8a271d8d71a05c8"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets",{"fileSnapShotHashValue":"aff68ef38ae68e93b20a42a36f890e814d6a34ab91e86b74d5773563f091b9bd"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap",{"isDirectory":false,"fileSnapShotHashValue":"0f9e310e624da4d24bd223fe69921f9a800b5753ec4864846e7acf7d0c748dcf"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/source_map/default/sourceMaps.map",{"fileSnapShotHashValue":"1ade4e2b32b28c83ec680028a7792112201b497792c02821133a26c2ca8875fe"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/mapping/sourceMaps.map",{"fileSnapShotHashValue":"1ade4e2b32b28c83ec680028a7792112201b497792c02821133a26c2ca8875fe"}]]}},":XuqmGroup-HarmonySDK:entry:default@SignHap":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"enableSignTask\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"6.0.2.130\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"existSigningConfig\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@SignHap","_key":":XuqmGroup-HarmonySDK:entry:default@SignHap","_executionId":":XuqmGroup-HarmonySDK:entry:default@SignHap:1777386555366","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap",{"isDirectory":false,"fileSnapShotHashValue":"0f9e310e624da4d24bd223fe69921f9a800b5753ec4864846e7acf7d0c748dcf"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-signed.hap",{"isDirectory":false,"fileSnapShotHashValue":""}]]}},":XuqmGroup-HarmonySDK:entry:default@CollectDebugSymbol":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":false,"_projectName":"XuqmGroup-HarmonySDK","_moduleName":"entry","_taskName":"default@CollectDebugSymbol","_key":":XuqmGroup-HarmonySDK:entry:default@CollectDebugSymbol","_executionId":":XuqmGroup-HarmonySDK:entry:default@CollectDebugSymbol:1777386555367","_inputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map",{"fileSnapShotHashValue":"f8d84539be3e0cafc17d134ea55ad0e15e2a593bc2d7a737b8a271d8d71a05c8"}],["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/symbol",{"isDirectory":true,"fileSnapShotHashValue":""}]]}}} \ No newline at end of file diff --git a/.hvigor/outputs/logs/details/details.json b/.hvigor/outputs/logs/details/details.json index 70ffe38..f2b606c 100644 --- a/.hvigor/outputs/logs/details/details.json +++ b/.hvigor/outputs/logs/details/details.json @@ -32,20 +32,27 @@ "IS_HVIGORFILE_TYPE_CHECK": false, "TASK_TIME": { "923fe53966c6cd9343e11af776cd4b05be315ea4b200b02e4d5dfb0f929b73bf": { - "CreateModuleInfo": 388167, - "PreCheckSyscap": 136375, - "ProcessIntegratedHsp": 322375, - "SyscapTransform": 12371834, - "ProcessStartupConfig": 1027750, - "ConfigureCmake": 63042, - "BuildNativeWithCmake": 75791, - "BuildNativeWithNinja": 124459, - "BuildJS": 962083 + "CreateModuleInfo": 314458, + "PreCheckSyscap": 126708, + "ProcessIntegratedHsp": 218542, + "SyscapTransform": 12138250, + "ProcessStartupConfig": 988208, + "ConfigureCmake": 73375, + "BuildNativeWithCmake": 72625, + "BuildNativeWithNinja": 129375, + "BuildJS": 920292, + "CompileArkTS": 2834291708, + "ProcessCompiledResources": 207917, + "PackageHap": 234451500, + "PackingCheck": 2285000, + "SignHap": 493042, + "CollectDebugSymbol": 273250, + "assembleHap": 56166 }, "77aabe6c19463543339f337db9c84e4d10fd2f56ea0aedaf85a0214d59e93ec4": { - "ConfigureCmake": 70375, - "BuildNativeWithCmake": 86667, - "BuildNativeWithNinja": 204500 + "ConfigureCmake": 64000, + "BuildNativeWithCmake": 77000, + "BuildNativeWithNinja": 510500 } }, "APIS": [ @@ -56,13 +63,7 @@ "ENABLE_CPP_FUNCTION_LEVEL_INCREMENTAL": false }, "CONFIG_PROPERTIES": {}, - "BUILD_ID": "202604282057530700", - "ERROR_MESSAGE": [ - { - "CODE": "00000000", - "TIMESTAMP": "1777381083000" - } - ], - "TOTAL_TIME": 9931347791 + "BUILD_ID": "202604282229113860", + "TOTAL_TIME": 3981273167 } } \ No newline at end of file diff --git a/.hvigor/report/report-202604281902322490.json b/.hvigor/report/report-202604281902322490.json deleted file mode 100644 index 5d2897a..0000000 --- a/.hvigor/report/report-202604281902322490.json +++ /dev/null @@ -1,4456 +0,0 @@ -{ - "version": "2.0", - "ppid": 14074, - "events": [ - { - "head": { - "id": "1fc5900b-14a0-4c5b-8f4e-cdf2f6bc3254", - "name": "env: nodejsVersion=v18.20.1", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525206427708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "9b968917-d381-4546-8c13-de6e75594ec1", - "name": "env: hvigor-config.json5 content = {\n modelVersion: '5.0.0',\n execution: {\n daemon: false,\n incremental: true,\n parallel: true,\n typeCheck: false\n },\n logging: { level: 'info' },\n debugging: { stacktrace: false },\n nodeOptions: { maxOldSpaceSize: 4096 }\n}", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525207113000 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "bd38430c-aa37-4a94-8725-236075109e2d", - "name": "env: daemon=false", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525208016208 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "04a76517-bff9-413c-8ca6-d245cd1c0086", - "name": "no-daemon, use the parent process.execArgv --max-old-space-size=4096,--max-semi-space-size=16,--expose-gc", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525208053750 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "20c6e302-9337-488b-b4df-0e11922dd50c", - "name": "init", - "description": "Initialize and build task graph.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525348047333, - "endTime": 340526110953583 - }, - "additional": { - "children": [ - "8db92bf0-df6e-4b2b-b009-56688a642b56", - "b3ab6363-b97e-4b3f-8748-74f235d829c9", - "e3609340-19ee-4e5c-be29-ac59b48eaead", - "1e5dc0ff-661a-45c6-a7bc-f94370a0bd13", - "f8a9784b-3b30-47d5-88bf-9efe3065c698", - "ba2814b0-3311-46c9-a0f7-c433a92f14b4", - "a74eb479-667d-4995-b8dd-21f7bd9e8346" - ], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "Init", - "taskRunReasons": [], - "logId": "f812147e-a9cf-4198-8186-a0a85cd1eb23" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "8db92bf0-df6e-4b2b-b009-56688a642b56", - "name": "create hvigor project model", - "description": "Initialize hvigor project model.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525348050875, - "endTime": 340525351854333 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "20c6e302-9337-488b-b4df-0e11922dd50c", - "logId": "257c0cce-d269-4d68-8c95-0bd64cab156d" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "b3ab6363-b97e-4b3f-8748-74f235d829c9", - "name": "configure hvigor plugin", - "description": "Configure hvigor plugin.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525351955250, - "endTime": 340526109890125 - }, - "additional": { - "children": [ - "3d6feac6-8aed-46db-b386-e109baf80395", - "53503262-a1db-4b8b-842b-3946572d0c77", - "9fc89dae-91cf-40af-ac12-b2e7d39487ad", - "236dc954-d94e-46ba-815a-604ab7375fec", - "06918bb9-4db4-4385-ac09-c8848062df3c", - "5afd1b10-64b6-4acf-b79c-416fe97f9b6f", - "db0df5ff-6cf0-45a3-9d48-e7128bd9c3f4", - "94e930cb-639d-423b-8dfe-46728035cac1", - "43ecde67-c80d-4562-88f7-1bc7ba8ade5b" - ], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "20c6e302-9337-488b-b4df-0e11922dd50c", - "logId": "d55def5f-f421-41c1-806b-d6939a56188f" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "e3609340-19ee-4e5c-be29-ac59b48eaead", - "name": "build task graph", - "description": "Build task graph.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526109904375, - "endTime": 340526110943500 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "20c6e302-9337-488b-b4df-0e11922dd50c", - "logId": "1fb9a999-cc8a-4386-a061-5fb6ed92a275" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "1e5dc0ff-661a-45c6-a7bc-f94370a0bd13", - "name": "init task execution option", - "description": "Init task execution option.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526110945708, - "endTime": 340526110949916 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "20c6e302-9337-488b-b4df-0e11922dd50c", - "logId": "43658485-e58d-4a17-ad90-e91130e535b8" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "f8a9784b-3b30-47d5-88bf-9efe3065c698", - "name": "\"configEvaluated\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525349697041, - "endTime": 340525349797833 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "20c6e302-9337-488b-b4df-0e11922dd50c", - "logId": "7ff1d587-4b43-4a24-a6d9-c6637a598e48" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "7ff1d587-4b43-4a24-a6d9-c6637a598e48", - "name": "\"configEvaluated\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525349697041, - "endTime": 340525349797833 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "f8a9784b-3b30-47d5-88bf-9efe3065c698", - "parent": "f812147e-a9cf-4198-8186-a0a85cd1eb23" - } - }, - { - "head": { - "id": "ba2814b0-3311-46c9-a0f7-c433a92f14b4", - "name": "\"nodesInitialized\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525350391166, - "endTime": 340525350403958 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "20c6e302-9337-488b-b4df-0e11922dd50c", - "logId": "2f6cce7e-ec6f-47de-853e-65bfc8d5aa0a" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "2f6cce7e-ec6f-47de-853e-65bfc8d5aa0a", - "name": "\"nodesInitialized\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525350391166, - "endTime": 340525350403958 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "ba2814b0-3311-46c9-a0f7-c433a92f14b4", - "parent": "f812147e-a9cf-4198-8186-a0a85cd1eb23" - } - }, - { - "head": { - "id": "c407c38e-ec4f-4c2e-af06-a542353b2581", - "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: false,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' },\n optimizationStrategy: 'memory',\n hotCompile: undefined,\n hotReloadBuild: undefined,\n customizedParam: undefined\n}", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525350548541 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "d49ca04c-3689-43ca-84f4-3afb38002b24", - "name": "Cache service initialization finished in 1 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525351783166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "257c0cce-d269-4d68-8c95-0bd64cab156d", - "name": "create hvigor project model", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525348050875, - "endTime": 340525351854333 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "8db92bf0-df6e-4b2b-b009-56688a642b56", - "parent": "f812147e-a9cf-4198-8186-a0a85cd1eb23" - } - }, - { - "head": { - "id": "3d6feac6-8aed-46db-b386-e109baf80395", - "name": "init configuration", - "description": "Initialize configuration.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525352037625, - "endTime": 340525352045166 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "b3ab6363-b97e-4b3f-8748-74f235d829c9", - "logId": "63eb9b1d-13a2-4fd5-b8d1-6b28c9f8b508" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "53503262-a1db-4b8b-842b-3946572d0c77", - "name": "configure project task", - "description": "Configure project task.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525352061541, - "endTime": 340525352328333 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "b3ab6363-b97e-4b3f-8748-74f235d829c9", - "logId": "3184cdcc-6c39-45c9-b288-4714b404c5a3" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "9fc89dae-91cf-40af-ac12-b2e7d39487ad", - "name": "eval project", - "description": "Evaluate project.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525352365708, - "endTime": 340526068016083 - }, - "additional": { - "children": [ - "56e884fd-24c2-4f66-8a45-dfa7f20edb02", - "164f9064-94b4-4f92-89ab-f8f6acbc600a", - "817a1586-4007-4ea9-971a-46d3d613caeb" - ], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "b3ab6363-b97e-4b3f-8748-74f235d829c9", - "logId": "35d1ad91-baf6-471b-a1e7-e1aef9e85de0" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "236dc954-d94e-46ba-815a-604ab7375fec", - "name": "eval modules", - "description": "Evaluate modules.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526068138541, - "endTime": 340526102243583 - }, - "additional": { - "children": [ - "dfc54856-b99e-4bf6-bfb2-c45bef7b6249", - "ab646af5-155b-4e0f-bcb5-abcebba995e6" - ], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "b3ab6363-b97e-4b3f-8748-74f235d829c9", - "logId": "677de22c-e514-4607-9402-75c5595cc816" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "06918bb9-4db4-4385-ac09-c8848062df3c", - "name": "add config dependencies", - "description": "Add configuration dependencies.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526102277125, - "endTime": 340526102277583 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "b3ab6363-b97e-4b3f-8748-74f235d829c9", - "logId": "3c607c80-1328-4ffd-b220-7f0ef1bed4db" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "5afd1b10-64b6-4acf-b79c-416fe97f9b6f", - "name": "ohpm install", - "description": "Ohpm install event.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526102412958, - "endTime": 340526105121583 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "b3ab6363-b97e-4b3f-8748-74f235d829c9", - "logId": "6cc34643-14c6-4a60-94cf-bee0e93b588b" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "db0df5ff-6cf0-45a3-9d48-e7128bd9c3f4", - "name": "eval hook", - "description": "EvaluateEvent hook.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526105125791, - "endTime": 340526109845250 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "b3ab6363-b97e-4b3f-8748-74f235d829c9", - "logId": "34796447-b6c4-4501-a434-7934dfab4483" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "94e930cb-639d-423b-8dfe-46728035cac1", - "name": "fin configuration", - "description": "Finish configuration.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526109855458, - "endTime": 340526109886166 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "b3ab6363-b97e-4b3f-8748-74f235d829c9", - "logId": "6edaf669-f374-49aa-b52b-9a194e9482a9" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "63eb9b1d-13a2-4fd5-b8d1-6b28c9f8b508", - "name": "init configuration", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525352037625, - "endTime": 340525352045166 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "3d6feac6-8aed-46db-b386-e109baf80395", - "parent": "d55def5f-f421-41c1-806b-d6939a56188f" - } - }, - { - "head": { - "id": "3184cdcc-6c39-45c9-b288-4714b404c5a3", - "name": "configure project task", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525352061541, - "endTime": 340525352328333 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "53503262-a1db-4b8b-842b-3946572d0c77", - "parent": "d55def5f-f421-41c1-806b-d6939a56188f" - } - }, - { - "head": { - "id": "56e884fd-24c2-4f66-8a45-dfa7f20edb02", - "name": "\"beforeNodeEvaluate\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525352427916, - "endTime": 340525352438416 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "9fc89dae-91cf-40af-ac12-b2e7d39487ad", - "logId": "8f129922-2c62-4a1c-aa07-4b481f4a61da" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "8f129922-2c62-4a1c-aa07-4b481f4a61da", - "name": "\"beforeNodeEvaluate\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525352427916, - "endTime": 340525352438416 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "56e884fd-24c2-4f66-8a45-dfa7f20edb02", - "parent": "35d1ad91-baf6-471b-a1e7-e1aef9e85de0" - } - }, - { - "head": { - "id": "164f9064-94b4-4f92-89ab-f8f6acbc600a", - "name": "eval hvigorfile", - "description": "Evaluate hvigorfile.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525352534333, - "endTime": 340526067956458 - }, - "additional": { - "children": [ - "0e182ac9-6ebf-44b4-bb8d-0ae7bde38d24", - "c322b28f-4e8f-4404-bdd2-78fd70f15537" - ], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "9fc89dae-91cf-40af-ac12-b2e7d39487ad", - "logId": "7583916c-6239-48fa-9039-25df6e0a3523" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "0e182ac9-6ebf-44b4-bb8d-0ae7bde38d24", - "name": "require hvigorfile", - "description": "Require hvigorfile.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525352534708, - "endTime": 340525961391041 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "164f9064-94b4-4f92-89ab-f8f6acbc600a", - "logId": "8cec87ce-114c-4ea7-a6c3-1ae2ecf6533c" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "c322b28f-4e8f-4404-bdd2-78fd70f15537", - "name": "bind plugins", - "description": "Bind plugins.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525961409666, - "endTime": 340526067949041 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "164f9064-94b4-4f92-89ab-f8f6acbc600a", - "logId": "50ec8303-ab2f-406f-9e9a-8e28f0fb0903" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "3e1603f3-f06b-4015-be1d-f52460f7f6ad", - "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525352536291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "a5336d07-6855-415f-a26d-1aba924be682", - "name": "hvigorfile, require result: { default: { system: [Function: appTasks], plugins: [] } }", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525961222291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "8cec87ce-114c-4ea7-a6c3-1ae2ecf6533c", - "name": "require hvigorfile", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525352534708, - "endTime": 340525961391041 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "0e182ac9-6ebf-44b4-bb8d-0ae7bde38d24", - "parent": "7583916c-6239-48fa-9039-25df6e0a3523" - } - }, - { - "head": { - "id": "2bc93aac-a969-4a4b-b844-60107ad3ecda", - "name": "hvigorfile, binding system plugins [Function: appTasks]", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525961462208 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "f20ed2ae-4d23-4f00-b3cb-102cce89df87", - "name": "Starting plugin build process", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525962117625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "95900c0c-78d9-462a-b6c4-4129d14d327a", - "name": "App plugin prepare start...", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525962169875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "17ff0b5c-8340-4a8b-a788-0d02116ee6fe", - "name": "App plugin prepare end...", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525962210625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "95af7b08-4767-4a23-8b3a-d0aa612c1646", - "name": "App plugin creating...", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525962226458 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b7da06f5-c99c-4fad-be1e-b40ff712eaee", - "name": "App plugin register hook start...", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526042846333 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0b265c27-f008-436b-a2f6-690cbfb6cdac", - "name": "App plugin register hook end...", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526043073833 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "9edeec78-9ba4-4b42-bdad-cbad7c49e65d", - "name": "Plugin build process completed", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526043091875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "98b620c4-27d6-4145-814c-e3924aeb81ac", - "name": "Start initialize project's product build option map with build mode debug.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526043797416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e2d8f4c4-0793-4ff3-95fd-0a8350a5b6bb", - "name": "Picking option from product 'default' with build mode 'debug'.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526043922666 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "5b8cb15b-7d3f-4f59-91b4-8cc0038b068a", - "name": "Product 'default' build option initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526044103083 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "197bc5e4-5717-49a4-8fde-e1a4130c1da7", - "name": "End initialize project's product build option map with build mode 'debug'.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526044123166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "87794c38-5831-469c-bb99-47fa0baff03e", - "name": "Obtain build option for product 'default'in this build.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526045052083 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "762a8b04-4932-46cb-a3c1-c8ac968e4573", - "name": "No signingConfig found, initRemoteHspCache failed.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526045860750 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "9b53dc32-7907-4df0-843b-486b18552a75", - "name": "harmonyOS sdk scan", - "description": "HarmonyOS sdk scan", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526046537291, - "endTime": 340526047430416 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "Other", - "taskRunReasons": [] - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "974eb91f-fc2d-49d3-b257-e3fbbaebadb7", - "name": "Local scan or download HarmonyOS sdk components toolchains,ets,js,native,previewer", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526046547333 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "60ead63e-7a75-4133-8427-69e050851ab0", - "name": "hmscore sdk scan", - "description": "Hmscore sdk scan", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526047492166, - "endTime": 340526047682333 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "Other", - "taskRunReasons": [] - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "b7610ac9-8ee1-4fb7-9831-9d373a9d648a", - "name": "Local scan or download hmscore sdk components toolchains,ets,native", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526047495625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "ba894c9d-47af-4033-bc27-ffe90ce6de1e", - "name": "Start recording SDK configuration permission data.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526048324291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "69ee373a-c206-4bdb-8db7-2f07c193b5b2", - "name": "Sdk init in 19 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526064903583 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b5880f8f-276d-422d-88bc-f04f2369ceee", - "name": "sdkVersion", - "description": "6.0.2.130", - "type": "mark" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526064993791 - }, - "additional": { - "time": { - "year": 2026, - "month": 4, - "day": 28, - "hour": 19, - "minute": 2, - "second": 32 - }, - "markType": "other" - } - }, - { - "head": { - "id": "77ef17d0-b846-4926-8b70-4129edc46f11", - "name": "caseSensitiveCheckOn", - "description": "caseSensitiveCheck check is on", - "type": "mark" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526065028250 - }, - "additional": { - "time": { - "year": 2026, - "month": 4, - "day": 28, - "hour": 19, - "minute": 2, - "second": 32 - }, - "markType": "other" - } - }, - { - "head": { - "id": "871fbb1c-0345-47eb-ab60-54d66111dc30", - "name": "Project task initialization takes 3 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526067848833 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e7fdf86b-766f-4c82-8187-5c83ca363e5d", - "name": "hvigorfile, binding custom plugins []", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526067921916 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "6d492dae-b27b-4c37-b436-9aa0301ab0cc", - "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526067934958 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e7e40cc2-1e1b-4431-9d75-4170c3fdb749", - "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526067942875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "50ec8303-ab2f-406f-9e9a-8e28f0fb0903", - "name": "bind plugins", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525961409666, - "endTime": 340526067949041 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "c322b28f-4e8f-4404-bdd2-78fd70f15537", - "parent": "7583916c-6239-48fa-9039-25df6e0a3523" - } - }, - { - "head": { - "id": "7583916c-6239-48fa-9039-25df6e0a3523", - "name": "eval hvigorfile", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525352534333, - "endTime": 340526067956458 - }, - "additional": { - "logType": "info", - "children": [ - "8cec87ce-114c-4ea7-a6c3-1ae2ecf6533c", - "50ec8303-ab2f-406f-9e9a-8e28f0fb0903" - ], - "durationId": "164f9064-94b4-4f92-89ab-f8f6acbc600a", - "parent": "35d1ad91-baf6-471b-a1e7-e1aef9e85de0" - } - }, - { - "head": { - "id": "817a1586-4007-4ea9-971a-46d3d613caeb", - "name": "\"afterNodeEvaluate\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526067997583, - "endTime": 340526068009458 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "9fc89dae-91cf-40af-ac12-b2e7d39487ad", - "logId": "70f154fc-1ae7-4b14-8c80-654285a5ee3e" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "70f154fc-1ae7-4b14-8c80-654285a5ee3e", - "name": "\"afterNodeEvaluate\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526067997583, - "endTime": 340526068009458 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "817a1586-4007-4ea9-971a-46d3d613caeb", - "parent": "35d1ad91-baf6-471b-a1e7-e1aef9e85de0" - } - }, - { - "head": { - "id": "35d1ad91-baf6-471b-a1e7-e1aef9e85de0", - "name": "eval project", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525352365708, - "endTime": 340526068016083 - }, - "additional": { - "logType": "info", - "children": [ - "8f129922-2c62-4a1c-aa07-4b481f4a61da", - "7583916c-6239-48fa-9039-25df6e0a3523", - "70f154fc-1ae7-4b14-8c80-654285a5ee3e" - ], - "durationId": "9fc89dae-91cf-40af-ac12-b2e7d39487ad", - "parent": "d55def5f-f421-41c1-806b-d6939a56188f" - } - }, - { - "head": { - "id": "dfc54856-b99e-4bf6-bfb2-c45bef7b6249", - "name": "eval submodule", - "description": "Evaluate submodule.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526068143083, - "endTime": 340526096559416 - }, - "additional": { - "children": [ - "a4f8ced8-6e79-49ba-a773-0c5c042db8a7", - "5d5472ca-5ac7-4312-9791-e6d215b621a7", - "25451a92-0e4e-4117-8856-01a61a9fb2b8" - ], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "236dc954-d94e-46ba-815a-604ab7375fec", - "logId": "8597b751-8dca-4fac-8c9b-0af76a913b81" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "a4f8ced8-6e79-49ba-a773-0c5c042db8a7", - "name": "\"beforeNodeEvaluate\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526068180125, - "endTime": 340526068184208 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "dfc54856-b99e-4bf6-bfb2-c45bef7b6249", - "logId": "e5164720-295d-4dde-b633-686f3fcbfc2e" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "e5164720-295d-4dde-b633-686f3fcbfc2e", - "name": "\"beforeNodeEvaluate\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526068180125, - "endTime": 340526068184208 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "a4f8ced8-6e79-49ba-a773-0c5c042db8a7", - "parent": "8597b751-8dca-4fac-8c9b-0af76a913b81" - } - }, - { - "head": { - "id": "5d5472ca-5ac7-4312-9791-e6d215b621a7", - "name": "eval hvigorfile", - "description": "Evaluate hvigorfile.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526068199791, - "endTime": 340526096119541 - }, - "additional": { - "children": [ - "72a8c57e-94d8-4c46-9f26-83cc0a8695b6", - "5eb75dfc-7df8-4b23-a36e-cd143a72c2c8" - ], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "dfc54856-b99e-4bf6-bfb2-c45bef7b6249", - "logId": "ae1d6307-c0d3-4fd6-8f0f-6d1712e74e69" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "72a8c57e-94d8-4c46-9f26-83cc0a8695b6", - "name": "require hvigorfile", - "description": "Require hvigorfile.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526068199958, - "endTime": 340526072269291 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "5d5472ca-5ac7-4312-9791-e6d215b621a7", - "logId": "8a6e9a6e-edb0-46cd-ae1b-0c8a6ae51416" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "5eb75dfc-7df8-4b23-a36e-cd143a72c2c8", - "name": "bind plugins", - "description": "Bind plugins.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526072279750, - "endTime": 340526096110416 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "5d5472ca-5ac7-4312-9791-e6d215b621a7", - "logId": "81d2a54e-e528-4b21-9bff-fd8aa24e1dd4" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "d14325c7-a9b7-48b0-98c4-75ba795454cb", - "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526068200666 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "1e16d5ff-a22b-43bc-adb7-f45a90d000cb", - "name": "hvigorfile, require result: { default: { system: [Function: harTasks], plugins: [] } }", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526072210500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "8a6e9a6e-edb0-46cd-ae1b-0c8a6ae51416", - "name": "require hvigorfile", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526068199958, - "endTime": 340526072269291 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "72a8c57e-94d8-4c46-9f26-83cc0a8695b6", - "parent": "ae1d6307-c0d3-4fd6-8f0f-6d1712e74e69" - } - }, - { - "head": { - "id": "7c45bda8-d92f-4474-8eb9-0c6f11ba6a62", - "name": "hvigorfile, binding system plugins [Function: harTasks]", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526072284875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "f3e0bb9e-c7f4-4b39-97c0-eab942c3f086", - "name": "Starting plugin build process", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526072344666 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "daa995bf-4c86-4c86-a94f-3c7c41314c4e", - "name": "Har plugin creating...", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526072368125 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "9e71299a-ed2d-4743-a450-3b2c90627c7f", - "name": "failed to load cangjie to dynamically generate schemas: Error: Cannot find module '@ohos/cangjie-build-support/index'\nRequire stack:\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/hooks/cangjie-register.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/strategy/stage-init-strategy.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/abstract-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/app-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/index.js\n- /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/internal/lifecycle/configuration.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/boot/index.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/cli/main/cli.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/bin/hvigor.js", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526072789541 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "79a60282-220e-4668-a3d5-1243fa578e9a", - "name": "Start initialize module-target build option map, moduleName=xuqm-sdk, buildMode=debug", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526092658291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "877593ef-dde9-491a-9907-f58dea2a50ce", - "name": "Target 'default' config initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526092775500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "77af87af-ea7a-4b58-9ebc-7854d308e1a4", - "name": "Module 'xuqm-sdk' target 'default' build option initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526093016208 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "56b17c8f-f5c6-4cbf-bf97-592cc8bba41e", - "name": "End initialize module-target build option map, moduleName=xuqm-sdk", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526093028375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "7f5d5540-59ad-492d-af19-42d4240b7dfa", - "name": "Start initialize module-target build option map, moduleName=xuqm-sdk, buildMode=release", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526093049583 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "bc14f9a7-460d-4ece-992c-78f0ad8b46e3", - "name": "Target 'default' config initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526093062958 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "01158446-03f2-4c27-a954-b1ca861d8533", - "name": "Module 'xuqm-sdk' target 'default' build option initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526093218708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "23808014-853a-429a-8e0b-73701514cf20", - "name": "End initialize module-target build option map, moduleName=xuqm-sdk", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526093228666 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "aff4fe1c-e177-418a-9d63-0b037c65d4cf", - "name": "Start initialize module-target build option map, moduleName=xuqm-sdk, buildMode=debug", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526093313041 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "9c8c0a92-1327-45fa-8393-7fc33f3be103", - "name": "Target 'default' config initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526093326541 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "28d0664f-ffec-4705-85fc-5b5a7fd0053e", - "name": "Module 'xuqm-sdk' target 'default' build option initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526093436083 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "bebc55f7-5c23-400c-ae43-697fe1c9d693", - "name": "End initialize module-target build option map, moduleName=xuqm-sdk", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526093442875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e9992b6f-e344-436d-89b1-43a807f6a37d", - "name": "Obtain build option for module 'xuqm-sdk' target 'default'in this build.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526093528416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "12f3e490-46a3-4698-8bc6-db7fe35729e1", - "name": "Module xuqm-sdk task initialization takes 2 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526095944000 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e6f05965-2d18-475c-b0d5-bb4711ba94b6", - "name": "Har plugin register hook start...", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526096012458 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "c0020a5a-faaf-4b37-bd49-77e16113bd5f", - "name": "Har plugin register hook end...", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526096037250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "5306fc7e-5bb0-4631-8d59-101d34d60564", - "name": "Plugin build process completed", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526096046000 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "fc726c42-c8b3-40a5-9e5f-65741673593c", - "name": "hvigorfile, binding custom plugins []", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526096084583 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "57ea104f-20c4-455a-872a-0259738b7683", - "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526096097166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b342fe55-0a86-49d6-b63d-49a5e3e5aae5", - "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526096103916 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "81d2a54e-e528-4b21-9bff-fd8aa24e1dd4", - "name": "bind plugins", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526072279750, - "endTime": 340526096110416 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "5eb75dfc-7df8-4b23-a36e-cd143a72c2c8", - "parent": "ae1d6307-c0d3-4fd6-8f0f-6d1712e74e69" - } - }, - { - "head": { - "id": "ae1d6307-c0d3-4fd6-8f0f-6d1712e74e69", - "name": "eval hvigorfile", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526068199791, - "endTime": 340526096119541 - }, - "additional": { - "logType": "info", - "children": [ - "8a6e9a6e-edb0-46cd-ae1b-0c8a6ae51416", - "81d2a54e-e528-4b21-9bff-fd8aa24e1dd4" - ], - "durationId": "5d5472ca-5ac7-4312-9791-e6d215b621a7", - "parent": "8597b751-8dca-4fac-8c9b-0af76a913b81" - } - }, - { - "head": { - "id": "25451a92-0e4e-4117-8856-01a61a9fb2b8", - "name": "\"afterNodeEvaluate\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526096549875, - "endTime": 340526096554458 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "dfc54856-b99e-4bf6-bfb2-c45bef7b6249", - "logId": "c7e6876a-eb56-4bbb-9069-b341f2273d90" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "c7e6876a-eb56-4bbb-9069-b341f2273d90", - "name": "\"afterNodeEvaluate\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526096549875, - "endTime": 340526096554458 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "25451a92-0e4e-4117-8856-01a61a9fb2b8", - "parent": "8597b751-8dca-4fac-8c9b-0af76a913b81" - } - }, - { - "head": { - "id": "8597b751-8dca-4fac-8c9b-0af76a913b81", - "name": "eval submodule", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526068143083, - "endTime": 340526096559416 - }, - "additional": { - "logType": "info", - "children": [ - "e5164720-295d-4dde-b633-686f3fcbfc2e", - "ae1d6307-c0d3-4fd6-8f0f-6d1712e74e69", - "c7e6876a-eb56-4bbb-9069-b341f2273d90" - ], - "durationId": "dfc54856-b99e-4bf6-bfb2-c45bef7b6249", - "parent": "677de22c-e514-4607-9402-75c5595cc816" - } - }, - { - "head": { - "id": "ab646af5-155b-4e0f-bcb5-abcebba995e6", - "name": "eval submodule", - "description": "Evaluate submodule.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526096571541, - "endTime": 340526102239500 - }, - "additional": { - "children": [ - "9b50a0e7-66e9-47c2-ad0d-6245de41d044", - "7422bb25-f434-4a5b-bd23-c125b5f56c23", - "ab85e005-24f8-4e14-bc13-c5060e5a1cd2" - ], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "236dc954-d94e-46ba-815a-604ab7375fec", - "logId": "57e5078c-6989-4029-bdd2-996336c8f6b9" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "9b50a0e7-66e9-47c2-ad0d-6245de41d044", - "name": "\"beforeNodeEvaluate\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526096612666, - "endTime": 340526096614875 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "ab646af5-155b-4e0f-bcb5-abcebba995e6", - "logId": "a52c6eae-faa7-4cf4-b7f6-dbfc31a8c412" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "a52c6eae-faa7-4cf4-b7f6-dbfc31a8c412", - "name": "\"beforeNodeEvaluate\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526096612666, - "endTime": 340526096614875 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "9b50a0e7-66e9-47c2-ad0d-6245de41d044", - "parent": "57e5078c-6989-4029-bdd2-996336c8f6b9" - } - }, - { - "head": { - "id": "7422bb25-f434-4a5b-bd23-c125b5f56c23", - "name": "eval hvigorfile", - "description": "Evaluate hvigorfile.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526096631250, - "endTime": 340526102208166 - }, - "additional": { - "children": [ - "0d198b04-9934-4029-98ba-3f24724f33cc", - "8978ce76-977d-4110-b5b7-31da562451bf" - ], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "ab646af5-155b-4e0f-bcb5-abcebba995e6", - "logId": "ab7bf00d-5df3-4446-ac80-585b2b7a5183" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "0d198b04-9934-4029-98ba-3f24724f33cc", - "name": "require hvigorfile", - "description": "Require hvigorfile.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526096631416, - "endTime": 340526099603333 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "7422bb25-f434-4a5b-bd23-c125b5f56c23", - "logId": "f493294a-f6c6-4a22-b003-1d84844f5c96" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "8978ce76-977d-4110-b5b7-31da562451bf", - "name": "bind plugins", - "description": "Bind plugins.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526099609250, - "endTime": 340526102204041 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "7422bb25-f434-4a5b-bd23-c125b5f56c23", - "logId": "f6b783c1-ded1-4fee-889c-ea3c6ab29b57" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "2a21e118-3e8b-471a-a9a7-b69175ac2492", - "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526096632250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "89655508-7a66-4257-ab04-20da31e46da0", - "name": "hvigorfile, require result: { default: { system: [Function: hapTasks], plugins: [] } }", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526099572500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "f493294a-f6c6-4a22-b003-1d84844f5c96", - "name": "require hvigorfile", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526096631416, - "endTime": 340526099603333 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "0d198b04-9934-4029-98ba-3f24724f33cc", - "parent": "ab7bf00d-5df3-4446-ac80-585b2b7a5183" - } - }, - { - "head": { - "id": "829a45d6-5645-43b9-bcd5-610db8dca6da", - "name": "hvigorfile, binding system plugins [Function: hapTasks]", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526099613791 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "9d07ba9a-5a59-44ab-881f-afad137a0408", - "name": "Starting plugin build process", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526099661041 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "86f3db5f-8ddd-497e-9585-9eb3a29c5197", - "name": "Hap plugin creating...", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526099679875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e2fe8578-a023-4472-a99e-1ea98efebf8c", - "name": "failed to load cangjie to dynamically generate schemas: Error: Cannot find module '@ohos/cangjie-build-support/index'\nRequire stack:\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/hooks/cangjie-register.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/strategy/stage-init-strategy.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/abstract-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/app-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/index.js\n- /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/internal/lifecycle/configuration.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/boot/index.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/cli/main/cli.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/bin/hvigor.js", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526099781875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "1bbc5d97-ae54-4f8b-8de9-ccd520c69a82", - "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526101301291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0504fa43-cd9a-412b-a6c9-23127722b2e1", - "name": "Target 'default' config initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526101320625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "6b606331-5119-410f-b084-b87680eedefa", - "name": "Module 'entry' target 'default' build option initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526101372333 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "3a5aab5f-ec7f-4242-85e4-ea80d7176b03", - "name": "End initialize module-target build option map, moduleName=entry", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526101380250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "1849514e-f4b7-4d54-ab0c-97d3f272fb4f", - "name": "Start initialize module-target build option map, moduleName=entry, buildMode=release", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526101394208 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "83654767-91b8-4d2a-81bb-5d4eaebfd25a", - "name": "Target 'default' config initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526101403916 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "8e537737-e60f-4b39-8069-2f3eb477c330", - "name": "Module 'entry' target 'default' build option initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526101446583 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "ca2f2438-d92b-4e55-bbcb-c4ae5d0b1947", - "name": "End initialize module-target build option map, moduleName=entry", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526101453708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "34a8e94c-97f1-4d19-86e4-0d3f0a94105c", - "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526101467875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "9e9d9c5b-ad83-4038-a6a7-0358d6839034", - "name": "Target 'default' config initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526101477375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "64196fcd-1c59-4df8-8539-bc724cfac2e2", - "name": "Module 'entry' target 'default' build option initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526101510666 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "dca7579a-ff70-4d1c-ba67-f1d27400510a", - "name": "End initialize module-target build option map, moduleName=entry", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526101516625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b79a91cb-decf-4baa-9aeb-1fbd48b618aa", - "name": "Obtain build option for module 'entry' target 'default'in this build.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526101527291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0ff47dc9-6a23-4c53-a623-35b6aa04b499", - "name": "Module entry task initialization takes 1 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526102117458 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "008be2e9-e76a-4b29-8ac1-ee3eb8a10135", - "name": "Hap plugin register hook start...", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526102147750 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "84fb162c-5738-41cf-b4ab-76e5465e66cc", - "name": "Hap plugin register hook end...", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526102156750 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e3b118b3-b0a7-4307-83de-134f55ca9879", - "name": "Plugin build process completed", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526102162708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "f54a30ca-0895-4f78-8614-b748bb3c3d8d", - "name": "hvigorfile, binding custom plugins []", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526102183833 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "c58de243-b5df-4801-89b5-94eecb94c563", - "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526102192708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "581b6675-cef9-4120-8ed3-79fb229fd4db", - "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526102198708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "f6b783c1-ded1-4fee-889c-ea3c6ab29b57", - "name": "bind plugins", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526099609250, - "endTime": 340526102204041 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "8978ce76-977d-4110-b5b7-31da562451bf", - "parent": "ab7bf00d-5df3-4446-ac80-585b2b7a5183" - } - }, - { - "head": { - "id": "ab7bf00d-5df3-4446-ac80-585b2b7a5183", - "name": "eval hvigorfile", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526096631250, - "endTime": 340526102208166 - }, - "additional": { - "logType": "info", - "children": [ - "f493294a-f6c6-4a22-b003-1d84844f5c96", - "f6b783c1-ded1-4fee-889c-ea3c6ab29b57" - ], - "durationId": "7422bb25-f434-4a5b-bd23-c125b5f56c23", - "parent": "57e5078c-6989-4029-bdd2-996336c8f6b9" - } - }, - { - "head": { - "id": "ab85e005-24f8-4e14-bc13-c5060e5a1cd2", - "name": "\"afterNodeEvaluate\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526102232791, - "endTime": 340526102235708 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "ab646af5-155b-4e0f-bcb5-abcebba995e6", - "logId": "15cb4797-935d-492d-b3f3-389e8259cd4e" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "15cb4797-935d-492d-b3f3-389e8259cd4e", - "name": "\"afterNodeEvaluate\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526102232791, - "endTime": 340526102235708 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "ab85e005-24f8-4e14-bc13-c5060e5a1cd2", - "parent": "57e5078c-6989-4029-bdd2-996336c8f6b9" - } - }, - { - "head": { - "id": "57e5078c-6989-4029-bdd2-996336c8f6b9", - "name": "eval submodule", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526096571541, - "endTime": 340526102239500 - }, - "additional": { - "logType": "info", - "children": [ - "a52c6eae-faa7-4cf4-b7f6-dbfc31a8c412", - "ab7bf00d-5df3-4446-ac80-585b2b7a5183", - "15cb4797-935d-492d-b3f3-389e8259cd4e" - ], - "durationId": "ab646af5-155b-4e0f-bcb5-abcebba995e6", - "parent": "677de22c-e514-4607-9402-75c5595cc816" - } - }, - { - "head": { - "id": "677de22c-e514-4607-9402-75c5595cc816", - "name": "eval modules", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526068138541, - "endTime": 340526102243583 - }, - "additional": { - "logType": "info", - "children": [ - "8597b751-8dca-4fac-8c9b-0af76a913b81", - "57e5078c-6989-4029-bdd2-996336c8f6b9" - ], - "durationId": "236dc954-d94e-46ba-815a-604ab7375fec", - "parent": "d55def5f-f421-41c1-806b-d6939a56188f" - } - }, - { - "head": { - "id": "3c607c80-1328-4ffd-b220-7f0ef1bed4db", - "name": "add config dependencies", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526102277125, - "endTime": 340526102277583 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "06918bb9-4db4-4385-ac09-c8848062df3c", - "parent": "d55def5f-f421-41c1-806b-d6939a56188f" - } - }, - { - "head": { - "id": "43ecde67-c80d-4562-88f7-1bc7ba8ade5b", - "name": "\"nodesEvaluated\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526102284250, - "endTime": 340526102410208 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "b3ab6363-b97e-4b3f-8748-74f235d829c9", - "logId": "1048c32b-f9c5-4af0-9d6a-2e3ccfba015c" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "b0839caf-eaa6-4096-bffd-04b37bd3fb03", - "name": "project has submodules:xuqm-sdk,entry", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526102311500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "33a2e66f-e780-4f42-b0e5-fca8498172b3", - "name": "module:xuqm-sdk no need to execute packageHap", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526102372916 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "1048c32b-f9c5-4af0-9d6a-2e3ccfba015c", - "name": "\"nodesEvaluated\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526102284250, - "endTime": 340526102410208 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "43ecde67-c80d-4562-88f7-1bc7ba8ade5b", - "parent": "d55def5f-f421-41c1-806b-d6939a56188f" - } - }, - { - "head": { - "id": "10b14653-3671-43fc-afa9-843936d7d3b0", - "name": "start to load updatedOhPackageInfo to the disk", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526103054416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "edb5f555-7d42-4721-a538-344cf3e2a206", - "name": "load to the disk finished", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526104911833 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "6cc34643-14c6-4a60-94cf-bee0e93b588b", - "name": "ohpm install", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526102412958, - "endTime": 340526105121583 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "5afd1b10-64b6-4acf-b79c-416fe97f9b6f", - "parent": "d55def5f-f421-41c1-806b-d6939a56188f" - } - }, - { - "head": { - "id": "1d758b0c-18cb-4859-ae64-0b44c9b4cf21", - "name": "Start to initialize dependency information.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526105165791 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "1b78fd17-6a18-4edc-a636-59eff3c6e524", - "name": "Module XuqmGroup-HarmonySDK Collected Dependency: ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526105828791 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "1bac60c8-7969-40fe-affc-993cdc8d990f", - "name": "Module XuqmGroup-HarmonySDK's total dependency: 0", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526105842375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "a29aa34c-7900-45b5-a8a9-1bcc99ff5251", - "name": "Start to initialize dependency information.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526106448666 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "3ec42263-452d-4232-ac99-91c0bf18eb08", - "name": "Module xuqm-sdk Collected Dependency: ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526107033833 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "2bec4faa-48a9-4173-91d7-357a01ed88f2", - "name": "Module xuqm-sdk's total dependency: 0", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526107050625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "1c97e963-952a-4970-b110-46a21ef5d278", - "name": "Start to initialize dependency information.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526108486750 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0f708d69-941e-4374-905a-d30089640fbc", - "name": "Module entry Collected Dependency: ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526109443833 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "c619311d-f0e4-4b77-921e-9ad6c3560b26", - "name": "Module entry's total dependency: 0", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526109461416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "34796447-b6c4-4501-a434-7934dfab4483", - "name": "eval hook", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526105125791, - "endTime": 340526109845250 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "db0df5ff-6cf0-45a3-9d48-e7128bd9c3f4", - "parent": "d55def5f-f421-41c1-806b-d6939a56188f" - } - }, - { - "head": { - "id": "27442ddc-b0c3-4b40-ba3c-bb25801bdb4c", - "name": "Configuration phase cost:758 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526109875250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "6edaf669-f374-49aa-b52b-9a194e9482a9", - "name": "fin configuration", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526109855458, - "endTime": 340526109886166 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "94e930cb-639d-423b-8dfe-46728035cac1", - "parent": "d55def5f-f421-41c1-806b-d6939a56188f" - } - }, - { - "head": { - "id": "d55def5f-f421-41c1-806b-d6939a56188f", - "name": "configure hvigor plugin", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525351955250, - "endTime": 340526109890125 - }, - "additional": { - "logType": "info", - "children": [ - "63eb9b1d-13a2-4fd5-b8d1-6b28c9f8b508", - "3184cdcc-6c39-45c9-b288-4714b404c5a3", - "35d1ad91-baf6-471b-a1e7-e1aef9e85de0", - "677de22c-e514-4607-9402-75c5595cc816", - "3c607c80-1328-4ffd-b220-7f0ef1bed4db", - "6cc34643-14c6-4a60-94cf-bee0e93b588b", - "34796447-b6c4-4501-a434-7934dfab4483", - "6edaf669-f374-49aa-b52b-9a194e9482a9", - "1048c32b-f9c5-4af0-9d6a-2e3ccfba015c" - ], - "durationId": "b3ab6363-b97e-4b3f-8748-74f235d829c9", - "parent": "f812147e-a9cf-4198-8186-a0a85cd1eb23" - } - }, - { - "head": { - "id": "a74eb479-667d-4995-b8dd-21f7bd9e8346", - "name": "\"taskGraphResolved\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526110920958, - "endTime": 340526110939250 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "20c6e302-9337-488b-b4df-0e11922dd50c", - "logId": "9d843b3e-32ed-4ff3-846d-63b527faef0a" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "9d843b3e-32ed-4ff3-846d-63b527faef0a", - "name": "\"taskGraphResolved\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526110920958, - "endTime": 340526110939250 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "a74eb479-667d-4995-b8dd-21f7bd9e8346", - "parent": "f812147e-a9cf-4198-8186-a0a85cd1eb23" - } - }, - { - "head": { - "id": "1fb9a999-cc8a-4386-a061-5fb6ed92a275", - "name": "build task graph", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526109904375, - "endTime": 340526110943500 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "e3609340-19ee-4e5c-be29-ac59b48eaead", - "parent": "f812147e-a9cf-4198-8186-a0a85cd1eb23" - } - }, - { - "head": { - "id": "43658485-e58d-4a17-ad90-e91130e535b8", - "name": "init task execution option", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526110945708, - "endTime": 340526110949916 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "1e5dc0ff-661a-45c6-a7bc-f94370a0bd13", - "parent": "f812147e-a9cf-4198-8186-a0a85cd1eb23" - } - }, - { - "head": { - "id": "f812147e-a9cf-4198-8186-a0a85cd1eb23", - "name": "init", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525348047333, - "endTime": 340526110953583 - }, - "additional": { - "logType": "info", - "children": [ - "257c0cce-d269-4d68-8c95-0bd64cab156d", - "d55def5f-f421-41c1-806b-d6939a56188f", - "1fb9a999-cc8a-4386-a061-5fb6ed92a275", - "43658485-e58d-4a17-ad90-e91130e535b8", - "7ff1d587-4b43-4a24-a6d9-c6637a598e48", - "2f6cce7e-ec6f-47de-853e-65bfc8d5aa0a", - "9d843b3e-32ed-4ff3-846d-63b527faef0a" - ], - "durationId": "20c6e302-9337-488b-b4df-0e11922dd50c" - } - }, - { - "head": { - "id": "ff47951c-9d59-4f0c-a897-5b20d50758e5", - "name": "Configuration task cost before running: 764 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526111229250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "feb5b101-30f2-4a5d-bd73-478b48446526", - "name": "entry:default@PreBuild", - "description": "Pre-build in the stage model.", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526113414291, - "endTime": 340526168269625 - }, - "additional": { - "children": [], - "state": "failed", - "targetName": "default", - "moduleName": "entry", - "category": "Verification", - "taskRunReasons": [], - "detailId": "0079345a-7098-4cb0-bd97-2ea156719f6a", - "logId": "585a5bcb-3124-4307-ae39-a6d7ae827a41" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "0079345a-7098-4cb0-bd97-2ea156719f6a", - "name": "create entry:default@PreBuild task", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526111500666 - }, - "additional": { - "logType": "detail", - "children": [], - "durationId": "feb5b101-30f2-4a5d-bd73-478b48446526" - } - }, - { - "head": { - "id": "dc0b6d99-d6b1-43ee-a3ca-04f8b7036172", - "name": "Executing task :entry:default@PreBuild", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526113427083 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "96d03dd8-b054-48b7-9b15-d773d7fd5092", - "name": "The project has not explicitly set the 'targetSdkVersion' version at build-profile.json5. It is recommended to configure it. Reference: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides/ide-hvigor-build-profile-app#section45865492619", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526113616041 - }, - "additional": { - "logType": "warn", - "children": [] - } - }, - { - "head": { - "id": "5b038d5b-a5fb-4bf9-8c0f-c542d18e8ebc", - "name": "Task 'entry:default@PreBuild' cost while wrapping incremental declarations: 1 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526114683375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "585a5bcb-3124-4307-ae39-a6d7ae827a41", - "name": "Failed :entry:default@PreBuild", - "description": "Pre-build in the stage model.", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526113414291, - "endTime": 340526168269625 - }, - "additional": { - "logType": "error", - "children": [], - "durationId": "feb5b101-30f2-4a5d-bd73-478b48446526" - } - }, - { - "head": { - "id": "b0299b76-2710-49d8-8035-51b0d9663af2", - "name": "hvigor build process will be closed with an error.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526168470750 - }, - "additional": { - "logType": "debug", - "children": [], - "durationId": "feb5b101-30f2-4a5d-bd73-478b48446526" - } - }, - { - "head": { - "id": "597f258f-0f64-4cbf-a672-3c5656b00c85", - "name": "\u001b[31m00303038 Configuration Error\nError Message: Schema validate failed, at file: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigor/hvigor-config.json5\n\n* Try the following:\n > Please check the following fields. \n {\n instancePath: '',\n keyword: 'required',\n params: { missingProperty: 'dependencies' },\n message: \"must have required property 'dependencies'\",\n location: '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigor/hvigor-config.json5:1:2'\n} \n\n\u001b[39m\n\n\u001b[31m* Try:\n> Run with --stacktrace option to get the stack trace.\n> Run with --debug option to get more log output.\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526168510125 - }, - "additional": { - "logType": "error", - "children": [], - "durationId": "feb5b101-30f2-4a5d-bd73-478b48446526" - } - }, - { - "head": { - "id": "8a3d1844-ea38-4ee7-987e-9a9fe2c9a488", - "name": "ERROR: stacktrace = AdaptorError: \u001b[31m00303038 Configuration Error\nError Message: Schema validate failed, at file: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigor/hvigor-config.json5\n\n* Try the following:\n > Please check the following fields. \n {\n instancePath: '',\n keyword: 'required',\n params: { missingProperty: 'dependencies' },\n message: \"must have required property 'dependencies'\",\n location: '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigor/hvigor-config.json5:1:2'\n} \n\n\u001b[39m\n at OhosLogger.printErrorExit (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/log/hvigor-log.js:1:5087)\n at ValidateUtil.doSchemaCheck (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/utils/validate/validate-util.js:1:8177)\n at ValidateUtil.submitSchemaCheckWork (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/utils/validate/validate-util.js:1:7013)\n at PreBuild.hvigorConfigValidate (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/tasks/pre-build.js:1:23759)\n at PreBuild.doValidateForDiffApiType (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/tasks/pre-build.js:1:9876)\n at PreBuild.doTaskAction (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/tasks/abstract/abstract-pre-build.js:1:7450)\n at PreBuild. (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/tasks/task/ohos-module-task.js:1:2074)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async PreBuild.execute (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/external/task/core-task-impl.js:1:2191)\n at async TaskProxy.execute (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/internal/task/proxy/task-proxy.js:1:6139)", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526168751833 - }, - "additional": { - "logType": "debug", - "children": [], - "durationId": "feb5b101-30f2-4a5d-bd73-478b48446526" - } - }, - { - "head": { - "id": "ea859fe7-5621-4191-a9bf-5d3225cb02b2", - "name": "\"buildFinished\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526169072833, - "endTime": 340526169209583 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "530228a9-719b-40fe-a067-284b813e4955", - "logId": "7f94309c-f41e-42b4-9ff2-0a948df6e3ed" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "7f94309c-f41e-42b4-9ff2-0a948df6e3ed", - "name": "\"buildFinished\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526169072833, - "endTime": 340526169209583 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "ea859fe7-5621-4191-a9bf-5d3225cb02b2" - } - }, - { - "head": { - "id": "51066e8a-3358-4a8e-8e99-54f301ac1e33", - "name": "assembleHap", - "description": "", - "type": "mark" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340525347665500, - "endTime": 340526169469541 - }, - "additional": { - "time": { - "year": 2026, - "month": 4, - "day": 28, - "hour": 19, - "minute": 2, - "second": 33 - }, - "completeCommand": "{\"prop\":[],\"_\":[\"assembleHap\"]};assembleHap", - "hvigorVersion": "6.22.4", - "markType": "history", - "nodeVersion": "v18.20.1", - "category": "build", - "state": "failed" - } - }, - { - "head": { - "id": "18d4c01c-7f4b-4dfb-be95-486c2811ec56", - "name": "BUILD FAILED in 822 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526169488625 - }, - "additional": { - "logType": "error", - "children": [] - } - }, - { - "head": { - "id": "10323eeb-f958-4c9a-b976-e177135fc593", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526169688500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "ea0c6733-3385-405a-a24e-cd2e18c95b1b", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526169896916 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "8d4fbd48-d0bc-4616-b62a-5716d0007438", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526169937416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "ba346a66-593c-4e92-826a-99191cf3fed3", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build-profile.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526170073958 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "7c2170c2-7b5c-42bb-acb4-4865fd263394", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/profile/main_pages.json cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526170103166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "a140d1d5-28de-4b6d-847a-e828802140d5", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigor/hvigor-config.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526170136708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "6c09264a-f4e6-439f-9e04-1a22ce64d31f", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/oh-package.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526170160625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "8f1e5af0-d725-409e-a71d-bc8702341db3", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526170187500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "a6d49250-b394-45a3-a57a-0568b6012b13", - "name": "Incremental task entry:default@PreBuild post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 14080, - "tid": "Main Thread", - "startTime": 340526170269750 - }, - "additional": { - "logType": "debug", - "children": [] - } - } - ] -} \ No newline at end of file diff --git a/.hvigor/report/report-202604281903299320.json b/.hvigor/report/report-202604281903299320.json deleted file mode 100644 index 2dd3bfc..0000000 --- a/.hvigor/report/report-202604281903299320.json +++ /dev/null @@ -1,4621 +0,0 @@ -{ - "version": "2.0", - "ppid": 15768, - "events": [ - { - "head": { - "id": "e80c061a-b1bb-40fc-bb76-a0688e27a005", - "name": "env: nodejsVersion=v18.20.1", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340582905167500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b81ca6bd-db7d-47d2-97a4-a8425a0995d7", - "name": "env: hvigor-config.json5 content = {\n modelVersion: '5.0.0',\n dependencies: {},\n execution: {\n daemon: false,\n incremental: true,\n parallel: true,\n typeCheck: false\n },\n logging: { level: 'info' },\n debugging: { stacktrace: false },\n nodeOptions: { maxOldSpaceSize: 4096 }\n}", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340582905829333 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "809b769f-2c95-427a-926e-f4485d458a4f", - "name": "env: daemon=false", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340582906981583 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "3dcef6d6-7c97-40b8-8569-1e89294189ea", - "name": "no-daemon, use the parent process.execArgv --max-old-space-size=4096,--max-semi-space-size=16,--expose-gc", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340582907027500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "8ed1c2dd-2c03-4327-8eb7-460fa0a26122", - "name": "init", - "description": "Initialize and build task graph.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583031056416, - "endTime": 340583777214000 - }, - "additional": { - "children": [ - "6b948836-68a3-4e90-98d4-982359347bc7", - "10fb9b06-f2d6-4a4e-9555-52f0c8f17d3a", - "ab8e07bb-71f7-4db2-82cd-1804be1fa0c8", - "2677a00b-c7a8-431b-8577-6a63a790f4ba", - "6d471c9f-5d7c-4664-83ca-a19e30ce34bb", - "a87afb58-656e-4d64-ae5c-4b0e4361b497", - "c57f2e5d-a312-4642-b5f2-e69ec785538e" - ], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "Init", - "taskRunReasons": [], - "logId": "ca0dfd5e-3ab1-436a-9f51-8949a62d6c89" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "6b948836-68a3-4e90-98d4-982359347bc7", - "name": "create hvigor project model", - "description": "Initialize hvigor project model.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583031059541, - "endTime": 340583035084333 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "8ed1c2dd-2c03-4327-8eb7-460fa0a26122", - "logId": "c0649034-3972-4118-bf88-e5bd5e54dc93" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "10fb9b06-f2d6-4a4e-9555-52f0c8f17d3a", - "name": "configure hvigor plugin", - "description": "Configure hvigor plugin.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583035092875, - "endTime": 340583776312041 - }, - "additional": { - "children": [ - "dc30a3f5-c859-412d-b9ae-bc9f4a4ce5a2", - "f8d0e4bc-84c3-46e2-8be9-63ad209dfa96", - "a0289215-6c75-4e84-afac-f0500a825db1", - "16b5db8b-c59a-4347-a097-3c677e93c95e", - "781ebc8e-2e65-4eb5-9d8d-05d21ed6c66b", - "738f0a8f-a36b-498b-9536-be40740e7927", - "59b6f2c0-cbb9-4c36-ab53-b24050b01ad7", - "549a9ad6-fcbf-4050-ba52-d67e263100f6", - "cd908217-6f0a-4c2d-a1e5-c5e6b08c49ba" - ], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "8ed1c2dd-2c03-4327-8eb7-460fa0a26122", - "logId": "ed536b9c-9a44-4a9b-9a5b-d7486b3e7824" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "ab8e07bb-71f7-4db2-82cd-1804be1fa0c8", - "name": "build task graph", - "description": "Build task graph.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583776324875, - "endTime": 340583777206041 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "8ed1c2dd-2c03-4327-8eb7-460fa0a26122", - "logId": "211734b2-d702-4b4a-bef3-e257aff33bec" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "2677a00b-c7a8-431b-8577-6a63a790f4ba", - "name": "init task execution option", - "description": "Init task execution option.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583777208166, - "endTime": 340583777211125 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "8ed1c2dd-2c03-4327-8eb7-460fa0a26122", - "logId": "6d00fb79-9ab7-4d72-b0f9-ebba51c6b121" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "6d471c9f-5d7c-4664-83ca-a19e30ce34bb", - "name": "\"configEvaluated\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583032325250, - "endTime": 340583032406166 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "8ed1c2dd-2c03-4327-8eb7-460fa0a26122", - "logId": "2ab8d456-ef48-45d0-913a-822aff9b584b" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "2ab8d456-ef48-45d0-913a-822aff9b584b", - "name": "\"configEvaluated\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583032325250, - "endTime": 340583032406166 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "6d471c9f-5d7c-4664-83ca-a19e30ce34bb", - "parent": "ca0dfd5e-3ab1-436a-9f51-8949a62d6c89" - } - }, - { - "head": { - "id": "a87afb58-656e-4d64-ae5c-4b0e4361b497", - "name": "\"nodesInitialized\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583032915583, - "endTime": 340583032927166 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "8ed1c2dd-2c03-4327-8eb7-460fa0a26122", - "logId": "dee904d3-a221-40ff-9dbb-f25fcd0ad647" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "dee904d3-a221-40ff-9dbb-f25fcd0ad647", - "name": "\"nodesInitialized\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583032915583, - "endTime": 340583032927166 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "a87afb58-656e-4d64-ae5c-4b0e4361b497", - "parent": "ca0dfd5e-3ab1-436a-9f51-8949a62d6c89" - } - }, - { - "head": { - "id": "9403c607-d71f-4f6d-9713-ee92f38247de", - "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: false,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' },\n optimizationStrategy: 'memory',\n hotCompile: undefined,\n hotReloadBuild: undefined,\n customizedParam: undefined\n}", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583033052250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "07a34b7c-e8fc-4aa5-8e47-d9e1b3e81e09", - "name": "Cache service initialization finished in 2 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583035054083 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "c0649034-3972-4118-bf88-e5bd5e54dc93", - "name": "create hvigor project model", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583031059541, - "endTime": 340583035084333 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "6b948836-68a3-4e90-98d4-982359347bc7", - "parent": "ca0dfd5e-3ab1-436a-9f51-8949a62d6c89" - } - }, - { - "head": { - "id": "dc30a3f5-c859-412d-b9ae-bc9f4a4ce5a2", - "name": "init configuration", - "description": "Initialize configuration.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583035218333, - "endTime": 340583035224750 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "10fb9b06-f2d6-4a4e-9555-52f0c8f17d3a", - "logId": "95bf06bb-1d3d-4f02-81aa-e756ab427664" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "f8d0e4bc-84c3-46e2-8be9-63ad209dfa96", - "name": "configure project task", - "description": "Configure project task.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583035236750, - "endTime": 340583035420916 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "10fb9b06-f2d6-4a4e-9555-52f0c8f17d3a", - "logId": "8a195a34-9f40-45c3-801d-3e41760d28e0" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "a0289215-6c75-4e84-afac-f0500a825db1", - "name": "eval project", - "description": "Evaluate project.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583035454125, - "endTime": 340583737925083 - }, - "additional": { - "children": [ - "f146eeeb-6c4c-4f9a-a2a7-11d887e023ae", - "408038a2-30c6-41cb-b398-fe13e6ae51f3", - "c639daee-1c0d-4794-a2b9-b96ccfe67831" - ], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "10fb9b06-f2d6-4a4e-9555-52f0c8f17d3a", - "logId": "749047fe-dc20-4132-8d0e-553f939ded6d" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "16b5db8b-c59a-4347-a097-3c677e93c95e", - "name": "eval modules", - "description": "Evaluate modules.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583738042375, - "endTime": 340583769316208 - }, - "additional": { - "children": [ - "62038ca0-ec40-40dd-a027-ec5f087b200f", - "6a6474fe-4dd3-41b9-bc00-34127cf85f17" - ], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "10fb9b06-f2d6-4a4e-9555-52f0c8f17d3a", - "logId": "ad2811f7-7092-4932-8c2c-df14a9f148e2" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "781ebc8e-2e65-4eb5-9d8d-05d21ed6c66b", - "name": "add config dependencies", - "description": "Add configuration dependencies.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583769331750, - "endTime": 340583769332166 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "10fb9b06-f2d6-4a4e-9555-52f0c8f17d3a", - "logId": "51b4e14a-1717-4037-8e6d-92edf8b81f6a" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "738f0a8f-a36b-498b-9536-be40740e7927", - "name": "ohpm install", - "description": "Ohpm install event.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583769450375, - "endTime": 340583771763333 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "10fb9b06-f2d6-4a4e-9555-52f0c8f17d3a", - "logId": "0ed2b064-34fd-4a1d-b177-16026bcefd24" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "59b6f2c0-cbb9-4c36-ab53-b24050b01ad7", - "name": "eval hook", - "description": "EvaluateEvent hook.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583771767125, - "endTime": 340583776273375 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "10fb9b06-f2d6-4a4e-9555-52f0c8f17d3a", - "logId": "ff9b8494-ce0a-4d8d-ab38-3b5fde07e4a4" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "549a9ad6-fcbf-4050-ba52-d67e263100f6", - "name": "fin configuration", - "description": "Finish configuration.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583776281041, - "endTime": 340583776308333 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "10fb9b06-f2d6-4a4e-9555-52f0c8f17d3a", - "logId": "3c2ad71f-6517-4146-8116-9fa34959613f" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "95bf06bb-1d3d-4f02-81aa-e756ab427664", - "name": "init configuration", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583035218333, - "endTime": 340583035224750 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "dc30a3f5-c859-412d-b9ae-bc9f4a4ce5a2", - "parent": "ed536b9c-9a44-4a9b-9a5b-d7486b3e7824" - } - }, - { - "head": { - "id": "8a195a34-9f40-45c3-801d-3e41760d28e0", - "name": "configure project task", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583035236750, - "endTime": 340583035420916 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "f8d0e4bc-84c3-46e2-8be9-63ad209dfa96", - "parent": "ed536b9c-9a44-4a9b-9a5b-d7486b3e7824" - } - }, - { - "head": { - "id": "f146eeeb-6c4c-4f9a-a2a7-11d887e023ae", - "name": "\"beforeNodeEvaluate\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583035512875, - "endTime": 340583035522500 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "a0289215-6c75-4e84-afac-f0500a825db1", - "logId": "ce63e3b8-be41-4588-954f-bde24035beef" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "ce63e3b8-be41-4588-954f-bde24035beef", - "name": "\"beforeNodeEvaluate\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583035512875, - "endTime": 340583035522500 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "f146eeeb-6c4c-4f9a-a2a7-11d887e023ae", - "parent": "749047fe-dc20-4132-8d0e-553f939ded6d" - } - }, - { - "head": { - "id": "408038a2-30c6-41cb-b398-fe13e6ae51f3", - "name": "eval hvigorfile", - "description": "Evaluate hvigorfile.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583035615500, - "endTime": 340583737864416 - }, - "additional": { - "children": [ - "6435f5d5-63a9-4dce-9f88-eb975974adb0", - "3da32667-9efb-49f9-b601-6fb17f76467f" - ], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "a0289215-6c75-4e84-afac-f0500a825db1", - "logId": "9ccba4af-c269-497f-8c3b-d53655ed7c9d" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "6435f5d5-63a9-4dce-9f88-eb975974adb0", - "name": "require hvigorfile", - "description": "Require hvigorfile.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583035615958, - "endTime": 340583632811375 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "408038a2-30c6-41cb-b398-fe13e6ae51f3", - "logId": "8b852ae7-9818-4a0f-99b7-74f6841fc2c5" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "3da32667-9efb-49f9-b601-6fb17f76467f", - "name": "bind plugins", - "description": "Bind plugins.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583632824291, - "endTime": 340583737857750 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "408038a2-30c6-41cb-b398-fe13e6ae51f3", - "logId": "0819c9f0-50bd-466f-887a-60a76b0d42c8" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "6ee42daa-6124-4e57-9a75-5a60c3c8f7ea", - "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583035617333 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "3ed5f67c-7317-448a-aa76-c065fdc1c142", - "name": "hvigorfile, require result: { default: { system: [Function: appTasks], plugins: [] } }", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583632675416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "8b852ae7-9818-4a0f-99b7-74f6841fc2c5", - "name": "require hvigorfile", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583035615958, - "endTime": 340583632811375 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "6435f5d5-63a9-4dce-9f88-eb975974adb0", - "parent": "9ccba4af-c269-497f-8c3b-d53655ed7c9d" - } - }, - { - "head": { - "id": "8e44baba-6136-4dd6-94cc-8af11aab32e6", - "name": "hvigorfile, binding system plugins [Function: appTasks]", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583632867750 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "36a076e6-dd25-4fa5-a1e2-358aba89244d", - "name": "Starting plugin build process", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583633338833 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "03d9921a-67c6-4df0-bdf6-fb591ea2138e", - "name": "App plugin prepare start...", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583633375125 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e050214e-22d0-42e5-b169-8427181eef7c", - "name": "App plugin prepare end...", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583633406208 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "711fe80c-b949-4761-a0ef-3b4ee0a39747", - "name": "App plugin creating...", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583633419750 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "62c8c6cd-41b3-4dc5-9f72-8eb00545ef10", - "name": "App plugin register hook start...", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583713053666 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "785608cf-2181-473c-b25c-45b9f539fc73", - "name": "App plugin register hook end...", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583713304916 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "75c27fc9-0557-4752-a15b-17a70dfcb866", - "name": "Plugin build process completed", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583713323791 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0e211350-825a-4b9a-bb0b-3d2567e8a44f", - "name": "Start initialize project's product build option map with build mode debug.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583713957958 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "27d96c85-48ad-489d-b3f4-e96e074995d9", - "name": "Picking option from product 'default' with build mode 'debug'.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583714076125 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "dd5fa0f8-96de-40b5-a547-3c0c92954e5d", - "name": "Product 'default' build option initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583714245125 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "f5c2eff4-3d71-4698-bfda-0a5876137094", - "name": "End initialize project's product build option map with build mode 'debug'.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583714263708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e8a8ed36-44ee-435e-bdab-d72cf71caf24", - "name": "Obtain build option for product 'default'in this build.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583715114750 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "6875c586-01c6-4c7c-a85a-e9fe689d97a7", - "name": "No signingConfig found, initRemoteHspCache failed.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583715794625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "4c2c478e-6826-4a0e-b085-c1a32b0db426", - "name": "harmonyOS sdk scan", - "description": "HarmonyOS sdk scan", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583716449791, - "endTime": 340583717418708 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "Other", - "taskRunReasons": [] - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "b15c19cd-1551-4b36-b9d2-e1129041cb28", - "name": "Local scan or download HarmonyOS sdk components toolchains,ets,js,native,previewer", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583716455916 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "08ec19d0-feec-409e-aacd-304bdff5c465", - "name": "hmscore sdk scan", - "description": "Hmscore sdk scan", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583717483916, - "endTime": 340583717668708 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "Other", - "taskRunReasons": [] - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "7ff982a8-29fe-4246-bf6c-c4abd80f669d", - "name": "Local scan or download hmscore sdk components toolchains,ets,native", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583717488625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "ad11c642-d05d-4a81-8523-0ee09fa30b87", - "name": "Start recording SDK configuration permission data.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583718331791 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "450e2ae5-fe11-4fc0-9054-f9c9a5e2f2ca", - "name": "Sdk init in 19 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583735082000 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "4155ff8d-15a4-4341-9d36-e0f72573e430", - "name": "sdkVersion", - "description": "6.0.2.130", - "type": "mark" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583735188166 - }, - "additional": { - "time": { - "year": 2026, - "month": 4, - "day": 28, - "hour": 19, - "minute": 3, - "second": 30 - }, - "markType": "other" - } - }, - { - "head": { - "id": "0d335b15-a163-4f15-8d61-2dfebb870080", - "name": "caseSensitiveCheckOn", - "description": "caseSensitiveCheck check is on", - "type": "mark" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583735223041 - }, - "additional": { - "time": { - "year": 2026, - "month": 4, - "day": 28, - "hour": 19, - "minute": 3, - "second": 30 - }, - "markType": "other" - } - }, - { - "head": { - "id": "d689edbe-15b9-4c49-a631-0055afd33828", - "name": "Project task initialization takes 2 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583737770625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "1dcea0bd-0771-49ec-b3c7-020a42b1579c", - "name": "hvigorfile, binding custom plugins []", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583737831208 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "5ce3051b-e708-4e3d-b4b7-b0834af8dd32", - "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583737843541 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "a4bd2c22-e7ff-4ab8-86db-8a900fe6a9a2", - "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583737851333 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0819c9f0-50bd-466f-887a-60a76b0d42c8", - "name": "bind plugins", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583632824291, - "endTime": 340583737857750 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "3da32667-9efb-49f9-b601-6fb17f76467f", - "parent": "9ccba4af-c269-497f-8c3b-d53655ed7c9d" - } - }, - { - "head": { - "id": "9ccba4af-c269-497f-8c3b-d53655ed7c9d", - "name": "eval hvigorfile", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583035615500, - "endTime": 340583737864416 - }, - "additional": { - "logType": "info", - "children": [ - "8b852ae7-9818-4a0f-99b7-74f6841fc2c5", - "0819c9f0-50bd-466f-887a-60a76b0d42c8" - ], - "durationId": "408038a2-30c6-41cb-b398-fe13e6ae51f3", - "parent": "749047fe-dc20-4132-8d0e-553f939ded6d" - } - }, - { - "head": { - "id": "c639daee-1c0d-4794-a2b9-b96ccfe67831", - "name": "\"afterNodeEvaluate\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583737906291, - "endTime": 340583737918208 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "a0289215-6c75-4e84-afac-f0500a825db1", - "logId": "5510ff87-17fa-48c6-a3df-d05e75dd0e3d" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "5510ff87-17fa-48c6-a3df-d05e75dd0e3d", - "name": "\"afterNodeEvaluate\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583737906291, - "endTime": 340583737918208 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "c639daee-1c0d-4794-a2b9-b96ccfe67831", - "parent": "749047fe-dc20-4132-8d0e-553f939ded6d" - } - }, - { - "head": { - "id": "749047fe-dc20-4132-8d0e-553f939ded6d", - "name": "eval project", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583035454125, - "endTime": 340583737925083 - }, - "additional": { - "logType": "info", - "children": [ - "ce63e3b8-be41-4588-954f-bde24035beef", - "9ccba4af-c269-497f-8c3b-d53655ed7c9d", - "5510ff87-17fa-48c6-a3df-d05e75dd0e3d" - ], - "durationId": "a0289215-6c75-4e84-afac-f0500a825db1", - "parent": "ed536b9c-9a44-4a9b-9a5b-d7486b3e7824" - } - }, - { - "head": { - "id": "62038ca0-ec40-40dd-a027-ec5f087b200f", - "name": "eval submodule", - "description": "Evaluate submodule.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583738046625, - "endTime": 340583764106208 - }, - "additional": { - "children": [ - "29ccd8b3-568f-4f09-b45f-6f1fb1d7f5c7", - "8ab08112-6ed3-4a89-9f5a-94bc88b9328e", - "198cbdb6-804e-4772-b0f8-6829d9e9349b" - ], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "16b5db8b-c59a-4347-a097-3c677e93c95e", - "logId": "28b47f09-b763-424a-abbb-53bc4972f90c" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "29ccd8b3-568f-4f09-b45f-6f1fb1d7f5c7", - "name": "\"beforeNodeEvaluate\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583738084875, - "endTime": 340583738089458 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "62038ca0-ec40-40dd-a027-ec5f087b200f", - "logId": "0871a0ec-7f8c-41db-8bed-d5256e486056" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "0871a0ec-7f8c-41db-8bed-d5256e486056", - "name": "\"beforeNodeEvaluate\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583738084875, - "endTime": 340583738089458 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "29ccd8b3-568f-4f09-b45f-6f1fb1d7f5c7", - "parent": "28b47f09-b763-424a-abbb-53bc4972f90c" - } - }, - { - "head": { - "id": "8ab08112-6ed3-4a89-9f5a-94bc88b9328e", - "name": "eval hvigorfile", - "description": "Evaluate hvigorfile.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583738105333, - "endTime": 340583763840541 - }, - "additional": { - "children": [ - "116126e0-1fd6-4b97-945f-5ca037341f79", - "931be1a5-cfa7-44b6-8ba1-d87f11873450" - ], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "62038ca0-ec40-40dd-a027-ec5f087b200f", - "logId": "31ead666-4b72-46e8-ab64-4c3c593891d3" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "116126e0-1fd6-4b97-945f-5ca037341f79", - "name": "require hvigorfile", - "description": "Require hvigorfile.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583738105458, - "endTime": 340583741186166 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "8ab08112-6ed3-4a89-9f5a-94bc88b9328e", - "logId": "53d082e6-334a-4521-8046-b4125fe80c53" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "931be1a5-cfa7-44b6-8ba1-d87f11873450", - "name": "bind plugins", - "description": "Bind plugins.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583741190458, - "endTime": 340583763836125 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "8ab08112-6ed3-4a89-9f5a-94bc88b9328e", - "logId": "04edcdd9-4241-41e0-9cd9-eda2a1210a55" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "3b5b901f-9b9f-403e-8220-7f75cc7d83b6", - "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583738106250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "ba04ae49-22d0-45f9-a55f-6bc08aca628a", - "name": "hvigorfile, require result: { default: { system: [Function: harTasks], plugins: [] } }", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583741164500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "53d082e6-334a-4521-8046-b4125fe80c53", - "name": "require hvigorfile", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583738105458, - "endTime": 340583741186166 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "116126e0-1fd6-4b97-945f-5ca037341f79", - "parent": "31ead666-4b72-46e8-ab64-4c3c593891d3" - } - }, - { - "head": { - "id": "2c5639b2-c175-42e0-b8e3-0a5086e2a217", - "name": "hvigorfile, binding system plugins [Function: harTasks]", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583741194000 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "bd5777bc-f1d4-4330-bfe1-18fd1c453acc", - "name": "Starting plugin build process", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583741230000 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "d3577069-e21e-41bd-b8c3-e54abf3dbd2a", - "name": "Har plugin creating...", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583741247500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "14bdf24f-d2a1-41e0-a7bb-2d7dbc04ed83", - "name": "failed to load cangjie to dynamically generate schemas: Error: Cannot find module '@ohos/cangjie-build-support/index'\nRequire stack:\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/hooks/cangjie-register.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/strategy/stage-init-strategy.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/abstract-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/app-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/index.js\n- /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/internal/lifecycle/configuration.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/boot/index.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/cli/main/cli.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/bin/hvigor.js", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583741534916 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "9519737d-d84b-4f61-82f2-79603de8121a", - "name": "Start initialize module-target build option map, moduleName=xuqm-sdk, buildMode=debug", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583760885333 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "9d8fb3f3-a98c-4a8b-b99c-5f4ddbccca31", - "name": "Target 'default' config initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583760989458 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e72a65d1-d8b3-4338-924c-3816f9e7fc6a", - "name": "Module 'xuqm-sdk' target 'default' build option initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583761209416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "dfbadda7-3978-4039-a6a0-1ef93f5034d1", - "name": "End initialize module-target build option map, moduleName=xuqm-sdk", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583761220291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "7125c8e9-de61-485f-940a-c7b0c9c1ac00", - "name": "Start initialize module-target build option map, moduleName=xuqm-sdk, buildMode=release", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583761240208 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "c12de63c-a961-46f2-8f76-9acf1f00eeab", - "name": "Target 'default' config initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583761253333 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "66062ea2-c24e-4a80-a386-d1d998db0df2", - "name": "Module 'xuqm-sdk' target 'default' build option initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583761408250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "80091791-9345-4a47-8660-2620003f4557", - "name": "End initialize module-target build option map, moduleName=xuqm-sdk", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583761419875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "9f8f5e83-7aaf-4489-ad42-2c3571332f06", - "name": "Start initialize module-target build option map, moduleName=xuqm-sdk, buildMode=debug", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583761504875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "86a5b7fb-a07d-400a-8078-5fc841ebda0c", - "name": "Target 'default' config initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583761523833 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "cfedfbc4-e434-4b5c-a916-61cee8756ae2", - "name": "Module 'xuqm-sdk' target 'default' build option initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583761621250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "3a8d244d-707c-4986-955b-ccf119a19705", - "name": "End initialize module-target build option map, moduleName=xuqm-sdk", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583761630541 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "471e3b5c-b93d-43be-a114-3bb59d57e28e", - "name": "Obtain build option for module 'xuqm-sdk' target 'default'in this build.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583761700875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "7b746022-392b-4a9e-b63c-794e403fd202", - "name": "Module xuqm-sdk task initialization takes 2 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583763734958 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e0de2634-155e-4b0f-b488-b438cde11616", - "name": "Har plugin register hook start...", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583763766666 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "f191364e-be24-4a89-9e7b-f07df8758f54", - "name": "Har plugin register hook end...", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583763783583 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "9f14f59b-dfd7-4c5b-888a-239d707c6a9f", - "name": "Plugin build process completed", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583763790250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "f0c9c113-9ff0-48d6-bc67-b58a1fab08b1", - "name": "hvigorfile, binding custom plugins []", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583763815208 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "5f5ed769-7f25-4a2e-9091-4e91ccca71b7", - "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583763824541 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e16cc44b-d372-4591-8e79-617820e53f5c", - "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583763830625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "04edcdd9-4241-41e0-9cd9-eda2a1210a55", - "name": "bind plugins", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583741190458, - "endTime": 340583763836125 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "931be1a5-cfa7-44b6-8ba1-d87f11873450", - "parent": "31ead666-4b72-46e8-ab64-4c3c593891d3" - } - }, - { - "head": { - "id": "31ead666-4b72-46e8-ab64-4c3c593891d3", - "name": "eval hvigorfile", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583738105333, - "endTime": 340583763840541 - }, - "additional": { - "logType": "info", - "children": [ - "53d082e6-334a-4521-8046-b4125fe80c53", - "04edcdd9-4241-41e0-9cd9-eda2a1210a55" - ], - "durationId": "8ab08112-6ed3-4a89-9f5a-94bc88b9328e", - "parent": "28b47f09-b763-424a-abbb-53bc4972f90c" - } - }, - { - "head": { - "id": "198cbdb6-804e-4772-b0f8-6829d9e9349b", - "name": "\"afterNodeEvaluate\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583764098791, - "endTime": 340583764102250 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "62038ca0-ec40-40dd-a027-ec5f087b200f", - "logId": "0cbdc201-be53-4c89-b03d-8e4578f43633" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "0cbdc201-be53-4c89-b03d-8e4578f43633", - "name": "\"afterNodeEvaluate\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583764098791, - "endTime": 340583764102250 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "198cbdb6-804e-4772-b0f8-6829d9e9349b", - "parent": "28b47f09-b763-424a-abbb-53bc4972f90c" - } - }, - { - "head": { - "id": "28b47f09-b763-424a-abbb-53bc4972f90c", - "name": "eval submodule", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583738046625, - "endTime": 340583764106208 - }, - "additional": { - "logType": "info", - "children": [ - "0871a0ec-7f8c-41db-8bed-d5256e486056", - "31ead666-4b72-46e8-ab64-4c3c593891d3", - "0cbdc201-be53-4c89-b03d-8e4578f43633" - ], - "durationId": "62038ca0-ec40-40dd-a027-ec5f087b200f", - "parent": "ad2811f7-7092-4932-8c2c-df14a9f148e2" - } - }, - { - "head": { - "id": "6a6474fe-4dd3-41b9-bc00-34127cf85f17", - "name": "eval submodule", - "description": "Evaluate submodule.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583764116791, - "endTime": 340583769312125 - }, - "additional": { - "children": [ - "e438ac4b-8379-446c-9e3b-11797c5eed82", - "37538f35-6599-431e-b733-2406690bbb4b", - "5b29a1ea-0295-49a6-8ef1-5f21e922a9d6" - ], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "16b5db8b-c59a-4347-a097-3c677e93c95e", - "logId": "decb7857-6263-4960-9bd7-3cd2ea748428" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "e438ac4b-8379-446c-9e3b-11797c5eed82", - "name": "\"beforeNodeEvaluate\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583764147541, - "endTime": 340583764149708 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "6a6474fe-4dd3-41b9-bc00-34127cf85f17", - "logId": "30e9d639-2355-4c30-b773-814efa70591c" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "30e9d639-2355-4c30-b773-814efa70591c", - "name": "\"beforeNodeEvaluate\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583764147541, - "endTime": 340583764149708 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "e438ac4b-8379-446c-9e3b-11797c5eed82", - "parent": "decb7857-6263-4960-9bd7-3cd2ea748428" - } - }, - { - "head": { - "id": "37538f35-6599-431e-b733-2406690bbb4b", - "name": "eval hvigorfile", - "description": "Evaluate hvigorfile.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583764163583, - "endTime": 340583769286166 - }, - "additional": { - "children": [ - "8b1eb668-5b71-4875-8a91-16bda9371500", - "f1a64a00-0043-4f59-9322-706dfb54a7ad" - ], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "6a6474fe-4dd3-41b9-bc00-34127cf85f17", - "logId": "4844cced-9343-4585-ba22-b9b8187db8e2" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "8b1eb668-5b71-4875-8a91-16bda9371500", - "name": "require hvigorfile", - "description": "Require hvigorfile.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583764163708, - "endTime": 340583766897458 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "37538f35-6599-431e-b733-2406690bbb4b", - "logId": "02ca0e96-3827-4517-9ff7-bdba6e1cf81f" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "f1a64a00-0043-4f59-9322-706dfb54a7ad", - "name": "bind plugins", - "description": "Bind plugins.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583766901666, - "endTime": 340583769282833 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "37538f35-6599-431e-b733-2406690bbb4b", - "logId": "ef8f8102-8bcb-4b9f-ba3f-855497913fa1" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "49467a56-3f36-44fb-9757-c8dce70b3447", - "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583764164583 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "da67bcf9-32e3-435b-bafc-75c915a25ef9", - "name": "hvigorfile, require result: { default: { system: [Function: hapTasks], plugins: [] } }", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583766875625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "02ca0e96-3827-4517-9ff7-bdba6e1cf81f", - "name": "require hvigorfile", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583764163708, - "endTime": 340583766897458 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "8b1eb668-5b71-4875-8a91-16bda9371500", - "parent": "4844cced-9343-4585-ba22-b9b8187db8e2" - } - }, - { - "head": { - "id": "32101030-a392-4276-afe9-d4a968f97017", - "name": "hvigorfile, binding system plugins [Function: hapTasks]", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583766905000 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0244d419-bfb3-42d0-b82c-0673ee2e7a23", - "name": "Starting plugin build process", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583766938291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "fa6dbc5f-89bd-417b-8854-89c17bd7c32f", - "name": "Hap plugin creating...", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583766952416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "9d84e0ea-37d9-45fb-9377-d116f866abee", - "name": "failed to load cangjie to dynamically generate schemas: Error: Cannot find module '@ohos/cangjie-build-support/index'\nRequire stack:\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/hooks/cangjie-register.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/strategy/stage-init-strategy.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/abstract-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/app-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/index.js\n- /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/internal/lifecycle/configuration.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/boot/index.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/cli/main/cli.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/bin/hvigor.js", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583767042375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "a0c087c9-a67e-44d0-a4f6-c002d69e348d", - "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583768493333 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "65d259c3-e149-4409-96bf-93836425f413", - "name": "Target 'default' config initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583768509166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "274bee73-62bf-4ce3-a71e-d7c3cb8ed173", - "name": "Module 'entry' target 'default' build option initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583768549083 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b2cddddc-f5b3-4fb2-b8d6-1f73e731e84b", - "name": "End initialize module-target build option map, moduleName=entry", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583768556291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "75ed4769-f4a9-4f57-a166-0eead7a733bd", - "name": "Start initialize module-target build option map, moduleName=entry, buildMode=release", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583768569916 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "4413a9eb-b7ad-46df-9901-bdbf709ed2ea", - "name": "Target 'default' config initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583768579083 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "f51a0398-db81-4ce5-83b2-05b71c918f37", - "name": "Module 'entry' target 'default' build option initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583768617375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b59c9ff1-cc5d-44c5-938b-b9940a9dee88", - "name": "End initialize module-target build option map, moduleName=entry", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583768624250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "a4e6e078-ad63-4d11-932d-37b4b774f577", - "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583768637875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "17a91b59-8457-4d1b-bcbc-6f782fe2fc03", - "name": "Target 'default' config initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583768647166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "ec8140bf-f420-4af5-979a-d465ee2099ac", - "name": "Module 'entry' target 'default' build option initialized", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583768680416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "f501757a-1781-43a5-9d8d-72a544871b91", - "name": "End initialize module-target build option map, moduleName=entry", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583768686500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "59b0add0-3b79-42c2-b143-68fd6be539e7", - "name": "Obtain build option for module 'entry' target 'default'in this build.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583768694875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "32ce1250-695e-4561-8a6a-f8bc34cf7d23", - "name": "Module entry task initialization takes 1 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583769201166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "2c3350e5-4580-4a18-a637-4fcdcf2f2475", - "name": "Hap plugin register hook start...", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583769234333 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "5626e70a-df80-46ab-947f-ec0e09292834", - "name": "Hap plugin register hook end...", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583769242500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "3f901009-c04f-4efd-80b0-cf1802d0e0aa", - "name": "Plugin build process completed", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583769248250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b1cd64e2-65b3-4a2c-a38a-a3213f8b5a8e", - "name": "hvigorfile, binding custom plugins []", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583769263875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "c73cef61-2c69-4149-8a69-8beda9c2d131", - "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583769272041 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "777679cc-02a8-4384-be13-d7a99f2dcb4c", - "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583769277708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "ef8f8102-8bcb-4b9f-ba3f-855497913fa1", - "name": "bind plugins", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583766901666, - "endTime": 340583769282833 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "f1a64a00-0043-4f59-9322-706dfb54a7ad", - "parent": "4844cced-9343-4585-ba22-b9b8187db8e2" - } - }, - { - "head": { - "id": "4844cced-9343-4585-ba22-b9b8187db8e2", - "name": "eval hvigorfile", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583764163583, - "endTime": 340583769286166 - }, - "additional": { - "logType": "info", - "children": [ - "02ca0e96-3827-4517-9ff7-bdba6e1cf81f", - "ef8f8102-8bcb-4b9f-ba3f-855497913fa1" - ], - "durationId": "37538f35-6599-431e-b733-2406690bbb4b", - "parent": "decb7857-6263-4960-9bd7-3cd2ea748428" - } - }, - { - "head": { - "id": "5b29a1ea-0295-49a6-8ef1-5f21e922a9d6", - "name": "\"afterNodeEvaluate\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583769306708, - "endTime": 340583769308916 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "6a6474fe-4dd3-41b9-bc00-34127cf85f17", - "logId": "bbce02d6-bd9a-43a6-8311-ed8d5a279909" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "bbce02d6-bd9a-43a6-8311-ed8d5a279909", - "name": "\"afterNodeEvaluate\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583769306708, - "endTime": 340583769308916 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "5b29a1ea-0295-49a6-8ef1-5f21e922a9d6", - "parent": "decb7857-6263-4960-9bd7-3cd2ea748428" - } - }, - { - "head": { - "id": "decb7857-6263-4960-9bd7-3cd2ea748428", - "name": "eval submodule", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583764116791, - "endTime": 340583769312125 - }, - "additional": { - "logType": "info", - "children": [ - "30e9d639-2355-4c30-b773-814efa70591c", - "4844cced-9343-4585-ba22-b9b8187db8e2", - "bbce02d6-bd9a-43a6-8311-ed8d5a279909" - ], - "durationId": "6a6474fe-4dd3-41b9-bc00-34127cf85f17", - "parent": "ad2811f7-7092-4932-8c2c-df14a9f148e2" - } - }, - { - "head": { - "id": "ad2811f7-7092-4932-8c2c-df14a9f148e2", - "name": "eval modules", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583738042375, - "endTime": 340583769316208 - }, - "additional": { - "logType": "info", - "children": [ - "28b47f09-b763-424a-abbb-53bc4972f90c", - "decb7857-6263-4960-9bd7-3cd2ea748428" - ], - "durationId": "16b5db8b-c59a-4347-a097-3c677e93c95e", - "parent": "ed536b9c-9a44-4a9b-9a5b-d7486b3e7824" - } - }, - { - "head": { - "id": "51b4e14a-1717-4037-8e6d-92edf8b81f6a", - "name": "add config dependencies", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583769331750, - "endTime": 340583769332166 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "781ebc8e-2e65-4eb5-9d8d-05d21ed6c66b", - "parent": "ed536b9c-9a44-4a9b-9a5b-d7486b3e7824" - } - }, - { - "head": { - "id": "cd908217-6f0a-4c2d-a1e5-c5e6b08c49ba", - "name": "\"nodesEvaluated\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583769338083, - "endTime": 340583769447666 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "10fb9b06-f2d6-4a4e-9555-52f0c8f17d3a", - "logId": "5354648e-d809-49b7-9183-ea4e1cb37ccc" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "a203c664-9caa-4c1d-96d6-6b2148ad8a1f", - "name": "project has submodules:xuqm-sdk,entry", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583769363250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "c525afee-6ed9-48bf-b7dd-356383486ed2", - "name": "module:xuqm-sdk no need to execute packageHap", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583769415083 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "5354648e-d809-49b7-9183-ea4e1cb37ccc", - "name": "\"nodesEvaluated\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583769338083, - "endTime": 340583769447666 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "cd908217-6f0a-4c2d-a1e5-c5e6b08c49ba", - "parent": "ed536b9c-9a44-4a9b-9a5b-d7486b3e7824" - } - }, - { - "head": { - "id": "4e308210-cb10-4237-9b74-37bc3b20375e", - "name": "start to load updatedOhPackageInfo to the disk", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583770065416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "f0b3f337-3a98-4aeb-bde4-5dadaf16cddb", - "name": "load to the disk finished", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583771577375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0ed2b064-34fd-4a1d-b177-16026bcefd24", - "name": "ohpm install", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583769450375, - "endTime": 340583771763333 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "738f0a8f-a36b-498b-9536-be40740e7927", - "parent": "ed536b9c-9a44-4a9b-9a5b-d7486b3e7824" - } - }, - { - "head": { - "id": "bf1d5708-a3f1-46d7-b79e-36018bfd1385", - "name": "Start to initialize dependency information.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583771802875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "bae66827-26e0-4d64-bc44-687e95b55b7f", - "name": "Module XuqmGroup-HarmonySDK Collected Dependency: ", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583772419916 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "fcaa5466-cf0b-411d-b5cf-783c96d53d96", - "name": "Module XuqmGroup-HarmonySDK's total dependency: 0", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583772429416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "da827d98-0548-4619-a46d-7039cf770795", - "name": "Start to initialize dependency information.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583772936625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "eae111a6-0b94-431d-b1aa-c598445c57a5", - "name": "Module xuqm-sdk Collected Dependency: ", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583773342208 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "a72a45c5-052e-4c54-b7e0-9e10fe0a851d", - "name": "Module xuqm-sdk's total dependency: 0", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583773353708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "fefdc356-0c92-41ea-af8c-3382d132e0c6", - "name": "Start to initialize dependency information.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583774767833 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "25f9d34a-25a1-4f2b-b521-8cf6d81b44ed", - "name": "Module entry Collected Dependency: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583775729708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "21963097-6883-48ae-8b1b-c615c4cb8e9d", - "name": "Module entry's total dependency: 1", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583775743083 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "ff9b8494-ce0a-4d8d-ab38-3b5fde07e4a4", - "name": "eval hook", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583771767125, - "endTime": 340583776273375 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "59b6f2c0-cbb9-4c36-ab53-b24050b01ad7", - "parent": "ed536b9c-9a44-4a9b-9a5b-d7486b3e7824" - } - }, - { - "head": { - "id": "4ea68586-37d3-45ad-a91c-ef912bce355a", - "name": "Configuration phase cost:742 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583776297666 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "3c2ad71f-6517-4146-8116-9fa34959613f", - "name": "fin configuration", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583776281041, - "endTime": 340583776308333 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "549a9ad6-fcbf-4050-ba52-d67e263100f6", - "parent": "ed536b9c-9a44-4a9b-9a5b-d7486b3e7824" - } - }, - { - "head": { - "id": "ed536b9c-9a44-4a9b-9a5b-d7486b3e7824", - "name": "configure hvigor plugin", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583035092875, - "endTime": 340583776312041 - }, - "additional": { - "logType": "info", - "children": [ - "95bf06bb-1d3d-4f02-81aa-e756ab427664", - "8a195a34-9f40-45c3-801d-3e41760d28e0", - "749047fe-dc20-4132-8d0e-553f939ded6d", - "ad2811f7-7092-4932-8c2c-df14a9f148e2", - "51b4e14a-1717-4037-8e6d-92edf8b81f6a", - "0ed2b064-34fd-4a1d-b177-16026bcefd24", - "ff9b8494-ce0a-4d8d-ab38-3b5fde07e4a4", - "3c2ad71f-6517-4146-8116-9fa34959613f", - "5354648e-d809-49b7-9183-ea4e1cb37ccc" - ], - "durationId": "10fb9b06-f2d6-4a4e-9555-52f0c8f17d3a", - "parent": "ca0dfd5e-3ab1-436a-9f51-8949a62d6c89" - } - }, - { - "head": { - "id": "c57f2e5d-a312-4642-b5f2-e69ec785538e", - "name": "\"taskGraphResolved\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583777187125, - "endTime": 340583777200875 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "8ed1c2dd-2c03-4327-8eb7-460fa0a26122", - "logId": "3a1b6c25-5382-40e8-b6bf-07cc2ae57ff9" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "3a1b6c25-5382-40e8-b6bf-07cc2ae57ff9", - "name": "\"taskGraphResolved\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583777187125, - "endTime": 340583777200875 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "c57f2e5d-a312-4642-b5f2-e69ec785538e", - "parent": "ca0dfd5e-3ab1-436a-9f51-8949a62d6c89" - } - }, - { - "head": { - "id": "211734b2-d702-4b4a-bef3-e257aff33bec", - "name": "build task graph", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583776324875, - "endTime": 340583777206041 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "ab8e07bb-71f7-4db2-82cd-1804be1fa0c8", - "parent": "ca0dfd5e-3ab1-436a-9f51-8949a62d6c89" - } - }, - { - "head": { - "id": "6d00fb79-9ab7-4d72-b0f9-ebba51c6b121", - "name": "init task execution option", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583777208166, - "endTime": 340583777211125 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "2677a00b-c7a8-431b-8577-6a63a790f4ba", - "parent": "ca0dfd5e-3ab1-436a-9f51-8949a62d6c89" - } - }, - { - "head": { - "id": "ca0dfd5e-3ab1-436a-9f51-8949a62d6c89", - "name": "init", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583031056416, - "endTime": 340583777214000 - }, - "additional": { - "logType": "info", - "children": [ - "c0649034-3972-4118-bf88-e5bd5e54dc93", - "ed536b9c-9a44-4a9b-9a5b-d7486b3e7824", - "211734b2-d702-4b4a-bef3-e257aff33bec", - "6d00fb79-9ab7-4d72-b0f9-ebba51c6b121", - "2ab8d456-ef48-45d0-913a-822aff9b584b", - "dee904d3-a221-40ff-9dbb-f25fcd0ad647", - "3a1b6c25-5382-40e8-b6bf-07cc2ae57ff9" - ], - "durationId": "8ed1c2dd-2c03-4327-8eb7-460fa0a26122" - } - }, - { - "head": { - "id": "89010eef-7243-4739-9ee4-71417bd98bb0", - "name": "Configuration task cost before running: 747 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583777568291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "786c58ac-1168-4f9d-b9ca-e9dcebffbcc2", - "name": "entry:default@PreBuild", - "description": "Pre-build in the stage model.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583779528791, - "endTime": 340583783349916 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "default", - "moduleName": "entry", - "category": "Verification", - "taskRunReasons": [], - "detailId": "2398d968-b4c4-4881-93f2-15a5b88bc5fe", - "logId": "4ea66a94-8013-4d78-acb0-9b98a0c7ecac" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "2398d968-b4c4-4881-93f2-15a5b88bc5fe", - "name": "create entry:default@PreBuild task", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583777816791 - }, - "additional": { - "logType": "detail", - "children": [], - "durationId": "786c58ac-1168-4f9d-b9ca-e9dcebffbcc2" - } - }, - { - "head": { - "id": "f52b3911-e0ae-49f7-aab1-90bd7bc50b8c", - "name": "Executing task :entry:default@PreBuild", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583779540541 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "d06bb055-c1e7-450e-81bf-da668330e4b0", - "name": "The project has not explicitly set the 'targetSdkVersion' version at build-profile.json5. It is recommended to configure it. Reference: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides/ide-hvigor-build-profile-app#section45865492619", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583779706541 - }, - "additional": { - "logType": "warn", - "children": [] - } - }, - { - "head": { - "id": "95163d45-5f35-4945-bf2f-07075f82d369", - "name": "Task 'entry:default@PreBuild' cost while wrapping incremental declarations: 1 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583780995791 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "218db2ab-6063-40b8-98e5-35319b6caa98", - "name": "Incremental task entry:default@PreBuild pre-execution cost: 2 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583783258416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "43379724-d115-49ff-8e43-be2132cbf8d3", - "name": "entry : default@PreBuild cost memory 0.3278961181640625", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583783304333 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "4ea66a94-8013-4d78-acb0-9b98a0c7ecac", - "name": "UP-TO-DATE :entry:default@PreBuild", - "description": "Pre-build in the stage model.", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583779528791, - "endTime": 340583783349916 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "786c58ac-1168-4f9d-b9ca-e9dcebffbcc2" - } - }, - { - "head": { - "id": "64f1e49c-9bae-4bcb-9407-5c281f5c9999", - "name": "xuqm-sdk:default@PreBuild", - "description": "Pre-build in the stage model.", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583784287458, - "endTime": 340583824497666 - }, - "additional": { - "children": [], - "state": "failed", - "targetName": "default", - "moduleName": "xuqm-sdk", - "category": "Verification", - "taskRunReasons": [], - "detailId": "ec2faa8b-ab83-4794-ad04-da1baee39d07", - "logId": "35e6f749-21bc-4827-8879-241575dbd140" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "ec2faa8b-ab83-4794-ad04-da1baee39d07", - "name": "create xuqm-sdk:default@PreBuild task", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583783812625 - }, - "additional": { - "logType": "detail", - "children": [], - "durationId": "64f1e49c-9bae-4bcb-9407-5c281f5c9999" - } - }, - { - "head": { - "id": "9f36f9c5-025e-4cce-8660-02c7de5ecb61", - "name": "Executing task :xuqm-sdk:default@PreBuild", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583784290875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "6a67b339-cbb8-493e-9097-7c4fa3c137a4", - "name": "Task 'xuqm-sdk:default@PreBuild' cost while wrapping incremental declarations: 1 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583784404500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "f47c5ac4-ef0a-4bbe-99d4-c97780a4b408", - "name": "The version number of the '@xuqm/harmony-sdk' module does not comply with the SemVer specification.\n This will affect the installation and publication by ohpm.\n Make sure the value of version in the oh-package.json5 file of the module complies with the SemVer specification.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583785048291 - }, - "additional": { - "logType": "warn", - "children": [] - } - }, - { - "head": { - "id": "35e6f749-21bc-4827-8879-241575dbd140", - "name": "Failed :xuqm-sdk:default@PreBuild", - "description": "Pre-build in the stage model.", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583784287458, - "endTime": 340583824497666 - }, - "additional": { - "logType": "error", - "children": [], - "durationId": "64f1e49c-9bae-4bcb-9407-5c281f5c9999" - } - }, - { - "head": { - "id": "1ab5b086-3cd1-4999-859e-9f6ccd89568b", - "name": "hvigor build process will be closed with an error.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583824664416 - }, - "additional": { - "logType": "debug", - "children": [], - "durationId": "64f1e49c-9bae-4bcb-9407-5c281f5c9999" - } - }, - { - "head": { - "id": "086b2c7b-74f9-4ddc-9d7b-daeedfdf9a58", - "name": "\u001b[31m00303038 Configuration Error\nError Message: Schema validate failed, at file: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5\n\n* Try the following:\n > Please check the following fields. \n {\n instancePath: 'module.name',\n keyword: 'pattern',\n params: { pattern: '^[a-zA-Z][0-9a-zA-Z_.]*$' },\n message: 'must match pattern \"^[a-zA-Z][0-9a-zA-Z_.]*$\"',\n location: '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5:3:23'\n} \n\n\u001b[39m\n\n\u001b[31m* Try:\n> Run with --stacktrace option to get the stack trace.\n> Run with --debug option to get more log output.\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583824710333 - }, - "additional": { - "logType": "error", - "children": [], - "durationId": "64f1e49c-9bae-4bcb-9407-5c281f5c9999" - } - }, - { - "head": { - "id": "53b21cbc-7910-415e-aece-cfec1f1c9770", - "name": "ERROR: stacktrace = AdaptorError: \u001b[31m00303038 Configuration Error\nError Message: Schema validate failed, at file: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5\n\n* Try the following:\n > Please check the following fields. \n {\n instancePath: 'module.name',\n keyword: 'pattern',\n params: { pattern: '^[a-zA-Z][0-9a-zA-Z_.]*$' },\n message: 'must match pattern \"^[a-zA-Z][0-9a-zA-Z_.]*$\"',\n location: '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5:3:23'\n} \n\n\u001b[39m\n at OhosLogger.printErrorExit (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/log/hvigor-log.js:1:5087)\n at ValidateUtil.doSchemaCheck (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/utils/validate/validate-util.js:1:8177)\n at ValidateUtil.submitSchemaCheckWork (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/utils/validate/validate-util.js:1:7013)\n at PreBuild.moduleJson5Validate (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/tasks/pre-build.js:1:15138)\n at PreBuild.doValidateForDiffApiType (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/tasks/pre-build.js:1:9597)\n at PreBuild.doTaskAction (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/tasks/abstract/abstract-pre-build.js:1:7450)\n at PreBuild. (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/tasks/task/ohos-module-task.js:1:2074)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async PreBuild.execute (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/external/task/core-task-impl.js:1:2191)\n at async TaskProxy.execute (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/internal/task/proxy/task-proxy.js:1:6139)", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583824966458 - }, - "additional": { - "logType": "debug", - "children": [], - "durationId": "64f1e49c-9bae-4bcb-9407-5c281f5c9999" - } - }, - { - "head": { - "id": "8b929da5-647b-4c51-a40f-ae347a761ebc", - "name": "\"buildFinished\" hook function", - "description": "", - "type": "duration" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583825317500, - "endTime": 340583825441250 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "2fb5aae1-fc0d-46f1-95e3-bc835cdd54b0", - "logId": "631541c8-b860-44c6-84bd-3fd6fec1a1d1" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "631541c8-b860-44c6-84bd-3fd6fec1a1d1", - "name": "\"buildFinished\" hook function", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583825317500, - "endTime": 340583825441250 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "8b929da5-647b-4c51-a40f-ae347a761ebc" - } - }, - { - "head": { - "id": "dfa9c8fe-2f27-4dbd-9980-fe1cf3dc3211", - "name": "assembleHap", - "description": "", - "type": "mark" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583030705041, - "endTime": 340583825644625 - }, - "additional": { - "time": { - "year": 2026, - "month": 4, - "day": 28, - "hour": 19, - "minute": 3, - "second": 30 - }, - "completeCommand": "{\"prop\":[],\"_\":[\"assembleHap\"]};assembleHap", - "hvigorVersion": "6.22.4", - "markType": "history", - "nodeVersion": "v18.20.1", - "category": "build", - "state": "failed" - } - }, - { - "head": { - "id": "e326939e-eaa1-4ce1-ab22-bd9154e592a9", - "name": "BUILD FAILED in 795 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583825660333 - }, - "additional": { - "logType": "error", - "children": [] - } - }, - { - "head": { - "id": "98d8b145-9f75-4c7f-8107-37ff17347b11", - "name": "There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583825753750 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "591c3916-f72d-4e7e-961a-022dbea35ee0", - "name": "Update task xuqm-sdk:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583825849583 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "495faa6a-bc09-4020-994f-1d9f4463e713", - "name": "Update task xuqm-sdk:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583825925000 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "9b20d39c-8ae6-419e-8a0d-2fa224173e46", - "name": "Update task xuqm-sdk:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583825955833 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "30bbf0bf-a633-43e5-adbc-7f7500fd1752", - "name": "Update task xuqm-sdk:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build-profile.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583826042708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "de4669d4-a0f0-481e-aa3a-53bcfa229ee6", - "name": "Update task xuqm-sdk:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigor/hvigor-config.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583826072541 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "9b5deacd-6c1f-438e-b6f1-6fa5ceab73c6", - "name": "Update task xuqm-sdk:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/oh-package.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583826094375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "3fe23117-51ef-4e3b-bac5-8ffd638012ae", - "name": "Update task xuqm-sdk:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583826161750 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "9ef0478c-4df6-4992-b360-d1b80f8f2a84", - "name": "Incremental task xuqm-sdk:default@PreBuild post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 15774, - "tid": "Main Thread", - "startTime": 340583826244541 - }, - "additional": { - "logType": "debug", - "children": [] - } - } - ] -} \ No newline at end of file diff --git a/.hvigor/report/report-202604281917275180.json b/.hvigor/report/report-202604282116266290.json similarity index 65% rename from .hvigor/report/report-202604281917275180.json rename to .hvigor/report/report-202604282116266290.json index 4910433..e7ae7b2 100644 --- a/.hvigor/report/report-202604281917275180.json +++ b/.hvigor/report/report-202604282116266290.json @@ -1,18 +1,18 @@ { "version": "2.0", - "ppid": 25727, + "ppid": 88581, "events": [ { "head": { - "id": "55223ccf-4710-42e0-adfd-9470e2ac82e6", + "id": "26414aab-25f7-44e0-a329-1e3c47ae0365", "name": "env: nodejsVersion=v18.20.1", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420468890000 + "startTime": 348559573570958 }, "additional": { "logType": "debug", @@ -21,15 +21,15 @@ }, { "head": { - "id": "fa70b6f1-7b0d-49c9-968e-4816dc1f0904", + "id": "6190efea-5449-4730-997f-13b59bf89c3a", "name": "env: hvigor-config.json5 content = {\n modelVersion: '5.0.0',\n dependencies: {},\n execution: {\n daemon: false,\n incremental: true,\n parallel: true,\n typeCheck: false\n },\n logging: { level: 'info' },\n debugging: { stacktrace: false },\n nodeOptions: { maxOldSpaceSize: 4096 }\n}", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420469549958 + "startTime": 348559574176041 }, "additional": { "logType": "debug", @@ -38,15 +38,15 @@ }, { "head": { - "id": "299ad826-16fd-4f55-9412-b1e34ce803af", + "id": "f45573a2-e645-42b2-b307-6df63d954b7e", "name": "env: daemon=false", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420470363666 + "startTime": 348559574887916 }, "additional": { "logType": "debug", @@ -55,15 +55,15 @@ }, { "head": { - "id": "943de643-e3ac-4290-85c8-574e194cc6e2", - "name": "no-daemon, use the parent process.execArgv --max-old-space-size=4096,--max-semi-space-size=16,--expose-gc,--enable-source-maps", + "id": "1eea0231-c272-4413-9fb1-2248893500b7", + "name": "no-daemon, use the parent process.execArgv --max-old-space-size=4096,--max-semi-space-size=16,--expose-gc", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420470398875 + "startTime": 348559574915416 }, "additional": { "logType": "debug", @@ -72,33 +72,33 @@ }, { "head": { - "id": "8bc17249-e01d-47d0-866d-24e1951b9011", + "id": "d8bf3d23-d12c-40e2-bef1-a4e538629043", "name": "init", "description": "Initialize and build task graph.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420622957333, - "endTime": 341421498062291 + "startTime": 348559727193291, + "endTime": 348560597130000 }, "additional": { "children": [ - "b554e32b-5225-4b78-8a85-2d3bf606e6d3", - "5d838991-5234-467e-a561-16dc8627024a", - "8942b25d-35f5-49ad-95ff-d33ba66fed5e", - "0fb533fe-aee4-4f0a-ab6f-754507cab08e", - "5ca77bd0-efa8-420c-b0b2-f6809be49c75", - "ca1db23b-4f45-4b1d-a369-c362a124d9d8", - "79fe9afd-5e92-4033-8bc1-94a1189790f7" + "e4152551-6c99-4dde-9bd7-65c907ed30dd", + "5dd0b1df-cd66-42be-9deb-e9651b2d0388", + "dc0716d8-deb4-4f3e-b84d-92880c9a40a5", + "f2684bdb-0529-4448-8812-738b2745636c", + "7c277302-feb3-4f7c-b063-f071a65d238b", + "41cb636d-61ba-4198-97b7-06c9b4e56690", + "f8014dfe-7ede-49b2-99fd-2a753df112a3" ], "state": "success", "targetName": "", "moduleName": "", "category": "Init", "taskRunReasons": [], - "logId": "d15945ac-1a62-41b3-ad04-d68edd8fbf33" + "logId": "e8d4bf36-1c4c-43c2-8d82-b93e8eb7e5b5" }, "log": { "_logger": { @@ -122,16 +122,16 @@ }, { "head": { - "id": "b554e32b-5225-4b78-8a85-2d3bf606e6d3", + "id": "e4152551-6c99-4dde-9bd7-65c907ed30dd", "name": "create hvigor project model", "description": "Initialize hvigor project model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420622961166, - "endTime": 341420628596958 + "startTime": 348559727196166, + "endTime": 348559731929000 }, "additional": { "children": [], @@ -140,8 +140,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "8bc17249-e01d-47d0-866d-24e1951b9011", - "logId": "668d1b2b-6bc5-4284-91ad-65c4a4a85525" + "parent": "d8bf3d23-d12c-40e2-bef1-a4e538629043", + "logId": "f10033bb-2302-46e6-9a23-9968e83cd1c5" }, "log": { "_logger": { @@ -165,36 +165,36 @@ }, { "head": { - "id": "5d838991-5234-467e-a561-16dc8627024a", + "id": "5dd0b1df-cd66-42be-9deb-e9651b2d0388", "name": "configure hvigor plugin", "description": "Configure hvigor plugin.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420628607583, - "endTime": 341421497130708 + "startTime": 348559731939291, + "endTime": 348560596243916 }, "additional": { "children": [ - "233c39fd-84d3-4a75-a9e2-24dfa87dc844", - "4c352186-d51a-4e79-bedb-26aacfcdfc43", - "77ac4dca-5f4a-4a92-84bc-483ae4dce71a", - "f454d3d7-419e-4269-9e65-b3464499a5f1", - "c1d0edd8-a505-45d5-bc71-d3fdca2fba97", - "a92fefd0-5439-409b-91b7-175f1dcf8580", - "96f5f84e-a47a-4262-b571-000ce60228bc", - "811cb3ed-7861-4af2-9581-ccdc8320c0b9", - "ec6eed85-1152-4325-94a1-bb7bb45f413b" + "b8c726af-d6e8-4a91-a630-def96b0b3b11", + "aacc7b4b-0063-476f-80c4-963c9391022b", + "2926598f-94a9-455a-b2a0-a7d47d88e371", + "d80d309d-646a-4f3b-9f2b-8cc3cb2e4c4a", + "e9603fd5-d67d-4944-aeb3-f0a2569c4138", + "0b405eed-211d-44ed-acd0-5b370689a7a4", + "5f8d0a6f-7aa1-4b79-a6d6-e01f9083d8d0", + "348c3313-d246-4ffe-9aaa-77be8dce1410", + "c370ef7c-5121-4723-aa09-d3820026bf4f" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "8bc17249-e01d-47d0-866d-24e1951b9011", - "logId": "e18b68a5-26cd-4081-8cb8-358e1d58e69c" + "parent": "d8bf3d23-d12c-40e2-bef1-a4e538629043", + "logId": "d60c654a-7cd2-49bb-be69-2967688ec540" }, "log": { "_logger": { @@ -218,16 +218,16 @@ }, { "head": { - "id": "8942b25d-35f5-49ad-95ff-d33ba66fed5e", + "id": "dc0716d8-deb4-4f3e-b84d-92880c9a40a5", "name": "build task graph", "description": "Build task graph.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421497144791, - "endTime": 341421498054000 + "startTime": 348560596257791, + "endTime": 348560597121750 }, "additional": { "children": [], @@ -236,8 +236,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "8bc17249-e01d-47d0-866d-24e1951b9011", - "logId": "4eacf333-12b5-4c04-9d3f-046c6b0ffceb" + "parent": "d8bf3d23-d12c-40e2-bef1-a4e538629043", + "logId": "bb872362-bc74-4fab-b742-6221284dff99" }, "log": { "_logger": { @@ -261,16 +261,16 @@ }, { "head": { - "id": "0fb533fe-aee4-4f0a-ab6f-754507cab08e", + "id": "f2684bdb-0529-4448-8812-738b2745636c", "name": "init task execution option", "description": "Init task execution option.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421498056500, - "endTime": 341421498059291 + "startTime": 348560597124333, + "endTime": 348560597127250 }, "additional": { "children": [], @@ -279,8 +279,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "8bc17249-e01d-47d0-866d-24e1951b9011", - "logId": "b8469aeb-abf7-4ea5-880b-bd06c588f29c" + "parent": "d8bf3d23-d12c-40e2-bef1-a4e538629043", + "logId": "cac37051-c480-451d-8567-72d85a090bd2" }, "log": { "_logger": { @@ -304,16 +304,16 @@ }, { "head": { - "id": "5ca77bd0-efa8-420c-b0b2-f6809be49c75", + "id": "7c277302-feb3-4f7c-b063-f071a65d238b", "name": "\"configEvaluated\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420624808625, - "endTime": 341420624949041 + "startTime": 348559728645250, + "endTime": 348559728739125 }, "additional": { "children": [], @@ -322,8 +322,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "8bc17249-e01d-47d0-866d-24e1951b9011", - "logId": "56b01a42-c313-4efd-a2c8-19325a403eaf" + "parent": "d8bf3d23-d12c-40e2-bef1-a4e538629043", + "logId": "87e261fe-b13d-4a0f-a837-56f0dc685b84" }, "log": { "_logger": { @@ -347,36 +347,36 @@ }, { "head": { - "id": "56b01a42-c313-4efd-a2c8-19325a403eaf", + "id": "87e261fe-b13d-4a0f-a837-56f0dc685b84", "name": "\"configEvaluated\" hook function", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420624808625, - "endTime": 341420624949041 + "startTime": 348559728645250, + "endTime": 348559728739125 }, "additional": { "logType": "info", "children": [], - "durationId": "5ca77bd0-efa8-420c-b0b2-f6809be49c75", - "parent": "d15945ac-1a62-41b3-ad04-d68edd8fbf33" + "durationId": "7c277302-feb3-4f7c-b063-f071a65d238b", + "parent": "e8d4bf36-1c4c-43c2-8d82-b93e8eb7e5b5" } }, { "head": { - "id": "ca1db23b-4f45-4b1d-a369-c362a124d9d8", + "id": "41cb636d-61ba-4198-97b7-06c9b4e56690", "name": "\"nodesInitialized\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420625599416, - "endTime": 341420625613166 + "startTime": 348559729301958, + "endTime": 348559729313500 }, "additional": { "children": [], @@ -385,8 +385,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "8bc17249-e01d-47d0-866d-24e1951b9011", - "logId": "80faf424-2ea3-4994-90b6-87c7e6262ad3" + "parent": "d8bf3d23-d12c-40e2-bef1-a4e538629043", + "logId": "1c4e39b3-bad4-4ccb-afe4-17870c0f0be1" }, "log": { "_logger": { @@ -410,35 +410,35 @@ }, { "head": { - "id": "80faf424-2ea3-4994-90b6-87c7e6262ad3", + "id": "1c4e39b3-bad4-4ccb-afe4-17870c0f0be1", "name": "\"nodesInitialized\" hook function", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420625599416, - "endTime": 341420625613166 + "startTime": 348559729301958, + "endTime": 348559729313500 }, "additional": { "logType": "info", "children": [], - "durationId": "ca1db23b-4f45-4b1d-a369-c362a124d9d8", - "parent": "d15945ac-1a62-41b3-ad04-d68edd8fbf33" + "durationId": "41cb636d-61ba-4198-97b7-06c9b4e56690", + "parent": "e8d4bf36-1c4c-43c2-8d82-b93e8eb7e5b5" } }, { "head": { - "id": "7caebb20-a25a-4e9f-b715-d25a1e411930", - "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: true,\n daemon: false,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' },\n optimizationStrategy: 'memory',\n hotCompile: undefined,\n hotReloadBuild: undefined,\n customizedParam: undefined\n}", + "id": "de83eba0-18d8-424b-bd7c-05731d3d9199", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: false,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' },\n optimizationStrategy: 'memory',\n hotCompile: undefined,\n hotReloadBuild: undefined,\n customizedParam: undefined\n}", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420625772208 + "startTime": 348559729439333 }, "additional": { "logType": "debug", @@ -447,15 +447,15 @@ }, { "head": { - "id": "044dd1ed-56d1-419b-8e7e-4f5e86e5c3f2", + "id": "0c41dbde-5ade-4654-ae05-b43dfb3764d0", "name": "Cache service initialization finished in 3 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420628540916 + "startTime": 348559731882541 }, "additional": { "logType": "debug", @@ -464,36 +464,36 @@ }, { "head": { - "id": "668d1b2b-6bc5-4284-91ad-65c4a4a85525", + "id": "f10033bb-2302-46e6-9a23-9968e83cd1c5", "name": "create hvigor project model", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420622961166, - "endTime": 341420628596958 + "startTime": 348559727196166, + "endTime": 348559731929000 }, "additional": { "logType": "info", "children": [], - "durationId": "b554e32b-5225-4b78-8a85-2d3bf606e6d3", - "parent": "d15945ac-1a62-41b3-ad04-d68edd8fbf33" + "durationId": "e4152551-6c99-4dde-9bd7-65c907ed30dd", + "parent": "e8d4bf36-1c4c-43c2-8d82-b93e8eb7e5b5" } }, { "head": { - "id": "233c39fd-84d3-4a75-a9e2-24dfa87dc844", + "id": "b8c726af-d6e8-4a91-a630-def96b0b3b11", "name": "init configuration", "description": "Initialize configuration.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420628759166, - "endTime": 341420628769375 + "startTime": 348559732064666, + "endTime": 348559732073625 }, "additional": { "children": [], @@ -502,8 +502,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "5d838991-5234-467e-a561-16dc8627024a", - "logId": "5950c6d8-f66d-4e94-b676-af38c107c887" + "parent": "5dd0b1df-cd66-42be-9deb-e9651b2d0388", + "logId": "a2a2a021-6f8d-4546-93a7-a152b9e285dd" }, "log": { "_logger": { @@ -527,16 +527,16 @@ }, { "head": { - "id": "4c352186-d51a-4e79-bedb-26aacfcdfc43", + "id": "aacc7b4b-0063-476f-80c4-963c9391022b", "name": "configure project task", "description": "Configure project task.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420628782875, - "endTime": 341420629021666 + "startTime": 348559732088791, + "endTime": 348559732288833 }, "additional": { "children": [], @@ -545,8 +545,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "5d838991-5234-467e-a561-16dc8627024a", - "logId": "0b6c1030-8b3d-4e06-81f6-1850150d8288" + "parent": "5dd0b1df-cd66-42be-9deb-e9651b2d0388", + "logId": "4a1fc0a3-2f5e-4019-b617-f9b8109697a9" }, "log": { "_logger": { @@ -570,30 +570,30 @@ }, { "head": { - "id": "77ac4dca-5f4a-4a92-84bc-483ae4dce71a", + "id": "2926598f-94a9-455a-b2a0-a7d47d88e371", "name": "eval project", "description": "Evaluate project.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420629060083, - "endTime": 341421454970791 + "startTime": 348559732323875, + "endTime": 348560555564500 }, "additional": { "children": [ - "fa16e93e-7af9-4e1b-b2ed-ad64cbe254da", - "9c2bb9c0-172a-4876-a29d-8eea35d2371a", - "271abf3a-d197-4faf-a68c-899ad9b8f4f8" + "5c3b4cdc-87ca-4d46-a67a-7f6483283514", + "df8630be-01c5-4c16-bbb1-db46e8ba537f", + "1bb95d66-80f3-4283-ab6f-6b5b6316b5b9" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "5d838991-5234-467e-a561-16dc8627024a", - "logId": "3789fd72-02bb-4090-8d0c-d800575f09ba" + "parent": "5dd0b1df-cd66-42be-9deb-e9651b2d0388", + "logId": "1cb880ce-f8ce-493c-983a-6fa45812a71f" }, "log": { "_logger": { @@ -617,29 +617,29 @@ }, { "head": { - "id": "f454d3d7-419e-4269-9e65-b3464499a5f1", + "id": "d80d309d-646a-4f3b-9f2b-8cc3cb2e4c4a", "name": "eval modules", "description": "Evaluate modules.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421455103666, - "endTime": 341421488147666 + "startTime": 348560555679166, + "endTime": 348560588566916 }, "additional": { "children": [ - "719a99a4-92b8-4838-ab8b-ae1e74824599", - "2d9c097c-aa7b-4324-a28f-85ab704fd54b" + "1713629a-50ff-4d75-813b-570ee2ba9c90", + "4b926a40-6f7b-4d0e-b7ef-0b9ec6d00820" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "5d838991-5234-467e-a561-16dc8627024a", - "logId": "a376b42d-c76d-4a85-a9e5-07ec56d6fd48" + "parent": "5dd0b1df-cd66-42be-9deb-e9651b2d0388", + "logId": "48ba246e-8268-49fd-a3a0-46c77fc2f0d6" }, "log": { "_logger": { @@ -663,16 +663,16 @@ }, { "head": { - "id": "c1d0edd8-a505-45d5-bc71-d3fdca2fba97", + "id": "e9603fd5-d67d-4944-aeb3-f0a2569c4138", "name": "add config dependencies", "description": "Add configuration dependencies.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421488165041, - "endTime": 341421488165458 + "startTime": 348560588583166, + "endTime": 348560588583625 }, "additional": { "children": [], @@ -681,8 +681,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "5d838991-5234-467e-a561-16dc8627024a", - "logId": "758cde6e-122f-4438-9ad3-5704864ce150" + "parent": "5dd0b1df-cd66-42be-9deb-e9651b2d0388", + "logId": "8c8b75c4-fd41-4909-99fc-a10d1b0dc6af" }, "log": { "_logger": { @@ -706,16 +706,16 @@ }, { "head": { - "id": "a92fefd0-5439-409b-91b7-175f1dcf8580", + "id": "0b405eed-211d-44ed-acd0-5b370689a7a4", "name": "ohpm install", "description": "Ohpm install event.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421488293208, - "endTime": 341421490916375 + "startTime": 348560588712375, + "endTime": 348560591652875 }, "additional": { "children": [], @@ -724,8 +724,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "5d838991-5234-467e-a561-16dc8627024a", - "logId": "10dff098-a979-4473-98ac-595424837e83" + "parent": "5dd0b1df-cd66-42be-9deb-e9651b2d0388", + "logId": "799dfe7a-8412-45bd-84a9-7f9e97be0809" }, "log": { "_logger": { @@ -749,16 +749,16 @@ }, { "head": { - "id": "96f5f84e-a47a-4262-b571-000ce60228bc", + "id": "5f8d0a6f-7aa1-4b79-a6d6-e01f9083d8d0", "name": "eval hook", "description": "EvaluateEvent hook.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421490921291, - "endTime": 341421497088541 + "startTime": 348560591659458, + "endTime": 348560596203375 }, "additional": { "children": [], @@ -767,8 +767,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "5d838991-5234-467e-a561-16dc8627024a", - "logId": "2757feab-9b31-4ac9-8c94-d389faa7e857" + "parent": "5dd0b1df-cd66-42be-9deb-e9651b2d0388", + "logId": "9db2f25d-bc5b-44e3-b1d4-d46241a04ddc" }, "log": { "_logger": { @@ -792,16 +792,16 @@ }, { "head": { - "id": "811cb3ed-7861-4af2-9581-ccdc8320c0b9", + "id": "348c3313-d246-4ffe-9aaa-77be8dce1410", "name": "fin configuration", "description": "Finish configuration.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421497098000, - "endTime": 341421497125916 + "startTime": 348560596211083, + "endTime": 348560596238666 }, "additional": { "children": [], @@ -810,8 +810,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "5d838991-5234-467e-a561-16dc8627024a", - "logId": "323d1d4e-3762-4cb9-947d-90d90cfc0435" + "parent": "5dd0b1df-cd66-42be-9deb-e9651b2d0388", + "logId": "d44b2695-0b7c-44b4-a54e-111f610a86ef" }, "log": { "_logger": { @@ -835,56 +835,56 @@ }, { "head": { - "id": "5950c6d8-f66d-4e94-b676-af38c107c887", + "id": "a2a2a021-6f8d-4546-93a7-a152b9e285dd", "name": "init configuration", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420628759166, - "endTime": 341420628769375 + "startTime": 348559732064666, + "endTime": 348559732073625 }, "additional": { "logType": "info", "children": [], - "durationId": "233c39fd-84d3-4a75-a9e2-24dfa87dc844", - "parent": "e18b68a5-26cd-4081-8cb8-358e1d58e69c" + "durationId": "b8c726af-d6e8-4a91-a630-def96b0b3b11", + "parent": "d60c654a-7cd2-49bb-be69-2967688ec540" } }, { "head": { - "id": "0b6c1030-8b3d-4e06-81f6-1850150d8288", + "id": "4a1fc0a3-2f5e-4019-b617-f9b8109697a9", "name": "configure project task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420628782875, - "endTime": 341420629021666 + "startTime": 348559732088791, + "endTime": 348559732288833 }, "additional": { "logType": "info", "children": [], - "durationId": "4c352186-d51a-4e79-bedb-26aacfcdfc43", - "parent": "e18b68a5-26cd-4081-8cb8-358e1d58e69c" + "durationId": "aacc7b4b-0063-476f-80c4-963c9391022b", + "parent": "d60c654a-7cd2-49bb-be69-2967688ec540" } }, { "head": { - "id": "fa16e93e-7af9-4e1b-b2ed-ad64cbe254da", + "id": "5c3b4cdc-87ca-4d46-a67a-7f6483283514", "name": "\"beforeNodeEvaluate\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420629180375, - "endTime": 341420629194958 + "startTime": 348559732388750, + "endTime": 348559732400250 }, "additional": { "children": [], @@ -893,8 +893,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "77ac4dca-5f4a-4a92-84bc-483ae4dce71a", - "logId": "ca84ddea-436d-4b0f-ac1f-6118303a5932" + "parent": "2926598f-94a9-455a-b2a0-a7d47d88e371", + "logId": "fb82fbfb-3dd5-4284-97b0-3f86d9bfbf6b" }, "log": { "_logger": { @@ -918,49 +918,49 @@ }, { "head": { - "id": "ca84ddea-436d-4b0f-ac1f-6118303a5932", + "id": "fb82fbfb-3dd5-4284-97b0-3f86d9bfbf6b", "name": "\"beforeNodeEvaluate\" hook function", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420629180375, - "endTime": 341420629194958 + "startTime": 348559732388750, + "endTime": 348559732400250 }, "additional": { "logType": "info", "children": [], - "durationId": "fa16e93e-7af9-4e1b-b2ed-ad64cbe254da", - "parent": "3789fd72-02bb-4090-8d0c-d800575f09ba" + "durationId": "5c3b4cdc-87ca-4d46-a67a-7f6483283514", + "parent": "1cb880ce-f8ce-493c-983a-6fa45812a71f" } }, { "head": { - "id": "9c2bb9c0-172a-4876-a29d-8eea35d2371a", + "id": "df8630be-01c5-4c16-bbb1-db46e8ba537f", "name": "eval hvigorfile", "description": "Evaluate hvigorfile.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420629308875, - "endTime": 341421454868666 + "startTime": 348559732503666, + "endTime": 348560555503125 }, "additional": { "children": [ - "5e082c9b-0776-4e15-a74d-34414ba9df68", - "6090bf9f-c753-46c7-a275-0b1b6ff70bf1" + "7f1effcd-1c54-44e9-b9cc-190b7355cea1", + "7c70f79b-be44-43c3-977c-4c9b8c168568" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "77ac4dca-5f4a-4a92-84bc-483ae4dce71a", - "logId": "e687c39c-e86f-4348-a511-6c67566f6001" + "parent": "2926598f-94a9-455a-b2a0-a7d47d88e371", + "logId": "be1ea733-282a-4269-9db8-2acfbf517b56" }, "log": { "_logger": { @@ -984,16 +984,16 @@ }, { "head": { - "id": "5e082c9b-0776-4e15-a74d-34414ba9df68", + "id": "7f1effcd-1c54-44e9-b9cc-190b7355cea1", "name": "require hvigorfile", "description": "Require hvigorfile.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420629309333, - "endTime": 341421346915416 + "startTime": 348559732504041, + "endTime": 348560450705875 }, "additional": { "children": [], @@ -1002,8 +1002,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "9c2bb9c0-172a-4876-a29d-8eea35d2371a", - "logId": "c5bc4ae0-a104-44bc-9ee7-aee090c32db5" + "parent": "df8630be-01c5-4c16-bbb1-db46e8ba537f", + "logId": "ad7223fd-a05f-48c1-b26e-22a995259201" }, "log": { "_logger": { @@ -1027,16 +1027,16 @@ }, { "head": { - "id": "6090bf9f-c753-46c7-a275-0b1b6ff70bf1", + "id": "7c70f79b-be44-43c3-977c-4c9b8c168568", "name": "bind plugins", "description": "Bind plugins.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421346928875, - "endTime": 341421454858500 + "startTime": 348560450718583, + "endTime": 348560555496500 }, "additional": { "children": [], @@ -1045,8 +1045,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "9c2bb9c0-172a-4876-a29d-8eea35d2371a", - "logId": "e51592ae-b55d-46ae-8f25-2e6b4657ee2c" + "parent": "df8630be-01c5-4c16-bbb1-db46e8ba537f", + "logId": "a95d9c43-f4bc-427a-b122-cde753a840ba" }, "log": { "_logger": { @@ -1070,15 +1070,15 @@ }, { "head": { - "id": "e2848648-462c-4bcc-9834-848dc460a47b", + "id": "90c723df-eee1-4574-a423-38e23234044b", "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420629312875 + "startTime": 348559732505708 }, "additional": { "logType": "debug", @@ -1087,15 +1087,15 @@ }, { "head": { - "id": "6db9fefa-0ade-44a8-b013-da04d2e1aedf", + "id": "934342c5-36e6-4ac7-bb14-febeb3754bf0", "name": "hvigorfile, require result: { default: { system: [Function: appTasks], plugins: [] } }", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421346752958 + "startTime": 348560450547750 }, "additional": { "logType": "debug", @@ -1104,35 +1104,35 @@ }, { "head": { - "id": "c5bc4ae0-a104-44bc-9ee7-aee090c32db5", + "id": "ad7223fd-a05f-48c1-b26e-22a995259201", "name": "require hvigorfile", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420629309333, - "endTime": 341421346915416 + "startTime": 348559732504041, + "endTime": 348560450705875 }, "additional": { "logType": "info", "children": [], - "durationId": "5e082c9b-0776-4e15-a74d-34414ba9df68", - "parent": "e687c39c-e86f-4348-a511-6c67566f6001" + "durationId": "7f1effcd-1c54-44e9-b9cc-190b7355cea1", + "parent": "be1ea733-282a-4269-9db8-2acfbf517b56" } }, { "head": { - "id": "757f88ee-ce00-44a4-9ce0-a4ad4d61033d", + "id": "d6e5c658-2e68-497c-9894-000f8e82de68", "name": "hvigorfile, binding system plugins [Function: appTasks]", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421346977583 + "startTime": 348560450764291 }, "additional": { "logType": "debug", @@ -1141,15 +1141,15 @@ }, { "head": { - "id": "256a8375-a545-4025-ad9e-39e5f8f996bb", + "id": "f2c4f986-892f-4dd5-8b72-6a8d1d7b62e1", "name": "Starting plugin build process", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421347550583 + "startTime": 348560451264833 }, "additional": { "logType": "debug", @@ -1158,15 +1158,15 @@ }, { "head": { - "id": "4a8b8c40-0994-4e15-a9e8-1bb338029880", + "id": "e6255b53-6faf-47a4-ac44-6551fd178727", "name": "App plugin prepare start...", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421347588458 + "startTime": 348560451305208 }, "additional": { "logType": "debug", @@ -1175,15 +1175,15 @@ }, { "head": { - "id": "714185d0-59a5-43f3-9e8f-ca7cebbeb754", + "id": "57d73c94-0fae-403c-b247-2be1b1013d12", "name": "App plugin prepare end...", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421347620583 + "startTime": 348560451346000 }, "additional": { "logType": "debug", @@ -1192,15 +1192,15 @@ }, { "head": { - "id": "c10c9e19-bffc-4404-9643-79a269989e0a", + "id": "7bed4b66-3c59-434a-8abf-d080169acaf1", "name": "App plugin creating...", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421347634791 + "startTime": 348560451359250 }, "additional": { "logType": "debug", @@ -1209,15 +1209,15 @@ }, { "head": { - "id": "be320c2e-5d22-47e7-b7e0-fc315ca35e82", + "id": "f4caaba1-a42a-4236-a458-1e93cdb780dc", "name": "App plugin register hook start...", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421430559458 + "startTime": 348560528452541 }, "additional": { "logType": "debug", @@ -1226,15 +1226,15 @@ }, { "head": { - "id": "d05b31e9-daa8-4e41-adf5-0b6fa4056b81", + "id": "1b27feb5-e7b9-4a95-97e0-88528a08b18e", "name": "App plugin register hook end...", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421430783625 + "startTime": 348560528673791 }, "additional": { "logType": "debug", @@ -1243,15 +1243,15 @@ }, { "head": { - "id": "750344b7-e8c0-41da-b713-83c5df7a0bd5", + "id": "14d924ba-8f5e-4059-bd63-ac2f5fa5b76d", "name": "Plugin build process completed", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421430799208 + "startTime": 348560528694000 }, "additional": { "logType": "debug", @@ -1260,15 +1260,15 @@ }, { "head": { - "id": "8d9869ea-b058-4aed-bc79-3f82b5485b92", + "id": "596671f6-8320-4f42-b2a2-6c7ad9403d28", "name": "Start initialize project's product build option map with build mode debug.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421431445375 + "startTime": 348560529367666 }, "additional": { "logType": "debug", @@ -1277,15 +1277,15 @@ }, { "head": { - "id": "1276c672-8c7e-400a-9f3b-61fbdc7ecc13", + "id": "a61d6c67-a027-40cb-8357-5bed22176cdf", "name": "Picking option from product 'default' with build mode 'debug'.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421431574583 + "startTime": 348560529500291 }, "additional": { "logType": "debug", @@ -1294,15 +1294,15 @@ }, { "head": { - "id": "4c0410f2-c241-4e26-acc4-a4b54558dbc1", + "id": "05ef390a-50d6-41db-9346-1c036c78d11e", "name": "Product 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421431766833 + "startTime": 348560529663625 }, "additional": { "logType": "debug", @@ -1311,15 +1311,15 @@ }, { "head": { - "id": "1b99e30e-6639-43ee-8fb3-083d3d67d0fb", + "id": "3accea05-b697-400c-8c9a-d179b6944b8e", "name": "End initialize project's product build option map with build mode 'debug'.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421431787000 + "startTime": 348560529680416 }, "additional": { "logType": "debug", @@ -1328,15 +1328,15 @@ }, { "head": { - "id": "b655ce18-6d78-41a0-a074-15436a707649", + "id": "82e519c7-90e9-411a-b190-e46878619065", "name": "Obtain build option for product 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421432652916 + "startTime": 348560530577416 }, "additional": { "logType": "debug", @@ -1345,15 +1345,15 @@ }, { "head": { - "id": "c2e5f08f-8837-4cf2-ad69-f1d00a1e0558", + "id": "34990bbf-9d49-49d7-882a-32d38812b3df", "name": "No signingConfig found, initRemoteHspCache failed.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421433569041 + "startTime": 348560532386791 }, "additional": { "logType": "debug", @@ -1362,16 +1362,16 @@ }, { "head": { - "id": "8f7d59c7-c28a-4a0e-8c26-372c02dfa19b", + "id": "db50c3aa-0f48-4da2-bfed-8b2c2821eb97", "name": "harmonyOS sdk scan", "description": "HarmonyOS sdk scan", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421434458208, - "endTime": 341421435414791 + "startTime": 348560533310625, + "endTime": 348560535144291 }, "additional": { "children": [], @@ -1403,15 +1403,15 @@ }, { "head": { - "id": "d3ff7ed9-58bd-47bd-8583-b5fdd3a217a9", + "id": "6821ef72-3825-4f34-b538-8206f2a3c87b", "name": "Local scan or download HarmonyOS sdk components toolchains,ets,js,native,previewer", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421434465583 + "startTime": 348560533321708 }, "additional": { "logType": "debug", @@ -1420,16 +1420,16 @@ }, { "head": { - "id": "c6d697b2-b425-4773-bed9-c2afa4a9452d", + "id": "c2401ebf-bf7c-4d8b-a6fc-b00158631374", "name": "hmscore sdk scan", "description": "Hmscore sdk scan", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421435474750, - "endTime": 341421435650833 + "startTime": 348560535197000, + "endTime": 348560535341958 }, "additional": { "children": [], @@ -1461,15 +1461,15 @@ }, { "head": { - "id": "d4543560-5b6a-4f84-8bb3-4e610ed0e2d5", + "id": "b301db85-10eb-4417-9b5a-322aaf769e71", "name": "Local scan or download hmscore sdk components toolchains,ets,native", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421435481375 + "startTime": 348560535200791 }, "additional": { "logType": "debug", @@ -1478,15 +1478,15 @@ }, { "head": { - "id": "6c7c6c24-4d42-4612-b712-dbd93fa803eb", + "id": "ce3a0d79-47c0-4757-9b76-72c540eda20d", "name": "Start recording SDK configuration permission data.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421436381875 + "startTime": 348560535949625 }, "additional": { "logType": "debug", @@ -1495,15 +1495,15 @@ }, { "head": { - "id": "9f9674e5-0b4d-4e10-a9f7-640b724a7d77", - "name": "Sdk init in 18 ms ", + "id": "3bcead45-d250-4505-ae12-b2b8662af1ae", + "name": "Sdk init in 20 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421451930875 + "startTime": 348560552809916 }, "additional": { "logType": "debug", @@ -1512,63 +1512,63 @@ }, { "head": { - "id": "372501fb-ed6c-4207-ad74-e4154ea9535e", + "id": "45194e2e-277f-4f31-820d-f7e0c4909f5c", "name": "sdkVersion", "description": "6.0.2.130", "type": "mark" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421452061041 + "startTime": 348560552895375 }, "additional": { "time": { "year": 2026, "month": 4, "day": 28, - "hour": 19, - "minute": 17, - "second": 28 + "hour": 21, + "minute": 16, + "second": 27 }, "markType": "other" } }, { "head": { - "id": "922610b1-069e-48fe-8cab-ec6e3d995b4a", + "id": "33692080-11d5-4492-8685-2d33ed80772b", "name": "caseSensitiveCheckOn", "description": "caseSensitiveCheck check is on", "type": "mark" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421452093083 + "startTime": 348560552929208 }, "additional": { "time": { "year": 2026, "month": 4, "day": 28, - "hour": 19, - "minute": 17, - "second": 28 + "hour": 21, + "minute": 16, + "second": 27 }, "markType": "other" } }, { "head": { - "id": "dc418e96-9c3d-4267-9a0e-f5be6d1809ca", + "id": "e1695d51-0df8-4044-9374-1e4d58126ed9", "name": "Project task initialization takes 2 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421454674333 + "startTime": 348560555402500 }, "additional": { "logType": "debug", @@ -1577,15 +1577,15 @@ }, { "head": { - "id": "f670a0ee-aecf-4fa6-acea-59924fb93b02", + "id": "51841010-7ec6-4572-aaf5-288ef43dc1b8", "name": "hvigorfile, binding custom plugins []", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421454750166 + "startTime": 348560555467125 }, "additional": { "logType": "debug", @@ -1594,15 +1594,15 @@ }, { "head": { - "id": "c107bf9a-29d4-47bc-b974-3adc1db0596f", + "id": "34d78b99-0682-43a5-8e32-387f85419017", "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421454763000 + "startTime": 348560555481416 }, "additional": { "logType": "debug", @@ -1611,15 +1611,15 @@ }, { "head": { - "id": "ca15ef06-ff5c-4568-b7af-0bccecb507bd", + "id": "4627add3-2e31-43ca-93ae-17fed33b1f51", "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421454816458 + "startTime": 348560555489833 }, "additional": { "logType": "debug", @@ -1628,59 +1628,59 @@ }, { "head": { - "id": "e51592ae-b55d-46ae-8f25-2e6b4657ee2c", + "id": "a95d9c43-f4bc-427a-b122-cde753a840ba", "name": "bind plugins", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421346928875, - "endTime": 341421454858500 + "startTime": 348560450718583, + "endTime": 348560555496500 }, "additional": { "logType": "info", "children": [], - "durationId": "6090bf9f-c753-46c7-a275-0b1b6ff70bf1", - "parent": "e687c39c-e86f-4348-a511-6c67566f6001" + "durationId": "7c70f79b-be44-43c3-977c-4c9b8c168568", + "parent": "be1ea733-282a-4269-9db8-2acfbf517b56" } }, { "head": { - "id": "e687c39c-e86f-4348-a511-6c67566f6001", + "id": "be1ea733-282a-4269-9db8-2acfbf517b56", "name": "eval hvigorfile", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420629308875, - "endTime": 341421454868666 + "startTime": 348559732503666, + "endTime": 348560555503125 }, "additional": { "logType": "info", "children": [ - "c5bc4ae0-a104-44bc-9ee7-aee090c32db5", - "e51592ae-b55d-46ae-8f25-2e6b4657ee2c" + "ad7223fd-a05f-48c1-b26e-22a995259201", + "a95d9c43-f4bc-427a-b122-cde753a840ba" ], - "durationId": "9c2bb9c0-172a-4876-a29d-8eea35d2371a", - "parent": "3789fd72-02bb-4090-8d0c-d800575f09ba" + "durationId": "df8630be-01c5-4c16-bbb1-db46e8ba537f", + "parent": "1cb880ce-f8ce-493c-983a-6fa45812a71f" } }, { "head": { - "id": "271abf3a-d197-4faf-a68c-899ad9b8f4f8", + "id": "1bb95d66-80f3-4283-ab6f-6b5b6316b5b9", "name": "\"afterNodeEvaluate\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421454937500, - "endTime": 341421454962708 + "startTime": 348560555544625, + "endTime": 348560555556958 }, "additional": { "children": [], @@ -1689,8 +1689,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "77ac4dca-5f4a-4a92-84bc-483ae4dce71a", - "logId": "97b6459c-8a99-4e82-99ac-4355f77deefb" + "parent": "2926598f-94a9-455a-b2a0-a7d47d88e371", + "logId": "8aee52e6-279c-4dbe-acd3-ffc804810a89" }, "log": { "_logger": { @@ -1714,74 +1714,74 @@ }, { "head": { - "id": "97b6459c-8a99-4e82-99ac-4355f77deefb", + "id": "8aee52e6-279c-4dbe-acd3-ffc804810a89", "name": "\"afterNodeEvaluate\" hook function", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421454937500, - "endTime": 341421454962708 + "startTime": 348560555544625, + "endTime": 348560555556958 }, "additional": { "logType": "info", "children": [], - "durationId": "271abf3a-d197-4faf-a68c-899ad9b8f4f8", - "parent": "3789fd72-02bb-4090-8d0c-d800575f09ba" + "durationId": "1bb95d66-80f3-4283-ab6f-6b5b6316b5b9", + "parent": "1cb880ce-f8ce-493c-983a-6fa45812a71f" } }, { "head": { - "id": "3789fd72-02bb-4090-8d0c-d800575f09ba", + "id": "1cb880ce-f8ce-493c-983a-6fa45812a71f", "name": "eval project", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420629060083, - "endTime": 341421454970791 + "startTime": 348559732323875, + "endTime": 348560555564500 }, "additional": { "logType": "info", "children": [ - "ca84ddea-436d-4b0f-ac1f-6118303a5932", - "e687c39c-e86f-4348-a511-6c67566f6001", - "97b6459c-8a99-4e82-99ac-4355f77deefb" + "fb82fbfb-3dd5-4284-97b0-3f86d9bfbf6b", + "be1ea733-282a-4269-9db8-2acfbf517b56", + "8aee52e6-279c-4dbe-acd3-ffc804810a89" ], - "durationId": "77ac4dca-5f4a-4a92-84bc-483ae4dce71a", - "parent": "e18b68a5-26cd-4081-8cb8-358e1d58e69c" + "durationId": "2926598f-94a9-455a-b2a0-a7d47d88e371", + "parent": "d60c654a-7cd2-49bb-be69-2967688ec540" } }, { "head": { - "id": "719a99a4-92b8-4838-ab8b-ae1e74824599", + "id": "1713629a-50ff-4d75-813b-570ee2ba9c90", "name": "eval submodule", "description": "Evaluate submodule.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421455109125, - "endTime": 341421482099833 + "startTime": 348560555683541, + "endTime": 348560582751541 }, "additional": { "children": [ - "3b9451fe-926d-414d-b0df-8f6fa89fada3", - "7abaacf2-67cd-4959-a520-d35e229ac82e", - "c4f7a8ac-ec7d-4f78-b1d3-8d1e7a6f0e52" + "7adc3c4a-85e6-4b72-adfe-6b358c9f501a", + "776c0ebe-bb03-46df-b8e1-81cf2cfcd84c", + "69a1365f-e73c-4642-9705-6eb5938449d1" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "f454d3d7-419e-4269-9e65-b3464499a5f1", - "logId": "a8e71ffa-567b-47af-8a28-8b41a1b8b17a" + "parent": "d80d309d-646a-4f3b-9f2b-8cc3cb2e4c4a", + "logId": "a17e1606-0630-4482-9252-6f39585ec582" }, "log": { "_logger": { @@ -1805,16 +1805,16 @@ }, { "head": { - "id": "3b9451fe-926d-414d-b0df-8f6fa89fada3", + "id": "7adc3c4a-85e6-4b72-adfe-6b358c9f501a", "name": "\"beforeNodeEvaluate\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421455165500, - "endTime": 341421455170166 + "startTime": 348560555719708, + "endTime": 348560555724041 }, "additional": { "children": [], @@ -1823,8 +1823,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "719a99a4-92b8-4838-ab8b-ae1e74824599", - "logId": "915d02aa-3311-40e4-954e-b0840d37a118" + "parent": "1713629a-50ff-4d75-813b-570ee2ba9c90", + "logId": "65e4b238-70cd-4ff1-8860-688ccc9942d4" }, "log": { "_logger": { @@ -1848,49 +1848,49 @@ }, { "head": { - "id": "915d02aa-3311-40e4-954e-b0840d37a118", + "id": "65e4b238-70cd-4ff1-8860-688ccc9942d4", "name": "\"beforeNodeEvaluate\" hook function", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421455165500, - "endTime": 341421455170166 + "startTime": 348560555719708, + "endTime": 348560555724041 }, "additional": { "logType": "info", "children": [], - "durationId": "3b9451fe-926d-414d-b0df-8f6fa89fada3", - "parent": "a8e71ffa-567b-47af-8a28-8b41a1b8b17a" + "durationId": "7adc3c4a-85e6-4b72-adfe-6b358c9f501a", + "parent": "a17e1606-0630-4482-9252-6f39585ec582" } }, { "head": { - "id": "7abaacf2-67cd-4959-a520-d35e229ac82e", + "id": "776c0ebe-bb03-46df-b8e1-81cf2cfcd84c", "name": "eval hvigorfile", "description": "Evaluate hvigorfile.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421455196666, - "endTime": 341421481779708 + "startTime": 348560555743041, + "endTime": 348560582363166 }, "additional": { "children": [ - "7e44410f-6760-4386-88fe-3f79a5023789", - "a048f82c-214a-4e25-a961-e574c1357b42" + "19bf6dd2-4a4e-439c-8a6a-f5b87527ce22", + "cc409f76-8bc1-4968-aba1-e4cc035d90d5" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "719a99a4-92b8-4838-ab8b-ae1e74824599", - "logId": "6d0316f7-9cbf-4e73-84f4-94d0684f820d" + "parent": "1713629a-50ff-4d75-813b-570ee2ba9c90", + "logId": "456c2f5c-d136-4269-b732-d2002ec360ec" }, "log": { "_logger": { @@ -1914,16 +1914,16 @@ }, { "head": { - "id": "7e44410f-6760-4386-88fe-3f79a5023789", + "id": "19bf6dd2-4a4e-439c-8a6a-f5b87527ce22", "name": "require hvigorfile", "description": "Require hvigorfile.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421455196833, - "endTime": 341421459704333 + "startTime": 348560555743208, + "endTime": 348560558757666 }, "additional": { "children": [], @@ -1932,8 +1932,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "7abaacf2-67cd-4959-a520-d35e229ac82e", - "logId": "41acbb59-be40-439e-89c5-660e5830eea2" + "parent": "776c0ebe-bb03-46df-b8e1-81cf2cfcd84c", + "logId": "a681d995-542d-4fe7-b316-753bc43cd64b" }, "log": { "_logger": { @@ -1957,16 +1957,16 @@ }, { "head": { - "id": "a048f82c-214a-4e25-a961-e574c1357b42", + "id": "cc409f76-8bc1-4968-aba1-e4cc035d90d5", "name": "bind plugins", "description": "Bind plugins.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421459712416, - "endTime": 341421481774416 + "startTime": 348560558762541, + "endTime": 348560582357208 }, "additional": { "children": [], @@ -1975,8 +1975,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "7abaacf2-67cd-4959-a520-d35e229ac82e", - "logId": "c56ca003-39ed-456c-9215-72d645e517bc" + "parent": "776c0ebe-bb03-46df-b8e1-81cf2cfcd84c", + "logId": "c40f63bd-499b-4595-b5af-af187442917f" }, "log": { "_logger": { @@ -2000,15 +2000,15 @@ }, { "head": { - "id": "65c48820-a08e-4e18-a957-2c1f20bd06c1", + "id": "3d928819-c88a-438e-b38e-8241f0e1a606", "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421455197958 + "startTime": 348560555744041 }, "additional": { "logType": "debug", @@ -2017,15 +2017,15 @@ }, { "head": { - "id": "fa47529f-1254-4ac8-b276-e979da2cfe77", + "id": "21f9cb8b-9062-4b97-8e49-612787e3f2de", "name": "hvigorfile, require result: { default: { system: [Function: harTasks], plugins: [] } }", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421459663166 + "startTime": 348560558732375 }, "additional": { "logType": "debug", @@ -2034,35 +2034,35 @@ }, { "head": { - "id": "41acbb59-be40-439e-89c5-660e5830eea2", + "id": "a681d995-542d-4fe7-b316-753bc43cd64b", "name": "require hvigorfile", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421455196833, - "endTime": 341421459704333 + "startTime": 348560555743208, + "endTime": 348560558757666 }, "additional": { "logType": "info", "children": [], - "durationId": "7e44410f-6760-4386-88fe-3f79a5023789", - "parent": "6d0316f7-9cbf-4e73-84f4-94d0684f820d" + "durationId": "19bf6dd2-4a4e-439c-8a6a-f5b87527ce22", + "parent": "456c2f5c-d136-4269-b732-d2002ec360ec" } }, { "head": { - "id": "fde2f2e8-1ded-4fec-a0af-befee509d7b2", + "id": "0f7f635a-ad6a-4967-ac5f-6f31b2a7bee5", "name": "hvigorfile, binding system plugins [Function: harTasks]", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421459717125 + "startTime": 348560558766541 }, "additional": { "logType": "debug", @@ -2071,15 +2071,15 @@ }, { "head": { - "id": "26c88f4d-fc3b-4e63-b424-634c56f53c8c", + "id": "f010de70-4d1e-4b4c-ba5a-384b6b362b45", "name": "Starting plugin build process", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421459763750 + "startTime": 348560558809541 }, "additional": { "logType": "debug", @@ -2088,15 +2088,15 @@ }, { "head": { - "id": "b0c4f925-40fd-48ea-b56a-2333ad82c9f2", + "id": "a6dd32f6-6769-4159-9124-20076f61bd00", "name": "Har plugin creating...", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421459785125 + "startTime": 348560558829166 }, "additional": { "logType": "debug", @@ -2105,15 +2105,15 @@ }, { "head": { - "id": "09c1601f-c8d1-44f2-b7f4-3278c9805b60", + "id": "315ae890-4b6a-49cd-9aa3-9426433dba3b", "name": "failed to load cangjie to dynamically generate schemas: Error: Cannot find module '@ohos/cangjie-build-support/index'\nRequire stack:\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/hooks/cangjie-register.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/strategy/stage-init-strategy.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/abstract-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/app-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/index.js\n- /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/internal/lifecycle/configuration.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/boot/index.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/cli/main/cli.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/bin/hvigor.js", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421460164750 + "startTime": 348560559138541 }, "additional": { "logType": "debug", @@ -2122,15 +2122,15 @@ }, { "head": { - "id": "76d7d093-4fac-4ee6-9f81-5cf88175959a", + "id": "c23713da-c8de-420f-ae31-d48da50a8362", "name": "Start initialize module-target build option map, moduleName=xuqmSdk, buildMode=debug", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421478253625 + "startTime": 348560579149458 }, "additional": { "logType": "debug", @@ -2139,15 +2139,15 @@ }, { "head": { - "id": "7cb7c3f6-1dfd-49e3-8e8a-f63db9b4e266", + "id": "a5ba9d9c-4fc6-40ab-9aa9-c728d281f064", "name": "Target 'default' config initialized", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421478362083 + "startTime": 348560579260583 }, "additional": { "logType": "debug", @@ -2156,15 +2156,15 @@ }, { "head": { - "id": "d5efa095-36e7-48b1-928e-1c8f88357a39", + "id": "5d57e4bf-fbb9-4be3-8374-05ad63dec1a3", "name": "Module 'xuqmSdk' target 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421478585125 + "startTime": 348560579491250 }, "additional": { "logType": "debug", @@ -2173,15 +2173,15 @@ }, { "head": { - "id": "fe441ea3-2573-4a64-814a-8c39197f216d", + "id": "c2933fb6-a9e7-4efd-8943-af4cb6cb7643", "name": "End initialize module-target build option map, moduleName=xuqmSdk", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421478597791 + "startTime": 348560579502958 }, "additional": { "logType": "debug", @@ -2190,15 +2190,15 @@ }, { "head": { - "id": "50ac2d71-6393-4f34-956b-a70e3a254570", + "id": "c78a7b96-3fe0-484c-877a-3f34a6dacae3", "name": "Start initialize module-target build option map, moduleName=xuqmSdk, buildMode=release", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421478617291 + "startTime": 348560579525208 }, "additional": { "logType": "debug", @@ -2207,15 +2207,15 @@ }, { "head": { - "id": "a1ca7afd-a271-46ae-92db-07518f2509dd", + "id": "59a903f3-48be-463e-83db-f1fa06edb516", "name": "Target 'default' config initialized", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421478629500 + "startTime": 348560579541416 }, "additional": { "logType": "debug", @@ -2224,15 +2224,15 @@ }, { "head": { - "id": "159132b9-15e3-46ec-b6b9-772aed646f2d", + "id": "2e364868-dbce-4db9-a515-92cde9581391", "name": "Module 'xuqmSdk' target 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421478789166 + "startTime": 348560579686541 }, "additional": { "logType": "debug", @@ -2241,15 +2241,15 @@ }, { "head": { - "id": "38af88c4-46d5-4d8f-9fa4-6ca938b46a06", + "id": "9c0693fb-2256-47af-b6e0-f82a4ece076a", "name": "End initialize module-target build option map, moduleName=xuqmSdk", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421478800916 + "startTime": 348560579694958 }, "additional": { "logType": "debug", @@ -2258,15 +2258,15 @@ }, { "head": { - "id": "5c62d645-047b-46c3-b95b-d2c55c9cbbf1", + "id": "36b9e9ee-559f-433e-8d3d-2d5dcc5a8b88", "name": "Start initialize module-target build option map, moduleName=xuqmSdk, buildMode=debug", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421478954250 + "startTime": 348560579764708 }, "additional": { "logType": "debug", @@ -2275,15 +2275,15 @@ }, { "head": { - "id": "243bf5c2-f902-4126-ad5c-715b69597f83", + "id": "fb113005-d672-4f55-9344-80fa2db9f274", "name": "Target 'default' config initialized", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421479016375 + "startTime": 348560579777541 }, "additional": { "logType": "debug", @@ -2292,15 +2292,15 @@ }, { "head": { - "id": "9b011a22-a1cb-45ad-88b6-ab0ad79c60a4", + "id": "6e8d1030-20d1-42f8-aa24-e995d5f053ba", "name": "Module 'xuqmSdk' target 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421479183500 + "startTime": 348560579881000 }, "additional": { "logType": "debug", @@ -2309,15 +2309,15 @@ }, { "head": { - "id": "3af1ea12-e715-43ea-a7a1-7cb3be7854e1", + "id": "dd7f7412-6f29-42c3-be47-79b6a8b8ee00", "name": "End initialize module-target build option map, moduleName=xuqmSdk", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421479196083 + "startTime": 348560579889041 }, "additional": { "logType": "debug", @@ -2326,15 +2326,15 @@ }, { "head": { - "id": "fb67fac5-51a0-4695-b1b9-ee8b2165eafb", + "id": "d0ac5771-a17c-4c6a-b067-92ad9bf16e37", "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421479305833 + "startTime": 348560579964291 }, "additional": { "logType": "debug", @@ -2343,15 +2343,15 @@ }, { "head": { - "id": "588ed9d5-8d3a-4e01-9fe7-6c3190bc037d", + "id": "cd939dd7-5a20-4c8e-ae3b-e9cf25309656", "name": "Module xuqmSdk task initialization takes 2 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421481644375 + "startTime": 348560582227208 }, "additional": { "logType": "debug", @@ -2360,15 +2360,15 @@ }, { "head": { - "id": "33652800-9648-4c72-bf90-4e9f04b07098", + "id": "f57f232f-3933-42fd-a8cc-081f107b8cb3", "name": "Har plugin register hook start...", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421481691250 + "startTime": 348560582269125 }, "additional": { "logType": "debug", @@ -2377,15 +2377,15 @@ }, { "head": { - "id": "dab44eda-a8a8-4029-99f3-82ffb9f96f7e", + "id": "2973bbc2-18ac-49fc-a644-4f00034aa5d9", "name": "Har plugin register hook end...", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421481713958 + "startTime": 348560582291875 }, "additional": { "logType": "debug", @@ -2394,15 +2394,15 @@ }, { "head": { - "id": "d3cf5905-683c-4ffc-8086-d2d008d050d9", + "id": "736ac730-f63b-4492-a34f-4b09e81ec0ae", "name": "Plugin build process completed", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421481722291 + "startTime": 348560582298666 }, "additional": { "logType": "debug", @@ -2411,15 +2411,15 @@ }, { "head": { - "id": "415a2d8b-7c43-4810-8fee-2c00a054e6df", + "id": "541085fd-5fa7-4cf4-a4bc-bebe4e0a118f", "name": "hvigorfile, binding custom plugins []", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421481752166 + "startTime": 348560582332375 }, "additional": { "logType": "debug", @@ -2428,15 +2428,15 @@ }, { "head": { - "id": "afa4b6fc-8f61-4355-aeca-2e898e596a72", + "id": "ac5a51ba-7140-4e4f-9a5d-b73bcc56bd11", "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421481762666 + "startTime": 348560582342416 }, "additional": { "logType": "debug", @@ -2445,15 +2445,15 @@ }, { "head": { - "id": "cf8d6127-9f94-48ed-adda-8b50b44dde9c", + "id": "2e17ded9-483d-4b14-85ac-552e91efe22e", "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421481768791 + "startTime": 348560582348916 }, "additional": { "logType": "debug", @@ -2462,59 +2462,59 @@ }, { "head": { - "id": "c56ca003-39ed-456c-9215-72d645e517bc", + "id": "c40f63bd-499b-4595-b5af-af187442917f", "name": "bind plugins", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421459712416, - "endTime": 341421481774416 + "startTime": 348560558762541, + "endTime": 348560582357208 }, "additional": { "logType": "info", "children": [], - "durationId": "a048f82c-214a-4e25-a961-e574c1357b42", - "parent": "6d0316f7-9cbf-4e73-84f4-94d0684f820d" + "durationId": "cc409f76-8bc1-4968-aba1-e4cc035d90d5", + "parent": "456c2f5c-d136-4269-b732-d2002ec360ec" } }, { "head": { - "id": "6d0316f7-9cbf-4e73-84f4-94d0684f820d", + "id": "456c2f5c-d136-4269-b732-d2002ec360ec", "name": "eval hvigorfile", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421455196666, - "endTime": 341421481779708 + "startTime": 348560555743041, + "endTime": 348560582363166 }, "additional": { "logType": "info", "children": [ - "41acbb59-be40-439e-89c5-660e5830eea2", - "c56ca003-39ed-456c-9215-72d645e517bc" + "a681d995-542d-4fe7-b316-753bc43cd64b", + "c40f63bd-499b-4595-b5af-af187442917f" ], - "durationId": "7abaacf2-67cd-4959-a520-d35e229ac82e", - "parent": "a8e71ffa-567b-47af-8a28-8b41a1b8b17a" + "durationId": "776c0ebe-bb03-46df-b8e1-81cf2cfcd84c", + "parent": "a17e1606-0630-4482-9252-6f39585ec582" } }, { "head": { - "id": "c4f7a8ac-ec7d-4f78-b1d3-8d1e7a6f0e52", + "id": "69a1365f-e73c-4642-9705-6eb5938449d1", "name": "\"afterNodeEvaluate\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421482091625, - "endTime": 341421482095333 + "startTime": 348560582743291, + "endTime": 348560582747250 }, "additional": { "children": [], @@ -2523,8 +2523,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "719a99a4-92b8-4838-ab8b-ae1e74824599", - "logId": "c3c19fc4-042a-4d80-b4e1-875146f1285a" + "parent": "1713629a-50ff-4d75-813b-570ee2ba9c90", + "logId": "56cd9fa5-e8f1-4a0f-b427-d429e923f613" }, "log": { "_logger": { @@ -2548,74 +2548,74 @@ }, { "head": { - "id": "c3c19fc4-042a-4d80-b4e1-875146f1285a", + "id": "56cd9fa5-e8f1-4a0f-b427-d429e923f613", "name": "\"afterNodeEvaluate\" hook function", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421482091625, - "endTime": 341421482095333 + "startTime": 348560582743291, + "endTime": 348560582747250 }, "additional": { "logType": "info", "children": [], - "durationId": "c4f7a8ac-ec7d-4f78-b1d3-8d1e7a6f0e52", - "parent": "a8e71ffa-567b-47af-8a28-8b41a1b8b17a" + "durationId": "69a1365f-e73c-4642-9705-6eb5938449d1", + "parent": "a17e1606-0630-4482-9252-6f39585ec582" } }, { "head": { - "id": "a8e71ffa-567b-47af-8a28-8b41a1b8b17a", + "id": "a17e1606-0630-4482-9252-6f39585ec582", "name": "eval submodule", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421455109125, - "endTime": 341421482099833 + "startTime": 348560555683541, + "endTime": 348560582751541 }, "additional": { "logType": "info", "children": [ - "915d02aa-3311-40e4-954e-b0840d37a118", - "6d0316f7-9cbf-4e73-84f4-94d0684f820d", - "c3c19fc4-042a-4d80-b4e1-875146f1285a" + "65e4b238-70cd-4ff1-8860-688ccc9942d4", + "456c2f5c-d136-4269-b732-d2002ec360ec", + "56cd9fa5-e8f1-4a0f-b427-d429e923f613" ], - "durationId": "719a99a4-92b8-4838-ab8b-ae1e74824599", - "parent": "a376b42d-c76d-4a85-a9e5-07ec56d6fd48" + "durationId": "1713629a-50ff-4d75-813b-570ee2ba9c90", + "parent": "48ba246e-8268-49fd-a3a0-46c77fc2f0d6" } }, { "head": { - "id": "2d9c097c-aa7b-4324-a28f-85ab704fd54b", + "id": "4b926a40-6f7b-4d0e-b7ef-0b9ec6d00820", "name": "eval submodule", "description": "Evaluate submodule.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421482111833, - "endTime": 341421488143250 + "startTime": 348560582763333, + "endTime": 348560588562500 }, "additional": { "children": [ - "26c30fd6-8133-40f0-89e1-87210231251d", - "514b91e2-bf38-4a44-8f69-69e59287266d", - "19c6dc89-8e94-4a30-ae87-51f404a57986" + "528375f2-9236-45d1-91a5-7b78b5607aad", + "10e9ca58-73a5-43fe-b017-2812e1b31e75", + "368072d0-56eb-4486-b1ee-beefa5e79de2" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "f454d3d7-419e-4269-9e65-b3464499a5f1", - "logId": "6bf4699b-94d1-47e3-a4b8-3ca9dc8f3502" + "parent": "d80d309d-646a-4f3b-9f2b-8cc3cb2e4c4a", + "logId": "e884db5b-3444-4476-a6b9-266b2dba1bd5" }, "log": { "_logger": { @@ -2639,16 +2639,16 @@ }, { "head": { - "id": "26c30fd6-8133-40f0-89e1-87210231251d", + "id": "528375f2-9236-45d1-91a5-7b78b5607aad", "name": "\"beforeNodeEvaluate\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421482148250, - "endTime": 341421482150250 + "startTime": 348560582801291, + "endTime": 348560582803583 }, "additional": { "children": [], @@ -2657,8 +2657,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "2d9c097c-aa7b-4324-a28f-85ab704fd54b", - "logId": "f1d924a7-9127-4245-80ed-a4dcfd76a321" + "parent": "4b926a40-6f7b-4d0e-b7ef-0b9ec6d00820", + "logId": "6a19ebfe-6fdf-4c50-bab2-995d32788f67" }, "log": { "_logger": { @@ -2682,49 +2682,49 @@ }, { "head": { - "id": "f1d924a7-9127-4245-80ed-a4dcfd76a321", + "id": "6a19ebfe-6fdf-4c50-bab2-995d32788f67", "name": "\"beforeNodeEvaluate\" hook function", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421482148250, - "endTime": 341421482150250 + "startTime": 348560582801291, + "endTime": 348560582803583 }, "additional": { "logType": "info", "children": [], - "durationId": "26c30fd6-8133-40f0-89e1-87210231251d", - "parent": "6bf4699b-94d1-47e3-a4b8-3ca9dc8f3502" + "durationId": "528375f2-9236-45d1-91a5-7b78b5607aad", + "parent": "e884db5b-3444-4476-a6b9-266b2dba1bd5" } }, { "head": { - "id": "514b91e2-bf38-4a44-8f69-69e59287266d", + "id": "10e9ca58-73a5-43fe-b017-2812e1b31e75", "name": "eval hvigorfile", "description": "Evaluate hvigorfile.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421482165375, - "endTime": 341421488107666 + "startTime": 348560582844333, + "endTime": 348560588525333 }, "additional": { "children": [ - "3e38aad1-71ab-4963-a8e7-a69fd62f65c7", - "975f258e-85bd-4310-85a1-19a438631a84" + "2ae9c839-9d05-4eca-8118-38c8320f345c", + "7dedab28-8e87-4a88-8f28-23b52421b36b" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "2d9c097c-aa7b-4324-a28f-85ab704fd54b", - "logId": "b68fc786-a0f1-4943-a8b3-1bf52ff41f4e" + "parent": "4b926a40-6f7b-4d0e-b7ef-0b9ec6d00820", + "logId": "4036ae14-05bb-4896-a8d2-71b4bf9ce13e" }, "log": { "_logger": { @@ -2748,16 +2748,16 @@ }, { "head": { - "id": "3e38aad1-71ab-4963-a8e7-a69fd62f65c7", + "id": "2ae9c839-9d05-4eca-8118-38c8320f345c", "name": "require hvigorfile", "description": "Require hvigorfile.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421482165541, - "endTime": 341421485313083 + "startTime": 348560582844500, + "endTime": 348560585759500 }, "additional": { "children": [], @@ -2766,8 +2766,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "514b91e2-bf38-4a44-8f69-69e59287266d", - "logId": "1fe25865-c0c8-423b-908f-115afa4135bb" + "parent": "10e9ca58-73a5-43fe-b017-2812e1b31e75", + "logId": "e2d6d5cb-1c05-444c-803d-7897bc3b5dd3" }, "log": { "_logger": { @@ -2791,16 +2791,16 @@ }, { "head": { - "id": "975f258e-85bd-4310-85a1-19a438631a84", + "id": "7dedab28-8e87-4a88-8f28-23b52421b36b", "name": "bind plugins", "description": "Bind plugins.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421485320458, - "endTime": 341421488102666 + "startTime": 348560585765458, + "endTime": 348560588520041 }, "additional": { "children": [], @@ -2809,8 +2809,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "514b91e2-bf38-4a44-8f69-69e59287266d", - "logId": "4e8ed6f9-8471-4dba-a3ea-0d3eca29c8ca" + "parent": "10e9ca58-73a5-43fe-b017-2812e1b31e75", + "logId": "a603441a-9d02-459c-8873-2ddc8ebaa9de" }, "log": { "_logger": { @@ -2834,15 +2834,15 @@ }, { "head": { - "id": "b4a0d51e-4d87-436f-aba3-25e0fb91997c", + "id": "13bdd38e-eeaa-4e7d-b082-cdb65e37cc0d", "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421482166333 + "startTime": 348560582845541 }, "additional": { "logType": "debug", @@ -2851,15 +2851,15 @@ }, { "head": { - "id": "8720de66-2e20-4243-aa92-8729b8748ab6", + "id": "5168baa0-03f8-45a0-9437-f333bd2c5aef", "name": "hvigorfile, require result: { default: { system: [Function: hapTasks], plugins: [] } }", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421485267416 + "startTime": 348560585728791 }, "additional": { "logType": "debug", @@ -2868,35 +2868,35 @@ }, { "head": { - "id": "1fe25865-c0c8-423b-908f-115afa4135bb", + "id": "e2d6d5cb-1c05-444c-803d-7897bc3b5dd3", "name": "require hvigorfile", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421482165541, - "endTime": 341421485313083 + "startTime": 348560582844500, + "endTime": 348560585759500 }, "additional": { "logType": "info", "children": [], - "durationId": "3e38aad1-71ab-4963-a8e7-a69fd62f65c7", - "parent": "b68fc786-a0f1-4943-a8b3-1bf52ff41f4e" + "durationId": "2ae9c839-9d05-4eca-8118-38c8320f345c", + "parent": "4036ae14-05bb-4896-a8d2-71b4bf9ce13e" } }, { "head": { - "id": "f1f03f42-f61f-4086-8207-5e31fbc77070", + "id": "4efbd5a5-fa3e-4340-b61f-523806084106", "name": "hvigorfile, binding system plugins [Function: hapTasks]", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421485325916 + "startTime": 348560585769750 }, "additional": { "logType": "debug", @@ -2905,15 +2905,15 @@ }, { "head": { - "id": "d398ad4a-0065-4ea1-8000-cc78a2d1473d", + "id": "1c3d0790-08ea-4868-8d62-f7f6b16a086c", "name": "Starting plugin build process", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421485379583 + "startTime": 348560585812875 }, "additional": { "logType": "debug", @@ -2922,15 +2922,15 @@ }, { "head": { - "id": "8c18c348-29a6-4cf6-a358-9d92a43e6ac9", + "id": "584a6c62-9e6c-4685-accd-aef9561cf8ac", "name": "Hap plugin creating...", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421485398583 + "startTime": 348560585829041 }, "additional": { "logType": "debug", @@ -2939,15 +2939,15 @@ }, { "head": { - "id": "e4bb54bf-c8da-4542-a8f0-cc2990e27a77", + "id": "ac3d2658-a66a-479e-b882-f0a2fee0ae74", "name": "failed to load cangjie to dynamically generate schemas: Error: Cannot find module '@ohos/cangjie-build-support/index'\nRequire stack:\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/hooks/cangjie-register.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/strategy/stage-init-strategy.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/abstract-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/app-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/index.js\n- /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/internal/lifecycle/configuration.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/boot/index.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/cli/main/cli.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/bin/hvigor.js", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421485498291 + "startTime": 348560585934291 }, "additional": { "logType": "debug", @@ -2956,15 +2956,15 @@ }, { "head": { - "id": "1dcf0ac7-0637-418e-a9fc-b77b8bea93f1", + "id": "7d925170-8377-4070-beb0-e00b440a8bbe", "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421487146666 + "startTime": 348560587559708 }, "additional": { "logType": "debug", @@ -2973,15 +2973,15 @@ }, { "head": { - "id": "db0c96aa-d16d-4243-9ab4-ae2464e97f2a", + "id": "48675801-241c-404b-a975-feb0d8ec3552", "name": "Target 'default' config initialized", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421487169166 + "startTime": 348560587584916 }, "additional": { "logType": "debug", @@ -2990,15 +2990,15 @@ }, { "head": { - "id": "a29d6890-7a5c-4579-8d60-65401b0806e3", + "id": "6de5c2c1-111b-440a-965f-63656d45b09c", "name": "Module 'entry' target 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421487226208 + "startTime": 348560587637833 }, "additional": { "logType": "debug", @@ -3007,15 +3007,15 @@ }, { "head": { - "id": "f1e77553-a36e-4f36-bee0-e2188809582d", + "id": "3596d1d8-b5ba-4836-9309-69680dc35840", "name": "End initialize module-target build option map, moduleName=entry", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421487234875 + "startTime": 348560587645541 }, "additional": { "logType": "debug", @@ -3024,15 +3024,15 @@ }, { "head": { - "id": "2ff0d727-3949-40e9-a461-bc36bc792990", + "id": "b724372c-5cc7-461e-85d1-ba8033918d3e", "name": "Start initialize module-target build option map, moduleName=entry, buildMode=release", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421487249500 + "startTime": 348560587659333 }, "additional": { "logType": "debug", @@ -3041,15 +3041,15 @@ }, { "head": { - "id": "404c8928-b0ed-4b51-af58-f72e0da8bc0c", + "id": "0be05bf5-b14b-4d83-9c5d-10535453f3e2", "name": "Target 'default' config initialized", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421487259666 + "startTime": 348560587669166 }, "additional": { "logType": "debug", @@ -3058,15 +3058,15 @@ }, { "head": { - "id": "df4ca971-acd6-464f-8a0d-90a15ac4c1c3", + "id": "59d7c194-e359-4a13-b94f-d2874bd3d2d7", "name": "Module 'entry' target 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421487302833 + "startTime": 348560587710291 }, "additional": { "logType": "debug", @@ -3075,15 +3075,15 @@ }, { "head": { - "id": "0f63fcff-67a0-4eb9-9e00-1f4ca11d67f0", + "id": "fe459668-81ec-4b95-84a0-5ba469478bce", "name": "End initialize module-target build option map, moduleName=entry", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421487311416 + "startTime": 348560587717291 }, "additional": { "logType": "debug", @@ -3092,15 +3092,15 @@ }, { "head": { - "id": "087fc26b-0ba6-4f0f-bddc-168f75f03b51", + "id": "fea787ff-3d0f-44af-ba8b-f18b7d1a94c1", "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421487331666 + "startTime": 348560587732416 }, "additional": { "logType": "debug", @@ -3109,15 +3109,15 @@ }, { "head": { - "id": "77367083-875e-40df-9188-55a71fd34f1e", + "id": "7cfba8dd-830d-405e-9410-ef59fd6c9ca6", "name": "Target 'default' config initialized", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421487341291 + "startTime": 348560587741833 }, "additional": { "logType": "debug", @@ -3126,15 +3126,15 @@ }, { "head": { - "id": "1e724d4f-fc76-4090-a4f3-eda1e4de98d9", + "id": "62a0678c-0f57-475a-8ca0-a0532554f87a", "name": "Module 'entry' target 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421487374666 + "startTime": 348560587775250 }, "additional": { "logType": "debug", @@ -3143,15 +3143,15 @@ }, { "head": { - "id": "c653806e-1754-4f08-a1d0-6c18401445a7", + "id": "92da5bdb-2081-4df3-bdd2-43e688a8fbbc", "name": "End initialize module-target build option map, moduleName=entry", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421487381708 + "startTime": 348560587781625 }, "additional": { "logType": "debug", @@ -3160,15 +3160,15 @@ }, { "head": { - "id": "7e02b103-2431-45e5-9de7-4c747f1b2226", + "id": "2cdfe43c-cfcf-4f33-adb6-e2df4badb8d1", "name": "Obtain build option for module 'entry' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421487391250 + "startTime": 348560587791583 }, "additional": { "logType": "debug", @@ -3177,15 +3177,15 @@ }, { "head": { - "id": "7153fa74-73d0-4d40-a777-17fad25a8df9", + "id": "59eed1cd-7d09-4b7b-a952-0c89c4823984", "name": "Module entry task initialization takes 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421488011250 + "startTime": 348560588419541 }, "additional": { "logType": "debug", @@ -3194,15 +3194,15 @@ }, { "head": { - "id": "00400714-296f-413d-b9ec-720d3788b508", + "id": "07d529af-792c-4afe-a73d-8f404e386470", "name": "Hap plugin register hook start...", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421488039708 + "startTime": 348560588456583 }, "additional": { "logType": "debug", @@ -3211,15 +3211,15 @@ }, { "head": { - "id": "a9ae6372-1ca4-4dad-bcf6-b4f14585422d", + "id": "fe908298-185b-4532-a103-256ee2ebd16e", "name": "Hap plugin register hook end...", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421488049083 + "startTime": 348560588465875 }, "additional": { "logType": "debug", @@ -3228,15 +3228,15 @@ }, { "head": { - "id": "4a400a7a-00cc-43ff-b27d-116a4459b5d6", + "id": "e7d353b9-3fcb-44e7-8817-1246d2944edd", "name": "Plugin build process completed", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421488055083 + "startTime": 348560588471791 }, "additional": { "logType": "debug", @@ -3245,15 +3245,15 @@ }, { "head": { - "id": "dddda970-67b9-4e45-a59d-2143d6a377bd", + "id": "14d05247-789d-4d83-884a-edb4caf15ba2", "name": "hvigorfile, binding custom plugins []", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421488080916 + "startTime": 348560588497916 }, "additional": { "logType": "debug", @@ -3262,15 +3262,15 @@ }, { "head": { - "id": "3704ccd1-17cc-45c0-b180-0127a19efc6c", + "id": "eab147f5-99ff-4aaf-8d48-3f817a881807", "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421488090125 + "startTime": 348560588506541 }, "additional": { "logType": "debug", @@ -3279,15 +3279,15 @@ }, { "head": { - "id": "aae26a3b-802f-4e73-807c-6df1b0080a2f", + "id": "a8c5f22a-7e3d-4083-8208-10c27ab39c5f", "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421488096416 + "startTime": 348560588512375 }, "additional": { "logType": "debug", @@ -3296,59 +3296,59 @@ }, { "head": { - "id": "4e8ed6f9-8471-4dba-a3ea-0d3eca29c8ca", + "id": "a603441a-9d02-459c-8873-2ddc8ebaa9de", "name": "bind plugins", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421485320458, - "endTime": 341421488102666 + "startTime": 348560585765458, + "endTime": 348560588520041 }, "additional": { "logType": "info", "children": [], - "durationId": "975f258e-85bd-4310-85a1-19a438631a84", - "parent": "b68fc786-a0f1-4943-a8b3-1bf52ff41f4e" + "durationId": "7dedab28-8e87-4a88-8f28-23b52421b36b", + "parent": "4036ae14-05bb-4896-a8d2-71b4bf9ce13e" } }, { "head": { - "id": "b68fc786-a0f1-4943-a8b3-1bf52ff41f4e", + "id": "4036ae14-05bb-4896-a8d2-71b4bf9ce13e", "name": "eval hvigorfile", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421482165375, - "endTime": 341421488107666 + "startTime": 348560582844333, + "endTime": 348560588525333 }, "additional": { "logType": "info", "children": [ - "1fe25865-c0c8-423b-908f-115afa4135bb", - "4e8ed6f9-8471-4dba-a3ea-0d3eca29c8ca" + "e2d6d5cb-1c05-444c-803d-7897bc3b5dd3", + "a603441a-9d02-459c-8873-2ddc8ebaa9de" ], - "durationId": "514b91e2-bf38-4a44-8f69-69e59287266d", - "parent": "6bf4699b-94d1-47e3-a4b8-3ca9dc8f3502" + "durationId": "10e9ca58-73a5-43fe-b017-2812e1b31e75", + "parent": "e884db5b-3444-4476-a6b9-266b2dba1bd5" } }, { "head": { - "id": "19c6dc89-8e94-4a30-ae87-51f404a57986", + "id": "368072d0-56eb-4486-b1ee-beefa5e79de2", "name": "\"afterNodeEvaluate\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421488135625, - "endTime": 341421488139333 + "startTime": 348560588555541, + "endTime": 348560588558833 }, "additional": { "children": [], @@ -3357,8 +3357,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "2d9c097c-aa7b-4324-a28f-85ab704fd54b", - "logId": "6711aa1e-fe81-4e5e-b335-d214a60a2b95" + "parent": "4b926a40-6f7b-4d0e-b7ef-0b9ec6d00820", + "logId": "7920d955-85d3-409f-a636-2c5853778663" }, "log": { "_logger": { @@ -3382,103 +3382,103 @@ }, { "head": { - "id": "6711aa1e-fe81-4e5e-b335-d214a60a2b95", + "id": "7920d955-85d3-409f-a636-2c5853778663", "name": "\"afterNodeEvaluate\" hook function", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421488135625, - "endTime": 341421488139333 + "startTime": 348560588555541, + "endTime": 348560588558833 }, "additional": { "logType": "info", "children": [], - "durationId": "19c6dc89-8e94-4a30-ae87-51f404a57986", - "parent": "6bf4699b-94d1-47e3-a4b8-3ca9dc8f3502" + "durationId": "368072d0-56eb-4486-b1ee-beefa5e79de2", + "parent": "e884db5b-3444-4476-a6b9-266b2dba1bd5" } }, { "head": { - "id": "6bf4699b-94d1-47e3-a4b8-3ca9dc8f3502", + "id": "e884db5b-3444-4476-a6b9-266b2dba1bd5", "name": "eval submodule", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421482111833, - "endTime": 341421488143250 + "startTime": 348560582763333, + "endTime": 348560588562500 }, "additional": { "logType": "info", "children": [ - "f1d924a7-9127-4245-80ed-a4dcfd76a321", - "b68fc786-a0f1-4943-a8b3-1bf52ff41f4e", - "6711aa1e-fe81-4e5e-b335-d214a60a2b95" + "6a19ebfe-6fdf-4c50-bab2-995d32788f67", + "4036ae14-05bb-4896-a8d2-71b4bf9ce13e", + "7920d955-85d3-409f-a636-2c5853778663" ], - "durationId": "2d9c097c-aa7b-4324-a28f-85ab704fd54b", - "parent": "a376b42d-c76d-4a85-a9e5-07ec56d6fd48" + "durationId": "4b926a40-6f7b-4d0e-b7ef-0b9ec6d00820", + "parent": "48ba246e-8268-49fd-a3a0-46c77fc2f0d6" } }, { "head": { - "id": "a376b42d-c76d-4a85-a9e5-07ec56d6fd48", + "id": "48ba246e-8268-49fd-a3a0-46c77fc2f0d6", "name": "eval modules", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421455103666, - "endTime": 341421488147666 + "startTime": 348560555679166, + "endTime": 348560588566916 }, "additional": { "logType": "info", "children": [ - "a8e71ffa-567b-47af-8a28-8b41a1b8b17a", - "6bf4699b-94d1-47e3-a4b8-3ca9dc8f3502" + "a17e1606-0630-4482-9252-6f39585ec582", + "e884db5b-3444-4476-a6b9-266b2dba1bd5" ], - "durationId": "f454d3d7-419e-4269-9e65-b3464499a5f1", - "parent": "e18b68a5-26cd-4081-8cb8-358e1d58e69c" + "durationId": "d80d309d-646a-4f3b-9f2b-8cc3cb2e4c4a", + "parent": "d60c654a-7cd2-49bb-be69-2967688ec540" } }, { "head": { - "id": "758cde6e-122f-4438-9ad3-5704864ce150", + "id": "8c8b75c4-fd41-4909-99fc-a10d1b0dc6af", "name": "add config dependencies", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421488165041, - "endTime": 341421488165458 + "startTime": 348560588583166, + "endTime": 348560588583625 }, "additional": { "logType": "info", "children": [], - "durationId": "c1d0edd8-a505-45d5-bc71-d3fdca2fba97", - "parent": "e18b68a5-26cd-4081-8cb8-358e1d58e69c" + "durationId": "e9603fd5-d67d-4944-aeb3-f0a2569c4138", + "parent": "d60c654a-7cd2-49bb-be69-2967688ec540" } }, { "head": { - "id": "ec6eed85-1152-4325-94a1-bb7bb45f413b", + "id": "c370ef7c-5121-4723-aa09-d3820026bf4f", "name": "\"nodesEvaluated\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421488172166, - "endTime": 341421488290416 + "startTime": 348560588589375, + "endTime": 348560588709833 }, "additional": { "children": [], @@ -3487,8 +3487,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "5d838991-5234-467e-a561-16dc8627024a", - "logId": "5f47dd4a-c6e9-46e1-8385-47c4d8dd4ae6" + "parent": "5dd0b1df-cd66-42be-9deb-e9651b2d0388", + "logId": "c0b3c0fa-9f53-4b6e-893e-52b837c19623" }, "log": { "_logger": { @@ -3512,15 +3512,15 @@ }, { "head": { - "id": "caa65413-27be-49dc-85e1-0d5f58e8b7cc", + "id": "644f2fdb-9487-47db-8d58-f4f86965befe", "name": "project has submodules:xuqmSdk,entry", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421488198625 + "startTime": 348560588615458 }, "additional": { "logType": "debug", @@ -3529,15 +3529,15 @@ }, { "head": { - "id": "61387d3e-ba76-44da-aa1e-99c6b8224b5f", + "id": "796301df-b3d7-409f-b6ce-e6c0cafa014c", "name": "module:xuqmSdk no need to execute packageHap", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421488255250 + "startTime": 348560588675166 }, "additional": { "logType": "debug", @@ -3546,35 +3546,35 @@ }, { "head": { - "id": "5f47dd4a-c6e9-46e1-8385-47c4d8dd4ae6", + "id": "c0b3c0fa-9f53-4b6e-893e-52b837c19623", "name": "\"nodesEvaluated\" hook function", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421488172166, - "endTime": 341421488290416 + "startTime": 348560588589375, + "endTime": 348560588709833 }, "additional": { "logType": "info", "children": [], - "durationId": "ec6eed85-1152-4325-94a1-bb7bb45f413b", - "parent": "e18b68a5-26cd-4081-8cb8-358e1d58e69c" + "durationId": "c370ef7c-5121-4723-aa09-d3820026bf4f", + "parent": "d60c654a-7cd2-49bb-be69-2967688ec540" } }, { "head": { - "id": "91e69f7d-15eb-4f3a-8cd5-9833f7225088", + "id": "0935155d-0eed-466e-aef0-a9e52065d9a4", "name": "start to load updatedOhPackageInfo to the disk", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421488982291 + "startTime": 348560589449666 }, "additional": { "logType": "debug", @@ -3583,15 +3583,15 @@ }, { "head": { - "id": "bf8104c2-cfb0-4ca9-90e2-572e71ec6c7a", + "id": "64663f67-9149-42d6-96ba-043c7a88da07", "name": "load to the disk finished", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421490723583 + "startTime": 348560591399541 }, "additional": { "logType": "debug", @@ -3600,35 +3600,35 @@ }, { "head": { - "id": "10dff098-a979-4473-98ac-595424837e83", + "id": "799dfe7a-8412-45bd-84a9-7f9e97be0809", "name": "ohpm install", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421488293208, - "endTime": 341421490916375 + "startTime": 348560588712375, + "endTime": 348560591652875 }, "additional": { "logType": "info", "children": [], - "durationId": "a92fefd0-5439-409b-91b7-175f1dcf8580", - "parent": "e18b68a5-26cd-4081-8cb8-358e1d58e69c" + "durationId": "0b405eed-211d-44ed-acd0-5b370689a7a4", + "parent": "d60c654a-7cd2-49bb-be69-2967688ec540" } }, { "head": { - "id": "607555ad-2de8-4e3f-8520-45dee53c1865", + "id": "b82e8e63-e95f-4bf4-8976-e1ec0a71219d", "name": "Start to initialize dependency information.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421490958500 + "startTime": 348560591698458 }, "additional": { "logType": "debug", @@ -3637,15 +3637,15 @@ }, { "head": { - "id": "b7c19536-6b3e-4a1f-a7d2-65a3c652066b", + "id": "f71c1965-ea1e-4778-ab78-de84e3414d3c", "name": "Module XuqmGroup-HarmonySDK Collected Dependency: ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421491613583 + "startTime": 348560592386625 }, "additional": { "logType": "debug", @@ -3654,15 +3654,15 @@ }, { "head": { - "id": "78026db4-7993-4282-a690-38bec04eb430", + "id": "f552179f-677b-4b53-bdfd-45d5c451ef89", "name": "Module XuqmGroup-HarmonySDK's total dependency: 0", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421491624333 + "startTime": 348560592398166 }, "additional": { "logType": "debug", @@ -3671,15 +3671,15 @@ }, { "head": { - "id": "85422967-b65e-47c2-b05b-6029941e6b7b", + "id": "d7d9bb56-afd7-45e6-bedb-8c586a56d5a1", "name": "Start to initialize dependency information.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421493613208 + "startTime": 348560593028250 }, "additional": { "logType": "debug", @@ -3688,15 +3688,15 @@ }, { "head": { - "id": "01008ec2-e333-4687-b67f-0c66d7b70d01", + "id": "37a20be7-0a09-4b0d-bd1c-a8388cb01b05", "name": "Module xuqmSdk Collected Dependency: ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421494045708 + "startTime": 348560593398875 }, "additional": { "logType": "debug", @@ -3705,15 +3705,15 @@ }, { "head": { - "id": "6e5ad81d-7fa3-4c31-8927-19f166cb7194", + "id": "e104a1f5-3d09-4e9e-8864-426beed384a9", "name": "Module xuqmSdk's total dependency: 0", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421494062208 + "startTime": 348560593409083 }, "additional": { "logType": "debug", @@ -3722,15 +3722,15 @@ }, { "head": { - "id": "6c559d2d-3876-49ae-9114-bcd9502ea256", + "id": "e07e858b-f31a-4d78-a5ea-4c004cbd6475", "name": "Start to initialize dependency information.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421495520166 + "startTime": 348560594701625 }, "additional": { "logType": "debug", @@ -3739,15 +3739,15 @@ }, { "head": { - "id": "8605f9b7-5c15-4361-a058-608ae86a054f", + "id": "8225ad19-b1ff-4efa-8a71-2472441fcad9", "name": "Module entry Collected Dependency: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421496497458 + "startTime": 348560595613208 }, "additional": { "logType": "debug", @@ -3756,15 +3756,15 @@ }, { "head": { - "id": "396efccc-51a5-4801-b2e3-73ccb64475b8", + "id": "6f654bd6-c338-407c-ab16-8a2253fdf9c4", "name": "Module entry's total dependency: 1", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421496510958 + "startTime": 348560595626208 }, "additional": { "logType": "debug", @@ -3773,35 +3773,35 @@ }, { "head": { - "id": "2757feab-9b31-4ac9-8c94-d389faa7e857", + "id": "9db2f25d-bc5b-44e3-b1d4-d46241a04ddc", "name": "eval hook", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421490921291, - "endTime": 341421497088541 + "startTime": 348560591659458, + "endTime": 348560596203375 }, "additional": { "logType": "info", "children": [], - "durationId": "96f5f84e-a47a-4262-b571-000ce60228bc", - "parent": "e18b68a5-26cd-4081-8cb8-358e1d58e69c" + "durationId": "5f8d0a6f-7aa1-4b79-a6d6-e01f9083d8d0", + "parent": "d60c654a-7cd2-49bb-be69-2967688ec540" } }, { "head": { - "id": "28373956-8238-4ab3-8a03-5a57dfdd30cc", - "name": "Configuration phase cost:869 ms ", + "id": "fb9f9753-95a9-4c67-8c55-c9a368fea650", + "name": "Configuration phase cost:865 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421497116125 + "startTime": 348560596228625 }, "additional": { "logType": "debug", @@ -3810,66 +3810,66 @@ }, { "head": { - "id": "323d1d4e-3762-4cb9-947d-90d90cfc0435", + "id": "d44b2695-0b7c-44b4-a54e-111f610a86ef", "name": "fin configuration", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421497098000, - "endTime": 341421497125916 + "startTime": 348560596211083, + "endTime": 348560596238666 }, "additional": { "logType": "info", "children": [], - "durationId": "811cb3ed-7861-4af2-9581-ccdc8320c0b9", - "parent": "e18b68a5-26cd-4081-8cb8-358e1d58e69c" + "durationId": "348c3313-d246-4ffe-9aaa-77be8dce1410", + "parent": "d60c654a-7cd2-49bb-be69-2967688ec540" } }, { "head": { - "id": "e18b68a5-26cd-4081-8cb8-358e1d58e69c", + "id": "d60c654a-7cd2-49bb-be69-2967688ec540", "name": "configure hvigor plugin", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420628607583, - "endTime": 341421497130708 + "startTime": 348559731939291, + "endTime": 348560596243916 }, "additional": { "logType": "info", "children": [ - "5950c6d8-f66d-4e94-b676-af38c107c887", - "0b6c1030-8b3d-4e06-81f6-1850150d8288", - "3789fd72-02bb-4090-8d0c-d800575f09ba", - "a376b42d-c76d-4a85-a9e5-07ec56d6fd48", - "758cde6e-122f-4438-9ad3-5704864ce150", - "10dff098-a979-4473-98ac-595424837e83", - "2757feab-9b31-4ac9-8c94-d389faa7e857", - "323d1d4e-3762-4cb9-947d-90d90cfc0435", - "5f47dd4a-c6e9-46e1-8385-47c4d8dd4ae6" + "a2a2a021-6f8d-4546-93a7-a152b9e285dd", + "4a1fc0a3-2f5e-4019-b617-f9b8109697a9", + "1cb880ce-f8ce-493c-983a-6fa45812a71f", + "48ba246e-8268-49fd-a3a0-46c77fc2f0d6", + "8c8b75c4-fd41-4909-99fc-a10d1b0dc6af", + "799dfe7a-8412-45bd-84a9-7f9e97be0809", + "9db2f25d-bc5b-44e3-b1d4-d46241a04ddc", + "d44b2695-0b7c-44b4-a54e-111f610a86ef", + "c0b3c0fa-9f53-4b6e-893e-52b837c19623" ], - "durationId": "5d838991-5234-467e-a561-16dc8627024a", - "parent": "d15945ac-1a62-41b3-ad04-d68edd8fbf33" + "durationId": "5dd0b1df-cd66-42be-9deb-e9651b2d0388", + "parent": "e8d4bf36-1c4c-43c2-8d82-b93e8eb7e5b5" } }, { "head": { - "id": "79fe9afd-5e92-4033-8bc1-94a1189790f7", + "id": "f8014dfe-7ede-49b2-99fd-2a753df112a3", "name": "\"taskGraphResolved\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421498033916, - "endTime": 341421498048791 + "startTime": 348560597104875, + "endTime": 348560597118458 }, "additional": { "children": [], @@ -3878,8 +3878,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "8bc17249-e01d-47d0-866d-24e1951b9011", - "logId": "630cbef2-03bd-4087-a13f-0f48941f2938" + "parent": "d8bf3d23-d12c-40e2-bef1-a4e538629043", + "logId": "a2fbec56-a6fb-4e00-9784-1aa1e2b21269" }, "log": { "_logger": { @@ -3903,102 +3903,102 @@ }, { "head": { - "id": "630cbef2-03bd-4087-a13f-0f48941f2938", + "id": "a2fbec56-a6fb-4e00-9784-1aa1e2b21269", "name": "\"taskGraphResolved\" hook function", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421498033916, - "endTime": 341421498048791 + "startTime": 348560597104875, + "endTime": 348560597118458 }, "additional": { "logType": "info", "children": [], - "durationId": "79fe9afd-5e92-4033-8bc1-94a1189790f7", - "parent": "d15945ac-1a62-41b3-ad04-d68edd8fbf33" + "durationId": "f8014dfe-7ede-49b2-99fd-2a753df112a3", + "parent": "e8d4bf36-1c4c-43c2-8d82-b93e8eb7e5b5" } }, { "head": { - "id": "4eacf333-12b5-4c04-9d3f-046c6b0ffceb", + "id": "bb872362-bc74-4fab-b742-6221284dff99", "name": "build task graph", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421497144791, - "endTime": 341421498054000 + "startTime": 348560596257791, + "endTime": 348560597121750 }, "additional": { "logType": "info", "children": [], - "durationId": "8942b25d-35f5-49ad-95ff-d33ba66fed5e", - "parent": "d15945ac-1a62-41b3-ad04-d68edd8fbf33" + "durationId": "dc0716d8-deb4-4f3e-b84d-92880c9a40a5", + "parent": "e8d4bf36-1c4c-43c2-8d82-b93e8eb7e5b5" } }, { "head": { - "id": "b8469aeb-abf7-4ea5-880b-bd06c588f29c", + "id": "cac37051-c480-451d-8567-72d85a090bd2", "name": "init task execution option", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421498056500, - "endTime": 341421498059291 + "startTime": 348560597124333, + "endTime": 348560597127250 }, "additional": { "logType": "info", "children": [], - "durationId": "0fb533fe-aee4-4f0a-ab6f-754507cab08e", - "parent": "d15945ac-1a62-41b3-ad04-d68edd8fbf33" + "durationId": "f2684bdb-0529-4448-8812-738b2745636c", + "parent": "e8d4bf36-1c4c-43c2-8d82-b93e8eb7e5b5" } }, { "head": { - "id": "d15945ac-1a62-41b3-ad04-d68edd8fbf33", + "id": "e8d4bf36-1c4c-43c2-8d82-b93e8eb7e5b5", "name": "init", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420622957333, - "endTime": 341421498062291 + "startTime": 348559727193291, + "endTime": 348560597130000 }, "additional": { "logType": "info", "children": [ - "668d1b2b-6bc5-4284-91ad-65c4a4a85525", - "e18b68a5-26cd-4081-8cb8-358e1d58e69c", - "4eacf333-12b5-4c04-9d3f-046c6b0ffceb", - "b8469aeb-abf7-4ea5-880b-bd06c588f29c", - "56b01a42-c313-4efd-a2c8-19325a403eaf", - "80faf424-2ea3-4994-90b6-87c7e6262ad3", - "630cbef2-03bd-4087-a13f-0f48941f2938" + "f10033bb-2302-46e6-9a23-9968e83cd1c5", + "d60c654a-7cd2-49bb-be69-2967688ec540", + "bb872362-bc74-4fab-b742-6221284dff99", + "cac37051-c480-451d-8567-72d85a090bd2", + "87e261fe-b13d-4a0f-a837-56f0dc685b84", + "1c4e39b3-bad4-4ccb-afe4-17870c0f0be1", + "a2fbec56-a6fb-4e00-9784-1aa1e2b21269" ], - "durationId": "8bc17249-e01d-47d0-866d-24e1951b9011" + "durationId": "d8bf3d23-d12c-40e2-bef1-a4e538629043" } }, { "head": { - "id": "ff38ae0d-ce0b-4ecf-972e-2404656b78bc", - "name": "Configuration task cost before running: 876 ms ", + "id": "87b79acc-20a4-48de-a8f4-dd325791b86e", + "name": "Configuration task cost before running: 871 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421498422041 + "startTime": 348560597491791 }, "additional": { "logType": "debug", @@ -4007,16 +4007,16 @@ }, { "head": { - "id": "cca4927e-67b5-42ad-b4b9-40d0b7abf756", + "id": "671ac92d-e1a0-45fa-a6d8-902ecf6aabc0", "name": "entry:default@PreBuild", "description": "Pre-build in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421500409375, - "endTime": 341421504541291 + "startTime": 348560599711291, + "endTime": 348560603913625 }, "additional": { "children": [], @@ -4025,8 +4025,8 @@ "moduleName": "entry", "category": "Verification", "taskRunReasons": [], - "detailId": "1816265f-56f9-4fc2-b55c-5e2c526c5d61", - "logId": "3f4a4b3e-69ac-465b-a145-5756dbc20cfa" + "detailId": "90bd794a-9cf1-4d19-a9ec-2d9e25bc2cc6", + "logId": "30dae45e-01e6-4655-b378-78190b987926" }, "log": { "_logger": { @@ -4050,33 +4050,33 @@ }, { "head": { - "id": "1816265f-56f9-4fc2-b55c-5e2c526c5d61", + "id": "90bd794a-9cf1-4d19-a9ec-2d9e25bc2cc6", "name": "create entry:default@PreBuild task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421498671166 + "startTime": 348560597768958 }, "additional": { "logType": "detail", "children": [], - "durationId": "cca4927e-67b5-42ad-b4b9-40d0b7abf756" + "durationId": "671ac92d-e1a0-45fa-a6d8-902ecf6aabc0" } }, { "head": { - "id": "ee4b7a92-2433-4ada-8fe6-c11258a2be45", + "id": "d46abfb4-90f2-4069-b295-b7fe9b81877b", "name": "Executing task :entry:default@PreBuild", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421500421208 + "startTime": 348560599725125 }, "additional": { "logType": "debug", @@ -4085,15 +4085,15 @@ }, { "head": { - "id": "7b88956f-aaf4-4348-8ee3-17ee6654d810", + "id": "3075a311-241b-4dcd-b2c1-242f8c02d6b7", "name": "The project has not explicitly set the 'targetSdkVersion' version at build-profile.json5. It is recommended to configure it. Reference: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides/ide-hvigor-build-profile-app#section45865492619", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421500592208 + "startTime": 348560599930166 }, "additional": { "logType": "warn", @@ -4102,15 +4102,15 @@ }, { "head": { - "id": "f501ccf4-6548-4a5d-8f79-fc95a05ffede", + "id": "1ca46868-3246-48aa-be04-68f31c09bb47", "name": "Task 'entry:default@PreBuild' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421502031375 + "startTime": 348560601547416 }, "additional": { "logType": "debug", @@ -4119,15 +4119,15 @@ }, { "head": { - "id": "e02a1281-6158-4fe5-be21-e9335f08127d", + "id": "75f92760-ba86-441c-986c-2e4937d97b70", "name": "Incremental task entry:default@PreBuild pre-execution cost: 2 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421504435208 + "startTime": 348560603806791 }, "additional": { "logType": "debug", @@ -4136,15 +4136,15 @@ }, { "head": { - "id": "e501abef-0add-483d-b6c6-b504367f9099", - "name": "entry : default@PreBuild cost memory 0.32805633544921875", + "id": "fe3d10c8-cddc-4ac3-8f00-419b790f0cf2", + "name": "entry : default@PreBuild cost memory 0.5984649658203125", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421504489666 + "startTime": 348560603863958 }, "additional": { "logType": "debug", @@ -4153,35 +4153,35 @@ }, { "head": { - "id": "3f4a4b3e-69ac-465b-a145-5756dbc20cfa", + "id": "30dae45e-01e6-4655-b378-78190b987926", "name": "UP-TO-DATE :entry:default@PreBuild", "description": "Pre-build in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421500409375, - "endTime": 341421504541291 + "startTime": 348560599711291, + "endTime": 348560603913625 }, "additional": { "logType": "info", "children": [], - "durationId": "cca4927e-67b5-42ad-b4b9-40d0b7abf756" + "durationId": "671ac92d-e1a0-45fa-a6d8-902ecf6aabc0" } }, { "head": { - "id": "e0c9faa3-ebd9-408b-bf6d-b6e113025261", + "id": "75b01fbf-4f5c-40c1-86d7-cd0fbc253f02", "name": "xuqmSdk:default@PreBuild", "description": "Pre-build in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421505649125, - "endTime": 341421506890541 + "startTime": 348560605043791, + "endTime": 348560606224625 }, "additional": { "children": [], @@ -4190,8 +4190,8 @@ "moduleName": "xuqmSdk", "category": "Verification", "taskRunReasons": [], - "detailId": "b088efb1-4fe9-450b-b81c-4f1c1a184028", - "logId": "b2dc1b3b-1738-47d8-95f9-1ee2499c1ed5" + "detailId": "7af62726-3cd8-49cd-ad32-2417b2591a6e", + "logId": "b8c934e2-0c88-4f3a-8450-031dd2d9b92c" }, "log": { "_logger": { @@ -4215,33 +4215,33 @@ }, { "head": { - "id": "b088efb1-4fe9-450b-b81c-4f1c1a184028", + "id": "7af62726-3cd8-49cd-ad32-2417b2591a6e", "name": "create xuqmSdk:default@PreBuild task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421505081791 + "startTime": 348560604492708 }, "additional": { "logType": "detail", "children": [], - "durationId": "e0c9faa3-ebd9-408b-bf6d-b6e113025261" + "durationId": "75b01fbf-4f5c-40c1-86d7-cd0fbc253f02" } }, { "head": { - "id": "b1d1c1cd-b3c8-4366-8072-affb833de2d6", + "id": "4bbbef88-76ea-45b4-b3ad-c1f61c9990f1", "name": "Executing task :xuqmSdk:default@PreBuild", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421505656166 + "startTime": 348560605048791 }, "additional": { "logType": "debug", @@ -4250,15 +4250,15 @@ }, { "head": { - "id": "03024871-9366-423e-b6ce-f14dfd203d6b", + "id": "51222f16-df32-4f9f-8c54-1ee5facc36ce", "name": "Task 'xuqmSdk:default@PreBuild' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421505810416 + "startTime": 348560605188500 }, "additional": { "logType": "debug", @@ -4267,15 +4267,15 @@ }, { "head": { - "id": "2113a96c-5f62-43c7-8e8c-a7d4f2226304", + "id": "3fe7721f-1a86-45da-bc78-a56f1c142e67", "name": "Incremental task xuqmSdk:default@PreBuild pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421506842458 + "startTime": 348560606179000 }, "additional": { "logType": "debug", @@ -4284,15 +4284,15 @@ }, { "head": { - "id": "d3cfa975-5aa5-49bb-bc94-a8a06af7f4cd", - "name": "xuqmSdk : default@PreBuild cost memory 0.41898345947265625", + "id": "a817f4c0-3aab-46a9-a1f6-7aa0de216387", + "name": "xuqmSdk : default@PreBuild cost memory 0.20339202880859375", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421506874375 + "startTime": 348560606209875 }, "additional": { "logType": "debug", @@ -4301,35 +4301,35 @@ }, { "head": { - "id": "b2dc1b3b-1738-47d8-95f9-1ee2499c1ed5", + "id": "b8c934e2-0c88-4f3a-8450-031dd2d9b92c", "name": "UP-TO-DATE :xuqmSdk:default@PreBuild", "description": "Pre-build in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421505649125, - "endTime": 341421506890541 + "startTime": 348560605043791, + "endTime": 348560606224625 }, "additional": { "logType": "info", "children": [], - "durationId": "e0c9faa3-ebd9-408b-bf6d-b6e113025261" + "durationId": "75b01fbf-4f5c-40c1-86d7-cd0fbc253f02" } }, { "head": { - "id": "0121dd40-bc93-4874-898c-877d6b7289a7", + "id": "29d4655b-4d7c-4a4e-ba65-4e6cf99ca597", "name": "entry:default@CreateModuleInfo", "description": "Create the ModuleInfo.ts file for the hap/hsp package.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421507415500, - "endTime": 341421507796875 + "startTime": 348560606747958, + "endTime": 348560607467375 }, "additional": { "children": [], @@ -4338,8 +4338,8 @@ "moduleName": "entry", "category": "Generate", "taskRunReasons": [], - "detailId": "0589f007-e1e6-4c10-80cc-965d4453a5b0", - "logId": "b9408f46-83a2-4350-8deb-5e22e3abe63f" + "detailId": "d35d5a62-1a1a-4124-89ac-753e54a4b279", + "logId": "3a63ca88-8bf5-45f0-81e3-a749d5875db7" }, "log": { "_logger": { @@ -4363,33 +4363,33 @@ }, { "head": { - "id": "0589f007-e1e6-4c10-80cc-965d4453a5b0", + "id": "d35d5a62-1a1a-4124-89ac-753e54a4b279", "name": "create entry:default@CreateModuleInfo task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421507262666 + "startTime": 348560606606375 }, "additional": { "logType": "detail", "children": [], - "durationId": "0121dd40-bc93-4874-898c-877d6b7289a7" + "durationId": "29d4655b-4d7c-4a4e-ba65-4e6cf99ca597" } }, { "head": { - "id": "19ba8877-0a9f-4238-9cde-7c2cc1e7bfbd", + "id": "3f163e5b-0d63-47c9-b27b-f44ba01d6331", "name": "Executing task :entry:default@CreateModuleInfo", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421507419125 + "startTime": 348560606751041 }, "additional": { "logType": "debug", @@ -4398,15 +4398,15 @@ }, { "head": { - "id": "5bc0a409-c104-440e-984b-5196c48891b3", + "id": "bf237012-ad99-4e67-9fe7-33abba4937db", "name": "Task 'entry:default@CreateModuleInfo' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421507560958 + "startTime": 348560606882958 }, "additional": { "logType": "debug", @@ -4415,15 +4415,15 @@ }, { "head": { - "id": "3c19c60b-81b3-4aa4-bcb0-75bb6d3a91ae", - "name": "entry : default@CreateModuleInfo cost memory 0.03595733642578125", + "id": "04bf9124-f62d-4e61-a49b-840f96693618", + "name": "entry : default@CreateModuleInfo cost memory 0.03594207763671875", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421507726708 + "startTime": 348560607347333 }, "additional": { "logType": "debug", @@ -4432,15 +4432,15 @@ }, { "head": { - "id": "f42252ec-8665-4b0a-ab70-93325a5a1a0b", - "name": "runTaskFromQueue task cost before running: 886 ms ", + "id": "87b0bfd4-82ae-4cb8-814d-a58c726af1e0", + "name": "runTaskFromQueue task cost before running: 881 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421507752875 + "startTime": 348560607402291 }, "additional": { "logType": "debug", @@ -4449,36 +4449,36 @@ }, { "head": { - "id": "b9408f46-83a2-4350-8deb-5e22e3abe63f", + "id": "3a63ca88-8bf5-45f0-81e3-a749d5875db7", "name": "Finished :entry:default@CreateModuleInfo", "description": "Create the ModuleInfo.ts file for the hap/hsp package.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421507415500, - "endTime": 341421507796875, - "totalTime": 327958 + "startTime": 348560606747958, + "endTime": 348560607467375, + "totalTime": 638583 }, "additional": { "logType": "info", "children": [], - "durationId": "0121dd40-bc93-4874-898c-877d6b7289a7" + "durationId": "29d4655b-4d7c-4a4e-ba65-4e6cf99ca597" } }, { "head": { - "id": "30c8e5d9-b910-46b8-9407-e9b45115c787", + "id": "760ff883-1c40-42f6-ad7d-c68ebc0dff02", "name": "entry:default@GenerateMetadata", "description": "Generate metadata in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421508559708, - "endTime": 341421509149375 + "startTime": 348560608337416, + "endTime": 348560608779375 }, "additional": { "children": [], @@ -4487,8 +4487,8 @@ "moduleName": "entry", "category": "Generate", "taskRunReasons": [], - "detailId": "4f580ca6-ac3e-43f7-ba71-04bf20cacc23", - "logId": "dc51cf7d-c49b-44e6-9bf5-2adf29e4c3b8" + "detailId": "c42522c4-e6fe-448a-8ff9-4901e92f5316", + "logId": "b154fb1c-af76-44c1-9762-95cbe40b4c5e" }, "log": { "_logger": { @@ -4512,33 +4512,33 @@ }, { "head": { - "id": "4f580ca6-ac3e-43f7-ba71-04bf20cacc23", + "id": "c42522c4-e6fe-448a-8ff9-4901e92f5316", "name": "create entry:default@GenerateMetadata task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421508013083 + "startTime": 348560607738500 }, "additional": { "logType": "detail", "children": [], - "durationId": "30c8e5d9-b910-46b8-9407-e9b45115c787" + "durationId": "760ff883-1c40-42f6-ad7d-c68ebc0dff02" } }, { "head": { - "id": "c94ff9d4-dd90-4d77-a9fe-1ad7fca36d78", + "id": "32a1f622-a18a-471f-8fe7-4e3b50584a72", "name": "Executing task :entry:default@GenerateMetadata", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421508565333 + "startTime": 348560608344333 }, "additional": { "logType": "debug", @@ -4547,15 +4547,15 @@ }, { "head": { - "id": "41f62333-7169-486d-a94d-0199f6a70b74", + "id": "2f0f6db7-df3d-4275-89dd-71c760a7de18", "name": "Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421508853833 + "startTime": 348560608545583 }, "additional": { "logType": "debug", @@ -4564,15 +4564,15 @@ }, { "head": { - "id": "7ddc523c-fe96-400f-a4a4-90423e4aaeb8", + "id": "19170867-eb9b-4199-9435-7df87390f06a", "name": "Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421509097500 + "startTime": 348560608740208 }, "additional": { "logType": "debug", @@ -4581,15 +4581,15 @@ }, { "head": { - "id": "cc9c29fe-af54-4c27-959a-9f02a1c535c3", - "name": "entry : default@GenerateMetadata cost memory 0.07225799560546875", + "id": "2b3e616f-80c6-4535-8b3d-a52438c42a36", + "name": "entry : default@GenerateMetadata cost memory 0.07016754150390625", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421509132500 + "startTime": 348560608764250 }, "additional": { "logType": "debug", @@ -4598,35 +4598,35 @@ }, { "head": { - "id": "dc51cf7d-c49b-44e6-9bf5-2adf29e4c3b8", + "id": "b154fb1c-af76-44c1-9762-95cbe40b4c5e", "name": "UP-TO-DATE :entry:default@GenerateMetadata", "description": "Generate metadata in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421508559708, - "endTime": 341421509149375 + "startTime": 348560608337416, + "endTime": 348560608779375 }, "additional": { "logType": "info", "children": [], - "durationId": "30c8e5d9-b910-46b8-9407-e9b45115c787" + "durationId": "760ff883-1c40-42f6-ad7d-c68ebc0dff02" } }, { "head": { - "id": "b61d5d38-0b5d-46cc-91ae-f4dce084b2bd", + "id": "0a06a215-61a0-4917-9369-be59eb6840b1", "name": "entry:default@PreCheckSyscap", "description": "Pre-check SysCap.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421509859458, - "endTime": 341421510000750 + "startTime": 348560609247541, + "endTime": 348560609382250 }, "additional": { "children": [], @@ -4635,8 +4635,8 @@ "moduleName": "entry", "category": "Verification", "taskRunReasons": [], - "detailId": "a58c3560-8ae4-42d5-b7b5-8fcd995bbea6", - "logId": "6bdaff7c-9858-4e61-9435-381dabad0641" + "detailId": "e439c15c-54cd-47ec-987c-c678db509812", + "logId": "ad6fe151-0b96-402e-9bf4-c8b2a61431df" }, "log": { "_logger": { @@ -4660,33 +4660,33 @@ }, { "head": { - "id": "a58c3560-8ae4-42d5-b7b5-8fcd995bbea6", + "id": "e439c15c-54cd-47ec-987c-c678db509812", "name": "create entry:default@PreCheckSyscap task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421509307083 + "startTime": 348560608886458 }, "additional": { "logType": "detail", "children": [], - "durationId": "b61d5d38-0b5d-46cc-91ae-f4dce084b2bd" + "durationId": "0a06a215-61a0-4917-9369-be59eb6840b1" } }, { "head": { - "id": "5aab1a9c-3f53-4c6d-959b-1dee847da25c", + "id": "7f2a973b-c234-447a-bf67-947f1807a47e", "name": "Executing task :entry:default@PreCheckSyscap", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421509865666 + "startTime": 348560609254500 }, "additional": { "logType": "debug", @@ -4695,15 +4695,15 @@ }, { "head": { - "id": "999abcc9-a20d-4770-a7a1-e02e2e07fce5", + "id": "1f3e1bfc-c334-46c0-a8e4-4aa53ba71c4e", "name": "entry : default@PreCheckSyscap cost memory 0.01348876953125", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421509969416 + "startTime": 348560609352625 }, "additional": { "logType": "debug", @@ -4712,15 +4712,15 @@ }, { "head": { - "id": "b4916293-6098-4914-b0b6-b4014176b3e6", - "name": "runTaskFromQueue task cost before running: 888 ms ", + "id": "c41cc075-397b-413c-9756-96992055d593", + "name": "runTaskFromQueue task cost before running: 883 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421509990916 + "startTime": 348560609373208 }, "additional": { "logType": "debug", @@ -4729,36 +4729,36 @@ }, { "head": { - "id": "6bdaff7c-9858-4e61-9435-381dabad0641", + "id": "ad6fe151-0b96-402e-9bf4-c8b2a61431df", "name": "Finished :entry:default@PreCheckSyscap", "description": "Pre-check SysCap.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421509859458, - "endTime": 341421510000750, - "totalTime": 124333 + "startTime": 348560609247541, + "endTime": 348560609382250, + "totalTime": 116458 }, "additional": { "logType": "info", "children": [], - "durationId": "b61d5d38-0b5d-46cc-91ae-f4dce084b2bd" + "durationId": "0a06a215-61a0-4917-9369-be59eb6840b1" } }, { "head": { - "id": "aa25afb2-3aaf-4229-88cd-7c102cf36a48", + "id": "bd48641f-89c9-4252-937c-e9766800e209", "name": "entry:default@GeneratePkgContextInfo", "description": "Generate pkgContextInfo.json to ets-loader.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421510538791, - "endTime": 341421515338750 + "startTime": 348560609872125, + "endTime": 348560613887000 }, "additional": { "children": [], @@ -4767,8 +4767,8 @@ "moduleName": "entry", "category": "Generate", "taskRunReasons": [], - "detailId": "ed4c2920-721b-4796-b469-ac2279deb2a7", - "logId": "3e304473-e6a8-4160-b5c9-35da4b10405d" + "detailId": "94ead4b8-6a62-4a0f-8974-3d3d8abf1048", + "logId": "f298e2c8-1f58-44cc-94bc-7196f3f1327a" }, "log": { "_logger": { @@ -4792,33 +4792,33 @@ }, { "head": { - "id": "ed4c2920-721b-4796-b469-ac2279deb2a7", + "id": "94ead4b8-6a62-4a0f-8974-3d3d8abf1048", "name": "create entry:default@GeneratePkgContextInfo task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421510174625 + "startTime": 348560609533333 }, "additional": { "logType": "detail", "children": [], - "durationId": "aa25afb2-3aaf-4229-88cd-7c102cf36a48" + "durationId": "bd48641f-89c9-4252-937c-e9766800e209" } }, { "head": { - "id": "39af657b-1e7a-4bba-a5e7-81109a15e10c", + "id": "200a5c35-0c4d-4a77-959a-57db010a0df2", "name": "Executing task :entry:default@GeneratePkgContextInfo", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421510542458 + "startTime": 348560609875125 }, "additional": { "logType": "debug", @@ -4827,15 +4827,15 @@ }, { "head": { - "id": "9fdaa0ed-b071-4774-8bfa-836072e0e91c", + "id": "56a1e509-a5fd-4cdb-b9f3-2d1472be3aba", "name": "Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421515040125 + "startTime": 348560613411666 }, "additional": { "logType": "debug", @@ -4844,15 +4844,15 @@ }, { "head": { - "id": "14bf8c7c-67c3-4229-91d1-7d861ce85881", + "id": "41f585fd-975a-4750-986c-293a308434cc", "name": "Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421515293791 + "startTime": 348560613834583 }, "additional": { "logType": "debug", @@ -4861,15 +4861,15 @@ }, { "head": { - "id": "d535c6df-ba30-4a7e-943e-d8df022808e5", - "name": "entry : default@GeneratePkgContextInfo cost memory 0.3084564208984375", + "id": "450c4439-8307-4f21-8117-bafb2297f790", + "name": "entry : default@GeneratePkgContextInfo cost memory 0.72662353515625", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421515321875 + "startTime": 348560613867583 }, "additional": { "logType": "debug", @@ -4878,35 +4878,35 @@ }, { "head": { - "id": "3e304473-e6a8-4160-b5c9-35da4b10405d", + "id": "f298e2c8-1f58-44cc-94bc-7196f3f1327a", "name": "UP-TO-DATE :entry:default@GeneratePkgContextInfo", "description": "Generate pkgContextInfo.json to ets-loader.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421510538791, - "endTime": 341421515338750 + "startTime": 348560609872125, + "endTime": 348560613887000 }, "additional": { "logType": "info", "children": [], - "durationId": "aa25afb2-3aaf-4229-88cd-7c102cf36a48" + "durationId": "bd48641f-89c9-4252-937c-e9766800e209" } }, { "head": { - "id": "4ae9500c-95b1-41d3-a287-7c115f79b112", + "id": "440f0853-30f6-4dea-99b6-504421640d6b", "name": "entry:default@ProcessIntegratedHsp", "description": "Use package tool process integrated hsp.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421516341916, - "endTime": 341421516572333 + "startTime": 348560614881708, + "endTime": 348560615119166 }, "additional": { "children": [], @@ -4917,8 +4917,8 @@ "taskRunReasons": [ "The output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist." ], - "detailId": "f4436f94-3b5a-48d1-aae8-44cd3d59d944", - "logId": "91904b2d-9c29-49d0-b03b-8f1e6b9e8395" + "detailId": "0f61f5fc-ca7c-4411-b77b-cef91fe45da1", + "logId": "c7daea25-3031-485d-894f-92ccc075fb80" }, "log": { "_logger": { @@ -4942,33 +4942,33 @@ }, { "head": { - "id": "f4436f94-3b5a-48d1-aae8-44cd3d59d944", + "id": "0f61f5fc-ca7c-4411-b77b-cef91fe45da1", "name": "create entry:default@ProcessIntegratedHsp task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421515529416 + "startTime": 348560614094625 }, "additional": { "logType": "detail", "children": [], - "durationId": "4ae9500c-95b1-41d3-a287-7c115f79b112" + "durationId": "440f0853-30f6-4dea-99b6-504421640d6b" } }, { "head": { - "id": "ec68c4fa-0bc8-4d80-8e30-f5ef5f905da1", + "id": "5cc61cb6-5839-41f1-9ab8-5a20927a91e2", "name": "Executing task :entry:default@ProcessIntegratedHsp", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421516348458 + "startTime": 348560614886666 }, "additional": { "logType": "debug", @@ -4977,15 +4977,15 @@ }, { "head": { - "id": "013e9598-303e-4925-8026-ddb55c4738b4", + "id": "63e3159e-2753-487d-abf3-004afe0723aa", "name": "entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421516478750 + "startTime": 348560615020916 }, "additional": { "logType": "debug", @@ -4994,15 +4994,15 @@ }, { "head": { - "id": "6f8f1977-9b8b-4040-b73e-a531e5271d02", + "id": "2d1542f3-df2e-47d3-a9c6-8537a5ecbc1a", "name": "Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421516500291 + "startTime": 348560615042583 }, "additional": { "logType": "debug", @@ -5011,15 +5011,15 @@ }, { "head": { - "id": "7458323d-007e-4460-8d2a-f59ec51fa9e6", - "name": "entry : default@ProcessIntegratedHsp cost memory 0.04724884033203125", + "id": "3c042814-0988-4718-84c1-a7c7f80c0421", + "name": "entry : default@ProcessIntegratedHsp cost memory 0.047271728515625", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421516548166 + "startTime": 348560615094541 }, "additional": { "logType": "debug", @@ -5028,15 +5028,15 @@ }, { "head": { - "id": "e9c88fd6-7adc-4652-abe8-2bb594528b46", - "name": "runTaskFromQueue task cost before running: 895 ms ", + "id": "dbe665e1-35ce-4895-ad48-a8173596729f", + "name": "runTaskFromQueue task cost before running: 889 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421516564291 + "startTime": 348560615111000 }, "additional": { "logType": "debug", @@ -5045,36 +5045,36 @@ }, { "head": { - "id": "91904b2d-9c29-49d0-b03b-8f1e6b9e8395", + "id": "c7daea25-3031-485d-894f-92ccc075fb80", "name": "Finished :entry:default@ProcessIntegratedHsp", "description": "Use package tool process integrated hsp.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421516341916, - "endTime": 341421516572333, - "totalTime": 216958 + "startTime": 348560614881708, + "endTime": 348560615119166, + "totalTime": 224042 }, "additional": { "logType": "info", "children": [], - "durationId": "4ae9500c-95b1-41d3-a287-7c115f79b112" + "durationId": "440f0853-30f6-4dea-99b6-504421640d6b" } }, { "head": { - "id": "9fa648d2-4574-47ca-9b80-0dedca490fde", + "id": "621848c7-4298-4fad-94df-448dd571296e", "name": "xuqmSdk:default@CreateHarBuildProfile", "description": "Create the BuildProfile.ets file for the HAR package.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421517123291, - "endTime": 341421517433208 + "startTime": 348560615647750, + "endTime": 348560615929583 }, "additional": { "children": [], @@ -5083,8 +5083,8 @@ "moduleName": "xuqmSdk", "category": "Generate", "taskRunReasons": [], - "detailId": "4bb168f3-e0fa-404b-89ee-15ad07ebfa3b", - "logId": "9bf273e2-e531-4d9c-a1c0-32fd0f4ba5f7" + "detailId": "3987ac91-bb0e-45fc-8b98-27779957f171", + "logId": "a9be423d-2600-41e4-b17a-c5c5dbf17b09" }, "log": { "_logger": { @@ -5108,33 +5108,33 @@ }, { "head": { - "id": "4bb168f3-e0fa-404b-89ee-15ad07ebfa3b", + "id": "3987ac91-bb0e-45fc-8b98-27779957f171", "name": "create xuqmSdk:default@CreateHarBuildProfile task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421516776958 + "startTime": 348560615316666 }, "additional": { "logType": "detail", "children": [], - "durationId": "9fa648d2-4574-47ca-9b80-0dedca490fde" + "durationId": "621848c7-4298-4fad-94df-448dd571296e" } }, { "head": { - "id": "59a9216b-e522-44b9-b2f6-4c9a2d2c108e", + "id": "793e7f56-80ce-4b1e-98c1-f6fd9fed3d5d", "name": "Executing task :xuqmSdk:default@CreateHarBuildProfile", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421517126708 + "startTime": 348560615651125 }, "additional": { "logType": "debug", @@ -5143,15 +5143,15 @@ }, { "head": { - "id": "9a1d71e2-eb48-4caa-addd-b00941fa1b1d", + "id": "6749fed0-13f5-4ad2-b73d-7fe6383f4e1e", "name": "Task 'xuqmSdk:default@CreateHarBuildProfile' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421517204000 + "startTime": 348560615728375 }, "additional": { "logType": "debug", @@ -5160,15 +5160,15 @@ }, { "head": { - "id": "e31a4963-20c3-4b95-8a43-be2282a00607", + "id": "e897294a-9b76-440d-83fd-4170f15cd23f", "name": "Incremental task xuqmSdk:default@CreateHarBuildProfile pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421517405791 + "startTime": 348560615903083 }, "additional": { "logType": "debug", @@ -5177,15 +5177,15 @@ }, { "head": { - "id": "1c4ec863-d785-4998-af24-f6f136614bce", - "name": "xuqmSdk : default@CreateHarBuildProfile cost memory 0.2773895263671875", + "id": "55375f6b-d72c-4ccd-8f22-8d5c8f00f1e3", + "name": "xuqmSdk : default@CreateHarBuildProfile cost memory 0.07201385498046875", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421517421833 + "startTime": 348560615918833 }, "additional": { "logType": "debug", @@ -5194,35 +5194,35 @@ }, { "head": { - "id": "9bf273e2-e531-4d9c-a1c0-32fd0f4ba5f7", + "id": "a9be423d-2600-41e4-b17a-c5c5dbf17b09", "name": "UP-TO-DATE :xuqmSdk:default@CreateHarBuildProfile", "description": "Create the BuildProfile.ets file for the HAR package.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421517123291, - "endTime": 341421517433208 + "startTime": 348560615647750, + "endTime": 348560615929583 }, "additional": { "logType": "info", "children": [], - "durationId": "9fa648d2-4574-47ca-9b80-0dedca490fde" + "durationId": "621848c7-4298-4fad-94df-448dd571296e" } }, { "head": { - "id": "683f043c-eae9-4448-9536-44eb9a589fcf", + "id": "0a7ac30b-c009-4693-b85f-997d7a65a892", "name": "xuqmSdk:default@ConfigureCmake", "description": "cache native strip .so fileInfo", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421517889125, - "endTime": 341421517961875 + "startTime": 348560616362666, + "endTime": 348560616430708 }, "additional": { "children": [], @@ -5231,8 +5231,8 @@ "moduleName": "xuqmSdk", "category": "Native", "taskRunReasons": [], - "detailId": "69a7a381-18c8-4c99-ae43-bcb26f00e886", - "logId": "6f942bc9-8ffd-4611-91c7-f846e833d6be" + "detailId": "d081cb84-a83f-454d-a2e3-4bb61ae6dbe1", + "logId": "7ae11ef0-9e0c-4d42-a51a-fa4261f9e2cb" }, "log": { "_logger": { @@ -5256,33 +5256,33 @@ }, { "head": { - "id": "69a7a381-18c8-4c99-ae43-bcb26f00e886", + "id": "d081cb84-a83f-454d-a2e3-4bb61ae6dbe1", "name": "create xuqmSdk:default@ConfigureCmake task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421517592416 + "startTime": 348560616077666 }, "additional": { "logType": "detail", "children": [], - "durationId": "683f043c-eae9-4448-9536-44eb9a589fcf" + "durationId": "0a7ac30b-c009-4693-b85f-997d7a65a892" } }, { "head": { - "id": "6d8177cf-f8fa-4eb0-bbf2-2d4914631538", + "id": "5fc8d373-cfea-4313-b68d-1da5db24bdc6", "name": "Executing task :xuqmSdk:default@ConfigureCmake", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421517894125 + "startTime": 348560616366041 }, "additional": { "logType": "debug", @@ -5291,15 +5291,15 @@ }, { "head": { - "id": "869b0149-9f37-451f-9137-3ba69f2428d7", + "id": "540d5387-d478-47b8-8d44-cda970dcad61", "name": "xuqmSdk : default@ConfigureCmake cost memory 0.01244354248046875", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421517934375 + "startTime": 348560616407916 }, "additional": { "logType": "debug", @@ -5308,15 +5308,15 @@ }, { "head": { - "id": "62b8e639-2c99-4b28-9e07-7df4ef00062b", - "name": "runTaskFromQueue task cost before running: 896 ms ", + "id": "88dd535a-7fc3-4160-947f-603f381454e0", + "name": "runTaskFromQueue task cost before running: 890 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421517954125 + "startTime": 348560616423250 }, "additional": { "logType": "debug", @@ -5325,36 +5325,36 @@ }, { "head": { - "id": "6f942bc9-8ffd-4611-91c7-f846e833d6be", + "id": "7ae11ef0-9e0c-4d42-a51a-fa4261f9e2cb", "name": "Finished :xuqmSdk:default@ConfigureCmake", "description": "cache native strip .so fileInfo", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421517889125, - "endTime": 341421517961875, - "totalTime": 58708 + "startTime": 348560616362666, + "endTime": 348560616430708, + "totalTime": 54542 }, "additional": { "logType": "info", "children": [], - "durationId": "683f043c-eae9-4448-9536-44eb9a589fcf" + "durationId": "0a7ac30b-c009-4693-b85f-997d7a65a892" } }, { "head": { - "id": "2a8ee788-0485-4ed1-95fb-da04668e0466", + "id": "b1c302dd-f135-49aa-97e3-72cddd9d1085", "name": "xuqmSdk:default@MergeProfile", "description": "Merge app config manifest files in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421518308625, - "endTime": 341421518878083 + "startTime": 348560616775000, + "endTime": 348560617320500 }, "additional": { "children": [], @@ -5363,8 +5363,8 @@ "moduleName": "xuqmSdk", "category": "Config", "taskRunReasons": [], - "detailId": "818fe7bd-7313-45cc-ae0d-ab68fa98b4d5", - "logId": "5b71eae3-0984-4339-b359-c53c40c304f6" + "detailId": "ccfd55df-6acb-4568-9b9a-5004a950403f", + "logId": "2d5eeeca-ba0e-43e5-8506-298787a88286" }, "log": { "_logger": { @@ -5388,33 +5388,33 @@ }, { "head": { - "id": "818fe7bd-7313-45cc-ae0d-ab68fa98b4d5", + "id": "ccfd55df-6acb-4568-9b9a-5004a950403f", "name": "create xuqmSdk:default@MergeProfile task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421518133708 + "startTime": 348560616594166 }, "additional": { "logType": "detail", "children": [], - "durationId": "2a8ee788-0485-4ed1-95fb-da04668e0466" + "durationId": "b1c302dd-f135-49aa-97e3-72cddd9d1085" } }, { "head": { - "id": "60c9536f-cee7-4308-8a46-233ec2d32c73", + "id": "63505d1c-be9e-44de-b514-3a91ad3f331b", "name": "Executing task :xuqmSdk:default@MergeProfile", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421518312125 + "startTime": 348560616778333 }, "additional": { "logType": "debug", @@ -5423,15 +5423,15 @@ }, { "head": { - "id": "f2a518b4-cb3a-43cf-ab38-7b9a04ac2f86", + "id": "82e33fcb-4537-4d9e-9e8e-33e643645621", "name": "Task 'xuqmSdk:default@MergeProfile' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421518403833 + "startTime": 348560616866083 }, "additional": { "logType": "debug", @@ -5440,15 +5440,15 @@ }, { "head": { - "id": "1ee68744-28fb-4e69-8fb2-70265d0d5a47", + "id": "b1135245-6c4f-4561-ae50-7fbf837389c8", "name": "Incremental task xuqmSdk:default@MergeProfile pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421518850583 + "startTime": 348560617293333 }, "additional": { "logType": "debug", @@ -5457,15 +5457,15 @@ }, { "head": { - "id": "aad82d94-494a-476f-aba1-c8421b22d9be", - "name": "xuqmSdk : default@MergeProfile cost memory 0.104217529296875", + "id": "ed84590a-2580-4ea9-a5e4-642a2c4573f5", + "name": "xuqmSdk : default@MergeProfile cost memory 0.0992889404296875", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421518865125 + "startTime": 348560617309000 }, "additional": { "logType": "debug", @@ -5474,35 +5474,35 @@ }, { "head": { - "id": "5b71eae3-0984-4339-b359-c53c40c304f6", + "id": "2d5eeeca-ba0e-43e5-8506-298787a88286", "name": "UP-TO-DATE :xuqmSdk:default@MergeProfile", "description": "Merge app config manifest files in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421518308625, - "endTime": 341421518878083 + "startTime": 348560616775000, + "endTime": 348560617320500 }, "additional": { "logType": "info", "children": [], - "durationId": "2a8ee788-0485-4ed1-95fb-da04668e0466" + "durationId": "b1c302dd-f135-49aa-97e3-72cddd9d1085" } }, { "head": { - "id": "24e39234-381c-4d96-bf0d-4e079011bed6", + "id": "6e145dd2-f882-485c-b005-9e08b0feed17", "name": "entry:default@SyscapTransform", "description": "Transform SysCap in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421519296875, - "endTime": 341421531965125 + "startTime": 348560617712375, + "endTime": 348560626300916 }, "additional": { "children": [], @@ -5513,8 +5513,8 @@ "taskRunReasons": [ "The output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist." ], - "detailId": "a564e30c-916f-44bb-a979-7f6b9917aa1b", - "logId": "1a517227-69b2-4fd3-b7a7-de685e6f77bb" + "detailId": "8b3c549b-2e5f-4943-86bc-66f53bcabdba", + "logId": "30289647-69d7-41d1-ab96-8be431e25e1b" }, "log": { "_logger": { @@ -5538,33 +5538,33 @@ }, { "head": { - "id": "a564e30c-916f-44bb-a979-7f6b9917aa1b", + "id": "8b3c549b-2e5f-4943-86bc-66f53bcabdba", "name": "create entry:default@SyscapTransform task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421518995041 + "startTime": 348560617430333 }, "additional": { "logType": "detail", "children": [], - "durationId": "24e39234-381c-4d96-bf0d-4e079011bed6" + "durationId": "6e145dd2-f882-485c-b005-9e08b0feed17" } }, { "head": { - "id": "e0d9fbb3-f7c8-4162-9212-9f2b055a5dd2", + "id": "389522f9-1f9e-4f97-a89e-927dedfe7ae5", "name": "Executing task :entry:default@SyscapTransform", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421519300250 + "startTime": 348560617715375 }, "additional": { "logType": "debug", @@ -5573,15 +5573,15 @@ }, { "head": { - "id": "d651175e-3bc4-4d3b-8e06-703605a8d1d8", + "id": "67ed5e0a-9902-4d7c-908f-1577509efd74", "name": "File: '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421519324375 + "startTime": 348560617738333 }, "additional": { "logType": "debug", @@ -5590,15 +5590,15 @@ }, { "head": { - "id": "f03f11d5-1cb9-426a-83e0-e502fcf81a25", + "id": "01efcabb-af7c-4fbd-a0e7-f66b5478c0cb", "name": "Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421519421291 + "startTime": 348560618387791 }, "additional": { "logType": "debug", @@ -5607,15 +5607,15 @@ }, { "head": { - "id": "a8091e64-cf49-4a33-8c3d-72179674f36b", + "id": "4841b499-51bd-4a78-8461-3e323758f194", "name": "entry:default@SyscapTransform is not up-to-date, since the output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421531736916 + "startTime": 348560626064541 }, "additional": { "logType": "debug", @@ -5624,15 +5624,15 @@ }, { "head": { - "id": "839c90ec-387e-4c5c-b566-cf2c8a8eae3d", - "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 13 ms .", + "id": "9bebf81c-8249-43f6-b976-118401511b45", + "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 8 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421531792375 + "startTime": 348560626125541 }, "additional": { "logType": "debug", @@ -5641,15 +5641,15 @@ }, { "head": { - "id": "d2bfe2dd-8f34-4848-82f7-72004da99e8e", - "name": "entry : default@SyscapTransform cost memory 0.1034393310546875", + "id": "bb18c8a2-175c-4087-bc55-d0a91173999a", + "name": "entry : default@SyscapTransform cost memory 0.10274505615234375", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421531932083 + "startTime": 348560626262916 }, "additional": { "logType": "debug", @@ -5658,15 +5658,15 @@ }, { "head": { - "id": "5fcc2d38-e8fa-44e1-932b-ef3cdd0acbef", - "name": "runTaskFromQueue task cost before running: 910 ms ", + "id": "c37b266e-2484-4590-acb5-1d7fab86a814", + "name": "runTaskFromQueue task cost before running: 900 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421531954958 + "startTime": 348560626289833 }, "additional": { "logType": "debug", @@ -5675,36 +5675,36 @@ }, { "head": { - "id": "1a517227-69b2-4fd3-b7a7-de685e6f77bb", + "id": "30289647-69d7-41d1-ab96-8be431e25e1b", "name": "Finished :entry:default@SyscapTransform", "description": "Transform SysCap in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421519296875, - "endTime": 341421531965125, - "totalTime": 12648708 + "startTime": 348560617712375, + "endTime": 348560626300916, + "totalTime": 8567833 }, "additional": { "logType": "info", "children": [], - "durationId": "24e39234-381c-4d96-bf0d-4e079011bed6" + "durationId": "6e145dd2-f882-485c-b005-9e08b0feed17" } }, { "head": { - "id": "e66e2c5f-c778-453e-a15b-1b9ddcf24e9b", + "id": "d8a8fe0f-cce2-4e4b-a9d7-f66fdc718dfd", "name": "entry:default@ProcessRouterMap", "description": "Process router map configuration.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421532727583, - "endTime": 341421533547166 + "startTime": 348560627062041, + "endTime": 348560628177916 }, "additional": { "children": [], @@ -5713,8 +5713,8 @@ "moduleName": "entry", "category": "Generate", "taskRunReasons": [], - "detailId": "7bab604e-15b3-4303-bbb4-772b4e00ec86", - "logId": "c03c84bd-dc0f-42eb-b9e7-a6026155ef3a" + "detailId": "9836f84d-be4f-48f5-9331-6689a3a2c4b6", + "logId": "cb236e04-8f0f-4e94-b2cf-0db925e8bd4a" }, "log": { "_logger": { @@ -5738,33 +5738,33 @@ }, { "head": { - "id": "7bab604e-15b3-4303-bbb4-772b4e00ec86", + "id": "9836f84d-be4f-48f5-9331-6689a3a2c4b6", "name": "create entry:default@ProcessRouterMap task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421532167083 + "startTime": 348560626513791 }, "additional": { "logType": "detail", "children": [], - "durationId": "e66e2c5f-c778-453e-a15b-1b9ddcf24e9b" + "durationId": "d8a8fe0f-cce2-4e4b-a9d7-f66fdc718dfd" } }, { "head": { - "id": "05a608c2-bcb4-400b-8a2d-2eb0a5a782ec", + "id": "87dcc4df-dc7e-4a23-83c5-7817bff4bfa4", "name": "Executing task :entry:default@ProcessRouterMap", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421532732541 + "startTime": 348560627066833 }, "additional": { "logType": "debug", @@ -5773,15 +5773,15 @@ }, { "head": { - "id": "f0695ae0-09d6-4c84-a6c9-fef63a5be277", + "id": "240bd1d9-edac-4475-960b-0221e5c7768e", "name": "Incremental task entry:default@ProcessRouterMap pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421533450708 + "startTime": 348560628086750 }, "additional": { "logType": "debug", @@ -5790,15 +5790,15 @@ }, { "head": { - "id": "ee127e70-0872-41bb-a825-246289e69750", - "name": "entry : default@ProcessRouterMap cost memory 0.142669677734375", + "id": "56cb87a8-9fd5-436d-95c3-de9a0d328fef", + "name": "entry : default@ProcessRouterMap cost memory 0.1395111083984375", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421533469666 + "startTime": 348560628108916 }, "additional": { "logType": "debug", @@ -5807,35 +5807,35 @@ }, { "head": { - "id": "c03c84bd-dc0f-42eb-b9e7-a6026155ef3a", + "id": "cb236e04-8f0f-4e94-b2cf-0db925e8bd4a", "name": "UP-TO-DATE :entry:default@ProcessRouterMap", "description": "Process router map configuration.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421532727583, - "endTime": 341421533547166 + "startTime": 348560627062041, + "endTime": 348560628177916 }, "additional": { "logType": "info", "children": [], - "durationId": "e66e2c5f-c778-453e-a15b-1b9ddcf24e9b" + "durationId": "d8a8fe0f-cce2-4e4b-a9d7-f66fdc718dfd" } }, { "head": { - "id": "7651718f-8a19-46bd-ba32-cfbf3a2d26c4", + "id": "5d80cc49-0537-4f6c-826b-7668bcc08efc", "name": "entry:default@ProcessShareConfig", "description": "Process share config configuration.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421534048666, - "endTime": 341421534429458 + "startTime": 348560628637708, + "endTime": 348560629035625 }, "additional": { "children": [], @@ -5844,8 +5844,8 @@ "moduleName": "entry", "category": "Generate", "taskRunReasons": [], - "detailId": "c84bf5ba-a2b7-4f8a-a782-985f29450612", - "logId": "e5a03526-0190-46c5-9632-c4dbe83b62d6" + "detailId": "258b9585-dda2-49c9-b4fd-678d51d5589a", + "logId": "a9f3fe2d-8c21-46b3-8499-f348c6531c48" }, "log": { "_logger": { @@ -5869,33 +5869,33 @@ }, { "head": { - "id": "c84bf5ba-a2b7-4f8a-a782-985f29450612", + "id": "258b9585-dda2-49c9-b4fd-678d51d5589a", "name": "create entry:default@ProcessShareConfig task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421533714500 + "startTime": 348560628348833 }, "additional": { "logType": "detail", "children": [], - "durationId": "7651718f-8a19-46bd-ba32-cfbf3a2d26c4" + "durationId": "5d80cc49-0537-4f6c-826b-7668bcc08efc" } }, { "head": { - "id": "f1833dfe-cbc2-4fc8-b226-20b500b169c7", + "id": "06ae661c-df6c-4976-8883-cfeff32fd9d5", "name": "Executing task :entry:default@ProcessShareConfig", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421534055000 + "startTime": 348560628642416 }, "additional": { "logType": "debug", @@ -5904,15 +5904,15 @@ }, { "head": { - "id": "e8be7e86-a41a-451c-a085-263ef2879620", + "id": "2a3142b1-76d5-4197-a486-bfabfc8d1dc4", "name": "Incremental task entry:default@ProcessShareConfig pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421534395041 + "startTime": 348560629004750 }, "additional": { "logType": "debug", @@ -5921,15 +5921,15 @@ }, { "head": { - "id": "7179552e-e2e7-4f31-b2a8-5a9f249d09b0", - "name": "entry : default@ProcessShareConfig cost memory 0.12221527099609375", + "id": "adffd8b7-a0a3-471b-bd47-4b24cbba430a", + "name": "entry : default@ProcessShareConfig cost memory 0.12372589111328125", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421534413750 + "startTime": 348560629022000 }, "additional": { "logType": "debug", @@ -5938,35 +5938,35 @@ }, { "head": { - "id": "e5a03526-0190-46c5-9632-c4dbe83b62d6", + "id": "a9f3fe2d-8c21-46b3-8499-f348c6531c48", "name": "UP-TO-DATE :entry:default@ProcessShareConfig", "description": "Process share config configuration.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421534048666, - "endTime": 341421534429458 + "startTime": 348560628637708, + "endTime": 348560629035625 }, "additional": { "logType": "info", "children": [], - "durationId": "7651718f-8a19-46bd-ba32-cfbf3a2d26c4" + "durationId": "5d80cc49-0537-4f6c-826b-7668bcc08efc" } }, { "head": { - "id": "58f81ed7-4a9d-49c5-81cb-57ede04f7cca", + "id": "25d3a3e8-1654-44b1-bff5-beebc531adbf", "name": "entry:default@ProcessStartupConfig", "description": "Process startup configuration.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421534868416, - "endTime": 341421535926875 + "startTime": 348560629393750, + "endTime": 348560630176000 }, "additional": { "children": [], @@ -5977,8 +5977,8 @@ "taskRunReasons": [ "The output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/startup/default/startup_config.json' does not exist." ], - "detailId": "424d77fa-61f1-427e-9f35-d2a5aac9e2a2", - "logId": "276c5806-0ad4-4ec0-b68b-7570608c504d" + "detailId": "9f14a841-2995-4fa8-a529-ca6ca8f1aa84", + "logId": "f1caefa3-0782-42bb-a3d3-a8f8bf68aba4" }, "log": { "_logger": { @@ -6002,33 +6002,33 @@ }, { "head": { - "id": "424d77fa-61f1-427e-9f35-d2a5aac9e2a2", + "id": "9f14a841-2995-4fa8-a529-ca6ca8f1aa84", "name": "create entry:default@ProcessStartupConfig task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421534584791 + "startTime": 348560629148000 }, "additional": { "logType": "detail", "children": [], - "durationId": "58f81ed7-4a9d-49c5-81cb-57ede04f7cca" + "durationId": "25d3a3e8-1654-44b1-bff5-beebc531adbf" } }, { "head": { - "id": "1171896d-2101-4ecb-8021-493ff8f7df78", + "id": "af5b5380-4b46-4625-ba74-26a26840c498", "name": "Executing task :entry:default@ProcessStartupConfig", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421534872833 + "startTime": 348560629397375 }, "additional": { "logType": "debug", @@ -6037,15 +6037,15 @@ }, { "head": { - "id": "22dae344-51cb-424d-91a5-8e692076f922", + "id": "3391643b-d4cc-47d9-9e46-da7852cb40e3", "name": "Task 'entry:default@ProcessStartupConfig' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421534935708 + "startTime": 348560629453041 }, "additional": { "logType": "debug", @@ -6054,15 +6054,15 @@ }, { "head": { - "id": "a6452337-5bf4-4a1f-a7ab-0ab96cbc2c8f", + "id": "8f5c9fa6-1fc8-40e4-8fbd-48ace61d3d30", "name": "entry:default@ProcessStartupConfig is not up-to-date, since the output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/startup/default/startup_config.json' does not exist.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421535234916 + "startTime": 348560629639833 }, "additional": { "logType": "debug", @@ -6071,15 +6071,15 @@ }, { "head": { - "id": "a158af02-9b1b-45d6-b1ef-f9c8675a24bb", + "id": "0436015d-f8c7-429b-8e43-777be2022659", "name": "Incremental task entry:default@ProcessStartupConfig pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421535294583 + "startTime": 348560629653416 }, "additional": { "logType": "debug", @@ -6088,15 +6088,15 @@ }, { "head": { - "id": "0e12510d-8c0a-4c39-80ae-50f293e03251", - "name": "entry : default@ProcessStartupConfig cost memory 0.11766815185546875", + "id": "8799c512-edb2-4da0-9247-22b9802e4a25", + "name": "entry : default@ProcessStartupConfig cost memory 0.11779022216796875", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421535869875 + "startTime": 348560630122666 }, "additional": { "logType": "debug", @@ -6105,15 +6105,15 @@ }, { "head": { - "id": "b8f7eb96-b3fb-4d99-842f-c2bb7c9a2553", - "name": "runTaskFromQueue task cost before running: 914 ms ", + "id": "d3cffc73-0d53-4842-bff5-0317e9d05933", + "name": "runTaskFromQueue task cost before running: 904 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421535910833 + "startTime": 348560630163000 }, "additional": { "logType": "debug", @@ -6122,36 +6122,36 @@ }, { "head": { - "id": "276c5806-0ad4-4ec0-b68b-7570608c504d", + "id": "f1caefa3-0782-42bb-a3d3-a8f8bf68aba4", "name": "Finished :entry:default@ProcessStartupConfig", "description": "Process startup configuration.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421534868416, - "endTime": 341421535926875, - "totalTime": 1028041 + "startTime": 348560629393750, + "endTime": 348560630176000, + "totalTime": 756417 }, "additional": { "logType": "info", "children": [], - "durationId": "58f81ed7-4a9d-49c5-81cb-57ede04f7cca" + "durationId": "25d3a3e8-1654-44b1-bff5-beebc531adbf" } }, { "head": { - "id": "1c0c3769-d1a4-4e49-a9a5-45d8f5c13df1", + "id": "0efcec0d-50da-4225-8740-80f27998e217", "name": "entry:default@CreateBuildProfile", "description": "Create the BuildProfile.ets file for the HAP/HSP package.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421536770750, - "endTime": 341421537212833 + "startTime": 348560630867583, + "endTime": 348560631237625 }, "additional": { "children": [], @@ -6160,8 +6160,8 @@ "moduleName": "entry", "category": "Generate", "taskRunReasons": [], - "detailId": "72faddc8-60f2-41b9-93a5-367e0e8afcce", - "logId": "4ec64d39-842b-48d2-bce0-05f274c777b1" + "detailId": "a8f37658-f7fc-4033-b28e-38816c406bba", + "logId": "815861f9-a7c9-49cf-a5bd-6a509cb5f912" }, "log": { "_logger": { @@ -6185,33 +6185,33 @@ }, { "head": { - "id": "72faddc8-60f2-41b9-93a5-367e0e8afcce", + "id": "a8f37658-f7fc-4033-b28e-38816c406bba", "name": "create entry:default@CreateBuildProfile task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421536263916 + "startTime": 348560630445916 }, "additional": { "logType": "detail", "children": [], - "durationId": "1c0c3769-d1a4-4e49-a9a5-45d8f5c13df1" + "durationId": "0efcec0d-50da-4225-8740-80f27998e217" } }, { "head": { - "id": "8ee36c91-17c7-4506-9f4b-50bb72188366", + "id": "9a1e1e21-6506-4275-865e-44521fe716cb", "name": "Executing task :entry:default@CreateBuildProfile", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421536776458 + "startTime": 348560630871916 }, "additional": { "logType": "debug", @@ -6220,15 +6220,15 @@ }, { "head": { - "id": "5260a034-724a-4f7b-bb10-e1a01f5cd34b", + "id": "46ca1b1d-6e64-4447-bdc2-014db9aac5fd", "name": "Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421536875958 + "startTime": 348560630964500 }, "additional": { "logType": "debug", @@ -6237,15 +6237,15 @@ }, { "head": { - "id": "8193d457-6db6-4113-b168-ca65e7db210a", + "id": "8041e64c-bee2-4d07-94c5-7a1ec7943eb2", "name": "Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421537170625 + "startTime": 348560631202791 }, "additional": { "logType": "debug", @@ -6254,15 +6254,15 @@ }, { "head": { - "id": "5ad70153-6085-404b-b431-d2a0aa50f5c5", - "name": "entry : default@CreateBuildProfile cost memory 0.0775604248046875", + "id": "61f578fd-8745-4c48-802b-f4ef61792d35", + "name": "entry : default@CreateBuildProfile cost memory 0.07584381103515625", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421537195625 + "startTime": 348560631223333 }, "additional": { "logType": "debug", @@ -6271,35 +6271,35 @@ }, { "head": { - "id": "4ec64d39-842b-48d2-bce0-05f274c777b1", + "id": "815861f9-a7c9-49cf-a5bd-6a509cb5f912", "name": "UP-TO-DATE :entry:default@CreateBuildProfile", "description": "Create the BuildProfile.ets file for the HAP/HSP package.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421536770750, - "endTime": 341421537212833 + "startTime": 348560630867583, + "endTime": 348560631237625 }, "additional": { "logType": "info", "children": [], - "durationId": "1c0c3769-d1a4-4e49-a9a5-45d8f5c13df1" + "durationId": "0efcec0d-50da-4225-8740-80f27998e217" } }, { "head": { - "id": "1773195d-8543-4d4e-be08-00be13b825d6", + "id": "d5cc6419-8e0b-4ea9-98cc-59131b0579df", "name": "xuqmSdk:default@BuildNativeWithCmake", "description": "Compile CPP source with CMake in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421537660541, - "endTime": 341421537742333 + "startTime": 348560631611875, + "endTime": 348560631684708 }, "additional": { "children": [], @@ -6308,8 +6308,8 @@ "moduleName": "xuqmSdk", "category": "Native", "taskRunReasons": [], - "detailId": "8c8ff108-2f5d-4929-85c6-c75473458136", - "logId": "0f96a495-6e6a-4122-aadb-5a88b2853a4f" + "detailId": "770564e8-6912-4449-a1eb-10d1e93e9ba2", + "logId": "a4eb0ab5-c811-4055-8aaf-3343290f44f2" }, "log": { "_logger": { @@ -6333,33 +6333,33 @@ }, { "head": { - "id": "8c8ff108-2f5d-4929-85c6-c75473458136", + "id": "770564e8-6912-4449-a1eb-10d1e93e9ba2", "name": "create xuqmSdk:default@BuildNativeWithCmake task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421537353083 + "startTime": 348560631341125 }, "additional": { "logType": "detail", "children": [], - "durationId": "1773195d-8543-4d4e-be08-00be13b825d6" + "durationId": "d5cc6419-8e0b-4ea9-98cc-59131b0579df" } }, { "head": { - "id": "100f095c-ae9b-43e0-b301-dc7caa86c346", + "id": "14c4c813-825d-4c61-91ef-4cb3e5a9e0b0", "name": "Executing task :xuqmSdk:default@BuildNativeWithCmake", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421537665083 + "startTime": 348560631615541 }, "additional": { "logType": "debug", @@ -6368,15 +6368,15 @@ }, { "head": { - "id": "1aa87d8e-c5b9-4770-ae92-53130913a256", + "id": "f4fd9e11-1729-489c-8a7b-df822cfbbfd9", "name": "xuqmSdk : default@BuildNativeWithCmake cost memory 0.013580322265625", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421537716791 + "startTime": 348560631661041 }, "additional": { "logType": "debug", @@ -6385,15 +6385,15 @@ }, { "head": { - "id": "53b74743-3855-4267-981c-a2b7ca3e5571", - "name": "runTaskFromQueue task cost before running: 916 ms ", + "id": "75dc0005-3954-4588-9231-0c61e8e0339e", + "name": "runTaskFromQueue task cost before running: 905 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421537733833 + "startTime": 348560631676791 }, "additional": { "logType": "debug", @@ -6402,36 +6402,36 @@ }, { "head": { - "id": "0f96a495-6e6a-4122-aadb-5a88b2853a4f", + "id": "a4eb0ab5-c811-4055-8aaf-3343290f44f2", "name": "Finished :xuqmSdk:default@BuildNativeWithCmake", "description": "Compile CPP source with CMake in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421537660541, - "endTime": 341421537742333, - "totalTime": 67542 + "startTime": 348560631611875, + "endTime": 348560631684708, + "totalTime": 60000 }, "additional": { "logType": "info", "children": [], - "durationId": "1773195d-8543-4d4e-be08-00be13b825d6" + "durationId": "d5cc6419-8e0b-4ea9-98cc-59131b0579df" } }, { "head": { - "id": "9a7bced5-1f50-4e12-9bfa-57c9d2587b1e", + "id": "aa595f0e-f08d-4183-b6a2-3d1d0ce96322", "name": "entry:default@MergeProfile", "description": "Merge app config manifest files in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421537942083, - "endTime": 341421538575083 + "startTime": 348560631873625, + "endTime": 348560632461708 }, "additional": { "children": [], @@ -6440,8 +6440,8 @@ "moduleName": "entry", "category": "Config", "taskRunReasons": [], - "detailId": "7e898fbb-7e86-49c2-b068-beffc9939f7f", - "logId": "482d1552-edf0-484d-ba1d-6e8d74cd7769" + "detailId": "cdd67437-f0ff-4e55-b02e-e30089c6c841", + "logId": "1ff33988-00c1-47d1-b402-36ae38a9e48b" }, "log": { "_logger": { @@ -6465,33 +6465,33 @@ }, { "head": { - "id": "7e898fbb-7e86-49c2-b068-beffc9939f7f", + "id": "cdd67437-f0ff-4e55-b02e-e30089c6c841", "name": "create entry:default@MergeProfile task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421537814208 + "startTime": 348560631751458 }, "additional": { "logType": "detail", "children": [], - "durationId": "9a7bced5-1f50-4e12-9bfa-57c9d2587b1e" + "durationId": "aa595f0e-f08d-4183-b6a2-3d1d0ce96322" } }, { "head": { - "id": "e4d73ceb-6ac0-49b9-a920-57fc095b052f", + "id": "37f8323a-9d0f-4bd9-ad93-59198d210bf6", "name": "Executing task :entry:default@MergeProfile", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421537946791 + "startTime": 348560631877875 }, "additional": { "logType": "debug", @@ -6500,15 +6500,15 @@ }, { "head": { - "id": "92ae1891-40de-4e61-939f-747e2ea6de32", + "id": "7fb7df26-84d7-4e5a-adfc-2542d8f1bc61", "name": "Task 'entry:default@MergeProfile' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421538188333 + "startTime": 348560632095166 }, "additional": { "logType": "debug", @@ -6517,15 +6517,15 @@ }, { "head": { - "id": "664c7af9-04fd-44fb-9b27-e7669fcb2bd4", + "id": "8d55242a-0a9a-4ba3-a593-458c2fd38c32", "name": "Incremental task entry:default@MergeProfile pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421538541833 + "startTime": 348560632431791 }, "additional": { "logType": "debug", @@ -6534,15 +6534,15 @@ }, { "head": { - "id": "f88276e6-8829-48f6-ad50-d3188ec00731", - "name": "entry : default@MergeProfile cost memory 0.119781494140625", + "id": "e514072a-efa8-4419-a595-0564e978c103", + "name": "entry : default@MergeProfile cost memory 0.11487579345703125", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421538560333 + "startTime": 348560632449208 }, "additional": { "logType": "debug", @@ -6551,35 +6551,35 @@ }, { "head": { - "id": "482d1552-edf0-484d-ba1d-6e8d74cd7769", + "id": "1ff33988-00c1-47d1-b402-36ae38a9e48b", "name": "UP-TO-DATE :entry:default@MergeProfile", "description": "Merge app config manifest files in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421537942083, - "endTime": 341421538575083 + "startTime": 348560631873625, + "endTime": 348560632461708 }, "additional": { "logType": "info", "children": [], - "durationId": "9a7bced5-1f50-4e12-9bfa-57c9d2587b1e" + "durationId": "aa595f0e-f08d-4183-b6a2-3d1d0ce96322" } }, { "head": { - "id": "959405af-15c2-49b5-8584-f2acc54b80f7", + "id": "6e39ebe6-e1bf-47ab-8f37-9556a6be1123", "name": "entry:default@GenerateLoaderJson", "description": "Generate loader.json in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421539381041, - "endTime": 341421541254541 + "startTime": 348560633276500, + "endTime": 348560635121208 }, "additional": { "children": [], @@ -6588,8 +6588,8 @@ "moduleName": "entry", "category": "Generate", "taskRunReasons": [], - "detailId": "5a2fd33b-5d6f-4eaa-aac2-9dbaa0767093", - "logId": "fbdac1fa-bf3d-4d54-b742-a844cf249405" + "detailId": "2a2ef80b-8cb3-4758-9d9f-5fb3eddfc33b", + "logId": "c6645b0e-b886-4872-8b39-68082e0137aa" }, "log": { "_logger": { @@ -6613,33 +6613,33 @@ }, { "head": { - "id": "5a2fd33b-5d6f-4eaa-aac2-9dbaa0767093", + "id": "2a2ef80b-8cb3-4758-9d9f-5fb3eddfc33b", "name": "create entry:default@GenerateLoaderJson task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421538754250 + "startTime": 348560632635625 }, "additional": { "logType": "detail", "children": [], - "durationId": "959405af-15c2-49b5-8584-f2acc54b80f7" + "durationId": "6e39ebe6-e1bf-47ab-8f37-9556a6be1123" } }, { "head": { - "id": "1bc9b8e7-c017-4c43-b693-1fd232302945", + "id": "2b5517cb-7c72-4c6b-b4e9-0775ddcaced2", "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421539081208 + "startTime": 348560632980291 }, "additional": { "logType": "debug", @@ -6648,15 +6648,15 @@ }, { "head": { - "id": "9685c845-ade1-4027-90bb-6531158dd818", + "id": "7ffb6554-0946-4c3a-9605-f28469e4b3fe", "name": "Executing task :entry:default@GenerateLoaderJson", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421539384958 + "startTime": 348560633279125 }, "additional": { "logType": "debug", @@ -6665,15 +6665,15 @@ }, { "head": { - "id": "35243549-deef-485c-9a8f-6a28ceaddd53", + "id": "d5aaa214-3c70-414b-aa27-4b9840b5ee17", "name": "Task 'entry:default@GenerateLoaderJson' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421539784916 + "startTime": 348560633657875 }, "additional": { "logType": "debug", @@ -6682,15 +6682,15 @@ }, { "head": { - "id": "8d00f9c6-f7e5-435f-9591-5404c89d3453", + "id": "422acafd-1abe-4a29-bff8-4770170f1ce8", "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421540120833 + "startTime": 348560634000375 }, "additional": { "logType": "debug", @@ -6699,15 +6699,15 @@ }, { "head": { - "id": "6e87ca55-24d7-464b-83c8-3d0769f96a2e", + "id": "824d13fd-a92b-4560-a317-6f598d8e66a6", "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421540619000 + "startTime": 348560634485125 }, "additional": { "logType": "debug", @@ -6716,15 +6716,15 @@ }, { "head": { - "id": "2538d0e0-02fb-4362-8a2d-18f3cfa57bec", + "id": "45d7921a-3b5f-42ab-98f5-ba6a5a3aff2c", "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421540835416 + "startTime": 348560634703500 }, "additional": { "logType": "debug", @@ -6733,15 +6733,15 @@ }, { "head": { - "id": "cb6c9e64-396b-4cfd-aa31-c2c674548592", + "id": "9eed8878-e018-4ffe-a0bd-2cbea6bd2eb8", "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421540935833 + "startTime": 348560634805250 }, "additional": { "logType": "debug", @@ -6750,15 +6750,15 @@ }, { "head": { - "id": "96dc8e19-9aab-4451-919f-ec1b743636c5", + "id": "49ed6669-d303-4fe4-98bf-863280a59b11", "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421541014583 + "startTime": 348560634886000 }, "additional": { "logType": "debug", @@ -6767,15 +6767,15 @@ }, { "head": { - "id": "bc7ba9ec-c23d-4284-946e-4ffb711a84af", + "id": "4e716c1d-ad4d-47df-af32-60c033983cb5", "name": "Incremental task entry:default@GenerateLoaderJson pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421541227375 + "startTime": 348560635094791 }, "additional": { "logType": "debug", @@ -6784,15 +6784,15 @@ }, { "head": { - "id": "d769c2ce-a4f4-4283-a89a-9dc09d64bf59", - "name": "entry : default@GenerateLoaderJson cost memory 0.3710479736328125", + "id": "7ca788e4-8512-4bb7-ad4d-4e005b0c2801", + "name": "entry : default@GenerateLoaderJson cost memory 0.36505889892578125", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421541242708 + "startTime": 348560635110083 }, "additional": { "logType": "debug", @@ -6801,34 +6801,34 @@ }, { "head": { - "id": "fbdac1fa-bf3d-4d54-b742-a844cf249405", + "id": "c6645b0e-b886-4872-8b39-68082e0137aa", "name": "UP-TO-DATE :entry:default@GenerateLoaderJson", "description": "Generate loader.json in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421539381041, - "endTime": 341421541254541 + "startTime": 348560633276500, + "endTime": 348560635121208 }, "additional": { "logType": "info", "children": [], - "durationId": "959405af-15c2-49b5-8584-f2acc54b80f7" + "durationId": "6e39ebe6-e1bf-47ab-8f37-9556a6be1123" } }, { "head": { - "id": "3dfd9072-14c9-490c-804e-00c2cd22ab8f", + "id": "ae850365-ab43-434a-b2a7-821d0cba66bf", "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421541487208 + "startTime": 348560635350750 }, "additional": { "logType": "debug", @@ -6837,15 +6837,15 @@ }, { "head": { - "id": "feaa4663-af08-4b04-ab3d-6c270882438a", + "id": "06b46042-4490-4e1e-abcb-a5ea773abff6", "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421541609750 + "startTime": 348560635445666 }, "additional": { "logType": "debug", @@ -6854,16 +6854,16 @@ }, { "head": { - "id": "445e01d4-dc15-4934-be79-cb5dfc139fdf", + "id": "cff4a7da-e489-41f3-b9f9-f3cf33001d96", "name": "xuqmSdk:default@BuildNativeWithNinja", "description": "Compile CPP source with Ninja in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421542017833, - "endTime": 341421542164791 + "startTime": 348560635833375, + "endTime": 348560635971666 }, "additional": { "children": [], @@ -6872,8 +6872,8 @@ "moduleName": "xuqmSdk", "category": "Native", "taskRunReasons": [], - "detailId": "7e1c0531-cf3d-495e-9b6c-741f7551fca6", - "logId": "4c6ec003-81c9-42de-a804-ed7f043e763c" + "detailId": "466aa8eb-80f6-4423-a3d2-cf3b6dfdbde3", + "logId": "d7e1b4f6-f935-4223-8345-e5a65b02b785" }, "log": { "_logger": { @@ -6897,33 +6897,33 @@ }, { "head": { - "id": "7e1c0531-cf3d-495e-9b6c-741f7551fca6", + "id": "466aa8eb-80f6-4423-a3d2-cf3b6dfdbde3", "name": "create xuqmSdk:default@BuildNativeWithNinja task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421541761708 + "startTime": 348560635586666 }, "additional": { "logType": "detail", "children": [], - "durationId": "445e01d4-dc15-4934-be79-cb5dfc139fdf" + "durationId": "cff4a7da-e489-41f3-b9f9-f3cf33001d96" } }, { "head": { - "id": "30a4a870-3d71-4645-9818-2037428fbf2f", + "id": "1cefdf4b-83ca-4d40-b6ea-0eae91aa61c6", "name": "Executing task :xuqmSdk:default@BuildNativeWithNinja", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421542021166 + "startTime": 348560635836291 }, "additional": { "logType": "debug", @@ -6932,15 +6932,15 @@ }, { "head": { - "id": "9884f68c-029c-4c58-9836-4a0d8ebe19ba", + "id": "2135074c-3352-4784-af42-5a5dbfa28899", "name": "xuqmSdk : default@BuildNativeWithNinja cost memory 0.0190582275390625", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421542136791 + "startTime": 348560635944750 }, "additional": { "logType": "debug", @@ -6949,15 +6949,15 @@ }, { "head": { - "id": "446a7c26-5035-4abd-82bb-d568cf399904", - "name": "runTaskFromQueue task cost before running: 920 ms ", + "id": "0850920a-2afc-434a-8869-b050efa2b142", + "name": "runTaskFromQueue task cost before running: 910 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421542155791 + "startTime": 348560635962208 }, "additional": { "logType": "debug", @@ -6966,36 +6966,36 @@ }, { "head": { - "id": "4c6ec003-81c9-42de-a804-ed7f043e763c", + "id": "d7e1b4f6-f935-4223-8345-e5a65b02b785", "name": "Finished :xuqmSdk:default@BuildNativeWithNinja", "description": "Compile CPP source with Ninja in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421542017833, - "endTime": 341421542164791, - "totalTime": 130000 + "startTime": 348560635833375, + "endTime": 348560635971666, + "totalTime": 121875 }, "additional": { "logType": "info", "children": [], - "durationId": "445e01d4-dc15-4934-be79-cb5dfc139fdf" + "durationId": "cff4a7da-e489-41f3-b9f9-f3cf33001d96" } }, { "head": { - "id": "54b240b7-0b08-448c-a3d3-a58a705155f9", + "id": "3ab81297-9559-4b2c-adc0-9b4469eae8bf", "name": "entry:default@ConfigureCmake", "description": "cache native strip .so fileInfo", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421542434791, - "endTime": 341421542490125 + "startTime": 348560636193500, + "endTime": 348560636244500 }, "additional": { "children": [], @@ -7004,8 +7004,8 @@ "moduleName": "entry", "category": "Native", "taskRunReasons": [], - "detailId": "374c78c2-c8ff-40dd-a4e0-37a65f930ec4", - "logId": "e5163043-f397-4c54-8265-f9a1805f6b73" + "detailId": "74c1fb9b-8229-413c-a069-32471be325c5", + "logId": "b290a0eb-9e59-445a-9ce0-f84ee45ddfe2" }, "log": { "_logger": { @@ -7029,33 +7029,33 @@ }, { "head": { - "id": "374c78c2-c8ff-40dd-a4e0-37a65f930ec4", + "id": "74c1fb9b-8229-413c-a069-32471be325c5", "name": "create entry:default@ConfigureCmake task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421542258208 + "startTime": 348560636062208 }, "additional": { "logType": "detail", "children": [], - "durationId": "54b240b7-0b08-448c-a3d3-a58a705155f9" + "durationId": "3ab81297-9559-4b2c-adc0-9b4469eae8bf" } }, { "head": { - "id": "970ba20a-9963-40bf-8649-1e9a09284e45", + "id": "1585088e-853f-4d96-ad66-248a8297110e", "name": "Executing task :entry:default@ConfigureCmake", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421542437458 + "startTime": 348560636195583 }, "additional": { "logType": "debug", @@ -7064,15 +7064,15 @@ }, { "head": { - "id": "bd854fc9-d006-49de-9f5a-17d4cfca127b", - "name": "entry : default@ConfigureCmake cost memory 0.0121307373046875", + "id": "31b2aa44-718a-43b4-8c78-998bf39c8704", + "name": "entry : default@ConfigureCmake cost memory 0.01210784912109375", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421542467791 + "startTime": 348560636224083 }, "additional": { "logType": "debug", @@ -7081,15 +7081,15 @@ }, { "head": { - "id": "b078589b-bee7-43cc-96bf-e74b6422d349", - "name": "runTaskFromQueue task cost before running: 920 ms ", + "id": "5a15e0fa-54e1-4eba-b241-6ea27152a364", + "name": "runTaskFromQueue task cost before running: 910 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421542482208 + "startTime": 348560636236916 }, "additional": { "logType": "debug", @@ -7098,36 +7098,36 @@ }, { "head": { - "id": "e5163043-f397-4c54-8265-f9a1805f6b73", + "id": "b290a0eb-9e59-445a-9ce0-f84ee45ddfe2", "name": "Finished :entry:default@ConfigureCmake", "description": "cache native strip .so fileInfo", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421542434791, - "endTime": 341421542490125, - "totalTime": 41917 + "startTime": 348560636193500, + "endTime": 348560636244500, + "totalTime": 38667 }, "additional": { "logType": "info", "children": [], - "durationId": "54b240b7-0b08-448c-a3d3-a58a705155f9" + "durationId": "3ab81297-9559-4b2c-adc0-9b4469eae8bf" } }, { "head": { - "id": "b09edb0b-ef14-42a1-82ab-ef4c652cd89d", + "id": "16e0d7ea-c56e-45b0-a663-6dd5ebc3f77c", "name": "entry:default@MakePackInfo", "description": "Generate module pack.info in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421542944791, - "endTime": 341421543330500 + "startTime": 348560636645250, + "endTime": 348560637007750 }, "additional": { "children": [], @@ -7136,8 +7136,8 @@ "moduleName": "entry", "category": "Generate", "taskRunReasons": [], - "detailId": "a7a08b11-c117-4423-8be6-942613694acb", - "logId": "e81c41f0-cc57-477c-afeb-498879cb07ab" + "detailId": "3675cc95-49e2-467c-bb10-dc26548109fe", + "logId": "06d5ce46-57d6-4bff-a91c-ee854c748fbe" }, "log": { "_logger": { @@ -7161,33 +7161,33 @@ }, { "head": { - "id": "a7a08b11-c117-4423-8be6-942613694acb", + "id": "3675cc95-49e2-467c-bb10-dc26548109fe", "name": "create entry:default@MakePackInfo task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421542703750 + "startTime": 348560636422541 }, "additional": { "logType": "detail", "children": [], - "durationId": "b09edb0b-ef14-42a1-82ab-ef4c652cd89d" + "durationId": "16e0d7ea-c56e-45b0-a663-6dd5ebc3f77c" } }, { "head": { - "id": "d9da1fcf-913c-4d23-8e7c-25afa2b2709e", + "id": "29a565ae-59cb-48e7-a195-77aa65a104c0", "name": "Executing task :entry:default@MakePackInfo", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421542947375 + "startTime": 348560636647708 }, "additional": { "logType": "debug", @@ -7196,15 +7196,15 @@ }, { "head": { - "id": "6c27b1ac-a587-4ace-95e7-afe3e099ce65", + "id": "f95cc2c8-9b88-45e0-bcdf-efd2099e05fb", "name": "Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421543303416 + "startTime": 348560636983416 }, "additional": { "logType": "debug", @@ -7213,15 +7213,15 @@ }, { "head": { - "id": "71233480-690b-4fb4-9c0f-cc9c158494f3", - "name": "entry : default@MakePackInfo cost memory 0.09134674072265625", + "id": "77713998-1367-467b-a0e4-1cb25b3a1e93", + "name": "entry : default@MakePackInfo cost memory 0.0887603759765625", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421543318958 + "startTime": 348560636997958 }, "additional": { "logType": "debug", @@ -7230,35 +7230,35 @@ }, { "head": { - "id": "e81c41f0-cc57-477c-afeb-498879cb07ab", + "id": "06d5ce46-57d6-4bff-a91c-ee854c748fbe", "name": "UP-TO-DATE :entry:default@MakePackInfo", "description": "Generate module pack.info in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421542944791, - "endTime": 341421543330500 + "startTime": 348560636645250, + "endTime": 348560637007750 }, "additional": { "logType": "info", "children": [], - "durationId": "b09edb0b-ef14-42a1-82ab-ef4c652cd89d" + "durationId": "16e0d7ea-c56e-45b0-a663-6dd5ebc3f77c" } }, { "head": { - "id": "3e758e42-5417-45ac-ad44-5a826557074e", + "id": "cc1451d9-a913-4612-b1a9-3e5edec72ecd", "name": "entry:default@ProcessProfile", "description": "Process app config manifest files in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421543910333, - "endTime": 341421544910916 + "startTime": 348560637558291, + "endTime": 348560638293916 }, "additional": { "children": [], @@ -7267,8 +7267,8 @@ "moduleName": "entry", "category": "Config", "taskRunReasons": [], - "detailId": "dfc1746c-15e5-4bc7-8a88-430a8455326a", - "logId": "e7d68a68-db49-49ff-9555-8f308e4514e8" + "detailId": "abe7c4ff-4a7f-4305-822e-37a0570a43fd", + "logId": "a821a794-6d98-4a18-a6c7-c4eac0078a47" }, "log": { "_logger": { @@ -7292,33 +7292,33 @@ }, { "head": { - "id": "dfc1746c-15e5-4bc7-8a88-430a8455326a", + "id": "abe7c4ff-4a7f-4305-822e-37a0570a43fd", "name": "create entry:default@ProcessProfile task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421543442458 + "startTime": 348560637113166 }, "additional": { "logType": "detail", "children": [], - "durationId": "3e758e42-5417-45ac-ad44-5a826557074e" + "durationId": "cc1451d9-a913-4612-b1a9-3e5edec72ecd" } }, { "head": { - "id": "8fb39b52-6dd6-4b9f-99b4-6a056a19962e", + "id": "8a608199-e1b3-4ce7-877d-049cce834217", "name": "Executing task :entry:default@ProcessProfile", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421543913416 + "startTime": 348560637561250 }, "additional": { "logType": "debug", @@ -7327,15 +7327,15 @@ }, { "head": { - "id": "a7534586-7506-4fe3-a62c-4ff9348512f4", + "id": "f97e1726-7e6e-4868-80f3-692d7f83bcdf", "name": "Task 'entry:default@ProcessProfile' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421544421166 + "startTime": 348560638014291 }, "additional": { "logType": "debug", @@ -7344,15 +7344,15 @@ }, { "head": { - "id": "0a2bd2f2-f361-4f08-9d31-2e999f27b933", + "id": "fa38548f-a51d-4e1d-8719-0dba3f5d4389", "name": "Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421544860916 + "startTime": 348560638267708 }, "additional": { "logType": "debug", @@ -7361,15 +7361,15 @@ }, { "head": { - "id": "57ee7dde-ae99-4b1e-8144-4310c05add77", - "name": "entry : default@ProcessProfile cost memory 0.11588287353515625", + "id": "b6de026a-9a85-4ab8-8f4c-10e35403e3ee", + "name": "entry : default@ProcessProfile cost memory 0.11394500732421875", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421544893833 + "startTime": 348560638283750 }, "additional": { "logType": "debug", @@ -7378,35 +7378,35 @@ }, { "head": { - "id": "e7d68a68-db49-49ff-9555-8f308e4514e8", + "id": "a821a794-6d98-4a18-a6c7-c4eac0078a47", "name": "UP-TO-DATE :entry:default@ProcessProfile", "description": "Process app config manifest files in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421543910333, - "endTime": 341421544910916 + "startTime": 348560637558291, + "endTime": 348560638293916 }, "additional": { "logType": "info", "children": [], - "durationId": "3e758e42-5417-45ac-ad44-5a826557074e" + "durationId": "cc1451d9-a913-4612-b1a9-3e5edec72ecd" } }, { "head": { - "id": "00d73848-a886-43c5-92d5-d17f7c58e711", + "id": "c8e5b4a5-d578-46b6-8fe1-30ddb86a5ad1", "name": "xuqmSdk:default@ProcessLibs", "description": "Process .so files in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421545503875, - "endTime": 341421546202791 + "startTime": 348560638595916, + "endTime": 348560639124125 }, "additional": { "children": [], @@ -7415,8 +7415,8 @@ "moduleName": "xuqmSdk", "category": "Resources", "taskRunReasons": [], - "detailId": "976525f9-a1d5-4e8a-a744-377480f91db7", - "logId": "1a26ffa3-e672-483b-afb0-98416aec1cc4" + "detailId": "f2bd42a9-a751-4bbe-9853-fcfd80f2ab35", + "logId": "eb929a2b-4119-4e72-935e-fb57dd01068b" }, "log": { "_logger": { @@ -7440,33 +7440,33 @@ }, { "head": { - "id": "976525f9-a1d5-4e8a-a744-377480f91db7", + "id": "f2bd42a9-a751-4bbe-9853-fcfd80f2ab35", "name": "create xuqmSdk:default@ProcessLibs task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421545052083 + "startTime": 348560638371541 }, "additional": { "logType": "detail", "children": [], - "durationId": "00d73848-a886-43c5-92d5-d17f7c58e711" + "durationId": "c8e5b4a5-d578-46b6-8fe1-30ddb86a5ad1" } }, { "head": { - "id": "3751cfa4-251b-40c5-ae99-798788e0f075", + "id": "961f9764-a3c3-4f76-bbec-6c19abc13617", "name": "Executing task :xuqmSdk:default@ProcessLibs", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421545507916 + "startTime": 348560638598750 }, "additional": { "logType": "debug", @@ -7475,15 +7475,15 @@ }, { "head": { - "id": "6e3871e2-0ff0-4177-88fc-d2d8336138de", + "id": "0c55dfa0-dbd5-4114-96e1-5977ffdcdfca", "name": "Incremental task xuqmSdk:default@ProcessLibs pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421546167708 + "startTime": 348560639094000 }, "additional": { "logType": "debug", @@ -7492,15 +7492,15 @@ }, { "head": { - "id": "3c6fbbbe-be22-4b7c-9ec8-fcf815c32c11", - "name": "xuqmSdk : default@ProcessLibs cost memory 0.0826416015625", + "id": "50aba1de-4d35-4162-b69a-8809d6ca8df2", + "name": "xuqmSdk : default@ProcessLibs cost memory 0.0811767578125", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421546189208 + "startTime": 348560639112333 }, "additional": { "logType": "debug", @@ -7509,35 +7509,35 @@ }, { "head": { - "id": "1a26ffa3-e672-483b-afb0-98416aec1cc4", + "id": "eb929a2b-4119-4e72-935e-fb57dd01068b", "name": "UP-TO-DATE :xuqmSdk:default@ProcessLibs", "description": "Process .so files in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421545503875, - "endTime": 341421546202791 + "startTime": 348560638595916, + "endTime": 348560639124125 }, "additional": { "logType": "info", "children": [], - "durationId": "00d73848-a886-43c5-92d5-d17f7c58e711" + "durationId": "c8e5b4a5-d578-46b6-8fe1-30ddb86a5ad1" } }, { "head": { - "id": "a8d9aa40-4aa8-450b-955e-27d6d55e02f6", + "id": "fa1c2527-8e68-4148-b2c6-b92f611f0d88", "name": "entry:default@BuildNativeWithCmake", "description": "Compile CPP source with CMake in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421546406000, - "endTime": 341421546485708 + "startTime": 348560639275250, + "endTime": 348560639339500 }, "additional": { "children": [], @@ -7546,8 +7546,8 @@ "moduleName": "entry", "category": "Native", "taskRunReasons": [], - "detailId": "8aefa596-1441-47de-949c-aa4e7630e92c", - "logId": "92441f12-c67f-43d5-89e6-721af6ed4950" + "detailId": "fd3cca9a-0133-41c9-b0e8-69af48ed467b", + "logId": "1f3daa01-f801-4bc9-9068-c016aa7e44ec" }, "log": { "_logger": { @@ -7571,33 +7571,33 @@ }, { "head": { - "id": "8aefa596-1441-47de-949c-aa4e7630e92c", + "id": "fd3cca9a-0133-41c9-b0e8-69af48ed467b", "name": "create entry:default@BuildNativeWithCmake task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421546315125 + "startTime": 348560639208166 }, "additional": { "logType": "detail", "children": [], - "durationId": "a8d9aa40-4aa8-450b-955e-27d6d55e02f6" + "durationId": "fa1c2527-8e68-4148-b2c6-b92f611f0d88" } }, { "head": { - "id": "9cc1ea31-4f25-4a46-9f49-6707b3fb2ea0", + "id": "dbaca817-720c-4790-bebd-2a9320c90774", "name": "Executing task :entry:default@BuildNativeWithCmake", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421546408291 + "startTime": 348560639277083 }, "additional": { "logType": "debug", @@ -7606,15 +7606,15 @@ }, { "head": { - "id": "ecb34ffe-911a-45f8-b987-e9a699b9b97b", + "id": "37d74d0a-7305-4cd5-ac0e-8555f415638a", "name": "entry : default@BuildNativeWithCmake cost memory 0.012054443359375", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421546443833 + "startTime": 348560639303833 }, "additional": { "logType": "debug", @@ -7623,15 +7623,15 @@ }, { "head": { - "id": "2954abc5-7691-4ac1-969c-0884295e0db3", - "name": "runTaskFromQueue task cost before running: 924 ms ", + "id": "7efe9586-c839-4963-8cb6-0e78824ac130", + "name": "runTaskFromQueue task cost before running: 913 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421546474625 + "startTime": 348560639330166 }, "additional": { "logType": "debug", @@ -7640,36 +7640,36 @@ }, { "head": { - "id": "92441f12-c67f-43d5-89e6-721af6ed4950", + "id": "1f3daa01-f801-4bc9-9068-c016aa7e44ec", "name": "Finished :entry:default@BuildNativeWithCmake", "description": "Compile CPP source with CMake in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421546406000, - "endTime": 341421546485708, - "totalTime": 46708 + "startTime": 348560639275250, + "endTime": 348560639339500, + "totalTime": 36042 }, "additional": { "logType": "info", "children": [], - "durationId": "a8d9aa40-4aa8-450b-955e-27d6d55e02f6" + "durationId": "fa1c2527-8e68-4148-b2c6-b92f611f0d88" } }, { "head": { - "id": "31429f13-1841-429e-814a-772815fc6d8c", + "id": "1ddedbe6-eda4-423e-9399-278c9c798e35", "name": "entry:default@ProcessResource", "description": "Process resources in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421547451500, - "endTime": 341421548536708 + "startTime": 348560640082500, + "endTime": 348560641372958 }, "additional": { "children": [], @@ -7678,8 +7678,8 @@ "moduleName": "entry", "category": "Resources", "taskRunReasons": [], - "detailId": "f799aa6a-a4d7-41ee-b852-4d465d9fd0cc", - "logId": "d6052a7d-b0c6-4aa3-9fde-311612ec31c1" + "detailId": "702288b9-1ce4-4944-bacb-11aa22b8f90e", + "logId": "7ebd717b-7edd-4f10-9db9-62265ba9736f" }, "log": { "_logger": { @@ -7703,33 +7703,33 @@ }, { "head": { - "id": "f799aa6a-a4d7-41ee-b852-4d465d9fd0cc", + "id": "702288b9-1ce4-4944-bacb-11aa22b8f90e", "name": "create entry:default@ProcessResource task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421546625458 + "startTime": 348560639448041 }, "additional": { "logType": "detail", "children": [], - "durationId": "31429f13-1841-429e-814a-772815fc6d8c" + "durationId": "1ddedbe6-eda4-423e-9399-278c9c798e35" } }, { "head": { - "id": "190c3bb6-49c9-415b-bbcd-563d3b5579e9", + "id": "ceb7d2bf-d6dd-46a6-b79f-675158250934", "name": "restool module names: entry,xuqmSdk; moduleName=entry, taskName=default@ProcessResource", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421546878833 + "startTime": 348560639673375 }, "additional": { "logType": "debug", @@ -7738,15 +7738,15 @@ }, { "head": { - "id": "fe0334f0-eca2-42a6-8821-a5faef71ec53", + "id": "1397e842-3893-45ec-a9d7-fc31bc88d2af", "name": "Executing task :entry:default@ProcessResource", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421547906833 + "startTime": 348560640826833 }, "additional": { "logType": "debug", @@ -7755,15 +7755,15 @@ }, { "head": { - "id": "0ee0bda2-6e04-4aed-97c1-d3efb2da93f5", + "id": "c39eb793-ff36-465e-b378-6660fdb3691d", "name": "Task 'entry:default@ProcessResource' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421547984916 + "startTime": 348560640900416 }, "additional": { "logType": "debug", @@ -7772,15 +7772,15 @@ }, { "head": { - "id": "c9e9a49f-86df-4c9f-924d-733ff78b413f", + "id": "2937ea3f-efc1-4d42-ad4c-7ee3bdbdea9e", "name": "Incremental task entry:default@ProcessResource pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421548280541 + "startTime": 348560641166708 }, "additional": { "logType": "debug", @@ -7789,15 +7789,15 @@ }, { "head": { - "id": "be3bb388-243e-4582-a9d3-1469b89c27dc", - "name": "entry : default@ProcessResource cost memory 0.110626220703125", + "id": "3f65b399-6b26-4409-b890-7f52d409ffc3", + "name": "entry : default@ProcessResource cost memory 0.10875701904296875", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421548395375 + "startTime": 348560641250625 }, "additional": { "logType": "debug", @@ -7806,35 +7806,35 @@ }, { "head": { - "id": "d6052a7d-b0c6-4aa3-9fde-311612ec31c1", + "id": "7ebd717b-7edd-4f10-9db9-62265ba9736f", "name": "UP-TO-DATE :entry:default@ProcessResource", "description": "Process resources in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421547451500, - "endTime": 341421548536708 + "startTime": 348560640082500, + "endTime": 348560641372958 }, "additional": { "logType": "info", "children": [], - "durationId": "31429f13-1841-429e-814a-772815fc6d8c" + "durationId": "1ddedbe6-eda4-423e-9399-278c9c798e35" } }, { "head": { - "id": "a60e616f-878a-4412-99a6-f64aedd4274f", + "id": "b06befa6-63a6-4877-b04e-bdecd94ad527", "name": "xuqmSdk:default@DoNativeStrip", "description": "Strip .so files to decrease size.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421549268083, - "endTime": 341421549587166 + "startTime": 348560641904000, + "endTime": 348560642305291 }, "additional": { "children": [], @@ -7843,8 +7843,8 @@ "moduleName": "xuqmSdk", "category": "Native", "taskRunReasons": [], - "detailId": "dde81f8e-b911-4b7d-81d1-65da98c2411d", - "logId": "2672132c-b662-4ec8-99bb-681544bb80a7" + "detailId": "91004ee6-c579-47d9-bf78-deb686a07cef", + "logId": "4af933f6-32b5-4543-9f72-60b44bf416bc" }, "log": { "_logger": { @@ -7868,33 +7868,33 @@ }, { "head": { - "id": "dde81f8e-b911-4b7d-81d1-65da98c2411d", + "id": "91004ee6-c579-47d9-bf78-deb686a07cef", "name": "create xuqmSdk:default@DoNativeStrip task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421548801041 + "startTime": 348560641570958 }, "additional": { "logType": "detail", "children": [], - "durationId": "a60e616f-878a-4412-99a6-f64aedd4274f" + "durationId": "b06befa6-63a6-4877-b04e-bdecd94ad527" } }, { "head": { - "id": "333292b5-98e6-4263-a223-b0fd4c7d5e41", + "id": "bfed378b-5168-4272-93db-bedb88c8efe6", "name": "Executing task :xuqmSdk:default@DoNativeStrip", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421549272875 + "startTime": 348560641907250 }, "additional": { "logType": "debug", @@ -7903,15 +7903,15 @@ }, { "head": { - "id": "56320118-1d1f-4f07-9019-e10009873352", + "id": "842298c8-8258-4d28-872b-c87cc9fe584a", "name": "Task 'xuqmSdk:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421549342458 + "startTime": 348560641957208 }, "additional": { "logType": "debug", @@ -7920,15 +7920,15 @@ }, { "head": { - "id": "a9f472b7-55a7-458e-bd7a-86417bfe036e", + "id": "bbe33d20-8bc8-435f-bd46-8e5a3650836d", "name": "Incremental task xuqmSdk:default@DoNativeStrip pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421549555500 + "startTime": 348560642273208 }, "additional": { "logType": "debug", @@ -7937,15 +7937,15 @@ }, { "head": { - "id": "27bb26b2-9cc9-4552-895b-192d9c125d52", - "name": "xuqmSdk : default@DoNativeStrip cost memory 0.05982208251953125", + "id": "9f2e8bfa-c772-4e91-b8a8-2ed742dbd3a3", + "name": "xuqmSdk : default@DoNativeStrip cost memory 0.05889129638671875", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421549575083 + "startTime": 348560642290166 }, "additional": { "logType": "debug", @@ -7954,35 +7954,35 @@ }, { "head": { - "id": "2672132c-b662-4ec8-99bb-681544bb80a7", + "id": "4af933f6-32b5-4543-9f72-60b44bf416bc", "name": "UP-TO-DATE :xuqmSdk:default@DoNativeStrip", "description": "Strip .so files to decrease size.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421549268083, - "endTime": 341421549587166 + "startTime": 348560641904000, + "endTime": 348560642305291 }, "additional": { "logType": "info", "children": [], - "durationId": "a60e616f-878a-4412-99a6-f64aedd4274f" + "durationId": "b06befa6-63a6-4877-b04e-bdecd94ad527" } }, { "head": { - "id": "55d3f3f1-d0f1-48b8-811e-81378a854e13", + "id": "18031091-e41d-4830-96fa-c42a681e0c74", "name": "entry:default@CompileResource", "description": "Compile project resources in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421550151458, - "endTime": 341421552078958 + "startTime": 348560642865833, + "endTime": 348560645042958 }, "additional": { "children": [], @@ -7991,8 +7991,8 @@ "moduleName": "entry", "category": "Resources", "taskRunReasons": [], - "detailId": "f0d9b034-dd4e-4b04-ab99-82a9614f306f", - "logId": "9a0530ff-17c9-41d6-baf5-24fda6da1868" + "detailId": "7702b693-76dc-4fb6-8483-8989eb2255ee", + "logId": "de5a00cb-1cf6-4043-9b1a-c8b0d3e3e74b" }, "log": { "_logger": { @@ -8016,33 +8016,33 @@ }, { "head": { - "id": "f0d9b034-dd4e-4b04-ab99-82a9614f306f", + "id": "7702b693-76dc-4fb6-8483-8989eb2255ee", "name": "create entry:default@CompileResource task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421549699708 + "startTime": 348560642406958 }, "additional": { "logType": "detail", "children": [], - "durationId": "55d3f3f1-d0f1-48b8-811e-81378a854e13" + "durationId": "18031091-e41d-4830-96fa-c42a681e0c74" } }, { "head": { - "id": "be945e47-0269-4276-b2d8-a977cac2a6e1", + "id": "081399ac-25a7-4f85-aa0c-553ab1f75624", "name": "restool module names: entry,xuqmSdk; moduleName=entry, taskName=default@CompileResource", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421549834333 + "startTime": 348560642535958 }, "additional": { "logType": "debug", @@ -8051,15 +8051,15 @@ }, { "head": { - "id": "fb994362-ab97-48f5-acf6-0b81130066ad", + "id": "a04201ce-d852-4af8-942e-41034161486b", "name": "Executing task :entry:default@CompileResource", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421550179791 + "startTime": 348560642893833 }, "additional": { "logType": "debug", @@ -8068,15 +8068,15 @@ }, { "head": { - "id": "483b0cb4-3305-48b1-8ca3-3a150d988d8b", + "id": "19ef92b8-94b5-497a-8ada-684cedc58861", "name": "Incremental task entry:default@CompileResource pre-execution cost: 2 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421552039250 + "startTime": 348560644997958 }, "additional": { "logType": "debug", @@ -8085,15 +8085,15 @@ }, { "head": { - "id": "7d100b14-aba5-4278-a309-789b8fe1857f", - "name": "entry : default@CompileResource cost memory 0.325836181640625", + "id": "05002e26-39c0-4682-9b60-2bf126e57c08", + "name": "entry : default@CompileResource cost memory 0.32169342041015625", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421552062250 + "startTime": 348560645026166 }, "additional": { "logType": "debug", @@ -8102,35 +8102,35 @@ }, { "head": { - "id": "9a0530ff-17c9-41d6-baf5-24fda6da1868", + "id": "de5a00cb-1cf6-4043-9b1a-c8b0d3e3e74b", "name": "UP-TO-DATE :entry:default@CompileResource", "description": "Compile project resources in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421550151458, - "endTime": 341421552078958 + "startTime": 348560642865833, + "endTime": 348560645042958 }, "additional": { "logType": "info", "children": [], - "durationId": "55d3f3f1-d0f1-48b8-811e-81378a854e13" + "durationId": "18031091-e41d-4830-96fa-c42a681e0c74" } }, { "head": { - "id": "bbbe4103-6e3f-4e1b-810f-1cb0a72723b9", + "id": "fa67ebd2-9b2b-4078-940a-d3d9cf897429", "name": "entry:default@BuildNativeWithNinja", "description": "Compile CPP source with Ninja in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421552301500, - "endTime": 341421552397916 + "startTime": 348560645273875, + "endTime": 348560645367250 }, "additional": { "children": [], @@ -8139,8 +8139,8 @@ "moduleName": "entry", "category": "Native", "taskRunReasons": [], - "detailId": "519d5efb-e084-4e24-bb36-099ce98d114a", - "logId": "4baf359a-26d8-4fac-8612-cb86e53db343" + "detailId": "b66e14e9-5763-4023-98ea-f68270076c7a", + "logId": "47435131-9904-4f20-814f-61c66a979078" }, "log": { "_logger": { @@ -8164,33 +8164,33 @@ }, { "head": { - "id": "519d5efb-e084-4e24-bb36-099ce98d114a", + "id": "b66e14e9-5763-4023-98ea-f68270076c7a", "name": "create entry:default@BuildNativeWithNinja task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421552226333 + "startTime": 348560645198625 }, "additional": { "logType": "detail", "children": [], - "durationId": "bbbe4103-6e3f-4e1b-810f-1cb0a72723b9" + "durationId": "fa67ebd2-9b2b-4078-940a-d3d9cf897429" } }, { "head": { - "id": "c3f9cea7-81ed-4dd1-a0fa-e1953ab958e5", + "id": "ffe34c70-c654-4f43-8283-b14ab84cc87b", "name": "Executing task :entry:default@BuildNativeWithNinja", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421552303958 + "startTime": 348560645275583 }, "additional": { "logType": "debug", @@ -8199,15 +8199,15 @@ }, { "head": { - "id": "c6ca5698-5cd0-49af-b6fa-99d7d952db22", - "name": "entry : default@BuildNativeWithNinja cost memory 0.01779937744140625", + "id": "c2ea43a0-c04a-4c3a-95dd-b403bb4b967a", + "name": "entry : default@BuildNativeWithNinja cost memory 0.0177764892578125", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421552373166 + "startTime": 348560645346083 }, "additional": { "logType": "debug", @@ -8216,15 +8216,15 @@ }, { "head": { - "id": "524d038b-40fd-4647-bec3-f6ce84c1f33f", - "name": "runTaskFromQueue task cost before running: 930 ms ", + "id": "b4c2ce48-4b70-40de-a7cb-967ab75eab8f", + "name": "runTaskFromQueue task cost before running: 919 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421552387916 + "startTime": 348560645358750 }, "additional": { "logType": "debug", @@ -8233,49 +8233,49 @@ }, { "head": { - "id": "4baf359a-26d8-4fac-8612-cb86e53db343", + "id": "47435131-9904-4f20-814f-61c66a979078", "name": "Finished :entry:default@BuildNativeWithNinja", "description": "Compile CPP source with Ninja in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421552301500, - "endTime": 341421552397916, - "totalTime": 80791 + "startTime": 348560645273875, + "endTime": 348560645367250, + "totalTime": 80167 }, "additional": { "logType": "info", "children": [], - "durationId": "bbbe4103-6e3f-4e1b-810f-1cb0a72723b9" + "durationId": "fa67ebd2-9b2b-4078-940a-d3d9cf897429" } }, { "head": { - "id": "2c214c0c-19f6-48fa-b0e7-30ffc451e318", + "id": "2bcd11b9-a7c1-4626-a70d-1e90be91b59f", "name": "entry:default@CompileArkTS", "description": "Compile ArkTS or JS components for large-system devices in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421552993000, - "endTime": 341424051185958 + "startTime": 348560645926250, + "endTime": 348563232986500 }, "additional": { "children": [ - "0435ba1e-42c2-4e43-bde5-3e223419bc1b", - "26f392a6-21fe-4ca4-86c3-783467e41023" + "46cb9efd-6300-493e-a6da-40c98e6d4711", + "2144fd5a-41bf-4a72-8af7-7d446286ddc6" ], "state": "failed", "targetName": "default", "moduleName": "entry", "category": "ArkTS", "taskRunReasons": [], - "detailId": "58c920fe-e901-456d-b385-3ee6d7199f3e", - "logId": "19b8d5a2-2aea-45c1-9722-4d6e47301c0c" + "detailId": "be8eec1a-90d9-4bfe-af5b-940708ee0b6c", + "logId": "f8b14ce2-0fd2-4895-8455-986db3468f3f" }, "log": { "_logger": { @@ -8299,33 +8299,33 @@ }, { "head": { - "id": "58c920fe-e901-456d-b385-3ee6d7199f3e", + "id": "be8eec1a-90d9-4bfe-af5b-940708ee0b6c", "name": "create entry:default@CompileArkTS task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421552600166 + "startTime": 348560645558833 }, "additional": { "logType": "detail", "children": [], - "durationId": "2c214c0c-19f6-48fa-b0e7-30ffc451e318" + "durationId": "2bcd11b9-a7c1-4626-a70d-1e90be91b59f" } }, { "head": { - "id": "bf270c1d-c58b-4a83-9c2c-f2327e089311", + "id": "9b3362e1-3b53-44de-b321-3e4dd694b993", "name": "Executing task :entry:default@CompileArkTS", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421552996625 + "startTime": 348560645929458 }, "additional": { "logType": "debug", @@ -8334,15 +8334,15 @@ }, { "head": { - "id": "3adf9e80-641e-4124-868a-0d9101c0414a", + "id": "9fe2209d-6840-479f-9665-a4fb1160ab1f", "name": "obfuscationOptions: undefined", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421553309583 + "startTime": 348560646199416 }, "additional": { "logType": "debug", @@ -8351,15 +8351,15 @@ }, { "head": { - "id": "d2cd4bfe-dd83-49e2-b5d0-ceb6acc34a8d", + "id": "89056d9c-b014-4e14-9c17-1fa04bf9d87d", "name": "Task 'entry:default@CompileArkTS' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421554126333 + "startTime": 348560646966791 }, "additional": { "logType": "debug", @@ -8368,15 +8368,15 @@ }, { "head": { - "id": "a2db37cb-d8d3-48d0-80ce-283f116016e1", + "id": "d8c859c0-37d0-44ab-841a-af6e6e70bd62", "name": "build config:", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421557806166 + "startTime": 348560651410083 }, "additional": { "logType": "debug", @@ -8385,15 +8385,15 @@ }, { "head": { - "id": "77588cbc-73c0-4e53-a97a-4aa9154dafce", + "id": "c1136c6e-49c9-4673-a683-7fb4d631abe8", "name": "Compile arkts with external api path: /Users/xuqinmin/sdk/command-line-tools/sdk/default/hms/ets", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421558390958 + "startTime": 348560652066041 }, "additional": { "logType": "debug", @@ -8402,15 +8402,15 @@ }, { "head": { - "id": "a2dfae39-f2ce-4e74-b127-c39c17886f31", + "id": "34b54677-d850-4112-b97c-f43b3d513c9b", "name": "Since there is no instance or instance is terminated, create a new worker pool.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421558689250 + "startTime": 348560652315333 }, "additional": { "logType": "debug", @@ -8419,15 +8419,15 @@ }, { "head": { - "id": "fb710392-6691-40fa-9b03-e9499736c698", + "id": "108a5a5e-1930-4c44-ab50-5d59f20f6f02", "name": "Worker pool is initialized with config: {\n minPoolNum: 2,\n maxPoolNum: undefined,\n maxCoreSize: undefined,\n cacheCapacity: undefined,\n cacheTtl: undefined\n}", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421558731041 + "startTime": 348560652357875 }, "additional": { "logType": "debug", @@ -8436,15 +8436,15 @@ }, { "head": { - "id": "90fa67ce-2e9e-4b65-85f0-23b890fe6b7a", + "id": "36b51edd-5bd1-445c-a206-a5064a1b4b44", "name": "Create resident worker with id: 0.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421559281000 + "startTime": 348560652923000 }, "additional": { "logType": "debug", @@ -8453,15 +8453,15 @@ }, { "head": { - "id": "15af0c2d-f223-445c-a090-8742213e7189", + "id": "26264f8a-ce19-47c7-bbba-9976d7cc8fbc", "name": "Create resident worker with id: 1.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421560550750 + "startTime": 348560655331500 }, "additional": { "logType": "debug", @@ -8470,15 +8470,15 @@ }, { "head": { - "id": "c76a8d85-fbca-49db-9179-849ca7523cdb", + "id": "a11c1972-bfdc-445b-9d54-ace937d40336", "name": "default@CompileArkTS work[0] is submitted.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421561518916 + "startTime": 348560656160125 }, "additional": { "logType": "debug", @@ -8487,16 +8487,16 @@ }, { "head": { - "id": "0435ba1e-42c2-4e43-bde5-3e223419bc1b", + "id": "46cb9efd-6300-493e-a6da-40c98e6d4711", "name": "entry:default@CompileArkTS", "description": "Compile ArkTS or JS components for large-system devices in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Worker4", - "startTime": 341421562331416, - "endTime": 341424051052166 + "startTime": 348560656773416, + "endTime": 348563232835333 }, "additional": { "children": [], @@ -8505,8 +8505,8 @@ "moduleName": "entry", "category": "", "taskRunReasons": [], - "parent": "2c214c0c-19f6-48fa-b0e7-30ffc451e318", - "logId": "c3d798ea-80a6-4318-b198-cbc5855cde7d" + "parent": "2bcd11b9-a7c1-4626-a70d-1e90be91b59f", + "logId": "67976e45-f945-4b3e-97b6-e5f7dba743ee" }, "log": { "_logger": { @@ -8530,15 +8530,15 @@ }, { "head": { - "id": "7ea890a7-ba24-43e4-863b-33da11cbab97", + "id": "02229c30-fdd5-41a6-8c5b-120a315fb1b5", "name": "default@CompileArkTS work[0] is pushed to ready queue.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421561687791 + "startTime": 348560656323916 }, "additional": { "logType": "debug", @@ -8547,15 +8547,15 @@ }, { "head": { - "id": "9ec859fc-390c-4fd3-a264-3a6e25f3ed3b", + "id": "a87576db-f0ff-4856-a99a-c4337366c9d4", "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421561765958 + "startTime": 348560656395791 }, "additional": { "logType": "debug", @@ -8564,15 +8564,15 @@ }, { "head": { - "id": "cd0cee62-6cfe-49e0-9ab6-71ef9c60b76e", + "id": "c4794d72-0514-45d3-94ba-8cc93ad903bc", "name": "A work dispatched to worker[12] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421561776125 + "startTime": 348560656405333 }, "additional": { "logType": "debug", @@ -8581,15 +8581,15 @@ }, { "head": { - "id": "a3a54878-38c1-4682-a073-8c6636b30bbe", + "id": "a221b333-af56-4c1f-a58e-eb07d8585cff", "name": "A work dispatched to worker[11] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421561784666 + "startTime": 348560656411791 }, "additional": { "logType": "debug", @@ -8598,15 +8598,15 @@ }, { "head": { - "id": "45ba6a14-0a37-4b06-801b-67a749d35a91", + "id": "d032e0ad-3a70-4602-a2df-e6ba4e16c715", "name": "A work dispatched to worker[10] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421561791125 + "startTime": 348560656417875 }, "additional": { "logType": "debug", @@ -8615,15 +8615,15 @@ }, { "head": { - "id": "c0f17fdf-6d8b-4334-8eb6-6929245fda1a", + "id": "c8fb307b-43f4-4fea-aa33-09f0ff8d35f6", "name": "A work dispatched to worker[9] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421561797708 + "startTime": 348560656423458 }, "additional": { "logType": "debug", @@ -8632,15 +8632,15 @@ }, { "head": { - "id": "3bd0b88e-9582-4436-9fe9-b94c7383a940", + "id": "ccf72359-6201-43b3-b16a-10740fb282f4", "name": "A work dispatched to worker[8] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421561804416 + "startTime": 348560656430041 }, "additional": { "logType": "debug", @@ -8649,15 +8649,15 @@ }, { "head": { - "id": "27e6c50f-5aa3-4e25-884d-ab415d7e3d40", + "id": "c442a99c-ae81-42a5-8444-3531960bf8ac", "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421561810833 + "startTime": 348560656436458 }, "additional": { "logType": "debug", @@ -8666,15 +8666,15 @@ }, { "head": { - "id": "82453b39-6b2c-4339-9699-470edcd87950", + "id": "a870b151-4bb8-4b7b-a55c-6ce0faefa38f", "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421561816666 + "startTime": 348560656442250 }, "additional": { "logType": "debug", @@ -8683,15 +8683,15 @@ }, { "head": { - "id": "25926950-184d-420e-8564-ca3e5e023231", + "id": "f7dd8c22-584e-4106-81fc-32831480f434", "name": "A work dispatched to worker[5] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421561906250 + "startTime": 348560656448416 }, "additional": { "logType": "debug", @@ -8700,15 +8700,15 @@ }, { "head": { - "id": "f806d21e-fc42-4afa-b532-2851de4d5675", + "id": "31f18e24-e994-42ad-a30f-04f850813658", "name": "Create resident worker with id: 4.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421561964375 + "startTime": 348560656491875 }, "additional": { "logType": "debug", @@ -8717,15 +8717,15 @@ }, { "head": { - "id": "569f02a9-285b-4f67-be7c-4da7034728e0", + "id": "202ec820-9764-45ed-9784-f4b27ac7bab0", "name": "default@CompileArkTS work[0] has been dispatched to worker[4].", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421562346166 + "startTime": 348560656784583 }, "additional": { "logType": "debug", @@ -8734,15 +8734,15 @@ }, { "head": { - "id": "faf71fcc-202c-463d-a937-6af1ffbac057", + "id": "62058e06-02ed-435b-9313-880746d7550a", "name": "default@CompileArkTS work[0] is dispatched.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421562385708 + "startTime": 348560656816916 }, "additional": { "logType": "debug", @@ -8751,15 +8751,15 @@ }, { "head": { - "id": "1234f2b0-1f25-4dc0-9dbb-f8a67d5c164a", - "name": "CopyResources startTime: 341421562430875", + "id": "fd2f4852-b8b6-4aef-a735-86c1be4def9f", + "name": "CopyResources startTime: 348560656847541", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421562432958 + "startTime": 348560656849041 }, "additional": { "logType": "debug", @@ -8768,15 +8768,15 @@ }, { "head": { - "id": "48b5dbe5-37fa-4a8d-805a-dc282572af22", + "id": "30fe9d10-b418-45f2-bab5-bcb99c417477", "name": "default@CompileArkTS work[1] is submitted.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421562451083 + "startTime": 348560656864833 }, "additional": { "logType": "debug", @@ -8785,16 +8785,16 @@ }, { "head": { - "id": "26f392a6-21fe-4ca4-86c3-783467e41023", + "id": "2144fd5a-41bf-4a72-8af7-7d446286ddc6", "name": "entry:default@CompileArkTS", "description": "Compile ArkTS or JS components for large-system devices in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Worker12", - "startTime": 341421806895666, - "endTime": 341421811261666 + "startTime": 348560899147541, + "endTime": 348560903252041 }, "additional": { "children": [], @@ -8803,8 +8803,8 @@ "moduleName": "entry", "category": "", "taskRunReasons": [], - "parent": "2c214c0c-19f6-48fa-b0e7-30ffc451e318", - "logId": "32b20c7f-712c-489a-bbf0-71d2b9c734ee" + "parent": "2bcd11b9-a7c1-4626-a70d-1e90be91b59f", + "logId": "cdd83ca0-9074-4b28-933a-35710b38244f" }, "log": { "_logger": { @@ -8828,15 +8828,15 @@ }, { "head": { - "id": "b74b376d-e86f-4811-95dd-d9efdcc40631", + "id": "1800a8b8-bddd-4b4a-8ffa-e2d05283a11a", "name": "default@CompileArkTS work[1] is pushed to ready queue.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421562579125 + "startTime": 348560656957625 }, "additional": { "logType": "debug", @@ -8845,15 +8845,15 @@ }, { "head": { - "id": "a85bc39d-62c8-4d9b-a5ab-420a020a7990", + "id": "57d73c0b-e457-490c-a7d7-4889a2ddf69e", "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421562590958 + "startTime": 348560656966625 }, "additional": { "logType": "debug", @@ -8862,15 +8862,15 @@ }, { "head": { - "id": "5e4cd00f-9c68-4520-a4de-acfde5111236", + "id": "2c40cd0d-ff6c-401e-b6b8-821bf6e38a86", "name": "Create resident worker with id: 12.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421562601458 + "startTime": 348560656976875 }, "additional": { "logType": "debug", @@ -8879,15 +8879,15 @@ }, { "head": { - "id": "664193be-50a3-42e1-8add-c1d906de3895", + "id": "f0e17610-beb4-47ba-aeb4-90f5b680eea5", "name": "default@CompileArkTS work[1] has been dispatched to worker[12].", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421562937166 + "startTime": 348560657215916 }, "additional": { "logType": "debug", @@ -8896,15 +8896,15 @@ }, { "head": { - "id": "f21a64fc-daee-41ec-be46-40d0a18916a5", + "id": "7382d896-84a3-48cb-b5d6-825faeac1c85", "name": "default@CompileArkTS work[1] is dispatched.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421562958666 + "startTime": 348560657226791 }, "additional": { "logType": "debug", @@ -8913,15 +8913,15 @@ }, { "head": { - "id": "12d96c3f-a2f4-4874-b55b-ece1a5c87693", - "name": "entry : default@CompileArkTS cost memory 2.338134765625", + "id": "1d1eb240-30fc-4b5d-ba69-00e13849bc2f", + "name": "entry : default@CompileArkTS cost memory -8.774162292480469", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421563021083 + "startTime": 348560657284208 }, "additional": { "logType": "debug", @@ -8930,16 +8930,16 @@ }, { "head": { - "id": "3a9a1076-e77e-475c-b6ee-695db982c455", + "id": "43e8ad49-c435-4e7e-86b9-28b43dd6fe22", "name": "entry:default@BuildJS", "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421563698958, - "endTime": 341421564403125 + "startTime": 348560658159750, + "endTime": 348560659068833 }, "additional": { "children": [], @@ -8948,8 +8948,8 @@ "moduleName": "entry", "category": "ArkTS", "taskRunReasons": [], - "detailId": "1ba67ccd-39a9-43bb-b7d0-de8e52c415e8", - "logId": "73a96cdc-a01a-4622-a55f-d244ff9646e7" + "detailId": "305cb675-e689-43c9-83fd-2dd662f3d6ff", + "logId": "95e080c1-3461-473e-8a46-bd7336076b9d" }, "log": { "_logger": { @@ -8973,33 +8973,33 @@ }, { "head": { - "id": "1ba67ccd-39a9-43bb-b7d0-de8e52c415e8", + "id": "305cb675-e689-43c9-83fd-2dd662f3d6ff", "name": "create entry:default@BuildJS task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421563163000 + "startTime": 348560657440458 }, "additional": { "logType": "detail", "children": [], - "durationId": "3a9a1076-e77e-475c-b6ee-695db982c455" + "durationId": "43e8ad49-c435-4e7e-86b9-28b43dd6fe22" } }, { "head": { - "id": "9df7fe4e-12ac-4f34-809d-4e50a770507d", + "id": "e50c96ae-8b67-4731-b74d-38a91bd8c1da", "name": "Executing task :entry:default@BuildJS", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421563702541 + "startTime": 348560658167083 }, "additional": { "logType": "debug", @@ -9008,15 +9008,15 @@ }, { "head": { - "id": "4d176a60-ea7d-4aa4-b442-a5416898fa6e", + "id": "cef42fbd-dcb9-4df1-841d-d705bc3d4932", "name": "Task 'entry:default@BuildJS' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421563789958 + "startTime": 348560658307041 }, "additional": { "logType": "debug", @@ -9025,15 +9025,15 @@ }, { "head": { - "id": "b9c0d538-e8da-4831-92ee-b88700d00072", - "name": "entry : default@BuildJS cost memory 0.13238525390625", + "id": "68e33a32-c83d-4afe-8be5-0d62b85e0c60", + "name": "entry : default@BuildJS cost memory 0.132354736328125", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421564345583 + "startTime": 348560659000666 }, "additional": { "logType": "debug", @@ -9042,15 +9042,15 @@ }, { "head": { - "id": "e7003f96-393e-4055-92fd-5ae564fa371a", - "name": "runTaskFromQueue task cost before running: 942 ms ", + "id": "0ac0ccab-9d3c-4c50-bf4e-1b42bdadb9ab", + "name": "runTaskFromQueue task cost before running: 933 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421564365666 + "startTime": 348560659049291 }, "additional": { "logType": "debug", @@ -9059,36 +9059,36 @@ }, { "head": { - "id": "73a96cdc-a01a-4622-a55f-d244ff9646e7", + "id": "95e080c1-3461-473e-8a46-bd7336076b9d", "name": "Finished :entry:default@BuildJS", "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421563698958, - "endTime": 341421564403125, - "totalTime": 659875 + "startTime": 348560658159750, + "endTime": 348560659068833, + "totalTime": 877083 }, "additional": { "logType": "info", "children": [], - "durationId": "3a9a1076-e77e-475c-b6ee-695db982c455" + "durationId": "43e8ad49-c435-4e7e-86b9-28b43dd6fe22" } }, { "head": { - "id": "b133a198-a89d-477e-b885-8057111f99c8", + "id": "e557c31b-3f39-40e4-bec4-fdc407b073bd", "name": "entry:default@ProcessLibs", "description": "Process .so files in the stage model.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421564596416, - "endTime": 341421566150166 + "startTime": 348560659360500, + "endTime": 348560661179375 }, "additional": { "children": [], @@ -9097,8 +9097,8 @@ "moduleName": "entry", "category": "Resources", "taskRunReasons": [], - "detailId": "286a372e-6bfe-48b9-ba6d-df8b0349be4d", - "logId": "c37df983-535d-499a-86b4-61fbb1f88e26" + "detailId": "e477d970-75af-4047-8843-678c1fe0c958", + "logId": "23ce16e4-80c6-4692-a32f-415ada96b717" }, "log": { "_logger": { @@ -9122,33 +9122,33 @@ }, { "head": { - "id": "286a372e-6bfe-48b9-ba6d-df8b0349be4d", + "id": "e477d970-75af-4047-8843-678c1fe0c958", "name": "create entry:default@ProcessLibs task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421564503125 + "startTime": 348560659207916 }, "additional": { "logType": "detail", "children": [], - "durationId": "b133a198-a89d-477e-b885-8057111f99c8" + "durationId": "e557c31b-3f39-40e4-bec4-fdc407b073bd" } }, { "head": { - "id": "c61e881d-65a2-4888-8893-dbd406f31343", + "id": "f5a28e71-9374-41f2-9362-2c8bbdcec533", "name": "Executing task :entry:default@ProcessLibs", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421564598458 + "startTime": 348560659363791 }, "additional": { "logType": "debug", @@ -9157,15 +9157,15 @@ }, { "head": { - "id": "a5f05d2c-fc56-4391-ac64-90490c86dff9", + "id": "23b00879-7340-46f2-8ee3-d1e876af146c", "name": "Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421566110250 + "startTime": 348560661116916 }, "additional": { "logType": "debug", @@ -9174,15 +9174,15 @@ }, { "head": { - "id": "072871cf-43e6-431c-abe6-8900f630fc2f", - "name": "entry : default@ProcessLibs cost memory 0.25116729736328125", + "id": "69f756b0-a5ba-4159-9250-11011a1b3048", + "name": "entry : default@ProcessLibs cost memory 0.21849822998046875", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421566138208 + "startTime": 348560661163041 }, "additional": { "logType": "debug", @@ -9191,35 +9191,35 @@ }, { "head": { - "id": "c37df983-535d-499a-86b4-61fbb1f88e26", + "id": "23ce16e4-80c6-4692-a32f-415ada96b717", "name": "UP-TO-DATE :entry:default@ProcessLibs", "description": "Process .so files in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421564596416, - "endTime": 341421566150166 + "startTime": 348560659360500, + "endTime": 348560661179375 }, "additional": { "logType": "info", "children": [], - "durationId": "b133a198-a89d-477e-b885-8057111f99c8" + "durationId": "e557c31b-3f39-40e4-bec4-fdc407b073bd" } }, { "head": { - "id": "32234525-9300-4fd3-8c6b-c57164d3811c", + "id": "96d4800d-c887-45ab-abd7-4a418e3eabfe", "name": "entry:default@DoNativeStrip", "description": "Strip .so files to decrease size.", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421566374333, - "endTime": 341421566591250 + "startTime": 348560661433666, + "endTime": 348560661648791 }, "additional": { "children": [], @@ -9228,8 +9228,8 @@ "moduleName": "entry", "category": "Native", "taskRunReasons": [], - "detailId": "fa50cfd9-1132-4f2d-bf63-23b6375f85a7", - "logId": "aba59bdd-34c5-4dfe-be88-d438b7f91b9f" + "detailId": "3c143716-a258-4fc8-9948-c9e58a76bd3b", + "logId": "58e7db86-e428-41ab-9fac-263286af6604" }, "log": { "_logger": { @@ -9253,33 +9253,33 @@ }, { "head": { - "id": "fa50cfd9-1132-4f2d-bf63-23b6375f85a7", + "id": "3c143716-a258-4fc8-9948-c9e58a76bd3b", "name": "create entry:default@DoNativeStrip task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421566259416 + "startTime": 348560661300958 }, "additional": { "logType": "detail", "children": [], - "durationId": "32234525-9300-4fd3-8c6b-c57164d3811c" + "durationId": "96d4800d-c887-45ab-abd7-4a418e3eabfe" } }, { "head": { - "id": "33274602-2fcd-4b4c-964d-7f5fbae92e04", + "id": "f6c0d4f9-fc76-40af-831a-fe91be9c49a6", "name": "Executing task :entry:default@DoNativeStrip", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421566376666 + "startTime": 348560661435916 }, "additional": { "logType": "debug", @@ -9288,15 +9288,15 @@ }, { "head": { - "id": "6bf64ec6-560e-4715-95a9-4a7745894a24", + "id": "927703e0-1cd1-485e-b11e-3d3a2c3bdfe0", "name": "Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421566406500 + "startTime": 348560661471625 }, "additional": { "logType": "debug", @@ -9305,15 +9305,15 @@ }, { "head": { - "id": "ccb21bee-a352-4432-a1ea-0d10ee90024e", + "id": "95b12ee3-d922-4b1c-bdf7-01d9f64eea14", "name": "Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421566567875 + "startTime": 348560661625000 }, "additional": { "logType": "debug", @@ -9322,15 +9322,15 @@ }, { "head": { - "id": "8ffb19ea-3658-4f39-81d4-cf85fc37267a", - "name": "entry : default@DoNativeStrip cost memory 0.05799102783203125", + "id": "eb022cc7-c76f-4686-ab99-e65ac2368612", + "name": "entry : default@DoNativeStrip cost memory 0.0570526123046875", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421566582166 + "startTime": 348560661639833 }, "additional": { "logType": "debug", @@ -9339,35 +9339,35 @@ }, { "head": { - "id": "aba59bdd-34c5-4dfe-be88-d438b7f91b9f", + "id": "58e7db86-e428-41ab-9fac-263286af6604", "name": "UP-TO-DATE :entry:default@DoNativeStrip", "description": "Strip .so files to decrease size.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421566374333, - "endTime": 341421566591250 + "startTime": 348560661433666, + "endTime": 348560661648791 }, "additional": { "logType": "info", "children": [], - "durationId": "32234525-9300-4fd3-8c6b-c57164d3811c" + "durationId": "96d4800d-c887-45ab-abd7-4a418e3eabfe" } }, { "head": { - "id": "c2d5ff16-90ac-46a6-aef7-705b07dbe5d5", + "id": "e347b7d7-5fb7-46c5-934b-b173905ce2aa", "name": "entry:default@CacheNativeLibs", "description": "cache native strip .so fileInfo", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421566986416, - "endTime": 341421567225375 + "startTime": 348560662118250, + "endTime": 348560662364625 }, "additional": { "children": [], @@ -9376,8 +9376,8 @@ "moduleName": "entry", "category": "Native", "taskRunReasons": [], - "detailId": "0293bb3b-19bd-4447-b0b8-d98b2c4def33", - "logId": "a398b191-a47f-4db5-98c9-58a77f05e378" + "detailId": "f2768f15-cb8e-4878-b7a2-a5cdf4bcd36e", + "logId": "353ad9f1-35f9-40b6-b17d-3d825a57ed72" }, "log": { "_logger": { @@ -9401,33 +9401,33 @@ }, { "head": { - "id": "0293bb3b-19bd-4447-b0b8-d98b2c4def33", + "id": "f2768f15-cb8e-4878-b7a2-a5cdf4bcd36e", "name": "create entry:default@CacheNativeLibs task", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421566671833 + "startTime": 348560661735916 }, "additional": { "logType": "detail", "children": [], - "durationId": "c2d5ff16-90ac-46a6-aef7-705b07dbe5d5" + "durationId": "e347b7d7-5fb7-46c5-934b-b173905ce2aa" } }, { "head": { - "id": "8388fe60-f13d-4d19-8849-156a156d63c4", + "id": "6be9bd4e-4e28-425d-b18a-0f88ab470c58", "name": "Executing task :entry:default@CacheNativeLibs", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421566993833 + "startTime": 348560662123875 }, "additional": { "logType": "debug", @@ -9436,15 +9436,15 @@ }, { "head": { - "id": "2b671df4-1879-4844-a8da-5b9eebefb5c5", + "id": "6b0a53f3-2373-4085-b0ce-34a2f9a6796a", "name": "Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421567041291 + "startTime": 348560662180083 }, "additional": { "logType": "debug", @@ -9453,15 +9453,15 @@ }, { "head": { - "id": "7cbfc82b-892d-4afb-9523-046cc0001882", + "id": "e1359771-e651-4628-a0de-7c4be420b7ba", "name": "Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421567201125 + "startTime": 348560662338625 }, "additional": { "logType": "debug", @@ -9470,15 +9470,15 @@ }, { "head": { - "id": "fe91874f-5474-4417-92ac-ff50c52d8485", - "name": "entry : default@CacheNativeLibs cost memory 0.0672149658203125", + "id": "b7793d60-be58-4dc2-b975-a67dd6abe659", + "name": "entry : default@CacheNativeLibs cost memory 0.06646728515625", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421567215250 + "startTime": 348560662354791 }, "additional": { "logType": "debug", @@ -9487,34 +9487,34 @@ }, { "head": { - "id": "a398b191-a47f-4db5-98c9-58a77f05e378", + "id": "353ad9f1-35f9-40b6-b17d-3d825a57ed72", "name": "UP-TO-DATE :entry:default@CacheNativeLibs", "description": "cache native strip .so fileInfo", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421566986416, - "endTime": 341421567225375 + "startTime": 348560662118250, + "endTime": 348560662364625 }, "additional": { "logType": "info", "children": [], - "durationId": "c2d5ff16-90ac-46a6-aef7-705b07dbe5d5" + "durationId": "e347b7d7-5fb7-46c5-934b-b173905ce2aa" } }, { "head": { - "id": "de794043-32ed-4ac0-9974-57f3c5211257", + "id": "0f5a98d5-9f45-4a2d-b1a2-c78044f2f346", "name": "worker[12] has one work done.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421811478625 + "startTime": 348560903462708 }, "additional": { "logType": "debug", @@ -9523,15 +9523,15 @@ }, { "head": { - "id": "27ad0349-fbb5-44d1-9d01-6fdad123c4c0", - "name": "CopyResources is end, endTime: 341421811591666", + "id": "c01622a9-e8b2-40e9-89cf-8b8a54db924f", + "name": "CopyResources is end, endTime: 348560903575250", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421811595166 + "startTime": 348560903579208 }, "additional": { "logType": "debug", @@ -9540,15 +9540,15 @@ }, { "head": { - "id": "d3ced5f1-5d0c-4cd1-b650-a77bb773ae30", + "id": "86de8240-53cc-4004-a76b-ab2c20ead4d9", "name": "default@CompileArkTS work[1] done.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421811708041 + "startTime": 348560903756166 }, "additional": { "logType": "debug", @@ -9557,35 +9557,35 @@ }, { "head": { - "id": "32b20c7f-712c-489a-bbf0-71d2b9c734ee", + "id": "cdd83ca0-9074-4b28-933a-35710b38244f", "name": "entry:default@CompileArkTS", "description": "Compile ArkTS or JS components for large-system devices in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Worker12", - "startTime": 341421806895666, - "endTime": 341421811261666 + "startTime": 348560899147541, + "endTime": 348560903252041 }, "additional": { "logType": "info", "children": [], - "durationId": "26f392a6-21fe-4ca4-86c3-783467e41023", - "parent": "19b8d5a2-2aea-45c1-9722-4d6e47301c0c" + "durationId": "2144fd5a-41bf-4a72-8af7-7d446286ddc6", + "parent": "f8b14ce2-0fd2-4895-8455-986db3468f3f" } }, { "head": { - "id": "f5bdc6f1-dc31-461d-aa04-56053bfa097e", + "id": "5f06d307-7042-4f6e-ba0b-bb62caeb3586", "name": "A work dispatched to worker[12] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421811815750 + "startTime": 348560903885416 }, "additional": { "logType": "debug", @@ -9594,15 +9594,15 @@ }, { "head": { - "id": "1beb523f-5947-4153-a858-ddc7620f89a6", + "id": "1905951d-96b5-422e-89f1-258113782a9d", "name": "worker[4] has one work error.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424050970416 + "startTime": 348563232734708 }, "additional": { "logType": "debug", @@ -9611,15 +9611,15 @@ }, { "head": { - "id": "5d9d614e-c691-4d22-b427-c57f8c69ea83", + "id": "71525aa2-7b9e-4229-bc47-ae1676fb869b", "name": "default@CompileArkTS work[0] failed.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424051114541 + "startTime": 348563232895958 }, "additional": { "logType": "debug", @@ -9628,57 +9628,57 @@ }, { "head": { - "id": "c3d798ea-80a6-4318-b198-cbc5855cde7d", + "id": "67976e45-f945-4b3e-97b6-e5f7dba743ee", "name": "entry:default@CompileArkTS", "description": "Compile ArkTS or JS components for large-system devices in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Worker4", - "startTime": 341421562331416, - "endTime": 341424051052166 + "startTime": 348560656773416, + "endTime": 348563232835333 }, "additional": { "logType": "error", "children": [], - "durationId": "0435ba1e-42c2-4e43-bde5-3e223419bc1b", - "parent": "19b8d5a2-2aea-45c1-9722-4d6e47301c0c" + "durationId": "46cb9efd-6300-493e-a6da-40c98e6d4711", + "parent": "f8b14ce2-0fd2-4895-8455-986db3468f3f" } }, { "head": { - "id": "19b8d5a2-2aea-45c1-9722-4d6e47301c0c", + "id": "f8b14ce2-0fd2-4895-8455-986db3468f3f", "name": "Failed :entry:default@CompileArkTS", "description": "Compile ArkTS or JS components for large-system devices in the stage model.", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341421552993000, - "endTime": 341424051185958 + "startTime": 348560645926250, + "endTime": 348563232986500 }, "additional": { "logType": "error", "children": [ - "c3d798ea-80a6-4318-b198-cbc5855cde7d", - "32b20c7f-712c-489a-bbf0-71d2b9c734ee" + "67976e45-f945-4b3e-97b6-e5f7dba743ee", + "cdd83ca0-9074-4b28-933a-35710b38244f" ], - "durationId": "2c214c0c-19f6-48fa-b0e7-30ffc451e318" + "durationId": "2bcd11b9-a7c1-4626-a70d-1e90be91b59f" } }, { "head": { - "id": "13afb875-b03a-48ac-8594-7e5a41e3e013", - "name": "\n\u001b[33m1 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:347:22\n \"globalThis\" is not supported (arkts-no-globalthis)\n\u001b[39m\u001b[39m\n\u001b[33m2 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/XuqmSDK.ets:40:12\n Classes cannot be used as objects (arkts-no-classes-as-obj)\n\u001b[39m\u001b[39m\n\u001b[33m3 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/XuqmSDK.ets:44:12\n Classes cannot be used as objects (arkts-no-classes-as-obj)\n\u001b[39m\u001b[39m\n\u001b[33m4 WARN: \u001b[33m\u001b[33mArkTS:WARN: For details about ArkTS syntax errors, see FAQs\u001b[39m\u001b[39m\n\u001b[33m5 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:28:30\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m6 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:29:25\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m7 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:37:15\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m8 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:39:15\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m9 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:41:13\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m10 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/HttpClient.ets:37:25\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m11 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:77:5\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m12 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:17:22\n 'showToast' has been deprecated.\n\u001b[39m\u001b[39m\n\u001b[33m13 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:27:22\n 'showToast' has been deprecated.\n\u001b[39m\u001b[39m\n\u001b[33m14 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:87:28\n 'showToast' has been deprecated.\n\u001b[39m\u001b[39m", + "id": "dc366698-5722-4d02-a224-8799149b8c46", + "name": "\n\u001b[33m1 WARN: \u001b[33m\u001b[33mArkTS:WARN: For details about ArkTS syntax errors, see FAQs\u001b[39m\u001b[39m\n\u001b[33m2 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:28:30\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m3 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:29:25\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m4 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:37:15\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m5 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:39:15\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m6 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:41:13\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m7 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/HttpClient.ets:32:25\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m8 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:162:5\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m9 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:53:22\n 'showToast' has been deprecated.\n\u001b[39m\u001b[39m\n\u001b[33m10 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:63:22\n 'showToast' has been deprecated.\n\u001b[39m\u001b[39m\n\u001b[33m11 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:124:28\n 'showToast' has been deprecated.\n\u001b[39m\u001b[39m", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424051216833 + "startTime": 348563233023041 }, "additional": { "logType": "warn", @@ -9687,52 +9687,52 @@ }, { "head": { - "id": "2cd67511-ef72-4d96-9346-6de69e192a59", + "id": "6db75184-7229-47d1-a5a5-993771e6f0cb", "name": "hvigor build process will be closed with an error.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424051376208 + "startTime": 348563233178666 }, "additional": { "logType": "debug", "children": [], - "durationId": "2c214c0c-19f6-48fa-b0e7-30ffc451e318" + "durationId": "2bcd11b9-a7c1-4626-a70d-1e90be91b59f" } }, { "head": { - "id": "100a809f-2649-4533-8f5d-5f148fc1f4aa", - "name": "Error: ArkTS Compiler Error\n\u001b[31m1 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/HttpClient.ets:30:11\n\u001b[39m\n\u001b[39m\n\u001b[31m2 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/HttpClient.ets:30:23\n\u001b[39m\n\u001b[39m\n\u001b[31m3 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/HttpClient.ets:30:64\n\u001b[39m\n\u001b[39m\n\u001b[31m4 ERROR: \u001b[31m10605008 ArkTS Compiler Error\nError Message: Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:56:15\n\u001b[39m\n\u001b[39m\n\u001b[31m5 ERROR: \u001b[31m10605040 ArkTS Compiler Error\nError Message: Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:57:43\n\u001b[39m\n\u001b[39m\n\u001b[31m6 ERROR: \u001b[31m10605008 ArkTS Compiler Error\nError Message: Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:57:68\n\u001b[39m\n\u001b[39m\n\u001b[31m7 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:83:16\n\u001b[39m\n\u001b[39m\n\u001b[31m8 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:89:18\n\u001b[39m\n\u001b[39m\n\u001b[31m9 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:90:11\n\u001b[39m\n\u001b[39m\n\u001b[31m10 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:110:18\n\u001b[39m\n\u001b[39m\n\u001b[31m11 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:124:106\n\u001b[39m\n\u001b[39m\n\u001b[31m12 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:145:115\n\u001b[39m\n\u001b[39m\n\u001b[31m13 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:161:72\n\u001b[39m\n\u001b[39m\n\u001b[31m14 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:169:105\n\u001b[39m\n\u001b[39m\n\u001b[31m15 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:176:106\n\u001b[39m\n\u001b[39m\n\u001b[31m16 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:184:107\n\u001b[39m\n\u001b[39m\n\u001b[31m17 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:192:106\n\u001b[39m\n\u001b[39m\n\u001b[31m18 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:200:92\n\u001b[39m\n\u001b[39m\n\u001b[31m19 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:207:56\n\u001b[39m\n\u001b[39m\n\u001b[31m20 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:213:56\n\u001b[39m\n\u001b[39m\n\u001b[31m21 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:219:85\n\u001b[39m\n\u001b[39m\n\u001b[31m22 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:225:81\n\u001b[39m\n\u001b[39m\n\u001b[31m23 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:228:7\n\u001b[39m\n\u001b[39m\n\u001b[31m24 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:228:46\n\u001b[39m\n\u001b[39m\n\u001b[31m25 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:233:71\n\u001b[39m\n\u001b[39m\n\u001b[31m26 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:240:121\n\u001b[39m\n\u001b[39m\n\u001b[31m27 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:246:121\n\u001b[39m\n\u001b[39m\n\u001b[31m28 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:252:120\n\u001b[39m\n\u001b[39m\n\u001b[31m29 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:254:7\n\u001b[39m\n\u001b[39m\n\u001b[31m30 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:254:46\n\u001b[39m\n\u001b[39m\n\u001b[31m31 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:259:110\n\u001b[39m\n\u001b[39m\n\u001b[31m32 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:265:160\n\u001b[39m\n\u001b[39m\n\u001b[31m33 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:271:160\n\u001b[39m\n\u001b[39m\n\u001b[31m34 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:277:90\n\u001b[39m\n\u001b[39m\n\u001b[31m35 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:288:101\n\u001b[39m\n\u001b[39m\n\u001b[31m36 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:290:7\n\u001b[39m\n\u001b[39m\n\u001b[31m37 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:290:31\n\u001b[39m\n\u001b[39m\n\u001b[31m38 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:291:7\n\u001b[39m\n\u001b[39m\n\u001b[31m39 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:291:29\n\u001b[39m\n\u001b[39m\n\u001b[31m40 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:292:7\n\u001b[39m\n\u001b[39m\n\u001b[31m41 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:292:29\n\u001b[39m\n\u001b[39m\n\u001b[31m42 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:339:7\n\u001b[39m\n\u001b[39m\n\u001b[31m43 ERROR: \u001b[31m10605008 ArkTS Compiler Error\nError Message: Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:347:11\n\u001b[39m\n\u001b[39m\n\u001b[31m44 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/push/PushSDK.ets:16:58\n\u001b[39m\n\u001b[39m\n\u001b[31m45 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/push/PushSDK.ets:17:7\n\u001b[39m\n\u001b[39m\n\u001b[31m46 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/push/PushSDK.ets:26:60\n\u001b[39m\n\u001b[39m\n\u001b[31m47 ERROR: \u001b[31m10605060 ArkTS Compiler Error\nError Message: \"typeof\" operator is allowed only in expression contexts (arkts-no-type-query) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/XuqmSDK.ets:39:22\n\u001b[39m\n\u001b[39m\n\u001b[31m48 ERROR: \u001b[31m10605060 ArkTS Compiler Error\nError Message: \"typeof\" operator is allowed only in expression contexts (arkts-no-type-query) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/XuqmSDK.ets:43:24\n\u001b[39m\n\u001b[39m\n\u001b[31m49 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:14:19\n\u001b[39m\n\u001b[39m\n\u001b[31m50 ERROR: \u001b[31m10505001 ArkTS Compiler Error\nError Message: Cannot find name 'TextDecoder'. At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:56:62\n\u001b[39m\n\u001b[39m\n\u001b[31mCOMPILE RESULT:FAIL {ERROR:51 WARN:14}\u001b[39m\n at runArkPack (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5860)\nArkTSCompilerError: ArkTS Compiler Error\n at throwArkTsCompilerError (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/data/compose-error.js:1:423)\n at throwErrorIfHasErrorInfo (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/plugins/common-plugin.js:1:4478)\n at Object.handler (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/plugins/common-plugin.js:1:2547)\n at /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-base/node_modules/rollup/dist/shared/rollup.js:27765:40", + "id": "c5d94256-b2cf-4a87-b758-63fa59d9b808", + "name": "ERROR: stacktrace = Error: ArkTS Compiler Error\n\u001b[31m1 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:304:7\n\u001b[39m\n\u001b[39m\n\u001b[31mCOMPILE RESULT:FAIL {ERROR:2 WARN:11}\u001b[39m\n at runArkPack (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5860)\nArkTSCompilerError: ArkTS Compiler Error\n at throwArkTsCompilerError (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/data/compose-error.js:1:423)\n at throwErrorIfHasErrorInfo (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/plugins/common-plugin.js:1:4478)\n at Object.handler (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/plugins/common-plugin.js:1:2547)\n at /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-base/node_modules/rollup/dist/shared/rollup.js:27765:40", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424051772625 + "startTime": 348563233496458 }, "additional": { - "logType": "error", + "logType": "debug", "children": [], - "durationId": "2c214c0c-19f6-48fa-b0e7-30ffc451e318" + "durationId": "2bcd11b9-a7c1-4626-a70d-1e90be91b59f" } }, { "head": { - "id": "a0d15d9e-3d5c-4dae-bce4-f6d1a07d8b4c", + "id": "7c1854c2-f8ce-40b5-a622-9fcf1cab5574", "name": "\"buildFinished\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424052200166, - "endTime": 341424052378583 + "startTime": 348563233910500, + "endTime": 348563234118416 }, "additional": { "children": [], @@ -9741,8 +9741,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "6ed25a6d-256b-4d49-a646-bc461a9166bf", - "logId": "ef18d88c-d194-43d5-8ca6-70095032605f" + "parent": "fee48254-d345-4f00-ade8-0738217e218a", + "logId": "a15f4f7f-dfeb-4b1c-a638-c28b87bf4fe0" }, "log": { "_logger": { @@ -9766,46 +9766,46 @@ }, { "head": { - "id": "ef18d88c-d194-43d5-8ca6-70095032605f", + "id": "a15f4f7f-dfeb-4b1c-a638-c28b87bf4fe0", "name": "\"buildFinished\" hook function", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424052200166, - "endTime": 341424052378583 + "startTime": 348563233910500, + "endTime": 348563234118416 }, "additional": { "logType": "info", "children": [], - "durationId": "a0d15d9e-3d5c-4dae-bce4-f6d1a07d8b4c" + "durationId": "7c1854c2-f8ce-40b5-a622-9fcf1cab5574" } }, { "head": { - "id": "383eb0f8-3e99-49c3-8f70-17b1800130ed", + "id": "e296ee34-dcbd-4037-b3af-ec506ac3dfdc", "name": "assembleHap", "description": "", "type": "mark" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341420622499500, - "endTime": 341424052644875 + "startTime": 348559726849083, + "endTime": 348563234358208 }, "additional": { "time": { "year": 2026, "month": 4, "day": 28, - "hour": 19, - "minute": 17, + "hour": 21, + "minute": 16, "second": 30 }, - "completeCommand": "{\"prop\":[],\"stacktrace\":true,\"_\":[\"assembleHap\"]};assembleHap --stacktrace", + "completeCommand": "{\"prop\":[],\"_\":[\"assembleHap\"]};assembleHap", "hvigorVersion": "6.22.4", "markType": "history", "nodeVersion": "v18.20.1", @@ -9815,15 +9815,15 @@ }, { "head": { - "id": "32fff983-df7d-4dca-9471-11f9d25587af", - "name": "BUILD FAILED in 3 s 430 ms ", + "id": "8e062161-3c80-4731-8542-2d5ec0a3ecc5", + "name": "BUILD FAILED in 3 s 508 ms ", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424052660833 + "startTime": 348563234380500 }, "additional": { "logType": "error", @@ -9832,15 +9832,15 @@ }, { "head": { - "id": "cd371dbf-f142-40ac-83d4-128bf36d2890", + "id": "5fe3033c-24a4-4a42-93e0-7f21408044aa", "name": "There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424052759416 + "startTime": 348563234477833 }, "additional": { "logType": "debug", @@ -9849,15 +9849,15 @@ }, { "head": { - "id": "cd861ac9-df8e-4b26-8fb8-6eeb2c26f7db", + "id": "2289c5cc-fdf2-4b01-84ca-49986642465b", "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@PreBuild is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424052768833 + "startTime": 348563234492375 }, "additional": { "logType": "debug", @@ -9866,15 +9866,15 @@ }, { "head": { - "id": "cd21ce12-eb8b-450d-be84-a12a186005e4", + "id": "4459cfb7-b52d-4722-8e25-1d63f5164592", "name": "Update task entry:default@CreateModuleInfo output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/ModuleInfo.ts cache.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424052829583 + "startTime": 348563234542791 }, "additional": { "logType": "debug", @@ -9883,15 +9883,15 @@ }, { "head": { - "id": "c83acf18-96bf-47c6-bd45-b90b82b0116d", + "id": "4af64bf2-fd2c-436d-acf7-5358114d9807", "name": "Incremental task entry:default@CreateModuleInfo post-execution cost:1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424052945916 + "startTime": 348563234668208 }, "additional": { "logType": "debug", @@ -9900,15 +9900,15 @@ }, { "head": { - "id": "9c11770b-646c-4f41-8f7f-0b416390a0db", + "id": "a5993832-0127-4820-be3e-524bcbeb663d", "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424052954666 + "startTime": 348563234678708 }, "additional": { "logType": "debug", @@ -9917,15 +9917,15 @@ }, { "head": { - "id": "38bbafd8-65c7-4586-bc5e-12707faa22fe", + "id": "b8ca9b28-edb7-4b7f-ba73-ae3747b940c2", "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424052962375 + "startTime": 348563234686875 }, "additional": { "logType": "debug", @@ -9934,15 +9934,15 @@ }, { "head": { - "id": "ba307bd4-6502-46d1-9592-a927a50246bf", + "id": "16cf7ebf-a94b-4461-ac39-ba3361903ae0", "name": "Update task entry:default@ProcessIntegratedHsp output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build/cache/default/integrated_hsp/integratedHspCache.json cache.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424052996000 + "startTime": 348563234720000 }, "additional": { "logType": "debug", @@ -9951,15 +9951,15 @@ }, { "head": { - "id": "9f296530-b332-40a4-96a3-4bbadafcbd38", + "id": "c47af232-5192-45f3-8e6c-a04ea64c06fe", "name": "Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053029000 + "startTime": 348563234759541 }, "additional": { "logType": "debug", @@ -9968,15 +9968,15 @@ }, { "head": { - "id": "4c818e17-1c9d-4501-86d8-e8ebe67691d4", + "id": "449351ee-ed98-43b9-aca5-b64df2b495bf", "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@CreateHarBuildProfile is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053035750 + "startTime": 348563234772583 }, "additional": { "logType": "debug", @@ -9985,15 +9985,15 @@ }, { "head": { - "id": "18a134e5-cd42-4d37-8be6-34f87862b059", + "id": "ad3ed2b6-0dcc-444d-a59d-56a57a1336c3", "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@MergeProfile is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053043333 + "startTime": 348563234783125 }, "additional": { "logType": "debug", @@ -10002,15 +10002,15 @@ }, { "head": { - "id": "07f6f67e-c25f-495a-85c7-d767017508ac", + "id": "3080f8e1-126b-472c-ad4b-d708c6be7ee7", "name": "Update task entry:default@SyscapTransform input file:/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053062375 + "startTime": 348563234812375 }, "additional": { "logType": "debug", @@ -10019,15 +10019,15 @@ }, { "head": { - "id": "f2920dae-9b03-4e56-a26a-27273cf76495", + "id": "31808911-b77e-4fdc-8fd9-7073268a1c71", "name": "Update task entry:default@SyscapTransform input file:/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053121583 + "startTime": 348563234877166 }, "additional": { "logType": "debug", @@ -10036,15 +10036,15 @@ }, { "head": { - "id": "c6bbc301-df3e-4a45-9524-eb70a33e35d8", + "id": "f7d8efb3-b765-4be5-a90c-10f5e0ef6e18", "name": "Update task entry:default@SyscapTransform output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/syscap/default/rpcid.sc cache.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053292708 + "startTime": 348563235050416 }, "additional": { "logType": "debug", @@ -10053,15 +10053,15 @@ }, { "head": { - "id": "fbd3d71f-b723-457f-a820-2cc6f06eb9ee", + "id": "a31bc261-19c7-4cd7-9dee-3968151e5ca7", "name": "Incremental task entry:default@SyscapTransform post-execution cost:1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053323750 + "startTime": 348563235091541 }, "additional": { "logType": "debug", @@ -10070,15 +10070,15 @@ }, { "head": { - "id": "9b05c2ae-5aa1-4ed1-8cb3-4590f7911476", + "id": "831110a9-f493-42b8-abe6-d34a89ffd5d8", "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053336083 + "startTime": 348563235102958 }, "additional": { "logType": "debug", @@ -10087,15 +10087,15 @@ }, { "head": { - "id": "7f0e9105-9beb-477b-bfd9-9f743a020aea", + "id": "f32d4d90-2f84-4dda-a5b2-7f55efa7da92", "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessShareConfig is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053342916 + "startTime": 348563235112125 }, "additional": { "logType": "debug", @@ -10104,15 +10104,15 @@ }, { "head": { - "id": "b469db05-8621-4434-99a7-5653e240aa7f", + "id": "1ecbaf1e-16d0-497a-aa6e-ee9746badd62", "name": "Update task entry:default@ProcessStartupConfig input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053409041 + "startTime": 348563235176541 }, "additional": { "logType": "debug", @@ -10121,15 +10121,15 @@ }, { "head": { - "id": "26387047-0064-498e-b7c5-9865b0619d05", + "id": "5fa74297-af6e-4709-a542-de18fab5a3f7", "name": "Update task entry:default@ProcessStartupConfig output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/startup/default/startup_config.json cache.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053429375 + "startTime": 348563235200250 }, "additional": { "logType": "debug", @@ -10138,15 +10138,15 @@ }, { "head": { - "id": "0ef8a1b2-42e7-4a56-a2c6-c0137fbe606a", + "id": "818e9e92-02c9-4749-a47c-c47dd6608d39", "name": "Incremental task entry:default@ProcessStartupConfig post-execution cost:1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053453916 + "startTime": 348563235247166 }, "additional": { "logType": "debug", @@ -10155,15 +10155,15 @@ }, { "head": { - "id": "1798c984-d9b4-471f-98db-ffa7f96401c6", + "id": "1dbade5f-9668-4a2e-a8bb-f21bfcbebf9a", "name": "There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053479291 + "startTime": 348563235268583 }, "additional": { "logType": "debug", @@ -10172,15 +10172,15 @@ }, { "head": { - "id": "2c82039e-187d-4b8e-93ae-481403feb3e5", + "id": "802acd76-9826-4271-a8ac-bdbb0ab6314c", "name": "There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053494458 + "startTime": 348563235285875 }, "additional": { "logType": "debug", @@ -10189,15 +10189,15 @@ }, { "head": { - "id": "eb10381c-e7e6-4779-896e-c4ef3f522a6a", + "id": "63168dd6-0e8c-4c3e-ad00-789431f31612", "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053503500 + "startTime": 348563235295541 }, "additional": { "logType": "debug", @@ -10206,15 +10206,15 @@ }, { "head": { - "id": "b2b95eae-44be-48e2-a2ef-d3e96ef97e2f", + "id": "b0ac05c1-f570-4e6e-aded-779e90cec411", "name": "There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053511416 + "startTime": 348563235301666 }, "additional": { "logType": "debug", @@ -10223,15 +10223,15 @@ }, { "head": { - "id": "c4032de8-86f4-4faa-a05c-0d47f32d8e13", + "id": "00a0bd88-638c-4ddc-b0c2-de6bd770b9da", "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053517708 + "startTime": 348563235307333 }, "additional": { "logType": "debug", @@ -10240,15 +10240,15 @@ }, { "head": { - "id": "7ec10b42-86f2-42bb-996e-55192536d1f2", + "id": "e9640ceb-f2e1-4369-bf38-03db161e7f72", "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@ProcessLibs is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053528875 + "startTime": 348563235318875 }, "additional": { "logType": "debug", @@ -10257,15 +10257,15 @@ }, { "head": { - "id": "fa1c1ec9-197b-4cd1-bad1-23baa6a777f9", + "id": "5adf52b0-601e-4d85-af83-26b1ac2e9bf3", "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053539041 + "startTime": 348563235326500 }, "additional": { "logType": "debug", @@ -10274,15 +10274,15 @@ }, { "head": { - "id": "366edf0a-eff8-4742-bab0-07bb959b2abb", + "id": "15e7219a-828c-4d4e-86ea-0b4fc3aaf105", "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@DoNativeStrip is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053547333 + "startTime": 348563235334541 }, "additional": { "logType": "debug", @@ -10291,15 +10291,15 @@ }, { "head": { - "id": "ceb422bf-5310-49d8-aa59-69627433cae9", + "id": "a5d28d1c-3b35-4985-ab2c-58cf23e4427b", "name": "There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053556083 + "startTime": 348563235343125 }, "additional": { "logType": "debug", @@ -10308,15 +10308,15 @@ }, { "head": { - "id": "21f1e533-827e-4433-a7cb-1effa8adfeee", + "id": "a98aebd9-762f-4d18-b5b8-5874481590ed", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053767250 + "startTime": 348563235553791 }, "additional": { "logType": "debug", @@ -10325,15 +10325,15 @@ }, { "head": { - "id": "3a8df726-a69c-4e43-9040-c68fe897d88e", + "id": "7fcd2475-9847-477b-a291-4f0ffd4f6870", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/Index.ets cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053848500 + "startTime": 348563235637500 }, "additional": { "logType": "debug", @@ -10342,15 +10342,15 @@ }, { "head": { - "id": "bb85c799-67f8-4910-85d3-4dfe36f37434", + "id": "4c7324d1-5d9c-4741-b747-fbcbc79a45bc", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424053867000 + "startTime": 348563235657458 }, "additional": { "logType": "debug", @@ -10359,15 +10359,15 @@ }, { "head": { - "id": "18410aa7-c775-4e35-a11d-201d0c0d7cba", + "id": "09d640f5-dfc2-4a8a-b83e-8e463c89e337", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054147416 + "startTime": 348563235923708 }, "additional": { "logType": "debug", @@ -10376,15 +10376,15 @@ }, { "head": { - "id": "3bb2e490-9bc6-4f9a-a887-ada7f2ec32e8", + "id": "02d495c5-7854-4d79-b62a-debadd037b7e", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054232000 + "startTime": 348563236007666 }, "additional": { "logType": "debug", @@ -10393,15 +10393,15 @@ }, { "head": { - "id": "a4b02868-4d92-47e8-ad7c-52ee51796835", + "id": "530cb017-6822-4029-8000-207b5b3cc49b", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054248833 + "startTime": 348563236024291 }, "additional": { "logType": "debug", @@ -10410,15 +10410,15 @@ }, { "head": { - "id": "ea058db2-a300-45da-a5c1-40314c66e571", + "id": "abd5a8da-e542-410c-ad3c-7385c644d271", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054265208 + "startTime": 348563236038791 }, "additional": { "logType": "debug", @@ -10427,15 +10427,15 @@ }, { "head": { - "id": "aa46c3a0-cf66-473e-913b-e0e36dc27794", + "id": "4f698a50-de7b-4108-ad68-78faccb72e82", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054313333 + "startTime": 348563236085500 }, "additional": { "logType": "debug", @@ -10444,15 +10444,15 @@ }, { "head": { - "id": "0bccbb64-b414-4f9b-a104-ddc463340a80", + "id": "1fc5ec13-8295-40ac-83c3-3cf988df7979", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054404333 + "startTime": 348563236180125 }, "additional": { "logType": "debug", @@ -10461,15 +10461,15 @@ }, { "head": { - "id": "3af4eac8-7a7d-40a0-871b-20f8f99750fa", + "id": "fba1ada2-a269-43db-b051-72d4a47921ee", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054419750 + "startTime": 348563236194458 }, "additional": { "logType": "debug", @@ -10478,15 +10478,15 @@ }, { "head": { - "id": "ddd6a5d3-a6e1-4ae8-9138-e0ff15e31d2c", + "id": "7a0f83e9-fa44-425c-9425-efbd5f80fe2f", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/BuildProfile.ets cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054435708 + "startTime": 348563236209500 }, "additional": { "logType": "debug", @@ -10495,15 +10495,15 @@ }, { "head": { - "id": "792b6f60-4860-4803-be55-e4f70d8448c1", + "id": "909e9928-a38c-40e4-9ab1-e20154ff3293", "name": "Update task entry:default@CompileArkTS output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets cache.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054462250 + "startTime": 348563236233875 }, "additional": { "logType": "debug", @@ -10512,15 +10512,15 @@ }, { "head": { - "id": "5bc16449-750c-4e10-a567-8dd1da9e70fe", + "id": "8be45d65-376b-4ed1-a13e-96a33d8a5a30", "name": "Incremental task entry:default@CompileArkTS post-execution cost:1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054517708 + "startTime": 348563236280750 }, "additional": { "logType": "debug", @@ -10529,15 +10529,15 @@ }, { "head": { - "id": "b55f8986-df7d-4968-8347-e8559f726385", + "id": "47778706-a5b9-4b87-ab25-605e6860e8f2", "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054602291 + "startTime": 348563236410958 }, "additional": { "logType": "debug", @@ -10546,15 +10546,15 @@ }, { "head": { - "id": "ddc518d0-3031-4d27-ab8f-6139e7f2e862", + "id": "f0fa5b4d-251e-4a74-87b0-64c365109693", "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/Index.ets cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054720625 + "startTime": 348563236542583 }, "additional": { "logType": "debug", @@ -10563,15 +10563,15 @@ }, { "head": { - "id": "87109d8e-103c-4473-bf48-d12797b89a87", + "id": "d1e95e33-b253-42f2-8e17-74872ae4e0ec", "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054737625 + "startTime": 348563236564166 }, "additional": { "logType": "debug", @@ -10580,15 +10580,15 @@ }, { "head": { - "id": "9f22ad5b-82e9-46e8-ae89-9ed50658dfa0", + "id": "d715c498-7688-45eb-85b4-0e43af40eaa4", "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054835208 + "startTime": 348563236649750 }, "additional": { "logType": "debug", @@ -10597,15 +10597,15 @@ }, { "head": { - "id": "8a9c8708-40d3-419f-9e7d-824359e172be", + "id": "def69652-a920-4fa7-9e71-38ca21891c7f", "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054849250 + "startTime": 348563236665375 }, "additional": { "logType": "debug", @@ -10614,15 +10614,15 @@ }, { "head": { - "id": "20de792c-233e-450d-bf73-ede1b893c7bf", + "id": "d5066fa2-4f5e-4554-9f41-c4ae446fa2ee", "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054863041 + "startTime": 348563236681375 }, "additional": { "logType": "debug", @@ -10631,15 +10631,15 @@ }, { "head": { - "id": "99ec8fa0-3502-42de-8c25-672fe3ba7c20", + "id": "acfd1675-d21b-46f5-a709-9afdf10620d3", "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054901708 + "startTime": 348563236722416 }, "additional": { "logType": "debug", @@ -10648,15 +10648,15 @@ }, { "head": { - "id": "76a3c35f-5f36-45cf-bb07-47b4867e9e19", + "id": "9fe96af3-eb3b-4666-b4d0-8f2037207ed9", "name": "Update task entry:default@BuildJS output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/js cache.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054920541 + "startTime": 348563236743666 }, "additional": { "logType": "debug", @@ -10665,15 +10665,15 @@ }, { "head": { - "id": "6b09d560-97ac-473a-ab94-5f30ebaed1d9", + "id": "28b636b2-96ad-440d-97e9-8f0efefbe98f", "name": "Incremental task entry:default@BuildJS post-execution cost:1 ms .", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054947333 + "startTime": 348563236787000 }, "additional": { "logType": "debug", @@ -10682,15 +10682,15 @@ }, { "head": { - "id": "5f1cecfe-93b9-4c96-b638-5954236d5fcb", + "id": "463977fb-5d15-4844-97f3-7fdde22c926d", "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054954125 + "startTime": 348563236794166 }, "additional": { "logType": "debug", @@ -10699,15 +10699,15 @@ }, { "head": { - "id": "3f9b80ca-56ef-43d5-b412-66541d42b4b7", + "id": "e3ddd179-1d95-4445-94ea-5030be61f4d4", "name": "There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054960083 + "startTime": 348563236801458 }, "additional": { "logType": "debug", @@ -10716,15 +10716,15 @@ }, { "head": { - "id": "b1fb200d-1276-4660-bddc-8a23287fdd0a", + "id": "59a87bdf-995e-4956-b9a2-6a4a5087b925", "name": "There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 25738, + "pid": 88594, "tid": "Main Thread", - "startTime": 341424054967291 + "startTime": 348563236811375 }, "additional": { "logType": "debug", diff --git a/.hvigor/report/report-202604281902448810.json b/.hvigor/report/report-202604282116427370.json similarity index 62% rename from .hvigor/report/report-202604281902448810.json rename to .hvigor/report/report-202604282116427370.json index f499631..cf69118 100644 --- a/.hvigor/report/report-202604281902448810.json +++ b/.hvigor/report/report-202604282116427370.json @@ -1,18 +1,18 @@ { "version": "2.0", - "ppid": 14586, + "ppid": 89851, "events": [ { "head": { - "id": "604ee3b8-56cc-4c99-b10c-a120ef91fb45", + "id": "f979cfd4-f927-4bc5-8b0c-f452857e9928", "name": "env: nodejsVersion=v18.20.1", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537863470083 + "startTime": 348575725707958 }, "additional": { "logType": "debug", @@ -21,15 +21,15 @@ }, { "head": { - "id": "af3d86c3-75fe-4989-b5c4-c4eac1b69bdc", + "id": "d4d7df38-a5c1-468f-91d3-2cbd307453b3", "name": "env: hvigor-config.json5 content = {\n modelVersion: '5.0.0',\n dependencies: {},\n execution: {\n daemon: false,\n incremental: true,\n parallel: true,\n typeCheck: false\n },\n logging: { level: 'info' },\n debugging: { stacktrace: false },\n nodeOptions: { maxOldSpaceSize: 4096 }\n}", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537864106041 + "startTime": 348575726330750 }, "additional": { "logType": "debug", @@ -38,15 +38,15 @@ }, { "head": { - "id": "90f670d4-9d3b-4e43-aaf3-1520050e5107", + "id": "3ab46097-52a4-40e3-896d-bbb3a8f76e63", "name": "env: daemon=false", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537865048958 + "startTime": 348575727064250 }, "additional": { "logType": "debug", @@ -55,15 +55,15 @@ }, { "head": { - "id": "40f9bfbb-26e2-47c6-af79-f357fa1cc60c", + "id": "65623120-0b1c-4f21-8374-b917c4573e6e", "name": "no-daemon, use the parent process.execArgv --max-old-space-size=4096,--max-semi-space-size=16,--expose-gc", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537865104000 + "startTime": 348575727091916 }, "additional": { "logType": "debug", @@ -72,33 +72,33 @@ }, { "head": { - "id": "f7269071-8b98-4b37-802b-728bc313fb00", + "id": "a69868d4-9ac0-452f-831f-ef15fb936a7b", "name": "init", "description": "Initialize and build task graph.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537980159958, - "endTime": 340538541785166 + "startTime": 348575834919583, + "endTime": 348576369331041 }, "additional": { "children": [ - "f3757cec-cd0e-416f-90c9-a4648f0b4968", - "e9405e5f-5164-43ba-abd7-1d51cfb17603", - "b985f6c4-b659-4edb-bf86-86b114b5dda5", - "4face60f-b622-45b5-9e25-8c4cdfc6feea", - "2f82c32d-f91d-4f3c-871b-f66c4faa4403", - "88a79e45-1f28-4b5f-94d3-255b052867e7", - "9f342fd3-eeb1-45b1-ba95-8fc0a56b55e1" + "a43e9f31-9752-43a4-97b6-d73b38855c12", + "82239032-f582-4f94-886d-1282538815c5", + "4c7cac4a-aa78-4e32-8855-0e415c4688f8", + "58cd1ede-f137-4c2f-aed1-399d20701dcf", + "57ef8a80-662d-456b-b9e9-6c7cd9b0de5e", + "178bb855-d73c-4a7a-ad3d-1e96157e58ed", + "f5bde6ef-323f-4e13-9f5b-e29b7042a4b5" ], "state": "success", "targetName": "", "moduleName": "", "category": "Init", "taskRunReasons": [], - "logId": "2a10df88-db8b-4fb6-94c1-2d0fd15ea1c0" + "logId": "725fdca0-61d0-4322-82db-22ed5d27a7ae" }, "log": { "_logger": { @@ -122,16 +122,16 @@ }, { "head": { - "id": "f3757cec-cd0e-416f-90c9-a4648f0b4968", + "id": "a43e9f31-9752-43a4-97b6-d73b38855c12", "name": "create hvigor project model", "description": "Initialize hvigor project model.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537980162833, - "endTime": 340537982988291 + "startTime": 348575834922125, + "endTime": 348575838583750 }, "additional": { "children": [], @@ -140,8 +140,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "f7269071-8b98-4b37-802b-728bc313fb00", - "logId": "46b2d3f9-0b2f-454c-b473-0655e02ac9cc" + "parent": "a69868d4-9ac0-452f-831f-ef15fb936a7b", + "logId": "b10b0079-8794-46b6-ad4d-787c6d76ca4f" }, "log": { "_logger": { @@ -165,36 +165,36 @@ }, { "head": { - "id": "e9405e5f-5164-43ba-abd7-1d51cfb17603", + "id": "82239032-f582-4f94-886d-1282538815c5", "name": "configure hvigor plugin", "description": "Configure hvigor plugin.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537983081958, - "endTime": 340538540746583 + "startTime": 348575838591000, + "endTime": 348576368460458 }, "additional": { "children": [ - "20ff7a61-55f2-48ee-b84c-77e709719c7c", - "9b591732-d072-486b-95a8-81aa5733b2ff", - "837c4d05-8811-4735-8b2d-5760e776c4ad", - "82d7ee11-571c-4765-b354-509bd0ca2310", - "e1cc32e6-351e-4b97-8a88-47775a31aa7c", - "72a6a782-5ba5-485f-b2da-7eb1ce2c2286", - "93912d45-0493-43b4-a439-746d6dd7f6d5", - "bd4011aa-2fa6-4e7e-8fe7-9978fa3e91a6", - "ef285517-22ff-414b-85cd-8c2068e2a891" + "d3be6fec-4c98-4887-9929-3bafdddebc84", + "2143df53-d6cf-4ccf-94ce-332563461db0", + "c071456d-6058-4b3e-bb7b-40b295df75ba", + "1081ba41-f31d-4b77-942b-daa8863cbc17", + "47c61f5a-b3fc-42b6-a1a7-f89ac8f37348", + "11fdd882-e850-4af8-8e94-a605d02fbf72", + "57aede1e-bbc3-4581-8e82-59d8e3970030", + "6d3abd20-2e6a-4117-ae7e-f8dc73f161d8", + "0ade076c-f78f-4d28-be05-2c4604384856" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "f7269071-8b98-4b37-802b-728bc313fb00", - "logId": "14ec7428-8464-450c-87b7-4457b03d5a87" + "parent": "a69868d4-9ac0-452f-831f-ef15fb936a7b", + "logId": "860d31ff-6248-45ab-be1a-8ecf28419af1" }, "log": { "_logger": { @@ -218,16 +218,16 @@ }, { "head": { - "id": "b985f6c4-b659-4edb-bf86-86b114b5dda5", + "id": "4c7cac4a-aa78-4e32-8855-0e415c4688f8", "name": "build task graph", "description": "Build task graph.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538540759875, - "endTime": 340538541775791 + "startTime": 348576368473291, + "endTime": 348576369323583 }, "additional": { "children": [], @@ -236,8 +236,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "f7269071-8b98-4b37-802b-728bc313fb00", - "logId": "77062509-9b1a-4289-a9a7-4f46a5a9eab6" + "parent": "a69868d4-9ac0-452f-831f-ef15fb936a7b", + "logId": "77e6b92e-df98-4a19-abde-1080218cb525" }, "log": { "_logger": { @@ -261,16 +261,16 @@ }, { "head": { - "id": "4face60f-b622-45b5-9e25-8c4cdfc6feea", + "id": "58cd1ede-f137-4c2f-aed1-399d20701dcf", "name": "init task execution option", "description": "Init task execution option.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538541777666, - "endTime": 340538541782333 + "startTime": 348576369325583, + "endTime": 348576369328333 }, "additional": { "children": [], @@ -279,8 +279,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "f7269071-8b98-4b37-802b-728bc313fb00", - "logId": "faf15f63-9bea-437f-87fe-10c1f23fd247" + "parent": "a69868d4-9ac0-452f-831f-ef15fb936a7b", + "logId": "cbe56de2-edb2-4dae-a9eb-464acd962030" }, "log": { "_logger": { @@ -304,16 +304,16 @@ }, { "head": { - "id": "2f82c32d-f91d-4f3c-871b-f66c4faa4403", + "id": "57ef8a80-662d-456b-b9e9-6c7cd9b0de5e", "name": "\"configEvaluated\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537981453416, - "endTime": 340537981548250 + "startTime": 348575836133166, + "endTime": 348575836204833 }, "additional": { "children": [], @@ -322,8 +322,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "f7269071-8b98-4b37-802b-728bc313fb00", - "logId": "0b0da934-3f39-47af-9265-b12a9eab16ce" + "parent": "a69868d4-9ac0-452f-831f-ef15fb936a7b", + "logId": "67cec402-1ca1-40d7-8105-81fe935e5e3e" }, "log": { "_logger": { @@ -347,36 +347,36 @@ }, { "head": { - "id": "0b0da934-3f39-47af-9265-b12a9eab16ce", + "id": "67cec402-1ca1-40d7-8105-81fe935e5e3e", "name": "\"configEvaluated\" hook function", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537981453416, - "endTime": 340537981548250 + "startTime": 348575836133166, + "endTime": 348575836204833 }, "additional": { "logType": "info", "children": [], - "durationId": "2f82c32d-f91d-4f3c-871b-f66c4faa4403", - "parent": "2a10df88-db8b-4fb6-94c1-2d0fd15ea1c0" + "durationId": "57ef8a80-662d-456b-b9e9-6c7cd9b0de5e", + "parent": "725fdca0-61d0-4322-82db-22ed5d27a7ae" } }, { "head": { - "id": "88a79e45-1f28-4b5f-94d3-255b052867e7", + "id": "178bb855-d73c-4a7a-ad3d-1e96157e58ed", "name": "\"nodesInitialized\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537982084291, - "endTime": 340537982096000 + "startTime": 348575836746708, + "endTime": 348575836757541 }, "additional": { "children": [], @@ -385,8 +385,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "f7269071-8b98-4b37-802b-728bc313fb00", - "logId": "5cda8735-939e-49a4-89a1-82728100ed81" + "parent": "a69868d4-9ac0-452f-831f-ef15fb936a7b", + "logId": "afb65826-f384-4fe4-ac27-49de58381b4b" }, "log": { "_logger": { @@ -410,35 +410,35 @@ }, { "head": { - "id": "5cda8735-939e-49a4-89a1-82728100ed81", + "id": "afb65826-f384-4fe4-ac27-49de58381b4b", "name": "\"nodesInitialized\" hook function", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537982084291, - "endTime": 340537982096000 + "startTime": 348575836746708, + "endTime": 348575836757541 }, "additional": { "logType": "info", "children": [], - "durationId": "88a79e45-1f28-4b5f-94d3-255b052867e7", - "parent": "2a10df88-db8b-4fb6-94c1-2d0fd15ea1c0" + "durationId": "178bb855-d73c-4a7a-ad3d-1e96157e58ed", + "parent": "725fdca0-61d0-4322-82db-22ed5d27a7ae" } }, { "head": { - "id": "8f9f69b1-1833-495d-9a66-be4908ba3064", + "id": "65b5d086-90aa-45fa-bf0d-18ab79e8a26f", "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: false,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' },\n optimizationStrategy: 'memory',\n hotCompile: undefined,\n hotReloadBuild: undefined,\n customizedParam: undefined\n}", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537982224625 + "startTime": 348575836863166 }, "additional": { "logType": "debug", @@ -447,15 +447,15 @@ }, { "head": { - "id": "a259e22c-a1c6-45f6-8365-6ec762af9473", - "name": "Cache service initialization finished in 1 ms ", + "id": "f2ac0b76-ce33-466c-9479-ed315bc8c00c", + "name": "Cache service initialization finished in 2 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537982968666 + "startTime": 348575838556875 }, "additional": { "logType": "debug", @@ -464,36 +464,36 @@ }, { "head": { - "id": "46b2d3f9-0b2f-454c-b473-0655e02ac9cc", + "id": "b10b0079-8794-46b6-ad4d-787c6d76ca4f", "name": "create hvigor project model", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537980162833, - "endTime": 340537982988291 + "startTime": 348575834922125, + "endTime": 348575838583750 }, "additional": { "logType": "info", "children": [], - "durationId": "f3757cec-cd0e-416f-90c9-a4648f0b4968", - "parent": "2a10df88-db8b-4fb6-94c1-2d0fd15ea1c0" + "durationId": "a43e9f31-9752-43a4-97b6-d73b38855c12", + "parent": "725fdca0-61d0-4322-82db-22ed5d27a7ae" } }, { "head": { - "id": "20ff7a61-55f2-48ee-b84c-77e709719c7c", + "id": "d3be6fec-4c98-4887-9929-3bafdddebc84", "name": "init configuration", "description": "Initialize configuration.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537983152583, - "endTime": 340537983159666 + "startTime": 348575838701208, + "endTime": 348575838706750 }, "additional": { "children": [], @@ -502,8 +502,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "e9405e5f-5164-43ba-abd7-1d51cfb17603", - "logId": "d2a1cff3-4ab5-4577-aab0-ef502ede84e2" + "parent": "82239032-f582-4f94-886d-1282538815c5", + "logId": "2a817e19-3cf0-4e05-85f2-3c046b26b8ad" }, "log": { "_logger": { @@ -527,16 +527,16 @@ }, { "head": { - "id": "9b591732-d072-486b-95a8-81aa5733b2ff", + "id": "2143df53-d6cf-4ccf-94ce-332563461db0", "name": "configure project task", "description": "Configure project task.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537983173458, - "endTime": 340537983434375 + "startTime": 348575838717291, + "endTime": 348575838877083 }, "additional": { "children": [], @@ -545,8 +545,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "e9405e5f-5164-43ba-abd7-1d51cfb17603", - "logId": "e7faa37c-58f3-45b7-a709-83892dc41da3" + "parent": "82239032-f582-4f94-886d-1282538815c5", + "logId": "46936ae4-4fc1-4a0b-970c-3449920f5286" }, "log": { "_logger": { @@ -570,30 +570,30 @@ }, { "head": { - "id": "837c4d05-8811-4735-8b2d-5760e776c4ad", + "id": "c071456d-6058-4b3e-bb7b-40b295df75ba", "name": "eval project", "description": "Evaluate project.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537983466583, - "endTime": 340538502215708 + "startTime": 348575838907041, + "endTime": 348576331395583 }, "additional": { "children": [ - "704c014e-e308-4cba-a533-03ff3da4c34c", - "ef9c3c54-ff8d-4afd-b514-5fe175a8112f", - "4a7a424d-ae97-4390-b901-559d989d26bd" + "cb6ace15-08c4-49b2-a9fb-15356bf3e61d", + "58f82a9e-228d-4216-88e6-ac5122432772", + "b4e610d6-59e3-4185-8256-18e93558e863" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "e9405e5f-5164-43ba-abd7-1d51cfb17603", - "logId": "6066cfdd-5d88-4ebb-af41-1b1743a43b86" + "parent": "82239032-f582-4f94-886d-1282538815c5", + "logId": "2b65d16d-8eaa-42bb-b417-dba6373496fb" }, "log": { "_logger": { @@ -617,29 +617,29 @@ }, { "head": { - "id": "82d7ee11-571c-4765-b354-509bd0ca2310", + "id": "1081ba41-f31d-4b77-942b-daa8863cbc17", "name": "eval modules", "description": "Evaluate modules.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538502337250, - "endTime": 340538533927500 + "startTime": 348576331511958, + "endTime": 348576362051833 }, "additional": { "children": [ - "550867e2-d94f-4326-83a7-0cb0a2c27c15", - "7af54255-04d1-4289-bbbe-9defa74bd2fd" + "06e75553-c616-4621-8c99-08db3b1be494", + "913a7793-612e-44f6-b345-78e752013c23" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "e9405e5f-5164-43ba-abd7-1d51cfb17603", - "logId": "2215da69-6206-4aae-bb08-85d0a9b0631d" + "parent": "82239032-f582-4f94-886d-1282538815c5", + "logId": "155840d4-5812-46be-94f6-17c2b0395f62" }, "log": { "_logger": { @@ -663,16 +663,16 @@ }, { "head": { - "id": "e1cc32e6-351e-4b97-8a88-47775a31aa7c", + "id": "47c61f5a-b3fc-42b6-a1a7-f89ac8f37348", "name": "add config dependencies", "description": "Add configuration dependencies.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533943125, - "endTime": 340538533943541 + "startTime": 348576362066958, + "endTime": 348576362067375 }, "additional": { "children": [], @@ -681,8 +681,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "e9405e5f-5164-43ba-abd7-1d51cfb17603", - "logId": "5a72d5e4-65b0-428e-ba4e-458c25b61a2d" + "parent": "82239032-f582-4f94-886d-1282538815c5", + "logId": "f96fe330-5eb3-42cc-b9c6-fe52e0469de3" }, "log": { "_logger": { @@ -706,16 +706,16 @@ }, { "head": { - "id": "72a6a782-5ba5-485f-b2da-7eb1ce2c2286", + "id": "11fdd882-e850-4af8-8e94-a605d02fbf72", "name": "ohpm install", "description": "Ohpm install event.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538534064333, - "endTime": 340538536333375 + "startTime": 348576362189791, + "endTime": 348576364411208 }, "additional": { "children": [], @@ -724,8 +724,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "e9405e5f-5164-43ba-abd7-1d51cfb17603", - "logId": "d49129bc-bd2f-4a9b-947b-899f652ad4cd" + "parent": "82239032-f582-4f94-886d-1282538815c5", + "logId": "0d90febe-6bb8-47e7-8623-f55462c79770" }, "log": { "_logger": { @@ -749,16 +749,16 @@ }, { "head": { - "id": "93912d45-0493-43b4-a439-746d6dd7f6d5", + "id": "57aede1e-bbc3-4581-8e82-59d8e3970030", "name": "eval hook", "description": "EvaluateEvent hook.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538536338500, - "endTime": 340538540702000 + "startTime": 348576364415166, + "endTime": 348576368429833 }, "additional": { "children": [], @@ -767,8 +767,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "e9405e5f-5164-43ba-abd7-1d51cfb17603", - "logId": "83ae5fcb-3337-44bf-8f54-8675e0f505a7" + "parent": "82239032-f582-4f94-886d-1282538815c5", + "logId": "c9466c5a-f94d-4b5a-bd0e-4fac893e3b0f" }, "log": { "_logger": { @@ -792,16 +792,16 @@ }, { "head": { - "id": "bd4011aa-2fa6-4e7e-8fe7-9978fa3e91a6", + "id": "6d3abd20-2e6a-4117-ae7e-f8dc73f161d8", "name": "fin configuration", "description": "Finish configuration.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538540709541, - "endTime": 340538540742333 + "startTime": 348576368434958, + "endTime": 348576368457000 }, "additional": { "children": [], @@ -810,8 +810,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "e9405e5f-5164-43ba-abd7-1d51cfb17603", - "logId": "94815fa3-f9b9-4290-b0d6-e9ee5e299b90" + "parent": "82239032-f582-4f94-886d-1282538815c5", + "logId": "ce58f403-0fde-4c7c-9293-654c536cc6e9" }, "log": { "_logger": { @@ -835,56 +835,56 @@ }, { "head": { - "id": "d2a1cff3-4ab5-4577-aab0-ef502ede84e2", + "id": "2a817e19-3cf0-4e05-85f2-3c046b26b8ad", "name": "init configuration", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537983152583, - "endTime": 340537983159666 + "startTime": 348575838701208, + "endTime": 348575838706750 }, "additional": { "logType": "info", "children": [], - "durationId": "20ff7a61-55f2-48ee-b84c-77e709719c7c", - "parent": "14ec7428-8464-450c-87b7-4457b03d5a87" + "durationId": "d3be6fec-4c98-4887-9929-3bafdddebc84", + "parent": "860d31ff-6248-45ab-be1a-8ecf28419af1" } }, { "head": { - "id": "e7faa37c-58f3-45b7-a709-83892dc41da3", + "id": "46936ae4-4fc1-4a0b-970c-3449920f5286", "name": "configure project task", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537983173458, - "endTime": 340537983434375 + "startTime": 348575838717291, + "endTime": 348575838877083 }, "additional": { "logType": "info", "children": [], - "durationId": "9b591732-d072-486b-95a8-81aa5733b2ff", - "parent": "14ec7428-8464-450c-87b7-4457b03d5a87" + "durationId": "2143df53-d6cf-4ccf-94ce-332563461db0", + "parent": "860d31ff-6248-45ab-be1a-8ecf28419af1" } }, { "head": { - "id": "704c014e-e308-4cba-a533-03ff3da4c34c", + "id": "cb6ace15-08c4-49b2-a9fb-15356bf3e61d", "name": "\"beforeNodeEvaluate\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537983528500, - "endTime": 340537983541750 + "startTime": 348575838961000, + "endTime": 348575838969083 }, "additional": { "children": [], @@ -893,8 +893,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "837c4d05-8811-4735-8b2d-5760e776c4ad", - "logId": "95480469-a9d0-466a-8989-9b79c632cde5" + "parent": "c071456d-6058-4b3e-bb7b-40b295df75ba", + "logId": "35cd9dfc-290a-43b0-a897-2119dcf644c0" }, "log": { "_logger": { @@ -918,49 +918,49 @@ }, { "head": { - "id": "95480469-a9d0-466a-8989-9b79c632cde5", + "id": "35cd9dfc-290a-43b0-a897-2119dcf644c0", "name": "\"beforeNodeEvaluate\" hook function", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537983528500, - "endTime": 340537983541750 + "startTime": 348575838961000, + "endTime": 348575838969083 }, "additional": { "logType": "info", "children": [], - "durationId": "704c014e-e308-4cba-a533-03ff3da4c34c", - "parent": "6066cfdd-5d88-4ebb-af41-1b1743a43b86" + "durationId": "cb6ace15-08c4-49b2-a9fb-15356bf3e61d", + "parent": "2b65d16d-8eaa-42bb-b417-dba6373496fb" } }, { "head": { - "id": "ef9c3c54-ff8d-4afd-b514-5fe175a8112f", + "id": "58f82a9e-228d-4216-88e6-ac5122432772", "name": "eval hvigorfile", "description": "Evaluate hvigorfile.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537983630083, - "endTime": 340538502153583 + "startTime": 348575839055666, + "endTime": 348576331337041 }, "additional": { "children": [ - "e82365ca-21bb-4a3a-a6f7-41b0a3b1e769", - "78ab3a24-26cb-40d4-b440-249ce55bbe5d" + "1cab1ae0-c2f5-476e-bd41-9b1b1eecbe19", + "17d77ffd-b75d-4cc9-9065-ee9cfcdcd239" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "837c4d05-8811-4735-8b2d-5760e776c4ad", - "logId": "748e4e0c-55c1-4829-9d24-eed584612ea4" + "parent": "c071456d-6058-4b3e-bb7b-40b295df75ba", + "logId": "0ced74ed-1992-4fcd-8a6e-df5e8edbb8d6" }, "log": { "_logger": { @@ -984,16 +984,16 @@ }, { "head": { - "id": "e82365ca-21bb-4a3a-a6f7-41b0a3b1e769", + "id": "1cab1ae0-c2f5-476e-bd41-9b1b1eecbe19", "name": "require hvigorfile", "description": "Require hvigorfile.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537983630500, - "endTime": 340538399946916 + "startTime": 348575839056083, + "endTime": 348576230831458 }, "additional": { "children": [], @@ -1002,8 +1002,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "ef9c3c54-ff8d-4afd-b514-5fe175a8112f", - "logId": "f9a8eaf0-4522-45ae-8c9f-a35686b099ee" + "parent": "58f82a9e-228d-4216-88e6-ac5122432772", + "logId": "e3ebd696-77e1-40c6-8e61-2851fd22b721" }, "log": { "_logger": { @@ -1027,16 +1027,16 @@ }, { "head": { - "id": "78ab3a24-26cb-40d4-b440-249ce55bbe5d", + "id": "17d77ffd-b75d-4cc9-9065-ee9cfcdcd239", "name": "bind plugins", "description": "Bind plugins.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538399960041, - "endTime": 340538502147000 + "startTime": 348576230846916, + "endTime": 348576331329958 }, "additional": { "children": [], @@ -1045,8 +1045,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "ef9c3c54-ff8d-4afd-b514-5fe175a8112f", - "logId": "8e2ccc6c-3fb7-4cd8-b9ed-c38807b27ebe" + "parent": "58f82a9e-228d-4216-88e6-ac5122432772", + "logId": "6980dfd9-1a66-4144-bd89-e99bb93aed35" }, "log": { "_logger": { @@ -1070,15 +1070,15 @@ }, { "head": { - "id": "84829c0d-2d14-40fb-93b9-7417dfc388c0", + "id": "cce45725-170a-443a-8ce7-38803b69daef", "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537983631958 + "startTime": 348575839057541 }, "additional": { "logType": "debug", @@ -1087,15 +1087,15 @@ }, { "head": { - "id": "a2a88809-f0d2-4613-9d0a-9117f75e2dc4", + "id": "7e22cf0b-6582-4165-9945-095f7efb331a", "name": "hvigorfile, require result: { default: { system: [Function: appTasks], plugins: [] } }", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538399801666 + "startTime": 348576230674291 }, "additional": { "logType": "debug", @@ -1104,35 +1104,35 @@ }, { "head": { - "id": "f9a8eaf0-4522-45ae-8c9f-a35686b099ee", + "id": "e3ebd696-77e1-40c6-8e61-2851fd22b721", "name": "require hvigorfile", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537983630500, - "endTime": 340538399946916 + "startTime": 348575839056083, + "endTime": 348576230831458 }, "additional": { "logType": "info", "children": [], - "durationId": "e82365ca-21bb-4a3a-a6f7-41b0a3b1e769", - "parent": "748e4e0c-55c1-4829-9d24-eed584612ea4" + "durationId": "1cab1ae0-c2f5-476e-bd41-9b1b1eecbe19", + "parent": "0ced74ed-1992-4fcd-8a6e-df5e8edbb8d6" } }, { "head": { - "id": "bb80a71d-935c-4154-87ae-63b09ae91438", + "id": "1d3d291c-bb37-4899-ae6c-8760f9ca7a1d", "name": "hvigorfile, binding system plugins [Function: appTasks]", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538400000708 + "startTime": 348576230892500 }, "additional": { "logType": "debug", @@ -1141,15 +1141,15 @@ }, { "head": { - "id": "ecf94396-767f-4383-8ada-bc3d434b0564", + "id": "5b2141f7-96a4-436c-b830-4a8a2470f6b0", "name": "Starting plugin build process", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538400463458 + "startTime": 348576231346041 }, "additional": { "logType": "debug", @@ -1158,15 +1158,15 @@ }, { "head": { - "id": "8959d07f-0763-4bec-943a-828474ea0173", + "id": "9bccec1a-ac54-4176-8feb-39298c184845", "name": "App plugin prepare start...", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538400498666 + "startTime": 348576231383458 }, "additional": { "logType": "debug", @@ -1175,15 +1175,15 @@ }, { "head": { - "id": "07237176-e4b1-4d18-b4b7-0e92677fb1b8", + "id": "048026a7-d05c-4169-9fdd-4f5a3acd3742", "name": "App plugin prepare end...", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538400534333 + "startTime": 348576231422375 }, "additional": { "logType": "debug", @@ -1192,15 +1192,15 @@ }, { "head": { - "id": "85c7879c-1fc7-4faa-b0fd-c0830a8a3576", + "id": "a53f2995-d2d5-4952-b753-b2be08646104", "name": "App plugin creating...", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538400548750 + "startTime": 348576231437083 }, "additional": { "logType": "debug", @@ -1209,15 +1209,15 @@ }, { "head": { - "id": "ef0fe83a-3302-4dd7-bf91-37950d31c21b", + "id": "435e330f-94e8-4092-ad9e-63fef4ebd91d", "name": "App plugin register hook start...", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538478458666 + "startTime": 348576307650625 }, "additional": { "logType": "debug", @@ -1226,15 +1226,15 @@ }, { "head": { - "id": "8e13ea25-a28b-4a20-8771-4a602c3c1c15", + "id": "993ad2d9-bb13-4803-b470-1454495b4368", "name": "App plugin register hook end...", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538478675250 + "startTime": 348576307879541 }, "additional": { "logType": "debug", @@ -1243,15 +1243,15 @@ }, { "head": { - "id": "f7f94c23-c3cb-40b2-8425-8af343ff9ad0", + "id": "b1b9680d-f254-4f26-a523-c33306725b73", "name": "Plugin build process completed", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538478691416 + "startTime": 348576307899625 }, "additional": { "logType": "debug", @@ -1260,15 +1260,15 @@ }, { "head": { - "id": "8e21d779-a1b4-483a-bf48-01b44654ed9d", + "id": "1e073a44-9cee-4875-8faf-788b484e1900", "name": "Start initialize project's product build option map with build mode debug.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538479319083 + "startTime": 348576308545416 }, "additional": { "logType": "debug", @@ -1277,15 +1277,15 @@ }, { "head": { - "id": "1994352f-0035-435c-8bfd-d2c145cba28d", + "id": "c6ffc974-8267-4d37-9883-73a1af3d2b39", "name": "Picking option from product 'default' with build mode 'debug'.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538479423416 + "startTime": 348576308644125 }, "additional": { "logType": "debug", @@ -1294,15 +1294,15 @@ }, { "head": { - "id": "e59134df-f3dd-4519-aa63-46e9a928ecb5", + "id": "75eeeb2a-9fd5-4786-a393-5128263e8793", "name": "Product 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538479582791 + "startTime": 348576308822000 }, "additional": { "logType": "debug", @@ -1311,15 +1311,15 @@ }, { "head": { - "id": "9f3076fc-3512-4f25-8237-a044b9d7611e", + "id": "825a4659-21ee-4197-a24d-9b8540c0b592", "name": "End initialize project's product build option map with build mode 'debug'.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538479601583 + "startTime": 348576308841083 }, "additional": { "logType": "debug", @@ -1328,15 +1328,15 @@ }, { "head": { - "id": "cd3f252d-3ae6-49a5-b86f-1c2b2ae2da43", + "id": "87c97b96-2e81-441a-9947-574cff1af1d8", "name": "Obtain build option for product 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538480426875 + "startTime": 348576309692833 }, "additional": { "logType": "debug", @@ -1345,15 +1345,15 @@ }, { "head": { - "id": "111fd361-d872-4178-abcf-2e422296a1de", + "id": "53aaa211-7581-4a1b-865f-5201893efff7", "name": "No signingConfig found, initRemoteHspCache failed.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538480900583 + "startTime": 348576310238875 }, "additional": { "logType": "debug", @@ -1362,16 +1362,16 @@ }, { "head": { - "id": "8e11978f-53ee-486d-a889-14707f79b55d", + "id": "d3bc9f07-ffe2-4471-aeac-8a61971d0a7c", "name": "harmonyOS sdk scan", "description": "HarmonyOS sdk scan", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538481525208, - "endTime": 340538482281166 + "startTime": 348576310870708, + "endTime": 348576311601666 }, "additional": { "children": [], @@ -1403,15 +1403,15 @@ }, { "head": { - "id": "441a51a0-068a-4025-9838-732df9073fee", + "id": "f49a3335-2b49-4ff2-ac76-8aa10db7529a", "name": "Local scan or download HarmonyOS sdk components toolchains,ets,js,native,previewer", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538481532291 + "startTime": 348576310876791 }, "additional": { "logType": "debug", @@ -1420,16 +1420,16 @@ }, { "head": { - "id": "6b488973-353c-46fd-bd1f-899e93157829", + "id": "51204953-0fc3-4b43-a2e8-7e660b1206b7", "name": "hmscore sdk scan", "description": "Hmscore sdk scan", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538482336500, - "endTime": 340538482509666 + "startTime": 348576311656666, + "endTime": 348576311819833 }, "additional": { "children": [], @@ -1461,15 +1461,15 @@ }, { "head": { - "id": "27b32163-31d5-4201-abba-4844a3f10634", + "id": "8ba14aed-fb6b-477c-94b0-83a50f6f105e", "name": "Local scan or download hmscore sdk components toolchains,ets,native", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538482341708 + "startTime": 348576311660458 }, "additional": { "logType": "debug", @@ -1478,15 +1478,15 @@ }, { "head": { - "id": "5d2ea829-2360-49da-a676-a9b7f19a8fc2", + "id": "6a3894e1-6e06-41c7-983c-42e6522174cf", "name": "Start recording SDK configuration permission data.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538483137041 + "startTime": 348576312479041 }, "additional": { "logType": "debug", @@ -1495,15 +1495,15 @@ }, { "head": { - "id": "78b615e1-a5b9-4fcd-837a-a40561889d41", + "id": "00a76f72-1dd1-44ca-9ca3-8a3e30215d8d", "name": "Sdk init in 19 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538499259000 + "startTime": 348576328643500 }, "additional": { "logType": "debug", @@ -1512,63 +1512,63 @@ }, { "head": { - "id": "248bb9d5-03e7-417b-91ec-0f3e8d9eb395", + "id": "8a5d20fd-fbc1-4d62-be57-49fabc86d945", "name": "sdkVersion", "description": "6.0.2.130", "type": "mark" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538499359541 + "startTime": 348576328744041 }, "additional": { "time": { "year": 2026, "month": 4, "day": 28, - "hour": 19, - "minute": 2, - "second": 45 + "hour": 21, + "minute": 16, + "second": 43 }, "markType": "other" } }, { "head": { - "id": "3c0bdc49-3d49-46b8-9354-dbafd30b28e2", + "id": "213cf59e-ad7d-4702-aec2-57fb0289ff17", "name": "caseSensitiveCheckOn", "description": "caseSensitiveCheck check is on", "type": "mark" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538499391458 + "startTime": 348576328775708 }, "additional": { "time": { "year": 2026, "month": 4, "day": 28, - "hour": 19, - "minute": 2, - "second": 45 + "hour": 21, + "minute": 16, + "second": 43 }, "markType": "other" } }, { "head": { - "id": "1444e2fa-9516-4d8a-ab0d-74785e5e8e85", + "id": "3c87d8a9-f137-4000-a7a8-8dacea7bcb09", "name": "Project task initialization takes 2 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538502048208 + "startTime": 348576331241666 }, "additional": { "logType": "debug", @@ -1577,15 +1577,15 @@ }, { "head": { - "id": "2b865642-c774-407d-9c6b-d16b60d70ee5", + "id": "ac63e4ab-a425-4ffd-b46a-383b770909c1", "name": "hvigorfile, binding custom plugins []", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538502118208 + "startTime": 348576331302708 }, "additional": { "logType": "debug", @@ -1594,15 +1594,15 @@ }, { "head": { - "id": "0619ec79-0e12-4bfa-8f56-53dd33ea93cb", + "id": "3ea12826-0755-45d0-8259-d5db79aa3911", "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538502132375 + "startTime": 348576331315208 }, "additional": { "logType": "debug", @@ -1611,15 +1611,15 @@ }, { "head": { - "id": "9ab8e4c7-8dbb-4898-9353-075ab16ac1f3", + "id": "187a021e-2e41-4793-81a9-757583331449", "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538502140583 + "startTime": 348576331323458 }, "additional": { "logType": "debug", @@ -1628,59 +1628,59 @@ }, { "head": { - "id": "8e2ccc6c-3fb7-4cd8-b9ed-c38807b27ebe", + "id": "6980dfd9-1a66-4144-bd89-e99bb93aed35", "name": "bind plugins", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538399960041, - "endTime": 340538502147000 + "startTime": 348576230846916, + "endTime": 348576331329958 }, "additional": { "logType": "info", "children": [], - "durationId": "78ab3a24-26cb-40d4-b440-249ce55bbe5d", - "parent": "748e4e0c-55c1-4829-9d24-eed584612ea4" + "durationId": "17d77ffd-b75d-4cc9-9065-ee9cfcdcd239", + "parent": "0ced74ed-1992-4fcd-8a6e-df5e8edbb8d6" } }, { "head": { - "id": "748e4e0c-55c1-4829-9d24-eed584612ea4", + "id": "0ced74ed-1992-4fcd-8a6e-df5e8edbb8d6", "name": "eval hvigorfile", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537983630083, - "endTime": 340538502153583 + "startTime": 348575839055666, + "endTime": 348576331337041 }, "additional": { "logType": "info", "children": [ - "f9a8eaf0-4522-45ae-8c9f-a35686b099ee", - "8e2ccc6c-3fb7-4cd8-b9ed-c38807b27ebe" + "e3ebd696-77e1-40c6-8e61-2851fd22b721", + "6980dfd9-1a66-4144-bd89-e99bb93aed35" ], - "durationId": "ef9c3c54-ff8d-4afd-b514-5fe175a8112f", - "parent": "6066cfdd-5d88-4ebb-af41-1b1743a43b86" + "durationId": "58f82a9e-228d-4216-88e6-ac5122432772", + "parent": "2b65d16d-8eaa-42bb-b417-dba6373496fb" } }, { "head": { - "id": "4a7a424d-ae97-4390-b901-559d989d26bd", + "id": "b4e610d6-59e3-4185-8256-18e93558e863", "name": "\"afterNodeEvaluate\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538502196875, - "endTime": 340538502208875 + "startTime": 348576331377083, + "endTime": 348576331388375 }, "additional": { "children": [], @@ -1689,8 +1689,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "837c4d05-8811-4735-8b2d-5760e776c4ad", - "logId": "9c4056db-8224-4460-ab20-c633baf94c5d" + "parent": "c071456d-6058-4b3e-bb7b-40b295df75ba", + "logId": "6c5d9bbf-d58f-4648-8dfa-f83880f846e6" }, "log": { "_logger": { @@ -1714,74 +1714,74 @@ }, { "head": { - "id": "9c4056db-8224-4460-ab20-c633baf94c5d", + "id": "6c5d9bbf-d58f-4648-8dfa-f83880f846e6", "name": "\"afterNodeEvaluate\" hook function", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538502196875, - "endTime": 340538502208875 + "startTime": 348576331377083, + "endTime": 348576331388375 }, "additional": { "logType": "info", "children": [], - "durationId": "4a7a424d-ae97-4390-b901-559d989d26bd", - "parent": "6066cfdd-5d88-4ebb-af41-1b1743a43b86" + "durationId": "b4e610d6-59e3-4185-8256-18e93558e863", + "parent": "2b65d16d-8eaa-42bb-b417-dba6373496fb" } }, { "head": { - "id": "6066cfdd-5d88-4ebb-af41-1b1743a43b86", + "id": "2b65d16d-8eaa-42bb-b417-dba6373496fb", "name": "eval project", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537983466583, - "endTime": 340538502215708 + "startTime": 348575838907041, + "endTime": 348576331395583 }, "additional": { "logType": "info", "children": [ - "95480469-a9d0-466a-8989-9b79c632cde5", - "748e4e0c-55c1-4829-9d24-eed584612ea4", - "9c4056db-8224-4460-ab20-c633baf94c5d" + "35cd9dfc-290a-43b0-a897-2119dcf644c0", + "0ced74ed-1992-4fcd-8a6e-df5e8edbb8d6", + "6c5d9bbf-d58f-4648-8dfa-f83880f846e6" ], - "durationId": "837c4d05-8811-4735-8b2d-5760e776c4ad", - "parent": "14ec7428-8464-450c-87b7-4457b03d5a87" + "durationId": "c071456d-6058-4b3e-bb7b-40b295df75ba", + "parent": "860d31ff-6248-45ab-be1a-8ecf28419af1" } }, { "head": { - "id": "550867e2-d94f-4326-83a7-0cb0a2c27c15", + "id": "06e75553-c616-4621-8c99-08db3b1be494", "name": "eval submodule", "description": "Evaluate submodule.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538502341708, - "endTime": 340538528776125 + "startTime": 348576331516875, + "endTime": 348576356592750 }, "additional": { "children": [ - "1e29d8e5-fcfb-4a3f-ae1c-159ce1ad85af", - "6fdb5806-411e-41e8-9a08-56650719de20", - "090cfbe4-2a75-402d-b830-da3d33ac5f8e" + "832d628d-0abb-4ecb-a872-837c8b9efd70", + "2a7fb9be-31af-448f-8577-a85bfbb91f3a", + "2d2ab62a-84c1-4fd7-82a9-ef4afcb28aa6" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "82d7ee11-571c-4765-b354-509bd0ca2310", - "logId": "fe65c594-ed24-4309-8ba7-3ebd9527ad14" + "parent": "1081ba41-f31d-4b77-942b-daa8863cbc17", + "logId": "da4fbc26-4205-4c79-bc20-a47ded2e2110" }, "log": { "_logger": { @@ -1805,16 +1805,16 @@ }, { "head": { - "id": "1e29d8e5-fcfb-4a3f-ae1c-159ce1ad85af", + "id": "832d628d-0abb-4ecb-a872-837c8b9efd70", "name": "\"beforeNodeEvaluate\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538502380416, - "endTime": 340538502384666 + "startTime": 348576331558125, + "endTime": 348576331562458 }, "additional": { "children": [], @@ -1823,8 +1823,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "550867e2-d94f-4326-83a7-0cb0a2c27c15", - "logId": "c9dcf80f-1dba-457a-9362-55e44b29bae1" + "parent": "06e75553-c616-4621-8c99-08db3b1be494", + "logId": "c3175069-ee67-46e7-b3fc-6f2e211ed557" }, "log": { "_logger": { @@ -1848,49 +1848,49 @@ }, { "head": { - "id": "c9dcf80f-1dba-457a-9362-55e44b29bae1", + "id": "c3175069-ee67-46e7-b3fc-6f2e211ed557", "name": "\"beforeNodeEvaluate\" hook function", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538502380416, - "endTime": 340538502384666 + "startTime": 348576331558125, + "endTime": 348576331562458 }, "additional": { "logType": "info", "children": [], - "durationId": "1e29d8e5-fcfb-4a3f-ae1c-159ce1ad85af", - "parent": "fe65c594-ed24-4309-8ba7-3ebd9527ad14" + "durationId": "832d628d-0abb-4ecb-a872-837c8b9efd70", + "parent": "da4fbc26-4205-4c79-bc20-a47ded2e2110" } }, { "head": { - "id": "6fdb5806-411e-41e8-9a08-56650719de20", + "id": "2a7fb9be-31af-448f-8577-a85bfbb91f3a", "name": "eval hvigorfile", "description": "Evaluate hvigorfile.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538502400333, - "endTime": 340538528322458 + "startTime": 348576331579333, + "endTime": 348576356296500 }, "additional": { "children": [ - "859272e6-66aa-4421-8865-1d7035f682af", - "110317a7-61c4-45b0-b6a4-6aeb628bd655" + "8ffb1f01-af43-40c6-b80d-0a7c797977fb", + "c8ba721e-a719-43b2-904c-83fc5b6b14a4" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "550867e2-d94f-4326-83a7-0cb0a2c27c15", - "logId": "6bb83374-f5f0-4f92-b071-1832e41707ea" + "parent": "06e75553-c616-4621-8c99-08db3b1be494", + "logId": "f74ed182-ee21-4ebb-a066-00d21d84db86" }, "log": { "_logger": { @@ -1914,16 +1914,16 @@ }, { "head": { - "id": "859272e6-66aa-4421-8865-1d7035f682af", + "id": "8ffb1f01-af43-40c6-b80d-0a7c797977fb", "name": "require hvigorfile", "description": "Require hvigorfile.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538502400458, - "endTime": 340538505450000 + "startTime": 348576331579500, + "endTime": 348576334314458 }, "additional": { "children": [], @@ -1932,8 +1932,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "6fdb5806-411e-41e8-9a08-56650719de20", - "logId": "f9ba6864-c45b-44d4-be67-cd091acd7218" + "parent": "2a7fb9be-31af-448f-8577-a85bfbb91f3a", + "logId": "fd1580b6-96b7-499b-9f54-e313e6e028c9" }, "log": { "_logger": { @@ -1957,16 +1957,16 @@ }, { "head": { - "id": "110317a7-61c4-45b0-b6a4-6aeb628bd655", + "id": "c8ba721e-a719-43b2-904c-83fc5b6b14a4", "name": "bind plugins", "description": "Bind plugins.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538505458291, - "endTime": 340538528313500 + "startTime": 348576334319291, + "endTime": 348576356288333 }, "additional": { "children": [], @@ -1975,8 +1975,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "6fdb5806-411e-41e8-9a08-56650719de20", - "logId": "bd852bd3-08c7-408f-8338-c4c684bc90fe" + "parent": "2a7fb9be-31af-448f-8577-a85bfbb91f3a", + "logId": "708b2436-aeee-4ab0-b13d-1ae4a335c211" }, "log": { "_logger": { @@ -2000,15 +2000,15 @@ }, { "head": { - "id": "7f2610ae-f910-4896-98f9-d127fc39fb8a", + "id": "21db370c-49a9-4fe9-b35e-e2afef850157", "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538502401208 + "startTime": 348576331580333 }, "additional": { "logType": "debug", @@ -2017,15 +2017,15 @@ }, { "head": { - "id": "2c883221-cead-409a-8513-6346dafc614b", + "id": "93c722e8-f505-4b1d-bfa2-6dce73a45e75", "name": "hvigorfile, require result: { default: { system: [Function: harTasks], plugins: [] } }", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538505411791 + "startTime": 348576334296250 }, "additional": { "logType": "debug", @@ -2034,35 +2034,35 @@ }, { "head": { - "id": "f9ba6864-c45b-44d4-be67-cd091acd7218", + "id": "fd1580b6-96b7-499b-9f54-e313e6e028c9", "name": "require hvigorfile", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538502400458, - "endTime": 340538505450000 + "startTime": 348576331579500, + "endTime": 348576334314458 }, "additional": { "logType": "info", "children": [], - "durationId": "859272e6-66aa-4421-8865-1d7035f682af", - "parent": "6bb83374-f5f0-4f92-b071-1832e41707ea" + "durationId": "8ffb1f01-af43-40c6-b80d-0a7c797977fb", + "parent": "f74ed182-ee21-4ebb-a066-00d21d84db86" } }, { "head": { - "id": "e2a7da48-1b11-4b77-8a6d-a1e43de2d9a1", + "id": "5aa59e13-c3be-4f7a-9eb0-46e3bdad05b7", "name": "hvigorfile, binding system plugins [Function: harTasks]", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538505463166 + "startTime": 348576334322583 }, "additional": { "logType": "debug", @@ -2071,15 +2071,15 @@ }, { "head": { - "id": "bc042a7d-8d36-4258-8dc4-86a43780234c", + "id": "5ed36db9-a784-44e3-9922-b1dbdfaac062", "name": "Starting plugin build process", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538505508125 + "startTime": 348576334353625 }, "additional": { "logType": "debug", @@ -2088,15 +2088,15 @@ }, { "head": { - "id": "d7890c59-aa46-49fa-a4f7-091f98ac086d", + "id": "a97720f2-9254-4be2-9003-fe6c5ea31596", "name": "Har plugin creating...", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538505525916 + "startTime": 348576334369250 }, "additional": { "logType": "debug", @@ -2105,15 +2105,15 @@ }, { "head": { - "id": "801a5cd4-54ad-4f70-bcfb-a444fcad563d", + "id": "ec1411ab-cf3d-4b5f-ad67-7cc7b2d86016", "name": "failed to load cangjie to dynamically generate schemas: Error: Cannot find module '@ohos/cangjie-build-support/index'\nRequire stack:\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/hooks/cangjie-register.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/strategy/stage-init-strategy.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/abstract-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/app-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/index.js\n- /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/internal/lifecycle/configuration.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/boot/index.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/cli/main/cli.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/bin/hvigor.js", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538505862791 + "startTime": 348576334631500 }, "additional": { "logType": "debug", @@ -2122,15 +2122,15 @@ }, { "head": { - "id": "a92f232d-372f-47d8-bf0c-5a2ab0b2b976", - "name": "Start initialize module-target build option map, moduleName=xuqm-sdk, buildMode=debug", + "id": "5cce40a9-1b15-442e-ab7b-cc93a7424a58", + "name": "Start initialize module-target build option map, moduleName=xuqmSdk, buildMode=debug", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538524983791 + "startTime": 348576353239833 }, "additional": { "logType": "debug", @@ -2139,15 +2139,15 @@ }, { "head": { - "id": "3312b141-5cbc-437d-9f88-2af303d165f0", + "id": "254ed1eb-a297-4669-b921-29020fa67303", "name": "Target 'default' config initialized", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538525090125 + "startTime": 348576353344750 }, "additional": { "logType": "debug", @@ -2156,15 +2156,15 @@ }, { "head": { - "id": "e4d57e74-5781-4c80-a1d4-bec1d7b8ecdd", - "name": "Module 'xuqm-sdk' target 'default' build option initialized", + "id": "29db9dae-0b63-436f-adba-96a16b072643", + "name": "Module 'xuqmSdk' target 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538525313000 + "startTime": 348576353560833 }, "additional": { "logType": "debug", @@ -2173,15 +2173,15 @@ }, { "head": { - "id": "c9eedef6-0073-4478-ba3a-af6ee477caae", - "name": "End initialize module-target build option map, moduleName=xuqm-sdk", + "id": "d60e7d72-4d76-405b-8a09-6a14349a8d47", + "name": "End initialize module-target build option map, moduleName=xuqmSdk", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538525324375 + "startTime": 348576353574375 }, "additional": { "logType": "debug", @@ -2190,15 +2190,15 @@ }, { "head": { - "id": "b51afe0d-ed80-4dea-a0e1-e5cacb25e750", - "name": "Start initialize module-target build option map, moduleName=xuqm-sdk, buildMode=release", + "id": "7ff973f3-ffca-4b18-b478-0b5c17bce755", + "name": "Start initialize module-target build option map, moduleName=xuqmSdk, buildMode=release", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538525345000 + "startTime": 348576353595708 }, "additional": { "logType": "debug", @@ -2207,15 +2207,15 @@ }, { "head": { - "id": "719948bd-2846-4117-9c07-63e7ef7583ca", + "id": "330acd93-1092-4908-81df-7a32f75b1ec1", "name": "Target 'default' config initialized", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538525358250 + "startTime": 348576353609583 }, "additional": { "logType": "debug", @@ -2224,15 +2224,15 @@ }, { "head": { - "id": "59842d45-d2b3-47bf-bdf7-84a70a2d584e", - "name": "Module 'xuqm-sdk' target 'default' build option initialized", + "id": "88222948-85a8-43c5-832b-5aa35d1d9d06", + "name": "Module 'xuqmSdk' target 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538525520208 + "startTime": 348576353760958 }, "additional": { "logType": "debug", @@ -2241,15 +2241,15 @@ }, { "head": { - "id": "07d62a58-7c7a-48bc-8a34-2dd63a5be21c", - "name": "End initialize module-target build option map, moduleName=xuqm-sdk", + "id": "619f2ef3-3965-46ae-9f00-d62990761f9b", + "name": "End initialize module-target build option map, moduleName=xuqmSdk", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538525528541 + "startTime": 348576353780083 }, "additional": { "logType": "debug", @@ -2258,15 +2258,15 @@ }, { "head": { - "id": "679bb84d-730a-40b1-b1ec-5b00cab0d946", - "name": "Start initialize module-target build option map, moduleName=xuqm-sdk, buildMode=debug", + "id": "54d2eb2c-26e2-46f2-add3-bf0308f3dd74", + "name": "Start initialize module-target build option map, moduleName=xuqmSdk, buildMode=debug", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538525603875 + "startTime": 348576353853291 }, "additional": { "logType": "debug", @@ -2275,15 +2275,15 @@ }, { "head": { - "id": "d357b9f2-5991-47af-ae76-a92e6894f005", + "id": "bb091c0c-725c-4099-b49a-24ae7818b706", "name": "Target 'default' config initialized", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538525615833 + "startTime": 348576353870083 }, "additional": { "logType": "debug", @@ -2292,15 +2292,15 @@ }, { "head": { - "id": "d64a75de-fcf5-4f90-b10b-e82502524f1c", - "name": "Module 'xuqm-sdk' target 'default' build option initialized", + "id": "067b32f8-adbf-4a40-92f7-f86c8fe81ac0", + "name": "Module 'xuqmSdk' target 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538525713666 + "startTime": 348576353972833 }, "additional": { "logType": "debug", @@ -2309,15 +2309,15 @@ }, { "head": { - "id": "f0c005e1-9522-4419-87a2-315e48fd3d37", - "name": "End initialize module-target build option map, moduleName=xuqm-sdk", + "id": "9cb51d5e-921f-4bad-8673-c41b118ac4f3", + "name": "End initialize module-target build option map, moduleName=xuqmSdk", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538525720916 + "startTime": 348576353982000 }, "additional": { "logType": "debug", @@ -2326,15 +2326,15 @@ }, { "head": { - "id": "3a5d1ab8-e690-4892-934e-da49f5b048fd", - "name": "Obtain build option for module 'xuqm-sdk' target 'default'in this build.", + "id": "70eb839e-0202-4ce7-8d02-e3890bf6ac24", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538525791833 + "startTime": 348576354056166 }, "additional": { "logType": "debug", @@ -2343,15 +2343,15 @@ }, { "head": { - "id": "03ac9531-d55e-47db-a0b7-c172581a5d8b", - "name": "Module xuqm-sdk task initialization takes 2 ms ", + "id": "e304bc39-5943-4da0-83ef-6ab31e7d1f31", + "name": "Module xuqmSdk task initialization takes 2 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538528151666 + "startTime": 348576356175041 }, "additional": { "logType": "debug", @@ -2360,15 +2360,15 @@ }, { "head": { - "id": "1c034db7-9a49-45f0-ad3f-15dafb56e7ea", + "id": "67ca933d-b47d-450b-b1ae-c0c906542964", "name": "Har plugin register hook start...", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538528219708 + "startTime": 348576356213958 }, "additional": { "logType": "debug", @@ -2377,15 +2377,15 @@ }, { "head": { - "id": "5d112f42-e657-48e9-b99b-be5550f762ef", + "id": "27a1f724-ba60-4c84-9b8e-abdec096ec0e", "name": "Har plugin register hook end...", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538528244000 + "startTime": 348576356230875 }, "additional": { "logType": "debug", @@ -2394,15 +2394,15 @@ }, { "head": { - "id": "e021d469-37b5-4054-8c34-2e6e2fec8459", + "id": "446ae2d6-4f87-464f-9e7d-42644c9bafcf", "name": "Plugin build process completed", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538528252041 + "startTime": 348576356237833 }, "additional": { "logType": "debug", @@ -2411,15 +2411,15 @@ }, { "head": { - "id": "6313ea9e-5052-4fb4-8065-af05444cf8b9", + "id": "12e80dfb-ad7f-43ee-89f7-2feaf4b9c158", "name": "hvigorfile, binding custom plugins []", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538528290083 + "startTime": 348576356266041 }, "additional": { "logType": "debug", @@ -2428,15 +2428,15 @@ }, { "head": { - "id": "7360afb2-9cea-4091-b844-bc77de0ea4a5", + "id": "a5623297-eaa2-49d0-9a7a-73e2a58c5e90", "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538528300708 + "startTime": 348576356276083 }, "additional": { "logType": "debug", @@ -2445,15 +2445,15 @@ }, { "head": { - "id": "b715eaf2-2cb0-4bf5-917e-9425418a23d4", + "id": "eb56857e-b454-4da1-8a06-d9a9d4558117", "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538528306958 + "startTime": 348576356282541 }, "additional": { "logType": "debug", @@ -2462,59 +2462,59 @@ }, { "head": { - "id": "bd852bd3-08c7-408f-8338-c4c684bc90fe", + "id": "708b2436-aeee-4ab0-b13d-1ae4a335c211", "name": "bind plugins", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538505458291, - "endTime": 340538528313500 + "startTime": 348576334319291, + "endTime": 348576356288333 }, "additional": { "logType": "info", "children": [], - "durationId": "110317a7-61c4-45b0-b6a4-6aeb628bd655", - "parent": "6bb83374-f5f0-4f92-b071-1832e41707ea" + "durationId": "c8ba721e-a719-43b2-904c-83fc5b6b14a4", + "parent": "f74ed182-ee21-4ebb-a066-00d21d84db86" } }, { "head": { - "id": "6bb83374-f5f0-4f92-b071-1832e41707ea", + "id": "f74ed182-ee21-4ebb-a066-00d21d84db86", "name": "eval hvigorfile", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538502400333, - "endTime": 340538528322458 + "startTime": 348576331579333, + "endTime": 348576356296500 }, "additional": { "logType": "info", "children": [ - "f9ba6864-c45b-44d4-be67-cd091acd7218", - "bd852bd3-08c7-408f-8338-c4c684bc90fe" + "fd1580b6-96b7-499b-9f54-e313e6e028c9", + "708b2436-aeee-4ab0-b13d-1ae4a335c211" ], - "durationId": "6fdb5806-411e-41e8-9a08-56650719de20", - "parent": "fe65c594-ed24-4309-8ba7-3ebd9527ad14" + "durationId": "2a7fb9be-31af-448f-8577-a85bfbb91f3a", + "parent": "da4fbc26-4205-4c79-bc20-a47ded2e2110" } }, { "head": { - "id": "090cfbe4-2a75-402d-b830-da3d33ac5f8e", + "id": "2d2ab62a-84c1-4fd7-82a9-ef4afcb28aa6", "name": "\"afterNodeEvaluate\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538528767875, - "endTime": 340538528771916 + "startTime": 348576356584666, + "endTime": 348576356588500 }, "additional": { "children": [], @@ -2523,8 +2523,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "550867e2-d94f-4326-83a7-0cb0a2c27c15", - "logId": "11336a2a-f188-4fe2-bec5-c2962ad00fd5" + "parent": "06e75553-c616-4621-8c99-08db3b1be494", + "logId": "1a92fd85-9c29-45e7-9cf7-7636f00f856c" }, "log": { "_logger": { @@ -2548,74 +2548,74 @@ }, { "head": { - "id": "11336a2a-f188-4fe2-bec5-c2962ad00fd5", + "id": "1a92fd85-9c29-45e7-9cf7-7636f00f856c", "name": "\"afterNodeEvaluate\" hook function", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538528767875, - "endTime": 340538528771916 + "startTime": 348576356584666, + "endTime": 348576356588500 }, "additional": { "logType": "info", "children": [], - "durationId": "090cfbe4-2a75-402d-b830-da3d33ac5f8e", - "parent": "fe65c594-ed24-4309-8ba7-3ebd9527ad14" + "durationId": "2d2ab62a-84c1-4fd7-82a9-ef4afcb28aa6", + "parent": "da4fbc26-4205-4c79-bc20-a47ded2e2110" } }, { "head": { - "id": "fe65c594-ed24-4309-8ba7-3ebd9527ad14", + "id": "da4fbc26-4205-4c79-bc20-a47ded2e2110", "name": "eval submodule", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538502341708, - "endTime": 340538528776125 + "startTime": 348576331516875, + "endTime": 348576356592750 }, "additional": { "logType": "info", "children": [ - "c9dcf80f-1dba-457a-9362-55e44b29bae1", - "6bb83374-f5f0-4f92-b071-1832e41707ea", - "11336a2a-f188-4fe2-bec5-c2962ad00fd5" + "c3175069-ee67-46e7-b3fc-6f2e211ed557", + "f74ed182-ee21-4ebb-a066-00d21d84db86", + "1a92fd85-9c29-45e7-9cf7-7636f00f856c" ], - "durationId": "550867e2-d94f-4326-83a7-0cb0a2c27c15", - "parent": "2215da69-6206-4aae-bb08-85d0a9b0631d" + "durationId": "06e75553-c616-4621-8c99-08db3b1be494", + "parent": "155840d4-5812-46be-94f6-17c2b0395f62" } }, { "head": { - "id": "7af54255-04d1-4289-bbbe-9defa74bd2fd", + "id": "913a7793-612e-44f6-b345-78e752013c23", "name": "eval submodule", "description": "Evaluate submodule.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538528787416, - "endTime": 340538533923375 + "startTime": 348576356604791, + "endTime": 348576362047583 }, "additional": { "children": [ - "004b7845-7177-48ba-9dd6-7573fba2c8ec", - "4d6e19c1-a3b4-409c-a2e5-dc2064f33a4a", - "6e5db0d6-652a-4965-a316-78c862c20b22" + "47abbc3e-886e-4501-a561-b2c7fb6aba54", + "428ce522-0002-465d-9ae6-7916a56fb214", + "7b3c16ee-ce5c-4430-864a-8120a4cc87eb" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "82d7ee11-571c-4765-b354-509bd0ca2310", - "logId": "8a2d7207-55cd-4302-b9c0-b2c52ef3fdba" + "parent": "1081ba41-f31d-4b77-942b-daa8863cbc17", + "logId": "f34101f8-b2ac-4722-9952-38c1d60c1fe4" }, "log": { "_logger": { @@ -2639,16 +2639,16 @@ }, { "head": { - "id": "004b7845-7177-48ba-9dd6-7573fba2c8ec", + "id": "47abbc3e-886e-4501-a561-b2c7fb6aba54", "name": "\"beforeNodeEvaluate\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538528826416, - "endTime": 340538528828375 + "startTime": 348576356639291, + "endTime": 348576356641291 }, "additional": { "children": [], @@ -2657,8 +2657,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "7af54255-04d1-4289-bbbe-9defa74bd2fd", - "logId": "0beafab3-0fcc-4a77-84b4-b260554e17c0" + "parent": "913a7793-612e-44f6-b345-78e752013c23", + "logId": "cc6c23fd-8ab8-4c96-bb0b-7121b8f999d7" }, "log": { "_logger": { @@ -2682,49 +2682,49 @@ }, { "head": { - "id": "0beafab3-0fcc-4a77-84b4-b260554e17c0", + "id": "cc6c23fd-8ab8-4c96-bb0b-7121b8f999d7", "name": "\"beforeNodeEvaluate\" hook function", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538528826416, - "endTime": 340538528828375 + "startTime": 348576356639291, + "endTime": 348576356641291 }, "additional": { "logType": "info", "children": [], - "durationId": "004b7845-7177-48ba-9dd6-7573fba2c8ec", - "parent": "8a2d7207-55cd-4302-b9c0-b2c52ef3fdba" + "durationId": "47abbc3e-886e-4501-a561-b2c7fb6aba54", + "parent": "f34101f8-b2ac-4722-9952-38c1d60c1fe4" } }, { "head": { - "id": "4d6e19c1-a3b4-409c-a2e5-dc2064f33a4a", + "id": "428ce522-0002-465d-9ae6-7916a56fb214", "name": "eval hvigorfile", "description": "Evaluate hvigorfile.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538528844291, - "endTime": 340538533896708 + "startTime": 348576356657708, + "endTime": 348576362016291 }, "additional": { "children": [ - "7b526d52-4980-469c-a0d2-b5b1e2e6d0f6", - "c7f10496-adf5-4702-a132-02af5f138f0e" + "cd67e07a-df7f-4496-b8eb-bcb0edd110ea", + "ad6165d2-8dd0-4a29-84b2-6c994379b82d" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "7af54255-04d1-4289-bbbe-9defa74bd2fd", - "logId": "677dd6f8-42fa-47a0-a6ac-c5953b60a08e" + "parent": "913a7793-612e-44f6-b345-78e752013c23", + "logId": "21527d6a-b3a7-4685-9220-cebe16c6376e" }, "log": { "_logger": { @@ -2748,16 +2748,16 @@ }, { "head": { - "id": "7b526d52-4980-469c-a0d2-b5b1e2e6d0f6", + "id": "cd67e07a-df7f-4496-b8eb-bcb0edd110ea", "name": "require hvigorfile", "description": "Require hvigorfile.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538528844458, - "endTime": 340538531447625 + "startTime": 348576356657875, + "endTime": 348576359319791 }, "additional": { "children": [], @@ -2766,8 +2766,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "4d6e19c1-a3b4-409c-a2e5-dc2064f33a4a", - "logId": "1f17c62c-c290-4ba6-b4fe-637b3bfb045d" + "parent": "428ce522-0002-465d-9ae6-7916a56fb214", + "logId": "b2d1f7a8-2d8b-4056-9bba-1390233685e1" }, "log": { "_logger": { @@ -2791,16 +2791,16 @@ }, { "head": { - "id": "c7f10496-adf5-4702-a132-02af5f138f0e", + "id": "ad6165d2-8dd0-4a29-84b2-6c994379b82d", "name": "bind plugins", "description": "Bind plugins.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538531451958, - "endTime": 340538533893291 + "startTime": 348576359325291, + "endTime": 348576362012250 }, "additional": { "children": [], @@ -2809,8 +2809,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "4d6e19c1-a3b4-409c-a2e5-dc2064f33a4a", - "logId": "2ce968bb-1fbb-4959-a795-9bbccd5f545b" + "parent": "428ce522-0002-465d-9ae6-7916a56fb214", + "logId": "49f91f1d-e939-4ca8-86fb-bbf5237b209c" }, "log": { "_logger": { @@ -2834,15 +2834,15 @@ }, { "head": { - "id": "01267890-88bf-4984-ae6b-599d2d261a5b", + "id": "2e64efd3-ccd3-427e-8fee-1c6738c009e7", "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538528845333 + "startTime": 348576356658708 }, "additional": { "logType": "debug", @@ -2851,15 +2851,15 @@ }, { "head": { - "id": "c0fffc7b-9245-41c3-b222-7eab58b5b0cd", + "id": "d7e55cce-38b6-4b64-86c5-dd468e436bf4", "name": "hvigorfile, require result: { default: { system: [Function: hapTasks], plugins: [] } }", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538531425666 + "startTime": 348576359288583 }, "additional": { "logType": "debug", @@ -2868,35 +2868,35 @@ }, { "head": { - "id": "1f17c62c-c290-4ba6-b4fe-637b3bfb045d", + "id": "b2d1f7a8-2d8b-4056-9bba-1390233685e1", "name": "require hvigorfile", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538528844458, - "endTime": 340538531447625 + "startTime": 348576356657875, + "endTime": 348576359319791 }, "additional": { "logType": "info", "children": [], - "durationId": "7b526d52-4980-469c-a0d2-b5b1e2e6d0f6", - "parent": "677dd6f8-42fa-47a0-a6ac-c5953b60a08e" + "durationId": "cd67e07a-df7f-4496-b8eb-bcb0edd110ea", + "parent": "21527d6a-b3a7-4685-9220-cebe16c6376e" } }, { "head": { - "id": "dd910794-cabe-4b2d-94de-ee1196290803", + "id": "a913fe39-7126-454d-a859-02af6129d6c6", "name": "hvigorfile, binding system plugins [Function: hapTasks]", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538531455458 + "startTime": 348576359329250 }, "additional": { "logType": "debug", @@ -2905,15 +2905,15 @@ }, { "head": { - "id": "8cabca47-1791-4565-829d-bd1f9f04c04d", + "id": "353ae586-1638-43f4-b10d-45541f40d697", "name": "Starting plugin build process", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538531491625 + "startTime": 348576359368333 }, "additional": { "logType": "debug", @@ -2922,15 +2922,15 @@ }, { "head": { - "id": "24152053-7255-475a-81f4-3e01361a6f49", + "id": "a3fe7b10-7b16-44bf-a048-f488a697a0f8", "name": "Hap plugin creating...", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538531505208 + "startTime": 348576359385625 }, "additional": { "logType": "debug", @@ -2939,15 +2939,15 @@ }, { "head": { - "id": "9efd2f58-1c20-44d7-aafe-a87e762593e2", + "id": "42333b6e-620d-441a-a161-8b0c3ba5c6f1", "name": "failed to load cangjie to dynamically generate schemas: Error: Cannot find module '@ohos/cangjie-build-support/index'\nRequire stack:\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/hooks/cangjie-register.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/strategy/stage-init-strategy.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/abstract-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/app-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/index.js\n- /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/internal/lifecycle/configuration.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/boot/index.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/cli/main/cli.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/bin/hvigor.js", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538531593208 + "startTime": 348576359490083 }, "additional": { "logType": "debug", @@ -2956,15 +2956,15 @@ }, { "head": { - "id": "0879afda-0d07-4a24-bbc5-4b5f642069e2", + "id": "0bb7963e-7161-4040-be54-b44f914bbe66", "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533059458 + "startTime": 348576361116583 }, "additional": { "logType": "debug", @@ -2973,15 +2973,15 @@ }, { "head": { - "id": "8fb9575e-d026-46bf-b131-ed60d00dc19e", + "id": "c64a70de-abad-4293-b501-2949e11a6510", "name": "Target 'default' config initialized", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533077666 + "startTime": 348576361138791 }, "additional": { "logType": "debug", @@ -2990,15 +2990,15 @@ }, { "head": { - "id": "c28bd871-ac5e-43df-93d0-adb6ff90cb44", + "id": "7981be4a-f890-467f-89de-1e46c08dac88", "name": "Module 'entry' target 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533126708 + "startTime": 348576361191500 }, "additional": { "logType": "debug", @@ -3007,15 +3007,15 @@ }, { "head": { - "id": "b1484b65-177f-43ea-b8f7-828fdd9659fc", + "id": "66089d76-f37a-4974-b031-c8a35012159f", "name": "End initialize module-target build option map, moduleName=entry", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533133666 + "startTime": 348576361199791 }, "additional": { "logType": "debug", @@ -3024,15 +3024,15 @@ }, { "head": { - "id": "2432c041-8f6e-4150-b2f6-516d269a060b", + "id": "ab055e8f-d8cd-4c98-8c0b-43706a6e229b", "name": "Start initialize module-target build option map, moduleName=entry, buildMode=release", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533146458 + "startTime": 348576361213416 }, "additional": { "logType": "debug", @@ -3041,15 +3041,15 @@ }, { "head": { - "id": "cfd695e5-a7ba-4f7b-ad34-62794d4dd04b", + "id": "d3072fd7-22a4-4f7e-acb6-7880f6aeaa9b", "name": "Target 'default' config initialized", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533155541 + "startTime": 348576361223041 }, "additional": { "logType": "debug", @@ -3058,15 +3058,15 @@ }, { "head": { - "id": "5354fc9e-aa84-43f1-b7c2-f31ee75184b7", + "id": "e55c8834-b1d8-4dfa-89e0-bcbbf37040ff", "name": "Module 'entry' target 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533195000 + "startTime": 348576361264000 }, "additional": { "logType": "debug", @@ -3075,15 +3075,15 @@ }, { "head": { - "id": "169624e7-197d-45de-ae54-dfc534b17803", + "id": "465b9366-163e-4ee7-b5a6-0a3168a63dba", "name": "End initialize module-target build option map, moduleName=entry", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533201541 + "startTime": 348576361270833 }, "additional": { "logType": "debug", @@ -3092,15 +3092,15 @@ }, { "head": { - "id": "0657a1a6-cbc1-45a5-9f97-241bc111c351", + "id": "923c2a3b-4998-4faa-bb21-d190928a71e1", "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533214791 + "startTime": 348576361285958 }, "additional": { "logType": "debug", @@ -3109,15 +3109,15 @@ }, { "head": { - "id": "060db93e-d64d-4041-b635-8ea11d9ec92e", + "id": "0964df25-852e-4f55-bfc9-bf0967841568", "name": "Target 'default' config initialized", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533223541 + "startTime": 348576361294750 }, "additional": { "logType": "debug", @@ -3126,15 +3126,15 @@ }, { "head": { - "id": "1575cb1e-7df2-490d-ab17-553b6511715e", + "id": "bdf2dc45-668a-4dfa-87ff-df0383a0eab6", "name": "Module 'entry' target 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533255208 + "startTime": 348576361327291 }, "additional": { "logType": "debug", @@ -3143,15 +3143,15 @@ }, { "head": { - "id": "dde878e7-01ea-4748-8db5-3eb7127ba7ef", + "id": "e960ebf6-9653-4e5f-bb10-ea8830437d83", "name": "End initialize module-target build option map, moduleName=entry", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533260916 + "startTime": 348576361333375 }, "additional": { "logType": "debug", @@ -3160,15 +3160,15 @@ }, { "head": { - "id": "81ed317d-632f-4650-88fb-29b23a2644a1", + "id": "7ce4e9c8-dd88-4430-b793-bce3197b3055", "name": "Obtain build option for module 'entry' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533270083 + "startTime": 348576361342833 }, "additional": { "logType": "debug", @@ -3177,15 +3177,15 @@ }, { "head": { - "id": "4b5606a0-8f23-4c05-9689-ac19d89a1216", + "id": "79320b04-5a1e-47a8-9ad5-4e9a51b0cb75", "name": "Module entry task initialization takes 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533818916 + "startTime": 348576361930333 }, "additional": { "logType": "debug", @@ -3194,15 +3194,15 @@ }, { "head": { - "id": "5dcb8aac-34dd-4c6c-9edf-715edef644c3", + "id": "3fcf1e3b-a812-4c14-9867-abca4d538d1d", "name": "Hap plugin register hook start...", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533844750 + "startTime": 348576361957375 }, "additional": { "logType": "debug", @@ -3211,15 +3211,15 @@ }, { "head": { - "id": "dff447e7-a990-4d94-8db4-e29ddabfc0a5", + "id": "cd95323c-b9be-43fd-8962-d04b0f84a0c2", "name": "Hap plugin register hook end...", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533853041 + "startTime": 348576361966083 }, "additional": { "logType": "debug", @@ -3228,15 +3228,15 @@ }, { "head": { - "id": "3e4df71f-87a7-4b8e-91d9-7a16f94db03f", + "id": "48a8820f-0e41-41ae-805d-d97693562853", "name": "Plugin build process completed", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533858625 + "startTime": 348576361971916 }, "additional": { "logType": "debug", @@ -3245,15 +3245,15 @@ }, { "head": { - "id": "4b819d6e-1fd1-4f3b-888a-9b8f3ef3acc1", + "id": "74d484f5-470b-4af1-9d3d-34d0cccdb665", "name": "hvigorfile, binding custom plugins []", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533874958 + "startTime": 348576361992833 }, "additional": { "logType": "debug", @@ -3262,15 +3262,15 @@ }, { "head": { - "id": "dbda579c-0b9b-4b2c-944e-defbf4336d81", + "id": "b0689292-3d24-4574-97c0-a6db67ea3a09", "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533882833 + "startTime": 348576362001333 }, "additional": { "logType": "debug", @@ -3279,15 +3279,15 @@ }, { "head": { - "id": "7a781a14-53e5-4d92-a14f-3a31a1613a64", + "id": "b9a9f527-4992-4f3b-81dc-7f5e622e01b9", "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533888541 + "startTime": 348576362007166 }, "additional": { "logType": "debug", @@ -3296,59 +3296,59 @@ }, { "head": { - "id": "2ce968bb-1fbb-4959-a795-9bbccd5f545b", + "id": "49f91f1d-e939-4ca8-86fb-bbf5237b209c", "name": "bind plugins", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538531451958, - "endTime": 340538533893291 + "startTime": 348576359325291, + "endTime": 348576362012250 }, "additional": { "logType": "info", "children": [], - "durationId": "c7f10496-adf5-4702-a132-02af5f138f0e", - "parent": "677dd6f8-42fa-47a0-a6ac-c5953b60a08e" + "durationId": "ad6165d2-8dd0-4a29-84b2-6c994379b82d", + "parent": "21527d6a-b3a7-4685-9220-cebe16c6376e" } }, { "head": { - "id": "677dd6f8-42fa-47a0-a6ac-c5953b60a08e", + "id": "21527d6a-b3a7-4685-9220-cebe16c6376e", "name": "eval hvigorfile", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538528844291, - "endTime": 340538533896708 + "startTime": 348576356657708, + "endTime": 348576362016291 }, "additional": { "logType": "info", "children": [ - "1f17c62c-c290-4ba6-b4fe-637b3bfb045d", - "2ce968bb-1fbb-4959-a795-9bbccd5f545b" + "b2d1f7a8-2d8b-4056-9bba-1390233685e1", + "49f91f1d-e939-4ca8-86fb-bbf5237b209c" ], - "durationId": "4d6e19c1-a3b4-409c-a2e5-dc2064f33a4a", - "parent": "8a2d7207-55cd-4302-b9c0-b2c52ef3fdba" + "durationId": "428ce522-0002-465d-9ae6-7916a56fb214", + "parent": "f34101f8-b2ac-4722-9952-38c1d60c1fe4" } }, { "head": { - "id": "6e5db0d6-652a-4965-a316-78c862c20b22", + "id": "7b3c16ee-ce5c-4430-864a-8120a4cc87eb", "name": "\"afterNodeEvaluate\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533917500, - "endTime": 340538533920041 + "startTime": 348576362041250, + "endTime": 348576362044041 }, "additional": { "children": [], @@ -3357,8 +3357,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "7af54255-04d1-4289-bbbe-9defa74bd2fd", - "logId": "41b0b6dd-4a43-4434-8878-07fd575b41b2" + "parent": "913a7793-612e-44f6-b345-78e752013c23", + "logId": "5aa6d345-4830-48ec-b762-fcdc84a5d9d1" }, "log": { "_logger": { @@ -3382,103 +3382,103 @@ }, { "head": { - "id": "41b0b6dd-4a43-4434-8878-07fd575b41b2", + "id": "5aa6d345-4830-48ec-b762-fcdc84a5d9d1", "name": "\"afterNodeEvaluate\" hook function", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533917500, - "endTime": 340538533920041 + "startTime": 348576362041250, + "endTime": 348576362044041 }, "additional": { "logType": "info", "children": [], - "durationId": "6e5db0d6-652a-4965-a316-78c862c20b22", - "parent": "8a2d7207-55cd-4302-b9c0-b2c52ef3fdba" + "durationId": "7b3c16ee-ce5c-4430-864a-8120a4cc87eb", + "parent": "f34101f8-b2ac-4722-9952-38c1d60c1fe4" } }, { "head": { - "id": "8a2d7207-55cd-4302-b9c0-b2c52ef3fdba", + "id": "f34101f8-b2ac-4722-9952-38c1d60c1fe4", "name": "eval submodule", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538528787416, - "endTime": 340538533923375 + "startTime": 348576356604791, + "endTime": 348576362047583 }, "additional": { "logType": "info", "children": [ - "0beafab3-0fcc-4a77-84b4-b260554e17c0", - "677dd6f8-42fa-47a0-a6ac-c5953b60a08e", - "41b0b6dd-4a43-4434-8878-07fd575b41b2" + "cc6c23fd-8ab8-4c96-bb0b-7121b8f999d7", + "21527d6a-b3a7-4685-9220-cebe16c6376e", + "5aa6d345-4830-48ec-b762-fcdc84a5d9d1" ], - "durationId": "7af54255-04d1-4289-bbbe-9defa74bd2fd", - "parent": "2215da69-6206-4aae-bb08-85d0a9b0631d" + "durationId": "913a7793-612e-44f6-b345-78e752013c23", + "parent": "155840d4-5812-46be-94f6-17c2b0395f62" } }, { "head": { - "id": "2215da69-6206-4aae-bb08-85d0a9b0631d", + "id": "155840d4-5812-46be-94f6-17c2b0395f62", "name": "eval modules", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538502337250, - "endTime": 340538533927500 + "startTime": 348576331511958, + "endTime": 348576362051833 }, "additional": { "logType": "info", "children": [ - "fe65c594-ed24-4309-8ba7-3ebd9527ad14", - "8a2d7207-55cd-4302-b9c0-b2c52ef3fdba" + "da4fbc26-4205-4c79-bc20-a47ded2e2110", + "f34101f8-b2ac-4722-9952-38c1d60c1fe4" ], - "durationId": "82d7ee11-571c-4765-b354-509bd0ca2310", - "parent": "14ec7428-8464-450c-87b7-4457b03d5a87" + "durationId": "1081ba41-f31d-4b77-942b-daa8863cbc17", + "parent": "860d31ff-6248-45ab-be1a-8ecf28419af1" } }, { "head": { - "id": "5a72d5e4-65b0-428e-ba4e-458c25b61a2d", + "id": "f96fe330-5eb3-42cc-b9c6-fe52e0469de3", "name": "add config dependencies", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533943125, - "endTime": 340538533943541 + "startTime": 348576362066958, + "endTime": 348576362067375 }, "additional": { "logType": "info", "children": [], - "durationId": "e1cc32e6-351e-4b97-8a88-47775a31aa7c", - "parent": "14ec7428-8464-450c-87b7-4457b03d5a87" + "durationId": "47c61f5a-b3fc-42b6-a1a7-f89ac8f37348", + "parent": "860d31ff-6248-45ab-be1a-8ecf28419af1" } }, { "head": { - "id": "ef285517-22ff-414b-85cd-8c2068e2a891", + "id": "0ade076c-f78f-4d28-be05-2c4604384856", "name": "\"nodesEvaluated\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533949083, - "endTime": 340538534061750 + "startTime": 348576362073083, + "endTime": 348576362187083 }, "additional": { "children": [], @@ -3487,8 +3487,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "e9405e5f-5164-43ba-abd7-1d51cfb17603", - "logId": "eaea56bc-e93e-4420-b2df-7f76edd733db" + "parent": "82239032-f582-4f94-886d-1282538815c5", + "logId": "5ef0a16d-08d0-4f07-bb9d-04ccdfea184a" }, "log": { "_logger": { @@ -3512,15 +3512,15 @@ }, { "head": { - "id": "ea9de4f0-3044-4358-94a0-158eb4f6d981", - "name": "project has submodules:xuqm-sdk,entry", + "id": "8a75e8f0-bf63-42fd-8855-5f85b061e404", + "name": "project has submodules:xuqmSdk,entry", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533974375 + "startTime": 348576362100500 }, "additional": { "logType": "debug", @@ -3529,15 +3529,15 @@ }, { "head": { - "id": "fbc9850f-ca5e-4166-8c0b-80b87561b639", - "name": "module:xuqm-sdk no need to execute packageHap", + "id": "5ebe29df-8904-4631-adbd-59de6d043704", + "name": "module:xuqmSdk no need to execute packageHap", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538534028291 + "startTime": 348576362153875 }, "additional": { "logType": "debug", @@ -3546,35 +3546,35 @@ }, { "head": { - "id": "eaea56bc-e93e-4420-b2df-7f76edd733db", + "id": "5ef0a16d-08d0-4f07-bb9d-04ccdfea184a", "name": "\"nodesEvaluated\" hook function", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538533949083, - "endTime": 340538534061750 + "startTime": 348576362073083, + "endTime": 348576362187083 }, "additional": { "logType": "info", "children": [], - "durationId": "ef285517-22ff-414b-85cd-8c2068e2a891", - "parent": "14ec7428-8464-450c-87b7-4457b03d5a87" + "durationId": "0ade076c-f78f-4d28-be05-2c4604384856", + "parent": "860d31ff-6248-45ab-be1a-8ecf28419af1" } }, { "head": { - "id": "cf609241-2b83-4f20-98c4-d5792dda044c", + "id": "516548d6-70d9-4e9c-8af5-584daca1b09d", "name": "start to load updatedOhPackageInfo to the disk", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538534477250 + "startTime": 348576362645500 }, "additional": { "logType": "debug", @@ -3583,15 +3583,15 @@ }, { "head": { - "id": "de1f2f68-35a6-4e3a-b4b9-8b34797a8e43", + "id": "2f348cd8-bf99-49f1-8133-ef908d05aef5", "name": "load to the disk finished", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538536108791 + "startTime": 348576364249250 }, "additional": { "logType": "debug", @@ -3600,35 +3600,35 @@ }, { "head": { - "id": "d49129bc-bd2f-4a9b-947b-899f652ad4cd", + "id": "0d90febe-6bb8-47e7-8623-f55462c79770", "name": "ohpm install", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538534064333, - "endTime": 340538536333375 + "startTime": 348576362189791, + "endTime": 348576364411208 }, "additional": { "logType": "info", "children": [], - "durationId": "72a6a782-5ba5-485f-b2da-7eb1ce2c2286", - "parent": "14ec7428-8464-450c-87b7-4457b03d5a87" + "durationId": "11fdd882-e850-4af8-8e94-a605d02fbf72", + "parent": "860d31ff-6248-45ab-be1a-8ecf28419af1" } }, { "head": { - "id": "02692e82-63f1-4617-bda7-569bec2dd18b", + "id": "33c9cc8b-7a3d-4474-a582-462606623a3e", "name": "Start to initialize dependency information.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538536379750 + "startTime": 348576364451583 }, "additional": { "logType": "debug", @@ -3637,15 +3637,15 @@ }, { "head": { - "id": "ce61a4a0-3fef-4d5e-9cd8-e258314a6b0e", + "id": "ba620035-e510-47c4-aa38-2a2b72c98f7e", "name": "Module XuqmGroup-HarmonySDK Collected Dependency: ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538537046875 + "startTime": 348576365100583 }, "additional": { "logType": "debug", @@ -3654,15 +3654,15 @@ }, { "head": { - "id": "a80d4c29-39f4-4282-aab2-aee663b19ff2", + "id": "924782cc-d397-4d01-96cf-abd1e7902a8b", "name": "Module XuqmGroup-HarmonySDK's total dependency: 0", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538537062833 + "startTime": 348576365111000 }, "additional": { "logType": "debug", @@ -3671,15 +3671,15 @@ }, { "head": { - "id": "949cee6d-6932-41a5-bb50-923414ca7f63", + "id": "625955fe-02a9-4f56-95e4-e3607221219e", "name": "Start to initialize dependency information.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538537623708 + "startTime": 348576365610125 }, "additional": { "logType": "debug", @@ -3688,15 +3688,15 @@ }, { "head": { - "id": "865bf145-e498-4a14-bc70-199142c239cf", - "name": "Module xuqm-sdk Collected Dependency: ", + "id": "ff530096-6bf4-4eb0-b368-fb411d299e0c", + "name": "Module xuqmSdk Collected Dependency: ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538538131916 + "startTime": 348576365964208 }, "additional": { "logType": "debug", @@ -3705,15 +3705,15 @@ }, { "head": { - "id": "434f0004-5431-491d-a5a3-8cf8d3220442", - "name": "Module xuqm-sdk's total dependency: 0", + "id": "819eb88a-dc3a-4b75-9033-55a4ca7c2dae", + "name": "Module xuqmSdk's total dependency: 0", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538538146625 + "startTime": 348576365974208 }, "additional": { "logType": "debug", @@ -3722,15 +3722,15 @@ }, { "head": { - "id": "b2d3f944-470d-4b43-8e6b-dedc97c09f3a", + "id": "94ec6fa4-21d5-4b85-9436-b1ed39c7fdd4", "name": "Start to initialize dependency information.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538539419041 + "startTime": 348576367091625 }, "additional": { "logType": "debug", @@ -3739,15 +3739,15 @@ }, { "head": { - "id": "fdb65147-a398-4fb8-890c-1d7b3761bb55", - "name": "Module entry Collected Dependency: ", + "id": "ba612984-aeef-479d-b4c7-dcb8508d3d5f", + "name": "Module entry Collected Dependency: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538540329250 + "startTime": 348576367912625 }, "additional": { "logType": "debug", @@ -3756,15 +3756,15 @@ }, { "head": { - "id": "5a7dff17-a48e-47bc-9872-fbc846681b42", - "name": "Module entry's total dependency: 0", + "id": "44b91eca-6661-410b-ba8c-44dee98b38e1", + "name": "Module entry's total dependency: 1", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538540342125 + "startTime": 348576367923250 }, "additional": { "logType": "debug", @@ -3773,35 +3773,35 @@ }, { "head": { - "id": "83ae5fcb-3337-44bf-8f54-8675e0f505a7", + "id": "c9466c5a-f94d-4b5a-bd0e-4fac893e3b0f", "name": "eval hook", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538536338500, - "endTime": 340538540702000 + "startTime": 348576364415166, + "endTime": 348576368429833 }, "additional": { "logType": "info", "children": [], - "durationId": "93912d45-0493-43b4-a439-746d6dd7f6d5", - "parent": "14ec7428-8464-450c-87b7-4457b03d5a87" + "durationId": "57aede1e-bbc3-4581-8e82-59d8e3970030", + "parent": "860d31ff-6248-45ab-be1a-8ecf28419af1" } }, { "head": { - "id": "84c26f52-745d-4839-92ca-245415f5b4e3", - "name": "Configuration phase cost:558 ms ", + "id": "64f15d1a-34a2-4686-b1d3-e5946375fb0e", + "name": "Configuration phase cost:530 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538540731666 + "startTime": 348576368447708 }, "additional": { "logType": "debug", @@ -3810,66 +3810,66 @@ }, { "head": { - "id": "94815fa3-f9b9-4290-b0d6-e9ee5e299b90", + "id": "ce58f403-0fde-4c7c-9293-654c536cc6e9", "name": "fin configuration", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538540709541, - "endTime": 340538540742333 + "startTime": 348576368434958, + "endTime": 348576368457000 }, "additional": { "logType": "info", "children": [], - "durationId": "bd4011aa-2fa6-4e7e-8fe7-9978fa3e91a6", - "parent": "14ec7428-8464-450c-87b7-4457b03d5a87" + "durationId": "6d3abd20-2e6a-4117-ae7e-f8dc73f161d8", + "parent": "860d31ff-6248-45ab-be1a-8ecf28419af1" } }, { "head": { - "id": "14ec7428-8464-450c-87b7-4457b03d5a87", + "id": "860d31ff-6248-45ab-be1a-8ecf28419af1", "name": "configure hvigor plugin", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537983081958, - "endTime": 340538540746583 + "startTime": 348575838591000, + "endTime": 348576368460458 }, "additional": { "logType": "info", "children": [ - "d2a1cff3-4ab5-4577-aab0-ef502ede84e2", - "e7faa37c-58f3-45b7-a709-83892dc41da3", - "6066cfdd-5d88-4ebb-af41-1b1743a43b86", - "2215da69-6206-4aae-bb08-85d0a9b0631d", - "5a72d5e4-65b0-428e-ba4e-458c25b61a2d", - "d49129bc-bd2f-4a9b-947b-899f652ad4cd", - "83ae5fcb-3337-44bf-8f54-8675e0f505a7", - "94815fa3-f9b9-4290-b0d6-e9ee5e299b90", - "eaea56bc-e93e-4420-b2df-7f76edd733db" + "2a817e19-3cf0-4e05-85f2-3c046b26b8ad", + "46936ae4-4fc1-4a0b-970c-3449920f5286", + "2b65d16d-8eaa-42bb-b417-dba6373496fb", + "155840d4-5812-46be-94f6-17c2b0395f62", + "f96fe330-5eb3-42cc-b9c6-fe52e0469de3", + "0d90febe-6bb8-47e7-8623-f55462c79770", + "c9466c5a-f94d-4b5a-bd0e-4fac893e3b0f", + "ce58f403-0fde-4c7c-9293-654c536cc6e9", + "5ef0a16d-08d0-4f07-bb9d-04ccdfea184a" ], - "durationId": "e9405e5f-5164-43ba-abd7-1d51cfb17603", - "parent": "2a10df88-db8b-4fb6-94c1-2d0fd15ea1c0" + "durationId": "82239032-f582-4f94-886d-1282538815c5", + "parent": "725fdca0-61d0-4322-82db-22ed5d27a7ae" } }, { "head": { - "id": "9f342fd3-eeb1-45b1-ba95-8fc0a56b55e1", + "id": "f5bde6ef-323f-4e13-9f5b-e29b7042a4b5", "name": "\"taskGraphResolved\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538541753166, - "endTime": 340538541772125 + "startTime": 348576369306791, + "endTime": 348576369318750 }, "additional": { "children": [], @@ -3878,8 +3878,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "f7269071-8b98-4b37-802b-728bc313fb00", - "logId": "7f0b5f71-642f-4a62-ac60-c2c670e7359c" + "parent": "a69868d4-9ac0-452f-831f-ef15fb936a7b", + "logId": "d7fb4f7d-b047-46c0-86ac-ac0481596980" }, "log": { "_logger": { @@ -3903,102 +3903,102 @@ }, { "head": { - "id": "7f0b5f71-642f-4a62-ac60-c2c670e7359c", + "id": "d7fb4f7d-b047-46c0-86ac-ac0481596980", "name": "\"taskGraphResolved\" hook function", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538541753166, - "endTime": 340538541772125 + "startTime": 348576369306791, + "endTime": 348576369318750 }, "additional": { "logType": "info", "children": [], - "durationId": "9f342fd3-eeb1-45b1-ba95-8fc0a56b55e1", - "parent": "2a10df88-db8b-4fb6-94c1-2d0fd15ea1c0" + "durationId": "f5bde6ef-323f-4e13-9f5b-e29b7042a4b5", + "parent": "725fdca0-61d0-4322-82db-22ed5d27a7ae" } }, { "head": { - "id": "77062509-9b1a-4289-a9a7-4f46a5a9eab6", + "id": "77e6b92e-df98-4a19-abde-1080218cb525", "name": "build task graph", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538540759875, - "endTime": 340538541775791 + "startTime": 348576368473291, + "endTime": 348576369323583 }, "additional": { "logType": "info", "children": [], - "durationId": "b985f6c4-b659-4edb-bf86-86b114b5dda5", - "parent": "2a10df88-db8b-4fb6-94c1-2d0fd15ea1c0" + "durationId": "4c7cac4a-aa78-4e32-8855-0e415c4688f8", + "parent": "725fdca0-61d0-4322-82db-22ed5d27a7ae" } }, { "head": { - "id": "faf15f63-9bea-437f-87fe-10c1f23fd247", + "id": "cbe56de2-edb2-4dae-a9eb-464acd962030", "name": "init task execution option", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538541777666, - "endTime": 340538541782333 + "startTime": 348576369325583, + "endTime": 348576369328333 }, "additional": { "logType": "info", "children": [], - "durationId": "4face60f-b622-45b5-9e25-8c4cdfc6feea", - "parent": "2a10df88-db8b-4fb6-94c1-2d0fd15ea1c0" + "durationId": "58cd1ede-f137-4c2f-aed1-399d20701dcf", + "parent": "725fdca0-61d0-4322-82db-22ed5d27a7ae" } }, { "head": { - "id": "2a10df88-db8b-4fb6-94c1-2d0fd15ea1c0", + "id": "725fdca0-61d0-4322-82db-22ed5d27a7ae", "name": "init", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537980159958, - "endTime": 340538541785166 + "startTime": 348575834919583, + "endTime": 348576369331041 }, "additional": { "logType": "info", "children": [ - "46b2d3f9-0b2f-454c-b473-0655e02ac9cc", - "14ec7428-8464-450c-87b7-4457b03d5a87", - "77062509-9b1a-4289-a9a7-4f46a5a9eab6", - "faf15f63-9bea-437f-87fe-10c1f23fd247", - "0b0da934-3f39-47af-9265-b12a9eab16ce", - "5cda8735-939e-49a4-89a1-82728100ed81", - "7f0b5f71-642f-4a62-ac60-c2c670e7359c" + "b10b0079-8794-46b6-ad4d-787c6d76ca4f", + "860d31ff-6248-45ab-be1a-8ecf28419af1", + "77e6b92e-df98-4a19-abde-1080218cb525", + "cbe56de2-edb2-4dae-a9eb-464acd962030", + "67cec402-1ca1-40d7-8105-81fe935e5e3e", + "afb65826-f384-4fe4-ac27-49de58381b4b", + "d7fb4f7d-b047-46c0-86ac-ac0481596980" ], - "durationId": "f7269071-8b98-4b37-802b-728bc313fb00" + "durationId": "a69868d4-9ac0-452f-831f-ef15fb936a7b" } }, { "head": { - "id": "682c6eaa-ba67-4685-9c34-b49610d79817", - "name": "Configuration task cost before running: 563 ms ", + "id": "f5cc0e45-baa6-40ce-b5b0-3328759445e8", + "name": "Configuration task cost before running: 536 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538542055875 + "startTime": 348576369668375 }, "additional": { "logType": "debug", @@ -4007,16 +4007,16 @@ }, { "head": { - "id": "82dc2bba-532e-480e-b691-709261524b04", + "id": "e0c279b1-9a3e-4c61-a9fe-83436d6b1b2c", "name": "entry:default@PreBuild", "description": "Pre-build in the stage model.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538544196541, - "endTime": 340538598083291 + "startTime": 348576371704750, + "endTime": 348576375149833 }, "additional": { "children": [], @@ -4025,8 +4025,8 @@ "moduleName": "entry", "category": "Verification", "taskRunReasons": [], - "detailId": "73f4ca1c-656d-4bcf-92a8-460cc49549cf", - "logId": "b68036fd-44af-4e26-a7fb-181cd449c5c5" + "detailId": "67d9d47d-7317-42fd-b5ed-ca34c00d2157", + "logId": "5f0787d9-56c5-4ab9-af08-461a95963285" }, "log": { "_logger": { @@ -4050,33 +4050,33 @@ }, { "head": { - "id": "73f4ca1c-656d-4bcf-92a8-460cc49549cf", + "id": "67d9d47d-7317-42fd-b5ed-ca34c00d2157", "name": "create entry:default@PreBuild task", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538542327333 + "startTime": 348576369915833 }, "additional": { "logType": "detail", "children": [], - "durationId": "82dc2bba-532e-480e-b691-709261524b04" + "durationId": "e0c279b1-9a3e-4c61-a9fe-83436d6b1b2c" } }, { "head": { - "id": "f7f283d4-fe5e-4bd7-96cd-a901b40a5adb", + "id": "ea4f568b-0470-4987-9f95-1018f74b1630", "name": "Executing task :entry:default@PreBuild", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538544208458 + "startTime": 348576371716500 }, "additional": { "logType": "debug", @@ -4085,15 +4085,15 @@ }, { "head": { - "id": "e94c4949-24f5-4b11-bf35-49a8ed31793a", + "id": "1912a363-995e-4ee2-a54c-ec70fbbe4c50", "name": "The project has not explicitly set the 'targetSdkVersion' version at build-profile.json5. It is recommended to configure it. Reference: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides/ide-hvigor-build-profile-app#section45865492619", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538544395458 + "startTime": 348576371908958 }, "additional": { "logType": "warn", @@ -4102,15 +4102,15 @@ }, { "head": { - "id": "45c29dec-f313-4845-b1b6-c9eb07bd6838", + "id": "b08afb94-8b0f-4fcf-9912-0f27812dc717", "name": "Task 'entry:default@PreBuild' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538545413750 + "startTime": 348576373167916 }, "additional": { "logType": "debug", @@ -4119,15 +4119,15 @@ }, { "head": { - "id": "db68b2fa-1e65-4d40-8296-5e6ce0b96b8e", - "name": "current product is not Atomic service.", + "id": "49588a2c-dcef-4e5c-b3a9-a8a2ff0dbdbd", + "name": "Incremental task entry:default@PreBuild pre-execution cost: 2 ms .", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538597530166 + "startTime": 348576375064166 }, "additional": { "logType": "debug", @@ -4136,15 +4136,15 @@ }, { "head": { - "id": "af2bb172-6b0c-47e8-86a7-fca07df8176e", - "name": "Use tool [darwin: JAVA_HOME, CLASSPATH]\n [ { JAVA_HOME: undefined }, { CLASSPATH: undefined } ]", + "id": "72a10aaf-9a21-4808-8067-ddc20f697fa7", + "name": "entry : default@PreBuild cost memory 0.32118988037109375", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538597646458 + "startTime": 348576375105916 }, "additional": { "logType": "debug", @@ -4153,87 +4153,183 @@ }, { "head": { - "id": "1d536940-8771-4f08-a8cb-2156257f13d9", - "name": "Use tool [darwin: NODE_HOME]\n [ { NODE_HOME: undefined } ]", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538597675291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "00c14314-5a99-4bd4-80f4-1ecf133ad10f", - "name": "entry : default@PreBuild cost memory 3.4113693237304688", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538597984541 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "1b69f9a5-e1dd-43a8-b028-b98ebab4a49d", - "name": "runTaskFromQueue task cost before running: 619 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538598040166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b68036fd-44af-4e26-a7fb-181cd449c5c5", - "name": "Finished :entry:default@PreBuild", + "id": "5f0787d9-56c5-4ab9-af08-461a95963285", + "name": "UP-TO-DATE :entry:default@PreBuild", "description": "Pre-build in the stage model.", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538544196541, - "endTime": 340538598083291, - "totalTime": 53812375 + "startTime": 348576371704750, + "endTime": 348576375149833 }, "additional": { "logType": "info", "children": [], - "durationId": "82dc2bba-532e-480e-b691-709261524b04" + "durationId": "e0c279b1-9a3e-4c61-a9fe-83436d6b1b2c" } }, { "head": { - "id": "5e4a604b-2f46-448e-b4b0-1c07b292a03b", + "id": "c330e4ba-114f-4235-962a-fcec66e55f34", + "name": "xuqmSdk:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576376037291, + "endTime": 348576377348625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Verification", + "taskRunReasons": [], + "detailId": "0be9a449-1c0a-492c-946a-9fa589ff7aeb", + "logId": "e9d80b2f-cf49-4c33-8777-ee01ef151a2b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0be9a449-1c0a-492c-946a-9fa589ff7aeb", + "name": "create xuqmSdk:default@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576375611833 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "c330e4ba-114f-4235-962a-fcec66e55f34" + } + }, + { + "head": { + "id": "4f214de5-43bc-4de8-afb4-dce0d6ecf3df", + "name": "Executing task :xuqmSdk:default@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576376040666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "93e33801-4cbc-4f4b-884b-4dd1d6e37460", + "name": "Task 'xuqmSdk:default@PreBuild' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576376157291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7e8a6058-6d17-4ea3-9402-a56ba7f60205", + "name": "Incremental task xuqmSdk:default@PreBuild pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576377291000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d48fac7-a17a-4a7b-b481-ebbdbe5914c7", + "name": "xuqmSdk : default@PreBuild cost memory 0.2033233642578125", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576377332333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e9d80b2f-cf49-4c33-8777-ee01ef151a2b", + "name": "UP-TO-DATE :xuqmSdk:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576376037291, + "endTime": 348576377348625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c330e4ba-114f-4235-962a-fcec66e55f34" + } + }, + { + "head": { + "id": "d4b0d107-cf6d-4ea1-ad4d-af76ae1d5448", "name": "entry:default@CreateModuleInfo", "description": "Create the ModuleInfo.ts file for the hap/hsp package.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538598849208, - "endTime": 340538599081250 + "startTime": 348576377898458, + "endTime": 348576378220416 }, "additional": { "children": [], @@ -4242,8 +4338,8 @@ "moduleName": "entry", "category": "Generate", "taskRunReasons": [], - "detailId": "f36a2fdb-a1b9-4156-bf61-4b96274e9afa", - "logId": "a39ac3f6-f551-4ad4-ac78-ef310a1162a8" + "detailId": "fe42c0cc-f8c8-4f25-b901-5d49e46ec9f8", + "logId": "597a3f26-ffd7-411e-be11-cb61897b49ea" }, "log": { "_logger": { @@ -4267,33 +4363,33 @@ }, { "head": { - "id": "f36a2fdb-a1b9-4156-bf61-4b96274e9afa", + "id": "fe42c0cc-f8c8-4f25-b901-5d49e46ec9f8", "name": "create entry:default@CreateModuleInfo task", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538598701916 + "startTime": 348576377745416 }, "additional": { "logType": "detail", "children": [], - "durationId": "5e4a604b-2f46-448e-b4b0-1c07b292a03b" + "durationId": "d4b0d107-cf6d-4ea1-ad4d-af76ae1d5448" } }, { "head": { - "id": "dc11d812-07a9-4a36-bf1c-6ecf7c0b8dcf", + "id": "685f99f6-dbe9-4468-9ca0-6faaa93fb41b", "name": "Executing task :entry:default@CreateModuleInfo", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538598851750 + "startTime": 348576377901833 }, "additional": { "logType": "debug", @@ -4302,15 +4398,15 @@ }, { "head": { - "id": "4a21c0f2-c65f-4e23-8737-c39354a0860e", + "id": "7eedcf45-c445-4fb5-bbf2-05c8b6ca05a4", "name": "Task 'entry:default@CreateModuleInfo' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538598963333 + "startTime": 348576378032625 }, "additional": { "logType": "debug", @@ -4319,15 +4415,15 @@ }, { "head": { - "id": "5d9ff643-593b-48d8-b985-ebce2808bc33", - "name": "entry : default@CreateModuleInfo cost memory 0.035736083984375", + "id": "b2927fd4-2c17-4c20-85e7-fa4acbe4116d", + "name": "entry : default@CreateModuleInfo cost memory 0.0359954833984375", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538599055666 + "startTime": 348576378166208 }, "additional": { "logType": "debug", @@ -4336,15 +4432,15 @@ }, { "head": { - "id": "98b3f7a8-586e-4f26-aeab-448ad500212a", - "name": "runTaskFromQueue task cost before running: 620 ms ", + "id": "61f37cc9-7dda-4bf5-ba82-58a86f90244d", + "name": "runTaskFromQueue task cost before running: 544 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538599073250 + "startTime": 348576378184833 }, "additional": { "logType": "debug", @@ -4353,36 +4449,36 @@ }, { "head": { - "id": "a39ac3f6-f551-4ad4-ac78-ef310a1162a8", + "id": "597a3f26-ffd7-411e-be11-cb61897b49ea", "name": "Finished :entry:default@CreateModuleInfo", "description": "Create the ModuleInfo.ts file for the hap/hsp package.", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538598849208, - "endTime": 340538599081250, - "totalTime": 217917 + "startTime": 348576377898458, + "endTime": 348576378220416, + "totalTime": 279208 }, "additional": { "logType": "info", "children": [], - "durationId": "5e4a604b-2f46-448e-b4b0-1c07b292a03b" + "durationId": "d4b0d107-cf6d-4ea1-ad4d-af76ae1d5448" } }, { "head": { - "id": "1bcaa2a0-f807-4dd4-93fd-19bb216b1b29", + "id": "5ba6b1b1-570d-42ec-8ade-752c18d23208", "name": "entry:default@GenerateMetadata", "description": "Generate metadata in the stage model.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538599578750, - "endTime": 340538600439375 + "startTime": 348576378855166, + "endTime": 348576379204083 }, "additional": { "children": [], @@ -4391,8 +4487,8 @@ "moduleName": "entry", "category": "Generate", "taskRunReasons": [], - "detailId": "bb62d4db-fc8b-4286-943e-3ae75de3c366", - "logId": "a35c0785-2c2c-4149-99f0-994d342ca4e6" + "detailId": "c4a9ce31-c1c0-4433-8b48-f9a9ab81dd95", + "logId": "3082aa06-72d6-44fe-97ff-ad8fb0607465" }, "log": { "_logger": { @@ -4416,33 +4512,33 @@ }, { "head": { - "id": "bb62d4db-fc8b-4286-943e-3ae75de3c366", + "id": "c4a9ce31-c1c0-4433-8b48-f9a9ab81dd95", "name": "create entry:default@GenerateMetadata task", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538599221166 + "startTime": 348576378407583 }, "additional": { "logType": "detail", "children": [], - "durationId": "1bcaa2a0-f807-4dd4-93fd-19bb216b1b29" + "durationId": "5ba6b1b1-570d-42ec-8ade-752c18d23208" } }, { "head": { - "id": "3c0c31bc-2c28-46c7-962c-56cf62b3fade", + "id": "b9aab5d8-b706-47a6-b4f4-11b61663bc9f", "name": "Executing task :entry:default@GenerateMetadata", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538599581791 + "startTime": 348576378859083 }, "additional": { "logType": "debug", @@ -4451,15 +4547,15 @@ }, { "head": { - "id": "f9f396e5-45c7-44d1-b9c2-425e4991498f", + "id": "459f9fcd-9aac-4248-9e01-145a5c921abf", "name": "Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538599808166 + "startTime": 348576379027375 }, "additional": { "logType": "debug", @@ -4468,15 +4564,15 @@ }, { "head": { - "id": "a4f896cf-6d07-46d7-81ef-1764296edb44", - "name": "entry : default@GenerateMetadata cost memory 0.052947998046875", + "id": "d44ed458-71d1-4e5c-804c-af51b96b298a", + "name": "Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538600417041 + "startTime": 348576379175666 }, "additional": { "logType": "debug", @@ -4485,15 +4581,15 @@ }, { "head": { - "id": "871bfe90-4504-4f88-97cc-5b4dc8630036", - "name": "runTaskFromQueue task cost before running: 621 ms ", + "id": "c48e08e0-adc7-4a62-a9c7-d86cc3f3192c", + "name": "entry : default@GenerateMetadata cost memory 0.070404052734375", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538600432041 + "startTime": 348576379192333 }, "additional": { "logType": "debug", @@ -4502,551 +4598,35 @@ }, { "head": { - "id": "a35c0785-2c2c-4149-99f0-994d342ca4e6", - "name": "Finished :entry:default@GenerateMetadata", + "id": "3082aa06-72d6-44fe-97ff-ad8fb0607465", + "name": "UP-TO-DATE :entry:default@GenerateMetadata", "description": "Generate metadata in the stage model.", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538599578750, - "endTime": 340538600439375, - "totalTime": 848584 + "startTime": 348576378855166, + "endTime": 348576379204083 }, "additional": { "logType": "info", "children": [], - "durationId": "1bcaa2a0-f807-4dd4-93fd-19bb216b1b29" + "durationId": "5ba6b1b1-570d-42ec-8ade-752c18d23208" } }, { "head": { - "id": "b85e6a77-cf45-40df-91c8-60188645b236", - "name": "entry:default@ConfigureCmake", - "description": "cache native strip .so fileInfo", - "type": "duration" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538600782333, - "endTime": 340538600843208 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "default", - "moduleName": "entry", - "category": "Native", - "taskRunReasons": [], - "detailId": "b834ee64-cf08-4f00-8cb9-998a1792c244", - "logId": "d59de998-94de-4750-8b26-ee966e85591b" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "b834ee64-cf08-4f00-8cb9-998a1792c244", - "name": "create entry:default@ConfigureCmake task", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538600553625 - }, - "additional": { - "logType": "detail", - "children": [], - "durationId": "b85e6a77-cf45-40df-91c8-60188645b236" - } - }, - { - "head": { - "id": "e13a2ac7-a399-4f6e-89dd-927826173220", - "name": "Executing task :entry:default@ConfigureCmake", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538600785625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "93228110-8023-46cd-bff8-a2561d346c61", - "name": "entry : default@ConfigureCmake cost memory 0.01202392578125", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538600820750 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "3afb55cf-a5d0-4172-b098-9c544107d89f", - "name": "runTaskFromQueue task cost before running: 622 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538600836000 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "d59de998-94de-4750-8b26-ee966e85591b", - "name": "Finished :entry:default@ConfigureCmake", - "description": "cache native strip .so fileInfo", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538600782333, - "endTime": 340538600843208, - "totalTime": 47292 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "b85e6a77-cf45-40df-91c8-60188645b236" - } - }, - { - "head": { - "id": "3f717fdc-ac2e-46c6-848f-f66fdf120b50", - "name": "entry:default@MergeProfile", - "description": "Merge app config manifest files in the stage model.", - "type": "duration" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538601143875, - "endTime": 340538602120583 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "default", - "moduleName": "entry", - "category": "Config", - "taskRunReasons": [], - "detailId": "ada9a5b7-6be4-4012-9e55-208362d33096", - "logId": "335bacef-21d0-4967-91d4-f241c7bc5b6d" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "ada9a5b7-6be4-4012-9e55-208362d33096", - "name": "create entry:default@MergeProfile task", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538600972750 - }, - "additional": { - "logType": "detail", - "children": [], - "durationId": "3f717fdc-ac2e-46c6-848f-f66fdf120b50" - } - }, - { - "head": { - "id": "232bd508-f6ed-43ce-a8dc-876c59368d20", - "name": "Executing task :entry:default@MergeProfile", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538601146625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "f29d3039-d941-4bfb-86bd-a715f1b8ecbc", - "name": "Task 'entry:default@MergeProfile' cost while wrapping incremental declarations: 1 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538601295625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "71d353ee-701f-411c-82da-c5cad0fadf6a", - "name": "Change app api release type with 'Release'", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538601554875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "868f44e1-4325-4284-a4b3-532419aed53d", - "name": "Change app compile API version with '6.0.2.130'", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538601627166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "2ff211fd-b79a-4551-b626-dbf984fa3df0", - "name": "Change app target API version with '60002022'", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538601634791 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "930bf096-fb0c-4597-81eb-655d61e2c190", - "name": "Change app minimum API version with '50000012'", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538601641541 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "9487cef1-e01a-47aa-9ae3-4833db8fb680", - "name": "Use cli appEnvironment", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538601676958 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "a4fbe282-e2d7-4f62-833c-627e62a14084", - "name": "entry : default@MergeProfile cost memory 0.1221466064453125", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538602092250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e5377cfc-3e72-4fc6-b66a-6e967a4dd8cd", - "name": "runTaskFromQueue task cost before running: 623 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538602108500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "335bacef-21d0-4967-91d4-f241c7bc5b6d", - "name": "Finished :entry:default@MergeProfile", - "description": "Merge app config manifest files in the stage model.", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538601143875, - "endTime": 340538602120583, - "totalTime": 959667 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "3f717fdc-ac2e-46c6-848f-f66fdf120b50" - } - }, - { - "head": { - "id": "7c759181-d34f-4f44-b043-9ce5934bd85a", - "name": "entry:default@CreateBuildProfile", - "description": "Create the BuildProfile.ets file for the HAP/HSP package.", - "type": "duration" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538602832041, - "endTime": 340538603443833 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "default", - "moduleName": "entry", - "category": "Generate", - "taskRunReasons": [], - "detailId": "68890b00-042e-4acd-9e4b-b52bac309c68", - "logId": "b86d2ca1-d408-41ac-9bc4-2f7f2a452b36" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "68890b00-042e-4acd-9e4b-b52bac309c68", - "name": "create entry:default@CreateBuildProfile task", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538602246375 - }, - "additional": { - "logType": "detail", - "children": [], - "durationId": "7c759181-d34f-4f44-b043-9ce5934bd85a" - } - }, - { - "head": { - "id": "f0cb364f-72ad-4421-839f-8e01a88f508e", - "name": "Executing task :entry:default@CreateBuildProfile", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538602837666 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "6033f0d3-9843-4d62-ba19-597d63d0e2b5", - "name": "Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538602960666 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "05e52c3d-c89e-4bb6-81e9-bb5351658dd5", - "name": "entry : default@CreateBuildProfile cost memory 0.05666351318359375", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538603413333 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "3bc68e3d-681e-4632-b09b-ac93d33065b2", - "name": "runTaskFromQueue task cost before running: 624 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538603434583 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b86d2ca1-d408-41ac-9bc4-2f7f2a452b36", - "name": "Finished :entry:default@CreateBuildProfile", - "description": "Create the BuildProfile.ets file for the HAP/HSP package.", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538602832041, - "endTime": 340538603443833, - "totalTime": 595583 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "7c759181-d34f-4f44-b043-9ce5934bd85a" - } - }, - { - "head": { - "id": "08376b85-359a-4389-9661-bbe9f5b5050a", + "id": "df1ce638-86c9-4010-b193-e39e4b7f0037", "name": "entry:default@PreCheckSyscap", "description": "Pre-check SysCap.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538603883500, - "endTime": 340538603983875 + "startTime": 348576379638375, + "endTime": 348576379758125 }, "additional": { "children": [], @@ -5055,8 +4635,8 @@ "moduleName": "entry", "category": "Verification", "taskRunReasons": [], - "detailId": "27984541-2b2f-4f8d-be8e-29b9bd4b4559", - "logId": "0c4d7c20-429e-4438-a10a-610d3f7ef956" + "detailId": "bc0ffc0c-222b-430b-8751-6e99075145d4", + "logId": "7eee554a-72cb-4468-8739-62bcae1f2926" }, "log": { "_logger": { @@ -5080,33 +4660,33 @@ }, { "head": { - "id": "27984541-2b2f-4f8d-be8e-29b9bd4b4559", + "id": "bc0ffc0c-222b-430b-8751-6e99075145d4", "name": "create entry:default@PreCheckSyscap task", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538603566958 + "startTime": 348576379302166 }, "additional": { "logType": "detail", "children": [], - "durationId": "08376b85-359a-4389-9661-bbe9f5b5050a" + "durationId": "df1ce638-86c9-4010-b193-e39e4b7f0037" } }, { "head": { - "id": "79ab036c-93ea-4acf-ad49-ccfd2819c3a9", + "id": "e74546b3-9867-4d5a-891c-e59bbffab1f3", "name": "Executing task :entry:default@PreCheckSyscap", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538603886333 + "startTime": 348576379644458 }, "additional": { "logType": "debug", @@ -5115,15 +4695,15 @@ }, { "head": { - "id": "14929386-8d38-44a4-bb4f-c6220c393a7b", - "name": "entry : default@PreCheckSyscap cost memory 0.0134429931640625", + "id": "a043a34f-d045-44cf-a2b5-b2f3ee490863", + "name": "entry : default@PreCheckSyscap cost memory 0.04471588134765625", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538603958916 + "startTime": 348576379732791 }, "additional": { "logType": "debug", @@ -5132,15 +4712,15 @@ }, { "head": { - "id": "3a641d0a-c2c5-47eb-99c1-c34197c391e1", - "name": "runTaskFromQueue task cost before running: 625 ms ", + "id": "9a46541a-e690-46be-a72c-7b5da7a362ef", + "name": "runTaskFromQueue task cost before running: 546 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538603975833 + "startTime": 348576379750250 }, "additional": { "logType": "debug", @@ -5149,36 +4729,36 @@ }, { "head": { - "id": "0c4d7c20-429e-4438-a10a-610d3f7ef956", + "id": "7eee554a-72cb-4468-8739-62bcae1f2926", "name": "Finished :entry:default@PreCheckSyscap", "description": "Pre-check SysCap.", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538603883500, - "endTime": 340538603983875, - "totalTime": 86791 + "startTime": 348576379638375, + "endTime": 348576379758125, + "totalTime": 104583 }, "additional": { "logType": "info", "children": [], - "durationId": "08376b85-359a-4389-9661-bbe9f5b5050a" + "durationId": "df1ce638-86c9-4010-b193-e39e4b7f0037" } }, { "head": { - "id": "92930f65-a39c-48ec-9ec9-ddd0d208f3bc", + "id": "0f9f4167-6f16-4575-b108-247f853069e5", "name": "entry:default@GeneratePkgContextInfo", "description": "Generate pkgContextInfo.json to ets-loader.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538604567791, - "endTime": 340538608130833 + "startTime": 348576380152166, + "endTime": 348576383578375 }, "additional": { "children": [], @@ -5187,8 +4767,8 @@ "moduleName": "entry", "category": "Generate", "taskRunReasons": [], - "detailId": "60f2b10b-1438-471a-98a0-31f7b3ac8608", - "logId": "3a77aef8-2044-4f3f-9f55-d052286db7b7" + "detailId": "19df9df6-fd5c-4e58-9698-6b4fa9b293ba", + "logId": "9d1c30b5-1be2-469c-8890-4928d0a407ab" }, "log": { "_logger": { @@ -5212,33 +4792,33 @@ }, { "head": { - "id": "60f2b10b-1438-471a-98a0-31f7b3ac8608", + "id": "19df9df6-fd5c-4e58-9698-6b4fa9b293ba", "name": "create entry:default@GeneratePkgContextInfo task", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538604210375 + "startTime": 348576379894500 }, "additional": { "logType": "detail", "children": [], - "durationId": "92930f65-a39c-48ec-9ec9-ddd0d208f3bc" + "durationId": "0f9f4167-6f16-4575-b108-247f853069e5" } }, { "head": { - "id": "52150305-a5f8-4298-989d-5a979a7d0f09", + "id": "22b10747-93ff-4377-9627-a6f5c60f80bf", "name": "Executing task :entry:default@GeneratePkgContextInfo", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538604570500 + "startTime": 348576380155125 }, "additional": { "logType": "debug", @@ -5247,15 +4827,15 @@ }, { "head": { - "id": "02025ce8-0684-4857-8251-6b7ea12e1e55", + "id": "4337a730-f4f5-45c9-9092-6120a2ca0f89", "name": "Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538607808166 + "startTime": 348576383402625 }, "additional": { "logType": "debug", @@ -5264,15 +4844,15 @@ }, { "head": { - "id": "d2b073f9-6cc7-4139-a093-bc8a8c2e2570", - "name": "entry : default@GeneratePkgContextInfo cost memory 0.41632843017578125", + "id": "05003d61-0901-48b2-9ff3-540a6525ba83", + "name": "Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538608094375 + "startTime": 348576383549666 }, "additional": { "logType": "debug", @@ -5281,15 +4861,15 @@ }, { "head": { - "id": "12ae3cae-befa-4ecf-a7ee-55dd971da321", - "name": "runTaskFromQueue task cost before running: 629 ms ", + "id": "7703ed66-0427-47bf-ac59-515309fcf8a9", + "name": "entry : default@GeneratePkgContextInfo cost memory 0.7267913818359375", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538608119083 + "startTime": 348576383566208 }, "additional": { "logType": "debug", @@ -5298,36 +4878,35 @@ }, { "head": { - "id": "3a77aef8-2044-4f3f-9f55-d052286db7b7", - "name": "Finished :entry:default@GeneratePkgContextInfo", + "id": "9d1c30b5-1be2-469c-8890-4928d0a407ab", + "name": "UP-TO-DATE :entry:default@GeneratePkgContextInfo", "description": "Generate pkgContextInfo.json to ets-loader.", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538604567791, - "endTime": 340538608130833, - "totalTime": 3543042 + "startTime": 348576380152166, + "endTime": 348576383578375 }, "additional": { "logType": "info", "children": [], - "durationId": "92930f65-a39c-48ec-9ec9-ddd0d208f3bc" + "durationId": "0f9f4167-6f16-4575-b108-247f853069e5" } }, { "head": { - "id": "4832f060-8acf-4bed-8cb9-7e07899912dd", + "id": "80d534f6-890c-4ff4-92a2-fc2ce04b169f", "name": "entry:default@ProcessIntegratedHsp", "description": "Use package tool process integrated hsp.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538609371375, - "endTime": 340538609552166 + "startTime": 348576384321500, + "endTime": 348576384525708 }, "additional": { "children": [], @@ -5335,9 +4914,11 @@ "targetName": "default", "moduleName": "entry", "category": "Sign", - "taskRunReasons": [], - "detailId": "7910ceb1-4ad7-478d-aca0-8b112d37d616", - "logId": "af8b6d1c-45e4-42a6-aed7-bfe97ca5e431" + "taskRunReasons": [ + "The output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist." + ], + "detailId": "53a279c1-3d06-412a-9461-84bb7efbec2c", + "logId": "e37eb4af-98d0-4a05-b7e7-d40a957a79ba" }, "log": { "_logger": { @@ -5361,33 +4942,33 @@ }, { "head": { - "id": "7910ceb1-4ad7-478d-aca0-8b112d37d616", + "id": "53a279c1-3d06-412a-9461-84bb7efbec2c", "name": "create entry:default@ProcessIntegratedHsp task", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538608396166 + "startTime": 348576383726041 }, "additional": { "logType": "detail", "children": [], - "durationId": "4832f060-8acf-4bed-8cb9-7e07899912dd" + "durationId": "80d534f6-890c-4ff4-92a2-fc2ce04b169f" } }, { "head": { - "id": "2bcdfe55-cf5b-430e-bdeb-dd7acd6274d3", + "id": "a7459166-2ffd-4a40-aeb2-e4cd5f8bf6a6", "name": "Executing task :entry:default@ProcessIntegratedHsp", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538609377375 + "startTime": 348576384324958 }, "additional": { "logType": "debug", @@ -5396,15 +4977,15 @@ }, { "head": { - "id": "84c6c9c7-68c4-4357-a5fc-393bb2f44494", - "name": "entry : default@ProcessIntegratedHsp cost memory 0.0285186767578125", + "id": "3ebb08f9-e60a-484f-879f-2ee911ba1cf0", + "name": "entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538609522541 + "startTime": 348576384438875 }, "additional": { "logType": "debug", @@ -5413,15 +4994,15 @@ }, { "head": { - "id": "57c49f45-8fb2-4cff-9df9-9e8657220b71", - "name": "runTaskFromQueue task cost before running: 630 ms ", + "id": "2035cc9a-91e9-434a-9f57-8adf9df19902", + "name": "Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538609543791 + "startTime": 348576384458500 }, "additional": { "logType": "debug", @@ -5430,178 +5011,80 @@ }, { "head": { - "id": "af8b6d1c-45e4-42a6-aed7-bfe97ca5e431", + "id": "72b47897-419e-42a0-9d79-911b9a3a8ef9", + "name": "entry : default@ProcessIntegratedHsp cost memory 0.0472259521484375", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576384501375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7908612d-131e-4372-93e0-b0a599056023", + "name": "runTaskFromQueue task cost before running: 551 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576384517750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e37eb4af-98d0-4a05-b7e7-d40a957a79ba", "name": "Finished :entry:default@ProcessIntegratedHsp", "description": "Use package tool process integrated hsp.", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538609371375, - "endTime": 340538609552166, - "totalTime": 163875 + "startTime": 348576384321500, + "endTime": 348576384525708, + "totalTime": 189958 }, "additional": { "logType": "info", "children": [], - "durationId": "4832f060-8acf-4bed-8cb9-7e07899912dd" + "durationId": "80d534f6-890c-4ff4-92a2-fc2ce04b169f" } }, { "head": { - "id": "53f3dd3c-0cca-4ddd-9de1-4cd9685dd000", - "name": "entry:default@BuildNativeWithCmake", - "description": "Compile CPP source with CMake in the stage model.", + "id": "32477905-7599-439c-9faa-f44de0605a59", + "name": "xuqmSdk:default@CreateHarBuildProfile", + "description": "Create the BuildProfile.ets file for the HAR package.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538610068916, - "endTime": 340538610142041 + "startTime": 348576385035250, + "endTime": 348576385297666 }, "additional": { "children": [], "state": "success", "targetName": "default", - "moduleName": "entry", - "category": "Native", - "taskRunReasons": [], - "detailId": "d7a8b5b5-3c79-48b5-bc5e-67124efc779c", - "logId": "658a12c5-a0d5-4be5-8682-8e419c4c78cd" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "d7a8b5b5-3c79-48b5-bc5e-67124efc779c", - "name": "create entry:default@BuildNativeWithCmake task", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538609804541 - }, - "additional": { - "logType": "detail", - "children": [], - "durationId": "53f3dd3c-0cca-4ddd-9de1-4cd9685dd000" - } - }, - { - "head": { - "id": "f637dd12-7339-45d6-92b5-92ac787b21ae", - "name": "Executing task :entry:default@BuildNativeWithCmake", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538610072208 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "ed5f9269-f1ab-4049-a9a8-22f49280e42b", - "name": "entry : default@BuildNativeWithCmake cost memory 0.01361846923828125", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538610117333 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b9be6821-c001-4c87-a62b-46411bbe689e", - "name": "runTaskFromQueue task cost before running: 631 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538610133625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "658a12c5-a0d5-4be5-8682-8e419c4c78cd", - "name": "Finished :entry:default@BuildNativeWithCmake", - "description": "Compile CPP source with CMake in the stage model.", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538610068916, - "endTime": 340538610142041, - "totalTime": 58583 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "53f3dd3c-0cca-4ddd-9de1-4cd9685dd000" - } - }, - { - "head": { - "id": "413a1b0b-9b20-4ebc-a62f-5da504fe2719", - "name": "entry:default@MakePackInfo", - "description": "Generate module pack.info in the stage model.", - "type": "duration" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538610465000, - "endTime": 340538611311500 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "default", - "moduleName": "entry", + "moduleName": "xuqmSdk", "category": "Generate", "taskRunReasons": [], - "detailId": "2ce433a8-2808-43fc-bcce-3d929e539858", - "logId": "8ddbde6f-637c-430a-825a-f3f8ca005bf8" + "detailId": "3ce35cd9-b5b9-45e1-ab04-38740d2490e1", + "logId": "41c62915-141a-4b6f-9453-b3ee7970066d" }, "log": { "_logger": { @@ -5625,33 +5108,33 @@ }, { "head": { - "id": "2ce433a8-2808-43fc-bcce-3d929e539858", - "name": "create entry:default@MakePackInfo task", + "id": "3ce35cd9-b5b9-45e1-ab04-38740d2490e1", + "name": "create xuqmSdk:default@CreateHarBuildProfile task", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538610246166 + "startTime": 348576384725250 }, "additional": { "logType": "detail", "children": [], - "durationId": "413a1b0b-9b20-4ebc-a62f-5da504fe2719" + "durationId": "32477905-7599-439c-9faa-f44de0605a59" } }, { "head": { - "id": "700b3415-62a1-4bcb-90ca-c5362b56eeac", - "name": "Executing task :entry:default@MakePackInfo", + "id": "cdef74b2-2109-4def-8fc6-e6c2f8ca7668", + "name": "Executing task :xuqmSdk:default@CreateHarBuildProfile", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538610468000 + "startTime": 348576385038166 }, "additional": { "logType": "debug", @@ -5660,15 +5143,15 @@ }, { "head": { - "id": "dcf9050c-2f9d-4a2c-b39c-bc935a4f1c3b", - "name": "Module Pack Info: {\n summary: {\n app: { bundleName: 'c***k', bundleType: 'app', version: [Object] },\n modules: [ [Object] ]\n },\n packages: [\n {\n deviceType: [Array],\n moduleType: 'entry',\n deliveryWithInstall: true,\n name: 'entry-default'\n }\n ]\n}", + "id": "1254a85f-32a2-4e25-9028-c4e49ef099c8", + "name": "Task 'xuqmSdk:default@CreateHarBuildProfile' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538611097625 + "startTime": 348576385106875 }, "additional": { "logType": "debug", @@ -5677,15 +5160,15 @@ }, { "head": { - "id": "6f05660a-1308-48e3-a038-c0f559a5ea67", - "name": "entry : default@MakePackInfo cost memory 0.08661651611328125", + "id": "5ab37c0d-214c-441f-89d3-f0baf098b013", + "name": "Incremental task xuqmSdk:default@CreateHarBuildProfile pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538611282958 + "startTime": 348576385272458 }, "additional": { "logType": "debug", @@ -5694,15 +5177,15 @@ }, { "head": { - "id": "a54a323a-9be4-4fdc-8e1b-dbf7b8c37db2", - "name": "runTaskFromQueue task cost before running: 632 ms ", + "id": "22032b6e-12b1-40d0-af7f-155982b23f8d", + "name": "xuqmSdk : default@CreateHarBuildProfile cost memory 0.07201385498046875", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538611303000 + "startTime": 348576385287208 }, "additional": { "logType": "debug", @@ -5711,36 +5194,315 @@ }, { "head": { - "id": "8ddbde6f-637c-430a-825a-f3f8ca005bf8", - "name": "Finished :entry:default@MakePackInfo", - "description": "Generate module pack.info in the stage model.", + "id": "41c62915-141a-4b6f-9453-b3ee7970066d", + "name": "UP-TO-DATE :xuqmSdk:default@CreateHarBuildProfile", + "description": "Create the BuildProfile.ets file for the HAR package.", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538610465000, - "endTime": 340538611311500, - "totalTime": 829709 + "startTime": 348576385035250, + "endTime": 348576385297666 }, "additional": { "logType": "info", "children": [], - "durationId": "413a1b0b-9b20-4ebc-a62f-5da504fe2719" + "durationId": "32477905-7599-439c-9faa-f44de0605a59" } }, { "head": { - "id": "2b8b3e58-706a-4f41-8e05-b9acb90c8d22", + "id": "93daa49f-66cd-4f8a-9ea2-12ec43668665", + "name": "xuqmSdk:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576385700041, + "endTime": 348576385762625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Native", + "taskRunReasons": [], + "detailId": "7c7dc1e5-40ee-412c-a64c-74f681a9f76d", + "logId": "a049b02c-d1e6-49ba-97cf-a29f758dd9e1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7c7dc1e5-40ee-412c-a64c-74f681a9f76d", + "name": "create xuqmSdk:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576385435708 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "93daa49f-66cd-4f8a-9ea2-12ec43668665" + } + }, + { + "head": { + "id": "af39d882-ff61-41ef-9a4f-738e6f712801", + "name": "Executing task :xuqmSdk:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576385703291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9d72de9d-453c-4cc0-af28-6090e4a7203e", + "name": "xuqmSdk : default@ConfigureCmake cost memory 0.01244354248046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576385740625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f82c74e0-9d1f-4699-bf6f-41a5960ab8fb", + "name": "runTaskFromQueue task cost before running: 552 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576385755500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a049b02c-d1e6-49ba-97cf-a29f758dd9e1", + "name": "Finished :xuqmSdk:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576385700041, + "endTime": 348576385762625, + "totalTime": 49709 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "93daa49f-66cd-4f8a-9ea2-12ec43668665" + } + }, + { + "head": { + "id": "4bca5c63-04f6-4738-8051-d14ab41ac220", + "name": "xuqmSdk:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576386089708, + "endTime": 348576386617625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Config", + "taskRunReasons": [], + "detailId": "9a597246-229d-4c6e-86d4-f133963da51e", + "logId": "7747c195-4308-4ea6-99f6-d761a4e9b3cd" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9a597246-229d-4c6e-86d4-f133963da51e", + "name": "create xuqmSdk:default@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576385915125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "4bca5c63-04f6-4738-8051-d14ab41ac220" + } + }, + { + "head": { + "id": "c4f75b81-653c-4c41-b49d-4adc5f4322f0", + "name": "Executing task :xuqmSdk:default@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576386092750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f375c7f1-755f-4460-960e-25bc0f02e645", + "name": "Task 'xuqmSdk:default@MergeProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576386181500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f28c7391-122b-4a43-83a8-b291cefb209c", + "name": "Incremental task xuqmSdk:default@MergeProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576386589791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0abd9ea-f3b3-48bb-a4bc-af15e09788ec", + "name": "xuqmSdk : default@MergeProfile cost memory 0.09926605224609375", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576386604833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7747c195-4308-4ea6-99f6-d761a4e9b3cd", + "name": "UP-TO-DATE :xuqmSdk:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576386089708, + "endTime": 348576386617625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4bca5c63-04f6-4738-8051-d14ab41ac220" + } + }, + { + "head": { + "id": "847c38f6-b465-4dd7-bb92-396bf3963784", "name": "entry:default@SyscapTransform", "description": "Transform SysCap in the stage model.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538611708791, - "endTime": 340538612032041 + "startTime": 348576387001125, + "endTime": 348576392801291 }, "additional": { "children": [], @@ -5748,9 +5510,11 @@ "targetName": "default", "moduleName": "entry", "category": "Generate", - "taskRunReasons": [], - "detailId": "dc7b3060-f60b-453a-995d-b886a4dc8138", - "logId": "89567099-388d-4c8d-8005-de36bb5f5c71" + "taskRunReasons": [ + "The output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist." + ], + "detailId": "d3d098cd-e6e9-476e-ab5b-7b0319981225", + "logId": "7aa5505c-e199-46df-9e16-bdda4932b0a0" }, "log": { "_logger": { @@ -5774,33 +5538,33 @@ }, { "head": { - "id": "dc7b3060-f60b-453a-995d-b886a4dc8138", + "id": "d3d098cd-e6e9-476e-ab5b-7b0319981225", "name": "create entry:default@SyscapTransform task", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538611440500 + "startTime": 348576386722583 }, "additional": { "logType": "detail", "children": [], - "durationId": "2b8b3e58-706a-4f41-8e05-b9acb90c8d22" + "durationId": "847c38f6-b465-4dd7-bb92-396bf3963784" } }, { "head": { - "id": "bdee7a8e-2fb9-48cf-8dea-a6be7b6b6eb3", + "id": "97310296-7324-4ef9-bddd-ccf2f350e90b", "name": "Executing task :entry:default@SyscapTransform", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538611711750 + "startTime": 348576387004333 }, "additional": { "logType": "debug", @@ -5809,15 +5573,15 @@ }, { "head": { - "id": "1794bf65-1567-4af7-b03f-71e5885c9c9c", + "id": "900de7bc-4c4b-4c50-85f0-3d8537f56850", "name": "File: '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538611733041 + "startTime": 348576387028916 }, "additional": { "logType": "debug", @@ -5826,15 +5590,15 @@ }, { "head": { - "id": "b9cb7801-7cc0-4c7b-9461-e46a70f347ce", + "id": "7e775778-477d-46a5-b613-7a1c39fbe1bf", "name": "Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538611832500 + "startTime": 348576387120375 }, "additional": { "logType": "debug", @@ -5843,15 +5607,15 @@ }, { "head": { - "id": "cb686c9c-5fc8-41ed-95cd-5b2f22716842", - "name": "entry : default@SyscapTransform cost memory 0.0421295166015625", + "id": "2f15b6ca-065f-4cd8-85ed-79a9191a5e1d", + "name": "entry:default@SyscapTransform is not up-to-date, since the output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538612010583 + "startTime": 348576392630541 }, "additional": { "logType": "debug", @@ -5860,15 +5624,15 @@ }, { "head": { - "id": "5fdbec74-cb0a-4bce-881d-6566781a659c", - "name": "runTaskFromQueue task cost before running: 633 ms ", + "id": "5b89dd0b-ac6c-4074-b76f-213a56f5ac6b", + "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 6 ms .", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538612024208 + "startTime": 348576392668250 }, "additional": { "logType": "debug", @@ -5877,36 +5641,797 @@ }, { "head": { - "id": "89567099-388d-4c8d-8005-de36bb5f5c71", + "id": "5a5a4d28-93f9-4c2e-8b1e-6e28798cb683", + "name": "entry : default@SyscapTransform cost memory 0.1026763916015625", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576392775791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5b27c832-2f6a-4d3b-ba97-66ec05d31b68", + "name": "runTaskFromQueue task cost before running: 559 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576392792541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7aa5505c-e199-46df-9e16-bdda4932b0a0", "name": "Finished :entry:default@SyscapTransform", "description": "Transform SysCap in the stage model.", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538611708791, - "endTime": 340538612032041, - "totalTime": 310666 + "startTime": 348576387001125, + "endTime": 348576392801291, + "totalTime": 5785125 }, "additional": { "logType": "info", "children": [], - "durationId": "2b8b3e58-706a-4f41-8e05-b9acb90c8d22" + "durationId": "847c38f6-b465-4dd7-bb92-396bf3963784" } }, { "head": { - "id": "2719de3e-ac63-42a0-a6cc-82aac8121d47", - "name": "entry:default@ProcessProfile", - "description": "Process app config manifest files in the stage model.", + "id": "09ebda34-cdb3-4534-a06d-292c5d0d8e4d", + "name": "entry:default@ProcessRouterMap", + "description": "Process router map configuration.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538612633083, - "endTime": 340538680159791 + "startTime": 348576393353500, + "endTime": 348576394031083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "d127f6b6-2996-43b0-b027-58f811e1fd0f", + "logId": "8af8adac-2fb5-42e6-afdd-58bee68432a4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d127f6b6-2996-43b0-b027-58f811e1fd0f", + "name": "create entry:default@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576392960666 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "09ebda34-cdb3-4534-a06d-292c5d0d8e4d" + } + }, + { + "head": { + "id": "ad7f05d1-c96f-458b-860b-1265ecc1f124", + "name": "Executing task :entry:default@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576393357083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "78f322d2-d596-495f-b1b2-ff5b31c2933e", + "name": "Incremental task entry:default@ProcessRouterMap pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576393949291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0b1fe214-c056-4149-9c8a-815b9fbadc2c", + "name": "entry : default@ProcessRouterMap cost memory 0.13946533203125", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576393965000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8af8adac-2fb5-42e6-afdd-58bee68432a4", + "name": "UP-TO-DATE :entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576393353500, + "endTime": 348576394031083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "09ebda34-cdb3-4534-a06d-292c5d0d8e4d" + } + }, + { + "head": { + "id": "40a50e90-15e7-4cbd-b650-a4deedfc8a68", + "name": "entry:default@ProcessShareConfig", + "description": "Process share config configuration.", + "type": "duration" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576394464583, + "endTime": 348576394804666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "280fee3b-61ed-49fd-b14f-4dc7a759863a", + "logId": "682d9049-5a41-470c-a7b9-25caedab463c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "280fee3b-61ed-49fd-b14f-4dc7a759863a", + "name": "create entry:default@ProcessShareConfig task", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576394176708 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "40a50e90-15e7-4cbd-b650-a4deedfc8a68" + } + }, + { + "head": { + "id": "26d88d62-da5d-475a-bcd8-4a025c358a5c", + "name": "Executing task :entry:default@ProcessShareConfig", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576394468708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c20dc27a-43da-4695-97f9-96dde6cf78a8", + "name": "Incremental task entry:default@ProcessShareConfig pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576394773000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "683069c8-225e-4f8d-84c5-bb452cb5e16b", + "name": "entry : default@ProcessShareConfig cost memory 0.12102508544921875", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576394789875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "682d9049-5a41-470c-a7b9-25caedab463c", + "name": "UP-TO-DATE :entry:default@ProcessShareConfig", + "description": "Process share config configuration.", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576394464583, + "endTime": 348576394804666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "40a50e90-15e7-4cbd-b650-a4deedfc8a68" + } + }, + { + "head": { + "id": "ac6267e3-5db2-4851-b289-5eddd57dafd0", + "name": "entry:default@ProcessStartupConfig", + "description": "Process startup configuration.", + "type": "duration" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576395226166, + "endTime": 348576395730875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/startup/default/startup_config.json' does not exist." + ], + "detailId": "670632b6-4346-4214-921a-2a7ae3c860fd", + "logId": "3eacbf98-e0bf-4334-bcfe-b424c3a51867" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "670632b6-4346-4214-921a-2a7ae3c860fd", + "name": "create entry:default@ProcessStartupConfig task", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576394914666 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "ac6267e3-5db2-4851-b289-5eddd57dafd0" + } + }, + { + "head": { + "id": "b52e9a20-4947-4423-99d7-c7cdb8f15cd3", + "name": "Executing task :entry:default@ProcessStartupConfig", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576395229666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4596e191-f191-45f4-93ed-a06573adf092", + "name": "Task 'entry:default@ProcessStartupConfig' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576395279375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "35244c47-c29d-468c-9520-3d338de2c44e", + "name": "entry:default@ProcessStartupConfig is not up-to-date, since the output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/startup/default/startup_config.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576395457500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "076fab46-f46b-4e3d-a8e7-855f8df91d93", + "name": "Incremental task entry:default@ProcessStartupConfig pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576395470333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ad426970-6f5d-4dd5-9b1c-550e54a9c94a", + "name": "entry : default@ProcessStartupConfig cost memory 0.36399078369140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576395709833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "57f7844e-5f2a-4a48-8104-21d54f6150cb", + "name": "runTaskFromQueue task cost before running: 562 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576395723291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3eacbf98-e0bf-4334-bcfe-b424c3a51867", + "name": "Finished :entry:default@ProcessStartupConfig", + "description": "Process startup configuration.", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576395226166, + "endTime": 348576395730875, + "totalTime": 492459 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ac6267e3-5db2-4851-b289-5eddd57dafd0" + } + }, + { + "head": { + "id": "e125090c-94e1-41a1-aadc-7198d2851315", + "name": "entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576396162625, + "endTime": 348576396437250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "05076440-ad21-4235-a30d-ffdae34592b1", + "logId": "450b15b2-0573-4342-8020-6e1cd86cea0e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "05076440-ad21-4235-a30d-ffdae34592b1", + "name": "create entry:default@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576395895791 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e125090c-94e1-41a1-aadc-7198d2851315" + } + }, + { + "head": { + "id": "cd84028d-329d-4957-9115-56fe56dabe0f", + "name": "Executing task :entry:default@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576396165541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "57f69a8d-7913-4334-b204-33a0f98cc49f", + "name": "Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576396235583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "41bb1724-5f21-423f-947e-863e8f27dec8", + "name": "Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576396407041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fb52668e-58ef-426b-8187-d50a5f329297", + "name": "entry : default@CreateBuildProfile cost memory 0.0758209228515625", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576396424333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "450b15b2-0573-4342-8020-6e1cd86cea0e", + "name": "UP-TO-DATE :entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576396162625, + "endTime": 348576396437250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e125090c-94e1-41a1-aadc-7198d2851315" + } + }, + { + "head": { + "id": "88850203-ea37-4358-aa9e-ab8f3ef2436d", + "name": "xuqmSdk:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576396761000, + "endTime": 348576396825541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Native", + "taskRunReasons": [], + "detailId": "38410d00-47ae-41b0-a5c8-66a05c9da9e3", + "logId": "eea6305d-00b7-4946-93b1-bdcb3e5df8fc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "38410d00-47ae-41b0-a5c8-66a05c9da9e3", + "name": "create xuqmSdk:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576396520625 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "88850203-ea37-4358-aa9e-ab8f3ef2436d" + } + }, + { + "head": { + "id": "b93371bc-18df-48cd-afbf-3a1e332e9af9", + "name": "Executing task :xuqmSdk:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576396764041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "612eccbf-434c-498d-be08-7d57b7190e35", + "name": "xuqmSdk : default@BuildNativeWithCmake cost memory 0.013580322265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576396801583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ffe978fb-6ef6-4d85-8a36-3a4ece91f3dc", + "name": "runTaskFromQueue task cost before running: 563 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576396818250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eea6305d-00b7-4946-93b1-bdcb3e5df8fc", + "name": "Finished :xuqmSdk:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576396761000, + "endTime": 348576396825541, + "totalTime": 51750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "88850203-ea37-4358-aa9e-ab8f3ef2436d" + } + }, + { + "head": { + "id": "561ceb24-5088-4a77-83a7-3e10202754a0", + "name": "entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576396989916, + "endTime": 348576397516375 }, "additional": { "children": [], @@ -5915,8 +6440,8 @@ "moduleName": "entry", "category": "Config", "taskRunReasons": [], - "detailId": "eebf1aa2-c215-442e-b237-59cbf0d6d936", - "logId": "e53cc955-a322-485e-adc2-5015831bef84" + "detailId": "e2500845-dfd8-4b82-9b67-bc6947088beb", + "logId": "e1bb913a-85ba-4869-93a3-a1bca0197b0f" }, "log": { "_logger": { @@ -5940,33 +6465,33 @@ }, { "head": { - "id": "eebf1aa2-c215-442e-b237-59cbf0d6d936", - "name": "create entry:default@ProcessProfile task", + "id": "e2500845-dfd8-4b82-9b67-bc6947088beb", + "name": "create entry:default@MergeProfile task", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538612193875 + "startTime": 348576396884208 }, "additional": { "logType": "detail", "children": [], - "durationId": "2719de3e-ac63-42a0-a6cc-82aac8121d47" + "durationId": "561ceb24-5088-4a77-83a7-3e10202754a0" } }, { "head": { - "id": "9eadb288-849d-49a2-8c97-62dadd585590", - "name": "Executing task :entry:default@ProcessProfile", + "id": "d980e510-dca9-4612-b911-5f9e83333923", + "name": "Executing task :entry:default@MergeProfile", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538612636000 + "startTime": 348576396993458 }, "additional": { "logType": "debug", @@ -5975,15 +6500,15 @@ }, { "head": { - "id": "443f4e0b-98eb-43f6-b0a2-89b25ba4a524", - "name": "Task 'entry:default@ProcessProfile' cost while wrapping incremental declarations: 1 ms ", + "id": "777c7fb5-90a8-425b-9a81-76fa68902094", + "name": "Task 'entry:default@MergeProfile' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538612994375 + "startTime": 348576397183291 }, "additional": { "logType": "debug", @@ -5992,15 +6517,15 @@ }, { "head": { - "id": "da1d38ce-242c-4b6f-b1d4-34191dfc1390", - "name": "12.0.2.0", + "id": "e1063a17-92b4-466b-b08e-f700dbf7765f", + "name": "Incremental task entry:default@MergeProfile pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538679160458 + "startTime": 348576397488250 }, "additional": { "logType": "debug", @@ -6009,15 +6534,15 @@ }, { "head": { - "id": "94328397-022c-4a6d-b28b-d4fbf2200051", - "name": "No need to add fake ui ability because of not in preview process.", + "id": "3296709f-e238-4186-8108-8aead6497106", + "name": "entry : default@MergeProfile cost memory 0.1148223876953125", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538679863958 + "startTime": 348576397504666 }, "additional": { "logType": "debug", @@ -6026,781 +6551,35 @@ }, { "head": { - "id": "2932ddeb-a6e1-482c-b0d6-c630d6a87238", - "name": "entry : default@ProcessProfile cost memory 0.5342254638671875", - "description": "", + "id": "e1bb913a-85ba-4869-93a3-a1bca0197b0f", + "name": "UP-TO-DATE :entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538680103041 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b2e9079c-c01f-46c6-ba76-75edc465fbe2", - "name": "runTaskFromQueue task cost before running: 701 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538680145125 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e53cc955-a322-485e-adc2-5015831bef84", - "name": "Finished :entry:default@ProcessProfile", - "description": "Process app config manifest files in the stage model.", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538612633083, - "endTime": 340538680159791, - "totalTime": 67490333 + "startTime": 348576396989916, + "endTime": 348576397516375 }, "additional": { "logType": "info", "children": [], - "durationId": "2719de3e-ac63-42a0-a6cc-82aac8121d47" + "durationId": "561ceb24-5088-4a77-83a7-3e10202754a0" } }, { "head": { - "id": "fc139978-c48c-4f42-9be7-277ffa526ee6", - "name": "entry:default@ProcessRouterMap", - "description": "Process router map configuration.", - "type": "duration" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538680937375, - "endTime": 340538681916750 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "default", - "moduleName": "entry", - "category": "Generate", - "taskRunReasons": [], - "detailId": "ced3da4b-0e15-409f-9613-e27dda5db777", - "logId": "733e1acf-e65c-4a81-b028-4d71b63857d6" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "ced3da4b-0e15-409f-9613-e27dda5db777", - "name": "create entry:default@ProcessRouterMap task", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538680396916 - }, - "additional": { - "logType": "detail", - "children": [], - "durationId": "fc139978-c48c-4f42-9be7-277ffa526ee6" - } - }, - { - "head": { - "id": "b3e9eae1-b46b-4cd8-b9db-0388932ce2d8", - "name": "Executing task :entry:default@ProcessRouterMap", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538680942875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e34a6b23-f303-4af8-920a-d9d7fab2477f", - "name": "entry : default@ProcessRouterMap cost memory 0.0808258056640625", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538681808708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "93e2a48c-b8c4-4f04-b50e-81248512f8b5", - "name": "runTaskFromQueue task cost before running: 703 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538681831958 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "733e1acf-e65c-4a81-b028-4d71b63857d6", - "name": "Finished :entry:default@ProcessRouterMap", - "description": "Process router map configuration.", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538680937375, - "endTime": 340538681916750, - "totalTime": 887208 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "fc139978-c48c-4f42-9be7-277ffa526ee6" - } - }, - { - "head": { - "id": "013f3da0-590d-41ad-a876-ab435c510c75", - "name": "entry:default@ProcessShareConfig", - "description": "Process share config configuration.", - "type": "duration" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538682497416, - "endTime": 340538683010041 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "default", - "moduleName": "entry", - "category": "Generate", - "taskRunReasons": [], - "detailId": "9f04c25f-740f-4388-8b4f-343d121154f8", - "logId": "fe85f55c-3b0b-46ba-b6d2-a8db50da3bb7" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "9f04c25f-740f-4388-8b4f-343d121154f8", - "name": "create entry:default@ProcessShareConfig task", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538682175333 - }, - "additional": { - "logType": "detail", - "children": [], - "durationId": "013f3da0-590d-41ad-a876-ab435c510c75" - } - }, - { - "head": { - "id": "14362f1e-8e4b-47da-8f52-53713014caf2", - "name": "Executing task :entry:default@ProcessShareConfig", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538682501041 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "6b2a9297-902f-4981-a0fd-fa2bc6d04d03", - "name": "entry : default@ProcessShareConfig cost memory 0.06884002685546875", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538682978791 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "44abc56e-3e76-4846-8939-090324c33e7c", - "name": "runTaskFromQueue task cost before running: 704 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538683000166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "fe85f55c-3b0b-46ba-b6d2-a8db50da3bb7", - "name": "Finished :entry:default@ProcessShareConfig", - "description": "Process share config configuration.", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538682497416, - "endTime": 340538683010041, - "totalTime": 493375 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "013f3da0-590d-41ad-a876-ab435c510c75" - } - }, - { - "head": { - "id": "56022879-4bff-4379-ba82-8ac31ffd89c6", - "name": "entry:default@ProcessStartupConfig", - "description": "Process startup configuration.", - "type": "duration" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538683418625, - "endTime": 340538683830875 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "default", - "moduleName": "entry", - "category": "Generate", - "taskRunReasons": [], - "detailId": "8fec1bdb-6877-443a-9107-cb704260a087", - "logId": "bbe3f9d3-31bc-48db-9ff3-63be9b7964e2" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "8fec1bdb-6877-443a-9107-cb704260a087", - "name": "create entry:default@ProcessStartupConfig task", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538683149333 - }, - "additional": { - "logType": "detail", - "children": [], - "durationId": "56022879-4bff-4379-ba82-8ac31ffd89c6" - } - }, - { - "head": { - "id": "4f2f6399-9ff7-4c35-9440-dd5bc6f59568", - "name": "Executing task :entry:default@ProcessStartupConfig", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538683421958 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "c3232853-4572-4638-82de-2ce94eb2c0ad", - "name": "Task 'entry:default@ProcessStartupConfig' cost while wrapping incremental declarations: 1 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538683485166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "d0997de1-0935-4909-91c1-078676db5f44", - "name": "entry : default@ProcessStartupConfig cost memory 0.0758514404296875", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538683796250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "2a431a62-b51e-4a1c-8f4a-5a064e0feb37", - "name": "runTaskFromQueue task cost before running: 705 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538683821791 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "bbe3f9d3-31bc-48db-9ff3-63be9b7964e2", - "name": "Finished :entry:default@ProcessStartupConfig", - "description": "Process startup configuration.", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538683418625, - "endTime": 340538683830875, - "totalTime": 392417 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "56022879-4bff-4379-ba82-8ac31ffd89c6" - } - }, - { - "head": { - "id": "4b18d738-5261-421f-83f9-3efb9b2bf8bb", - "name": "entry:default@BuildNativeWithNinja", - "description": "Compile CPP source with Ninja in the stage model.", - "type": "duration" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538684165208, - "endTime": 340538684406416 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "default", - "moduleName": "entry", - "category": "Native", - "taskRunReasons": [], - "detailId": "8388566b-0137-4d51-97c1-af6d43e03bc0", - "logId": "14ff4339-9ce0-4814-96f2-26fba9a3407b" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "8388566b-0137-4d51-97c1-af6d43e03bc0", - "name": "create entry:default@BuildNativeWithNinja task", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538683938625 - }, - "additional": { - "logType": "detail", - "children": [], - "durationId": "4b18d738-5261-421f-83f9-3efb9b2bf8bb" - } - }, - { - "head": { - "id": "d93edba4-a0da-420e-a2cd-41dc3d4718af", - "name": "Executing task :entry:default@BuildNativeWithNinja", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538684169291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "7d4eb490-7395-48cc-9d9e-186f539dc667", - "name": "entry : default@BuildNativeWithNinja cost memory 0.02365875244140625", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538684381958 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "61423877-04b0-4684-918a-16d07e947da5", - "name": "runTaskFromQueue task cost before running: 705 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538684398291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "14ff4339-9ce0-4814-96f2-26fba9a3407b", - "name": "Finished :entry:default@BuildNativeWithNinja", - "description": "Compile CPP source with Ninja in the stage model.", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538684165208, - "endTime": 340538684406416, - "totalTime": 227750 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "4b18d738-5261-421f-83f9-3efb9b2bf8bb" - } - }, - { - "head": { - "id": "ae8356f9-f5fa-4911-ad0d-ceb6f71c023a", - "name": "entry:default@ProcessResource", - "description": "Process resources in the stage model.", - "type": "duration" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538685089250, - "endTime": 340538686158041 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "default", - "moduleName": "entry", - "category": "Resources", - "taskRunReasons": [], - "detailId": "38dc2551-adb8-4c19-9c75-38112f5504d0", - "logId": "e9e57b31-724f-458e-8631-98c576b55bc9" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "38dc2551-adb8-4c19-9c75-38112f5504d0", - "name": "create entry:default@ProcessResource task", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538684542333 - }, - "additional": { - "logType": "detail", - "children": [], - "durationId": "ae8356f9-f5fa-4911-ad0d-ceb6f71c023a" - } - }, - { - "head": { - "id": "e6b4e130-9b38-4096-8dc9-c9e0f2e1f7e5", - "name": "restool module names: entry,xuqm-sdk; moduleName=entry, taskName=default@ProcessResource", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538684771416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "792126d3-644e-4e77-96d3-18fef79fafec", - "name": "Executing task :entry:default@ProcessResource", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538685520458 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "40444ae7-2af4-4707-a217-2feb3c1bf213", - "name": "Task 'entry:default@ProcessResource' cost while wrapping incremental declarations: 1 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538685562083 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e75c4b05-693f-4832-b4c2-d6acae95fe3c", - "name": "entry : default@ProcessResource cost memory 0.09777069091796875", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538686047625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "38cf5078-4b82-4ae4-8cb4-4579e8c3bdf0", - "name": "runTaskFromQueue task cost before running: 707 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538686147666 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e9e57b31-724f-458e-8631-98c576b55bc9", - "name": "Finished :entry:default@ProcessResource", - "description": "Process resources in the stage model.", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538685089250, - "endTime": 340538686158041, - "totalTime": 970292 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "ae8356f9-f5fa-4911-ad0d-ceb6f71c023a" - } - }, - { - "head": { - "id": "6abbbb64-d8c3-492e-b095-62618c33869a", + "id": "be7bc1bf-d1c4-447f-9c99-79a000044054", "name": "entry:default@GenerateLoaderJson", "description": "Generate loader.json in the stage model.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538687268416, - "endTime": 340538689150416 + "startTime": 348576398216166, + "endTime": 348576399752541 }, "additional": { "children": [], @@ -6809,8 +6588,8 @@ "moduleName": "entry", "category": "Generate", "taskRunReasons": [], - "detailId": "c2bf0cec-ec4e-492a-bc5b-2b8363db95ad", - "logId": "2e2037cd-c902-4a31-8b7a-ae50e66ae9f3" + "detailId": "162c67d5-8bc0-464c-840d-d52a3dc497e0", + "logId": "77b69bca-e66e-4b92-8ded-00ac3b94aa62" }, "log": { "_logger": { @@ -6834,33 +6613,50 @@ }, { "head": { - "id": "c2bf0cec-ec4e-492a-bc5b-2b8363db95ad", + "id": "162c67d5-8bc0-464c-840d-d52a3dc497e0", "name": "create entry:default@GenerateLoaderJson task", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538686541958 + "startTime": 348576397667916 }, "additional": { "logType": "detail", "children": [], - "durationId": "6abbbb64-d8c3-492e-b095-62618c33869a" + "durationId": "be7bc1bf-d1c4-447f-9c99-79a000044054" } }, { "head": { - "id": "da7134b7-f54c-4146-9071-691302454dc0", + "id": "c96d087b-e435-44d8-9b74-079d2f0657d9", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576397937875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "716d040a-b084-441a-9b49-a90e7f7fc465", "name": "Executing task :entry:default@GenerateLoaderJson", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538687274416 + "startTime": 348576398218833 }, "additional": { "logType": "debug", @@ -6869,15 +6665,15 @@ }, { "head": { - "id": "59b67b11-07ce-40fc-9432-d405be16a7e0", + "id": "93066ade-ead4-44fb-b426-0a33aaf62a1c", "name": "Task 'entry:default@GenerateLoaderJson' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538687586791 + "startTime": 348576398580375 }, "additional": { "logType": "debug", @@ -6886,15 +6682,15 @@ }, { "head": { - "id": "644bb95a-4032-484d-8039-6862d5f6a4c1", - "name": "entry : default@GenerateLoaderJson cost memory 0.2789154052734375", + "id": "7d80c0b7-7a97-4038-a2e9-6ea8b9c95b71", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538689109541 + "startTime": 348576398885416 }, "additional": { "logType": "debug", @@ -6903,15 +6699,15 @@ }, { "head": { - "id": "24252f4e-30e6-4a95-991c-978b600d7e25", - "name": "runTaskFromQueue task cost before running: 710 ms ", + "id": "1b8011c0-eff4-4a78-8e53-720afacba998", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538689137416 + "startTime": 348576399181333 }, "additional": { "logType": "debug", @@ -6920,48 +6716,970 @@ }, { "head": { - "id": "2e2037cd-c902-4a31-8b7a-ae50e66ae9f3", - "name": "Finished :entry:default@GenerateLoaderJson", + "id": "96f5d6fd-9af9-4393-9e9c-f9d13897b1e0", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576399383291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc6cdfbe-83ae-47b2-a3fb-95b3f4a3e25d", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576399478416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "165ec752-7513-4353-938f-d9de435499b1", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576399554083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b4ea172b-a7ef-44e9-bdfc-82d6b9d8bda6", + "name": "Incremental task entry:default@GenerateLoaderJson pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576399727416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "308af6cf-fadf-4841-80b1-dbd8ea1483f2", + "name": "entry : default@GenerateLoaderJson cost memory 0.36475372314453125", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576399741708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "77b69bca-e66e-4b92-8ded-00ac3b94aa62", + "name": "UP-TO-DATE :entry:default@GenerateLoaderJson", "description": "Generate loader.json in the stage model.", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538687268416, - "endTime": 340538689150416, - "totalTime": 1857333 + "startTime": 348576398216166, + "endTime": 348576399752541 }, "additional": { "logType": "info", "children": [], - "durationId": "6abbbb64-d8c3-492e-b095-62618c33869a" + "durationId": "be7bc1bf-d1c4-447f-9c99-79a000044054" } }, { "head": { - "id": "eb6a18f1-42ee-4e53-ad53-2bfed4eefb49", - "name": "entry:default@ProcessLibs", + "id": "bdfd505f-1dd1-4de0-9e77-53ea9385420f", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576399981541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1cf511b4-29c2-4a49-b951-7b4f268c5d63", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576400071750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "da781d12-dfb2-48e0-b61e-f5142498fc29", + "name": "xuqmSdk:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576400420958, + "endTime": 348576400557291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Native", + "taskRunReasons": [], + "detailId": "005ec730-a446-408f-b424-f2d5425caf26", + "logId": "c807ce73-905b-4975-b5fb-6c9032550422" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "005ec730-a446-408f-b424-f2d5425caf26", + "name": "create xuqmSdk:default@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576400199291 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "da781d12-dfb2-48e0-b61e-f5142498fc29" + } + }, + { + "head": { + "id": "055e77b2-686d-42b3-a953-f79fb005eba9", + "name": "Executing task :xuqmSdk:default@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576400424166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8f642678-fce5-4a29-9ad7-1382a8c7e340", + "name": "xuqmSdk : default@BuildNativeWithNinja cost memory 0.0190582275390625", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576400530000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dd4840a8-c0ec-4dc3-b441-ff8dd727d191", + "name": "runTaskFromQueue task cost before running: 567 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576400548833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c807ce73-905b-4975-b5fb-6c9032550422", + "name": "Finished :xuqmSdk:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576400420958, + "endTime": 348576400557291, + "totalTime": 119292 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "da781d12-dfb2-48e0-b61e-f5142498fc29" + } + }, + { + "head": { + "id": "feb3642e-9ae1-45a3-b928-dbc609b6e149", + "name": "entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576400768291, + "endTime": 348576400817208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "aa7b4cc1-1578-4afb-b7ad-bb33377aa9f0", + "logId": "be4dcdca-db45-4415-aa3c-4a0bade9b892" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "aa7b4cc1-1578-4afb-b7ad-bb33377aa9f0", + "name": "create entry:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576400643750 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "feb3642e-9ae1-45a3-b928-dbc609b6e149" + } + }, + { + "head": { + "id": "965d98e4-9b29-4ed5-9ac9-2bc93cae7981", + "name": "Executing task :entry:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576400770500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d1bcff2d-cb70-4f8a-b1e6-361fc0d67747", + "name": "entry : default@ConfigureCmake cost memory 0.01210784912109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576400797375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d5b215b0-f0a8-41b9-93ef-ee037461a360", + "name": "runTaskFromQueue task cost before running: 567 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576400810000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "be4dcdca-db45-4415-aa3c-4a0bade9b892", + "name": "Finished :entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576400768291, + "endTime": 348576400817208, + "totalTime": 37125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "feb3642e-9ae1-45a3-b928-dbc609b6e149" + } + }, + { + "head": { + "id": "a11f1890-fd0d-4be9-aba1-8a139a2a6fef", + "name": "entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576401192375, + "endTime": 348576401539625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "a25d186e-21d8-4739-bd85-74fcdfc0369e", + "logId": "cd27fadb-842d-41f7-b430-4501cbce389e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a25d186e-21d8-4739-bd85-74fcdfc0369e", + "name": "create entry:default@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576400990333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a11f1890-fd0d-4be9-aba1-8a139a2a6fef" + } + }, + { + "head": { + "id": "9ba7b23e-da8d-4303-80d7-178214eb129a", + "name": "Executing task :entry:default@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576401194666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0072de01-6570-4c9a-bc6c-105b3fbea36c", + "name": "Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576401515416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2d664cd-595a-4343-bb90-03ee8d6033ff", + "name": "entry : default@MakePackInfo cost memory 0.0887603759765625", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576401529291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cd27fadb-842d-41f7-b430-4501cbce389e", + "name": "UP-TO-DATE :entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576401192375, + "endTime": 348576401539625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a11f1890-fd0d-4be9-aba1-8a139a2a6fef" + } + }, + { + "head": { + "id": "359f86ca-00b8-481e-ae74-5df4324697dd", + "name": "entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576402064083, + "endTime": 348576402633666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "0dde2bc6-7148-44b7-80e1-b2bbadc95803", + "logId": "e7bbb005-8aac-4e31-bd40-d914e52cf21b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0dde2bc6-7148-44b7-80e1-b2bbadc95803", + "name": "create entry:default@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576401645166 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "359f86ca-00b8-481e-ae74-5df4324697dd" + } + }, + { + "head": { + "id": "62b3c5d0-689c-4845-9082-a60904514b16", + "name": "Executing task :entry:default@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576402066666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ac4aad8d-64e9-4e60-a3d8-830e6cf971b3", + "name": "Task 'entry:default@ProcessProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576402347208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "00afe48c-bb35-4097-b150-23a38b1d88fa", + "name": "Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576402605875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "22f76c61-b761-448a-8a6d-5df96e4cf728", + "name": "entry : default@ProcessProfile cost memory 0.1136627197265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576402623041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e7bbb005-8aac-4e31-bd40-d914e52cf21b", + "name": "UP-TO-DATE :entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576402064083, + "endTime": 348576402633666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "359f86ca-00b8-481e-ae74-5df4324697dd" + } + }, + { + "head": { + "id": "96202993-6f1c-46ba-9f52-83904a8f9362", + "name": "xuqmSdk:default@ProcessLibs", "description": "Process .so files in the stage model.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538689823125, - "endTime": 340538691987791 + "startTime": 348576402939416, + "endTime": 348576403455541 }, "additional": { - "children": [ - "77c18eff-08a2-4b99-9622-c627aeeb5080" - ], + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Resources", + "taskRunReasons": [], + "detailId": "2805acda-7c12-4fa5-a7fb-0432f7991673", + "logId": "5ada5a9b-7aee-487e-8add-7390f05d4861" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "2805acda-7c12-4fa5-a7fb-0432f7991673", + "name": "create xuqmSdk:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576402717958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "96202993-6f1c-46ba-9f52-83904a8f9362" + } + }, + { + "head": { + "id": "39fed9ce-2629-42dc-a475-83bab212e19d", + "name": "Executing task :xuqmSdk:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576402941958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e5042e6e-5ef1-4c57-9144-5e23238f8c0d", + "name": "Incremental task xuqmSdk:default@ProcessLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576403425625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e903f10f-6b8b-4a2e-98cb-05f9a6a6e621", + "name": "xuqmSdk : default@ProcessLibs cost memory 0.08115386962890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576403443750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5ada5a9b-7aee-487e-8add-7390f05d4861", + "name": "UP-TO-DATE :xuqmSdk:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576402939416, + "endTime": 348576403455541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "96202993-6f1c-46ba-9f52-83904a8f9362" + } + }, + { + "head": { + "id": "9261f364-4d62-48ba-8b50-1790509c4e64", + "name": "entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576403614916, + "endTime": 348576403675583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "8434eb57-3c67-4e6f-9504-09bacf4bb36e", + "logId": "40c9dfa1-f711-4229-a0c2-f904cde32ee5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8434eb57-3c67-4e6f-9504-09bacf4bb36e", + "name": "create entry:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576403545333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9261f364-4d62-48ba-8b50-1790509c4e64" + } + }, + { + "head": { + "id": "a372908c-10df-4c2b-a076-1c2b3039f52e", + "name": "Executing task :entry:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576403616375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e1da3ae3-6a1b-4a18-b246-f873f9427c66", + "name": "entry : default@BuildNativeWithCmake cost memory 0.012054443359375", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576403641750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bb404d5d-ca73-4ebc-bad0-d76fb38a50c0", + "name": "runTaskFromQueue task cost before running: 570 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576403667208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "40c9dfa1-f711-4229-a0c2-f904cde32ee5", + "name": "Finished :entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576403614916, + "endTime": 348576403675583, + "totalTime": 34125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9261f364-4d62-48ba-8b50-1790509c4e64" + } + }, + { + "head": { + "id": "497f5d44-7f39-4150-bd32-7b4e9ac8d441", + "name": "entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576404400041, + "endTime": 348576405187458 + }, + "additional": { + "children": [], "state": "success", "targetName": "default", "moduleName": "entry", "category": "Resources", "taskRunReasons": [], - "detailId": "360f919b-916b-4306-b3cb-8e117688e800", - "logId": "2e651d5f-c2cf-4032-9637-39573413bc53" + "detailId": "37292db6-b901-4a35-b4ba-df4002af9324", + "logId": "87d06bea-036e-47d1-ab54-6fedb556dc4a" }, "log": { "_logger": { @@ -6985,33 +7703,33 @@ }, { "head": { - "id": "360f919b-916b-4306-b3cb-8e117688e800", - "name": "create entry:default@ProcessLibs task", + "id": "37292db6-b901-4a35-b4ba-df4002af9324", + "name": "create entry:default@ProcessResource task", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538689544791 + "startTime": 348576403781125 }, "additional": { "logType": "detail", "children": [], - "durationId": "eb6a18f1-42ee-4e53-ad53-2bfed4eefb49" + "durationId": "497f5d44-7f39-4150-bd32-7b4e9ac8d441" } }, { "head": { - "id": "3fc592fd-9e79-4974-a729-e6950808acc4", - "name": "Executing task :entry:default@ProcessLibs", + "id": "b4e57bd4-e6a6-4836-b005-d539c5de8a4d", + "name": "restool module names: entry,xuqmSdk; moduleName=entry, taskName=default@ProcessResource", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538689826291 + "startTime": 348576403982666 }, "additional": { "logType": "debug", @@ -7020,26 +7738,113 @@ }, { "head": { - "id": "77c18eff-08a2-4b99-9622-c627aeeb5080", - "name": "process libs", + "id": "3296bb40-c78f-4694-a4d0-75cfd9b435a3", + "name": "Executing task :entry:default@ProcessResource", "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576404659541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4fc0ebdc-52ae-40d7-99f8-8b834a2a5e29", + "name": "Task 'entry:default@ProcessResource' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576404708958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ec8fbc93-795e-4921-9485-4c3fd4e3f75d", + "name": "Incremental task entry:default@ProcessResource pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576404992250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2226b29-87e2-4e4a-803e-0a06ecdb0729", + "name": "entry : default@ProcessResource cost memory 0.1087188720703125", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576405088000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "87d06bea-036e-47d1-ab54-6fedb556dc4a", + "name": "UP-TO-DATE :entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576404400041, + "endTime": 348576405187458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "497f5d44-7f39-4150-bd32-7b4e9ac8d441" + } + }, + { + "head": { + "id": "f386b8da-acfb-45d5-83ae-b8e9afc94eea", + "name": "xuqmSdk:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538691706333, - "endTime": 340538691931541 + "startTime": 348576405690500, + "endTime": 348576405947500 }, "additional": { "children": [], "state": "success", - "targetName": "", - "moduleName": "", - "category": "", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Native", "taskRunReasons": [], - "parent": "eb6a18f1-42ee-4e53-ad53-2bfed4eefb49", - "logId": "d7d8569f-862f-41dd-b5cc-6b8ec43d2dd5" + "detailId": "1c46c2b6-d9b0-4b2e-a6e3-7aab85005335", + "logId": "cad537a2-ac47-467e-87f8-9df0baaacfbd" }, "log": { "_logger": { @@ -7063,15 +7868,33 @@ }, { "head": { - "id": "ad3de7c0-485b-4970-b08c-f5fd747c128d", - "name": "Worker dispatch failed, running processLibs on main thread.", + "id": "1c46c2b6-d9b0-4b2e-a6e3-7aab85005335", + "name": "create xuqmSdk:default@DoNativeStrip task", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538691708166 + "startTime": 348576405374500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f386b8da-acfb-45d5-83ae-b8e9afc94eea" + } + }, + { + "head": { + "id": "83581618-295f-471f-9a6a-ae5250d604f2", + "name": "Executing task :xuqmSdk:default@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576405693833 }, "additional": { "logType": "debug", @@ -7080,105 +7903,96 @@ }, { "head": { - "id": "d7d8569f-862f-41dd-b5cc-6b8ec43d2dd5", - "name": "process libs", + "id": "3dbc2201-0804-4d53-a0c1-d0a2d83ae657", + "name": "Task 'xuqmSdk:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538691706333, - "endTime": 340538691931541 + "startTime": 348576405745625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "01558b31-3e9f-40f9-961f-08898d400bd5", + "name": "Incremental task xuqmSdk:default@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576405923958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64c1c7b9-206d-4c48-831d-7bf49e3116e4", + "name": "xuqmSdk : default@DoNativeStrip cost memory 0.05887603759765625", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576405938125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cad537a2-ac47-467e-87f8-9df0baaacfbd", + "name": "UP-TO-DATE :xuqmSdk:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576405690500, + "endTime": 348576405947500 }, "additional": { "logType": "info", "children": [], - "durationId": "77c18eff-08a2-4b99-9622-c627aeeb5080", - "parent": "2e651d5f-c2cf-4032-9637-39573413bc53" + "durationId": "f386b8da-acfb-45d5-83ae-b8e9afc94eea" } }, { "head": { - "id": "c0c1f521-708b-46e9-967d-24325828847a", - "name": "entry : default@ProcessLibs cost memory 0.7175369262695312", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538691955041 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0ffed568-8975-40c8-8cdb-409bf2aa82a8", - "name": "runTaskFromQueue task cost before running: 713 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538691978625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "2e651d5f-c2cf-4032-9637-39573413bc53", - "name": "Finished :entry:default@ProcessLibs", - "description": "Process .so files in the stage model.", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538689823125, - "endTime": 340538691987791, - "totalTime": 2145625 - }, - "additional": { - "logType": "info", - "children": [ - "d7d8569f-862f-41dd-b5cc-6b8ec43d2dd5" - ], - "durationId": "eb6a18f1-42ee-4e53-ad53-2bfed4eefb49" - } - }, - { - "head": { - "id": "384295ec-c2e9-4bdd-8457-889899bc75f6", + "id": "ef35ad6b-9e61-49e4-97d2-454cac6908a9", "name": "entry:default@CompileResource", "description": "Compile project resources in the stage model.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538692486916, - "endTime": 340538870184541 + "startTime": 348576406410500, + "endTime": 348576407813375 }, "additional": { - "children": [ - "63e8c1a9-4418-4309-8de9-442ffc64da6b", - "7c4c9388-87e6-48eb-8136-38adcfd3d539" - ], + "children": [], "state": "success", "targetName": "default", "moduleName": "entry", "category": "Resources", "taskRunReasons": [], - "detailId": "b3a1377f-706d-471b-b222-ddbc226de1ca", - "logId": "dca7ce98-4f30-4853-83c3-66e3a70639f0" + "detailId": "f2ef3d42-425f-4ac7-8040-495f5d3ad660", + "logId": "07bc201b-33ad-409e-8e8f-5975a0d6452d" }, "log": { "_logger": { @@ -7202,33 +8016,33 @@ }, { "head": { - "id": "b3a1377f-706d-471b-b222-ddbc226de1ca", + "id": "f2ef3d42-425f-4ac7-8040-495f5d3ad660", "name": "create entry:default@CompileResource task", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538692140791 + "startTime": 348576406036583 }, "additional": { "logType": "detail", "children": [], - "durationId": "384295ec-c2e9-4bdd-8457-889899bc75f6" + "durationId": "ef35ad6b-9e61-49e4-97d2-454cac6908a9" } }, { "head": { - "id": "113dd2ae-fe03-4e5c-b455-d379ad88686a", - "name": "restool module names: entry,xuqm-sdk; moduleName=entry, taskName=default@CompileResource", + "id": "3f1f49ad-2096-49c7-9b54-b45eb5eaa65d", + "name": "restool module names: entry,xuqmSdk; moduleName=entry, taskName=default@CompileResource", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538692268583 + "startTime": 348576406147541 }, "additional": { "logType": "debug", @@ -7237,15 +8051,15 @@ }, { "head": { - "id": "d7b4d53a-9d13-4e39-94a2-28e9de137a1c", + "id": "1cc2f42e-43f4-44cf-b944-4040eb8bda50", "name": "Executing task :entry:default@CompileResource", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538692512208 + "startTime": 348576406431583 }, "additional": { "logType": "debug", @@ -7254,78 +8068,15 @@ }, { "head": { - "id": "63e8c1a9-4418-4309-8de9-442ffc64da6b", - "name": "create intermediate resource category", - "description": "", - "type": "duration" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538693030625, - "endTime": 340538693944333 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "384295ec-c2e9-4bdd-8457-889899bc75f6", - "logId": "36908844-3ddd-4ec6-8b8b-04a7f8776d85" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "36908844-3ddd-4ec6-8b8b-04a7f8776d85", - "name": "create intermediate resource category", + "id": "10877ddf-ff76-4a59-94c1-8b3eae48fb1e", + "name": "Incremental task entry:default@CompileResource pre-execution cost: 2 ms .", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538693030625, - "endTime": 340538693944333 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "63e8c1a9-4418-4309-8de9-442ffc64da6b", - "parent": "dca7ce98-4f30-4853-83c3-66e3a70639f0" - } - }, - { - "head": { - "id": "715c2bae-9fd0-407d-acb6-8185b5441e2a", - "name": "Use tool [/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/restool]\n [\n '/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/restool',\n '-l',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resConfig.json'\n]", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538694168125 + "startTime": 348576407782541 }, "additional": { "logType": "debug", @@ -7334,58 +8085,15 @@ }, { "head": { - "id": "7c4c9388-87e6-48eb-8136-38adcfd3d539", - "name": "execute compile resource command using restool", - "description": "", - "type": "duration" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538694190375, - "endTime": 340538869575375 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "384295ec-c2e9-4bdd-8457-889899bc75f6", - "logId": "177f1218-7437-491e-89b8-bf7fb2b2c221" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "badc53f0-2844-4bc1-9471-06197f69e542", - "name": "current process memoryUsage: {\n rss: 277086208,\n heapTotal: 166739968,\n heapUsed: 141516656,\n external: 3023143,\n arrayBuffers: 215375\n} os memoryUsage :47.901275634765625", + "id": "24aed41c-314a-4152-aaf5-36f7753c817e", + "name": "entry : default@CompileResource cost memory 0.32167816162109375", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538694581125 + "startTime": 348576407799333 }, "additional": { "logType": "debug", @@ -7394,263 +8102,35 @@ }, { "head": { - "id": "f531dceb-0e90-4527-bbfc-abc5e764a228", - "name": "Info: Pack: normal pack mode\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538719156541 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "fb30787b-23b2-47c8-8cf6-3b85636792a5", - "name": "Info: hardware concurrency count is : 14\nInfo: thread count is : 14\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538861545208 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "5ddbb07f-47ea-4b77-8a34-eb29901b9ac1", - "name": "Info: thread pool is started\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538861660958 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "3244cbf6-79bc-4b00-95a8-a02d06f6b673", - "name": "Info: GenericCompiler::CompileFiles\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538862559416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "85ceed7c-f1cb-45a9-a0d5-9e2dafc8e404", - "name": "Info: GenericCompiler::CompileFiles\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538862903250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "807b1934-fd88-4328-8130-7dc6a37b68f4", - "name": "04-28 19:02:45.765 14629 4093344 E C01400/ImageTranscoderUtils: DecodeToRGBA IN\n04-28 19:02:45.765 14629 4093344 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/media/app_icon.png\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538864377833 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "df09e49b-cef2-4b02-bdac-22ac784e5614", - "name": "04-28 19:02:45.768 14629 4093344 E C01400/ImageTranscoder: TranscodeSLR DecodeToRGBA failed\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538866777041 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e7b86033-98d0-4deb-896e-df6d62a6ccf5", - "name": "Warning: ScaleImage failed, error message: IMAGE_ERROR, file path = /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/media/app_icon.png\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538866852416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "d9abe252-2f63-4dcb-9a1f-f33cd2e94c77", - "name": "Info: restool resources compile success.\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538867453583 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b42d4659-fe1f-4b02-86c7-2b7f0e73c1da", - "name": "Info: thread pool is stopped\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538867597083 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "177f1218-7437-491e-89b8-bf7fb2b2c221", - "name": "execute compile resource command using restool", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538694190375, - "endTime": 340538869575375 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "7c4c9388-87e6-48eb-8136-38adcfd3d539", - "parent": "dca7ce98-4f30-4853-83c3-66e3a70639f0" - } - }, - { - "head": { - "id": "791bd1b5-a20f-49ed-a9aa-2b558d87eba6", - "name": "entry : default@CompileResource cost memory 1.9831695556640625", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538870084500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "4ed75a3b-385b-4fdd-875b-0dd11d5eb0c4", - "name": "runTaskFromQueue task cost before running: 891 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538870167750 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "dca7ce98-4f30-4853-83c3-66e3a70639f0", - "name": "Finished :entry:default@CompileResource", + "id": "07bc201b-33ad-409e-8e8f-5975a0d6452d", + "name": "UP-TO-DATE :entry:default@CompileResource", "description": "Compile project resources in the stage model.", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538692486916, - "endTime": 340538870184541, - "totalTime": 177635916 + "startTime": 348576406410500, + "endTime": 348576407813375 }, "additional": { "logType": "info", - "children": [ - "36908844-3ddd-4ec6-8b8b-04a7f8776d85", - "177f1218-7437-491e-89b8-bf7fb2b2c221" - ], - "durationId": "384295ec-c2e9-4bdd-8457-889899bc75f6" + "children": [], + "durationId": "ef35ad6b-9e61-49e4-97d2-454cac6908a9" } }, { "head": { - "id": "e129d15f-46a9-437a-a42c-118db631cfaa", - "name": "entry:default@DoNativeStrip", - "description": "Strip .so files to decrease size.", + "id": "5f0a432f-6b09-4da0-89fd-f3e3aac5bfd3", + "name": "entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538870972625, - "endTime": 340538871659333 + "startTime": 348576408000166, + "endTime": 348576408081916 }, "additional": { "children": [], @@ -7659,8 +8139,8 @@ "moduleName": "entry", "category": "Native", "taskRunReasons": [], - "detailId": "4312e3be-2ff4-4569-ad6a-9a075903857a", - "logId": "5d3568b4-da99-4d16-b0ba-baea47435ef6" + "detailId": "b03b27df-7d37-41b8-8e70-61cd3d7b40dc", + "logId": "b04c1fd5-6018-437e-b3e0-aa0da6fa846d" }, "log": { "_logger": { @@ -7684,33 +8164,33 @@ }, { "head": { - "id": "4312e3be-2ff4-4569-ad6a-9a075903857a", - "name": "create entry:default@DoNativeStrip task", + "id": "b03b27df-7d37-41b8-8e70-61cd3d7b40dc", + "name": "create entry:default@BuildNativeWithNinja task", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538870523166 + "startTime": 348576407935750 }, "additional": { "logType": "detail", "children": [], - "durationId": "e129d15f-46a9-437a-a42c-118db631cfaa" + "durationId": "5f0a432f-6b09-4da0-89fd-f3e3aac5bfd3" } }, { "head": { - "id": "3c891f35-e233-484f-8ebd-d7104caef324", - "name": "Executing task :entry:default@DoNativeStrip", + "id": "a39bcd80-5ec1-41f4-9639-6f7842469d46", + "name": "Executing task :entry:default@BuildNativeWithNinja", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538870976666 + "startTime": 348576408001916 }, "additional": { "logType": "debug", @@ -7719,15 +8199,15 @@ }, { "head": { - "id": "a930d453-2741-48ac-a3c9-edc0683769fe", - "name": "Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", + "id": "30d45a98-922e-477b-a181-ef468cfaacbe", + "name": "entry : default@BuildNativeWithNinja cost memory 0.0177764892578125", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538871040083 + "startTime": 348576408062166 }, "additional": { "logType": "debug", @@ -7736,15 +8216,15 @@ }, { "head": { - "id": "b1b46a18-ed1c-4c93-8445-cb774dcd837a", - "name": "entry : default@DoNativeStrip cost memory 0.05356597900390625", + "id": "0f01f1e9-a7b4-4d83-a390-3961de3702fc", + "name": "runTaskFromQueue task cost before running: 574 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538871624083 + "startTime": 348576408074250 }, "additional": { "logType": "debug", @@ -7753,66 +8233,49 @@ }, { "head": { - "id": "6ac940c3-007b-4474-8e85-80ee169cf602", - "name": "runTaskFromQueue task cost before running: 892 ms ", - "description": "", + "id": "b04c1fd5-6018-437e-b3e0-aa0da6fa846d", + "name": "Finished :entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538871647791 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "5d3568b4-da99-4d16-b0ba-baea47435ef6", - "name": "Finished :entry:default@DoNativeStrip", - "description": "Strip .so files to decrease size.", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538870972625, - "endTime": 340538871659333, - "totalTime": 665333 + "startTime": 348576408000166, + "endTime": 348576408081916, + "totalTime": 69583 }, "additional": { "logType": "info", "children": [], - "durationId": "e129d15f-46a9-437a-a42c-118db631cfaa" + "durationId": "5f0a432f-6b09-4da0-89fd-f3e3aac5bfd3" } }, { "head": { - "id": "887d08d9-f928-4bff-b346-327ad3726072", + "id": "ecdae620-89ee-4a32-ba15-058fecf80657", "name": "entry:default@CompileArkTS", "description": "Compile ArkTS or JS components for large-system devices in the stage model.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538872222666, - "endTime": 340541346795041 + "startTime": 348576408559416, + "endTime": 349457881446375 }, "additional": { "children": [ - "3c72e97c-07c7-424c-9f79-652218a3e4ee", - "4f118930-3cc9-4231-be56-d9e8f7f283c5" + "c25a9db7-e64e-4eba-a18d-a0fba248c50f", + "1e2813d3-7168-4661-bd8a-824956b8a77b" ], "state": "failed", "targetName": "default", "moduleName": "entry", "category": "ArkTS", "taskRunReasons": [], - "detailId": "967b377b-0b9e-438f-bbbb-c369dfb7da01", - "logId": "ac8085c2-8574-4f2f-b5d4-201a7988a779" + "detailId": "1b3c4c47-0be0-45ef-bd20-3dcfd99dcd6a", + "logId": "99f13f68-24a5-4453-b47d-79413b22d62a" }, "log": { "_logger": { @@ -7836,33 +8299,33 @@ }, { "head": { - "id": "967b377b-0b9e-438f-bbbb-c369dfb7da01", + "id": "1b3c4c47-0be0-45ef-bd20-3dcfd99dcd6a", "name": "create entry:default@CompileArkTS task", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538871847375 + "startTime": 348576408246708 }, "additional": { "logType": "detail", "children": [], - "durationId": "887d08d9-f928-4bff-b346-327ad3726072" + "durationId": "ecdae620-89ee-4a32-ba15-058fecf80657" } }, { "head": { - "id": "55150235-b287-48e6-9ac8-0e22c8153cf3", + "id": "e4459b2b-0104-4c57-8649-840316bdeee6", "name": "Executing task :entry:default@CompileArkTS", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538872225916 + "startTime": 348576408561958 }, "additional": { "logType": "debug", @@ -7871,15 +8334,15 @@ }, { "head": { - "id": "9a4f5f3d-abdc-4cb3-9e61-a904af1ae508", + "id": "388719ea-ded4-4d4d-813e-f4d0cd6c79b9", "name": "obfuscationOptions: undefined", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538872490250 + "startTime": 348576408803000 }, "additional": { "logType": "debug", @@ -7888,15 +8351,15 @@ }, { "head": { - "id": "fc828182-ee9c-4519-90ed-65460cd620c6", + "id": "d078b71b-a217-4daf-8360-967e646501d7", "name": "Task 'entry:default@CompileArkTS' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538873499333 + "startTime": 348576409564750 }, "additional": { "logType": "debug", @@ -7905,15 +8368,15 @@ }, { "head": { - "id": "9696a6a3-8e84-4f44-9f3f-154169654af9", + "id": "1df36d82-fa91-4f93-8f72-3c0c98870737", "name": "build config:", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538877668375 + "startTime": 348576412458208 }, "additional": { "logType": "debug", @@ -7922,15 +8385,15 @@ }, { "head": { - "id": "8ec4353a-efe2-4e06-ad8d-e3a627d601dc", + "id": "4e007237-1d9c-44e3-b60d-ad460b29c116", "name": "Compile arkts with external api path: /Users/xuqinmin/sdk/command-line-tools/sdk/default/hms/ets", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538878039125 + "startTime": 348576412964625 }, "additional": { "logType": "debug", @@ -7939,15 +8402,15 @@ }, { "head": { - "id": "4ba87045-665d-4c76-9e65-07ba04f92ec4", + "id": "94cedf8b-7239-4a54-b088-a07eecc9cb33", "name": "Since there is no instance or instance is terminated, create a new worker pool.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538878294916 + "startTime": 348576413163875 }, "additional": { "logType": "debug", @@ -7956,15 +8419,15 @@ }, { "head": { - "id": "899d9cb1-abf6-45a3-96fd-ed599a56bc82", + "id": "754e5a3a-c479-4bb6-8df6-b0ecd33d3f26", "name": "Worker pool is initialized with config: {\n minPoolNum: 2,\n maxPoolNum: undefined,\n maxCoreSize: undefined,\n cacheCapacity: undefined,\n cacheTtl: undefined\n}", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538878338000 + "startTime": 348576413197083 }, "additional": { "logType": "debug", @@ -7973,15 +8436,15 @@ }, { "head": { - "id": "451cff23-f478-487d-8a27-8a3b1c10dd0a", + "id": "8dda38f2-7d35-49d9-a2b7-6cd89fee3df6", "name": "Create resident worker with id: 0.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538878872041 + "startTime": 348576413635083 }, "additional": { "logType": "debug", @@ -7990,15 +8453,15 @@ }, { "head": { - "id": "16cd986f-f69f-4845-8421-dd3442bb0834", + "id": "8dced500-766e-4933-a2b3-252db6f339c1", "name": "Create resident worker with id: 1.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538879657916 + "startTime": 348576414440750 }, "additional": { "logType": "debug", @@ -8007,15 +8470,15 @@ }, { "head": { - "id": "c4cd5fa2-5e70-4a59-b15f-808c2182663c", + "id": "215f68f6-30c4-4bcd-bada-721e76bd6f0d", "name": "default@CompileArkTS work[0] is submitted.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538880459291 + "startTime": 348576415182666 }, "additional": { "logType": "debug", @@ -8024,16 +8487,16 @@ }, { "head": { - "id": "3c72e97c-07c7-424c-9f79-652218a3e4ee", + "id": "c25a9db7-e64e-4eba-a18d-a0fba248c50f", "name": "entry:default@CompileArkTS", "description": "Compile ArkTS or JS components for large-system devices in the stage model.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Worker4", - "startTime": 340538881109875, - "endTime": 340541346643791 + "startTime": 348576417245583, + "endTime": 349457880934125 }, "additional": { "children": [], @@ -8042,8 +8505,8 @@ "moduleName": "entry", "category": "", "taskRunReasons": [], - "parent": "887d08d9-f928-4bff-b346-327ad3726072", - "logId": "7bc42917-b1ea-467d-937c-d34dc943789e" + "parent": "ecdae620-89ee-4a32-ba15-058fecf80657", + "logId": "49093942-f735-442c-970e-75f46e85500f" }, "log": { "_logger": { @@ -8067,15 +8530,15 @@ }, { "head": { - "id": "9c4f4877-1480-402a-814c-8431d2b0d49d", + "id": "a0462dd4-ecf8-476c-a4de-1db845ae4584", "name": "default@CompileArkTS work[0] is pushed to ready queue.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538880608708 + "startTime": 348576415330666 }, "additional": { "logType": "debug", @@ -8084,15 +8547,15 @@ }, { "head": { - "id": "f74528d4-6edf-4ab9-9036-81deae7ae504", + "id": "284d42bb-178a-4edc-a2fb-df71b856835a", "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538880681291 + "startTime": 348576416675708 }, "additional": { "logType": "debug", @@ -8101,15 +8564,15 @@ }, { "head": { - "id": "ada7b3f3-b06a-49a0-a630-26ad180f430f", + "id": "b3a03355-7492-4d75-b0fe-679c42bc9829", "name": "A work dispatched to worker[12] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538880690083 + "startTime": 348576416709583 }, "additional": { "logType": "debug", @@ -8118,15 +8581,15 @@ }, { "head": { - "id": "2f2ef481-9614-48f4-ab3e-0a406923f5c6", + "id": "cf07a32a-fe3a-42d7-a2c5-c1455577fdd4", "name": "A work dispatched to worker[11] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538880696541 + "startTime": 348576416722041 }, "additional": { "logType": "debug", @@ -8135,15 +8598,15 @@ }, { "head": { - "id": "a1ce91a2-d4e8-42b9-912e-85585aa2b8a7", + "id": "d5511a43-1f1f-4a91-a20d-03eb9c3b82c4", "name": "A work dispatched to worker[10] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538880702333 + "startTime": 348576416731250 }, "additional": { "logType": "debug", @@ -8152,15 +8615,15 @@ }, { "head": { - "id": "c6cd820f-6bde-4577-a5c9-6a4b55ad86c8", + "id": "e3728194-4fdc-4196-8713-5dbac43e4e7a", "name": "A work dispatched to worker[9] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538880708000 + "startTime": 348576416739166 }, "additional": { "logType": "debug", @@ -8169,15 +8632,15 @@ }, { "head": { - "id": "3752c19c-9825-46e4-ad8f-a1b25ad404ef", + "id": "e580b26c-76c5-4717-968e-da449199f139", "name": "A work dispatched to worker[8] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538880714416 + "startTime": 348576416748333 }, "additional": { "logType": "debug", @@ -8186,15 +8649,15 @@ }, { "head": { - "id": "1f942760-52d8-42c8-8b3f-671b91e9fc62", + "id": "4df7a8b3-80a3-451a-8cd5-117d000fbc2f", "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538880720958 + "startTime": 348576416756291 }, "additional": { "logType": "debug", @@ -8203,15 +8666,15 @@ }, { "head": { - "id": "2b0584e2-07c0-4c52-b4b3-e4fc7ee636f2", + "id": "1512e738-2c0d-4c57-9ea3-100778ca0d1b", "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538880726458 + "startTime": 348576416762416 }, "additional": { "logType": "debug", @@ -8220,15 +8683,15 @@ }, { "head": { - "id": "2e59ed57-9a6f-406e-b85b-7fbe59ea4ea9", + "id": "e13ac77f-8cf0-4654-987f-f85e1b746ac8", "name": "A work dispatched to worker[5] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538880732333 + "startTime": 348576416768958 }, "additional": { "logType": "debug", @@ -8237,15 +8700,15 @@ }, { "head": { - "id": "bc03bcd6-09a1-4f87-83f4-3092c3479777", + "id": "f1bf1c30-963a-4fe1-b145-d7a181966eff", "name": "Create resident worker with id: 4.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538880775208 + "startTime": 348576416830708 }, "additional": { "logType": "debug", @@ -8254,15 +8717,15 @@ }, { "head": { - "id": "8cd0927f-ae03-4345-9995-afab778a2575", + "id": "0244bf7a-c4fc-4063-9044-58e67bfd8f7a", "name": "default@CompileArkTS work[0] has been dispatched to worker[4].", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538881121416 + "startTime": 348576417266666 }, "additional": { "logType": "debug", @@ -8271,15 +8734,15 @@ }, { "head": { - "id": "29c11635-f49c-45b8-8216-3ea88d27c8ed", + "id": "522515f5-f7fc-41f9-a15d-a7e7d0f465ff", "name": "default@CompileArkTS work[0] is dispatched.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538881151791 + "startTime": 348576417315958 }, "additional": { "logType": "debug", @@ -8288,15 +8751,15 @@ }, { "head": { - "id": "b76d4c3b-f124-4c7f-9a95-ebea40edd48e", - "name": "CopyResources startTime: 340538881184541", + "id": "643d4be4-a749-4fb6-83c4-722932bd7c3b", + "name": "CopyResources startTime: 348576417361416", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538881185833 + "startTime": 348576417363333 }, "additional": { "logType": "debug", @@ -8305,15 +8768,15 @@ }, { "head": { - "id": "dd37b7a4-186a-4f88-b9fa-90a1a03d7df1", + "id": "60891ac5-0e4d-4f56-83da-7c9b47b79854", "name": "default@CompileArkTS work[1] is submitted.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538881200083 + "startTime": 348576417386416 }, "additional": { "logType": "debug", @@ -8322,16 +8785,16 @@ }, { "head": { - "id": "4f118930-3cc9-4231-be56-d9e8f7f283c5", + "id": "1e2813d3-7168-4661-bd8a-824956b8a77b", "name": "entry:default@CompileArkTS", "description": "Compile ArkTS or JS components for large-system devices in the stage model.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Worker12", - "startTime": 340539131010833, - "endTime": 340539135789125 + "startTime": 348576647624458, + "endTime": 348576651569458 }, "additional": { "children": [], @@ -8340,8 +8803,8 @@ "moduleName": "entry", "category": "", "taskRunReasons": [], - "parent": "887d08d9-f928-4bff-b346-327ad3726072", - "logId": "58f6f8ca-7d22-4867-95a8-f2b266a9a10b" + "parent": "ecdae620-89ee-4a32-ba15-058fecf80657", + "logId": "5d5b8552-bfb8-4ace-8440-5d322fd6d8e8" }, "log": { "_logger": { @@ -8365,15 +8828,15 @@ }, { "head": { - "id": "a14cd877-0d55-40ec-8656-468e1337fc76", + "id": "931975dc-2fab-44df-9cba-da49090edaf2", "name": "default@CompileArkTS work[1] is pushed to ready queue.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538881233833 + "startTime": 348576417499958 }, "additional": { "logType": "debug", @@ -8382,15 +8845,15 @@ }, { "head": { - "id": "5687efc7-c3a2-4f01-af56-8071a4fc01fe", + "id": "71c1a45f-244d-4e82-9537-31354470b2fb", "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538881242250 + "startTime": 348576417510166 }, "additional": { "logType": "debug", @@ -8399,15 +8862,15 @@ }, { "head": { - "id": "6d8da35c-33e7-42f3-8c95-ddb768d87360", + "id": "99b3303d-4bf9-4213-b715-cecb7af99359", "name": "Create resident worker with id: 12.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538881251916 + "startTime": 348576417520916 }, "additional": { "logType": "debug", @@ -8416,15 +8879,15 @@ }, { "head": { - "id": "e82a3069-9b52-4923-9bb9-b2265cfb6de9", + "id": "c6a0756b-0e95-4e75-bb49-249d6f4ba482", "name": "default@CompileArkTS work[1] has been dispatched to worker[12].", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538881500375 + "startTime": 348576417859458 }, "additional": { "logType": "debug", @@ -8433,15 +8896,15 @@ }, { "head": { - "id": "1c70391f-02f7-41ac-bc66-99fa420311c3", + "id": "26e8c382-c629-44bc-962d-9ecb8528ee74", "name": "default@CompileArkTS work[1] is dispatched.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538881510375 + "startTime": 348576417873541 }, "additional": { "logType": "debug", @@ -8450,15 +8913,15 @@ }, { "head": { - "id": "69062d8e-71c0-4238-8d6b-096133e79450", - "name": "entry : default@CompileArkTS cost memory 2.3844528198242188", + "id": "7567a996-b7a5-4d62-a237-e411a622994e", + "name": "entry : default@CompileArkTS cost memory -8.724578857421875", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538881555125 + "startTime": 348576417931291 }, "additional": { "logType": "debug", @@ -8467,16 +8930,16 @@ }, { "head": { - "id": "863c9d3c-fecc-468a-a6d9-fa2e6e9e9cc4", + "id": "325f4636-64ca-48fc-9a09-72730d2ecdb6", "name": "entry:default@BuildJS", "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538882119666, - "endTime": 340538882765875 + "startTime": 348576418605125, + "endTime": 348576419267333 }, "additional": { "children": [], @@ -8485,8 +8948,8 @@ "moduleName": "entry", "category": "ArkTS", "taskRunReasons": [], - "detailId": "e29dc2c3-7de3-4e62-a301-66dd42e0e52b", - "logId": "932fddeb-6664-4c69-9bd0-aa759b3c566b" + "detailId": "9f29e0b8-fc66-406f-bb7c-95d3c8affa47", + "logId": "e8af17db-b59b-4295-8561-f57dbbaf765d" }, "log": { "_logger": { @@ -8510,33 +8973,33 @@ }, { "head": { - "id": "e29dc2c3-7de3-4e62-a301-66dd42e0e52b", + "id": "9f29e0b8-fc66-406f-bb7c-95d3c8affa47", "name": "create entry:default@BuildJS task", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538881671125 + "startTime": 348576418066750 }, "additional": { "logType": "detail", "children": [], - "durationId": "863c9d3c-fecc-468a-a6d9-fa2e6e9e9cc4" + "durationId": "325f4636-64ca-48fc-9a09-72730d2ecdb6" } }, { "head": { - "id": "d7a20bb9-830e-4fd6-85f6-cbff06a543b9", + "id": "ac512144-f13a-4c77-8c06-014987401986", "name": "Executing task :entry:default@BuildJS", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538882123583 + "startTime": 348576418609541 }, "additional": { "logType": "debug", @@ -8545,15 +9008,15 @@ }, { "head": { - "id": "e81c7f1a-8013-458e-8e7c-f9a5f43118e9", + "id": "05ebd5d4-ea31-4218-bcf4-e90fdf0f704e", "name": "Task 'entry:default@BuildJS' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538882205416 + "startTime": 348576418701583 }, "additional": { "logType": "debug", @@ -8562,15 +9025,15 @@ }, { "head": { - "id": "83ed336f-08d6-4be3-ab41-37faae8cfdba", - "name": "entry : default@BuildJS cost memory 0.129791259765625", + "id": "4e0cc0c7-96bc-46bf-80b7-38efddc5b331", + "name": "entry : default@BuildJS cost memory 0.132293701171875", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538882732500 + "startTime": 348576419231916 }, "additional": { "logType": "debug", @@ -8579,15 +9042,15 @@ }, { "head": { - "id": "9d9fc7ee-94be-4eb7-8caa-4a4f9a5ad74d", - "name": "runTaskFromQueue task cost before running: 903 ms ", + "id": "4f055aad-4f18-42e5-bbc8-e395ac20c32f", + "name": "runTaskFromQueue task cost before running: 585 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538882754166 + "startTime": 348576419254375 }, "additional": { "logType": "debug", @@ -8596,48 +9059,177 @@ }, { "head": { - "id": "932fddeb-6664-4c69-9bd0-aa759b3c566b", + "id": "e8af17db-b59b-4295-8561-f57dbbaf765d", "name": "Finished :entry:default@BuildJS", "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538882119666, - "endTime": 340538882765875, - "totalTime": 626375 + "startTime": 348576418605125, + "endTime": 348576419267333, + "totalTime": 641750 }, "additional": { "logType": "info", "children": [], - "durationId": "863c9d3c-fecc-468a-a6d9-fa2e6e9e9cc4" + "durationId": "325f4636-64ca-48fc-9a09-72730d2ecdb6" } }, { "head": { - "id": "098a0f6a-a2f7-4304-95b8-4aeaa5d89735", - "name": "entry:default@CacheNativeLibs", - "description": "cache native strip .so fileInfo", + "id": "895386af-1031-4ab9-991a-df3de0acbc96", + "name": "entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538883524166, - "endTime": 340539153142041 + "startTime": 348576419488750, + "endTime": 348576420982750 }, "additional": { - "children": [ - "e55bc0ca-f422-4e6d-a47d-e113c15748d4" - ], + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "0e1a965c-2d2c-43f8-bc69-476e47e4f8b3", + "logId": "03bc57ce-f888-4829-b84f-df7105a92d18" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0e1a965c-2d2c-43f8-bc69-476e47e4f8b3", + "name": "create entry:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576419389125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "895386af-1031-4ab9-991a-df3de0acbc96" + } + }, + { + "head": { + "id": "61bc1784-0aed-4f40-bb2f-e8f2ad0e25ee", + "name": "Executing task :entry:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576419491291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2164406c-3971-4ed9-85d9-ad529684cf7e", + "name": "Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576420947083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2854192a-8fd3-47f2-98ff-ec6c51cd565d", + "name": "entry : default@ProcessLibs cost memory 0.2184295654296875", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576420971083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "03bc57ce-f888-4829-b84f-df7105a92d18", + "name": "UP-TO-DATE :entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576419488750, + "endTime": 348576420982750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "895386af-1031-4ab9-991a-df3de0acbc96" + } + }, + { + "head": { + "id": "21f8ae33-3ba0-4055-b928-5c5810b72ff0", + "name": "entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576421177166, + "endTime": 348576421369000 + }, + "additional": { + "children": [], "state": "success", "targetName": "default", "moduleName": "entry", "category": "Native", "taskRunReasons": [], - "detailId": "c01f70c2-c898-4131-b0ef-7c3f02fb7fca", - "logId": "bd415354-e594-460e-b03d-50a408bdfd2f" + "detailId": "f5f6b79d-11e3-44bd-adef-d8a0971cade0", + "logId": "c2ec68c1-b99f-4762-87dd-05eec738d6a5" }, "log": { "_logger": { @@ -8661,33 +9253,33 @@ }, { "head": { - "id": "c01f70c2-c898-4131-b0ef-7c3f02fb7fca", - "name": "create entry:default@CacheNativeLibs task", + "id": "f5f6b79d-11e3-44bd-adef-d8a0971cade0", + "name": "create entry:default@DoNativeStrip task", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538882915458 + "startTime": 348576421075250 }, "additional": { "logType": "detail", "children": [], - "durationId": "098a0f6a-a2f7-4304-95b8-4aeaa5d89735" + "durationId": "21f8ae33-3ba0-4055-b928-5c5810b72ff0" } }, { "head": { - "id": "4810c7a5-5eda-465b-b023-3d8549b757d1", - "name": "Executing task :entry:default@CacheNativeLibs", + "id": "55899ee4-8cab-425d-ba08-9eb60da4fc5d", + "name": "Executing task :entry:default@DoNativeStrip", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538883531291 + "startTime": 348576421179541 }, "additional": { "logType": "debug", @@ -8696,15 +9288,15 @@ }, { "head": { - "id": "c24ca4d0-caaa-4554-92bb-04b2bbb73dd8", - "name": "Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms ", + "id": "aa6db568-61b2-4f75-ae38-64fa69ef8904", + "name": "Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538883633625 + "startTime": 348576421208708 }, "additional": { "logType": "debug", @@ -8713,15 +9305,15 @@ }, { "head": { - "id": "89c6d6a6-6a1f-4851-977b-7184939d898f", - "name": "default@CacheNativeLibs work[2] is submitted.", + "id": "6d8e3847-243c-41de-8e8b-f80f5a980a99", + "name": "Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538883790500 + "startTime": 348576421347583 }, "additional": { "logType": "debug", @@ -8730,26 +9322,62 @@ }, { "head": { - "id": "e55bc0ca-f422-4e6d-a47d-e113c15748d4", + "id": "d2008467-f7fc-46b6-95aa-e54ae65cab07", + "name": "entry : default@DoNativeStrip cost memory 0.056793212890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576421360333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2ec68c1-b99f-4762-87dd-05eec738d6a5", + "name": "UP-TO-DATE :entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576421177166, + "endTime": 348576421369000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "21f8ae33-3ba0-4055-b928-5c5810b72ff0" + } + }, + { + "head": { + "id": "4421f910-5700-4aef-bd16-30a684535c10", "name": "entry:default@CacheNativeLibs", "description": "cache native strip .so fileInfo", "type": "duration" }, "body": { - "pid": 14592, - "tid": "Worker11", - "startTime": 340539150371583, - "endTime": 340539152475875 + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576421831666, + "endTime": 348576422062125 }, "additional": { "children": [], "state": "success", "targetName": "default", "moduleName": "entry", - "category": "", + "category": "Native", "taskRunReasons": [], - "parent": "098a0f6a-a2f7-4304-95b8-4aeaa5d89735", - "logId": "99d9d30a-e6f7-4744-bec6-2eb309522a7d" + "detailId": "ca8b2fe1-ad4c-480c-ac39-46df9ef51aa1", + "logId": "91475f62-5abc-40b4-8b36-69b235329674" }, "log": { "_logger": { @@ -8773,15 +9401,33 @@ }, { "head": { - "id": "30722c67-7864-4d0c-a20a-76543a862894", - "name": "default@CacheNativeLibs work[2] is pushed to ready queue.", + "id": "ca8b2fe1-ad4c-480c-ac39-46df9ef51aa1", + "name": "create entry:default@CacheNativeLibs task", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538883830916 + "startTime": 348576421452833 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "4421f910-5700-4aef-bd16-30a684535c10" + } + }, + { + "head": { + "id": "204407c3-ffe3-4244-a4f4-67dc44354f16", + "name": "Executing task :entry:default@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 348576421837250 }, "additional": { "logType": "debug", @@ -8790,15 +9436,15 @@ }, { "head": { - "id": "2a9ed85b-d810-42dc-82f1-146ceb14946f", - "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", + "id": "7a7f89e7-6929-4927-b760-3f12a44cbc02", + "name": "Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538883844125 + "startTime": 348576421885375 }, "additional": { "logType": "debug", @@ -8807,15 +9453,15 @@ }, { "head": { - "id": "ff4e1280-b773-474b-a53c-15945a0101be", - "name": "A work dispatched to worker[12] failed because of worker busy.", + "id": "d497c699-9936-4fc0-b13e-269bf2e8fe31", + "name": "Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538883851041 + "startTime": 348576422038166 }, "additional": { "logType": "debug", @@ -8824,15 +9470,15 @@ }, { "head": { - "id": "132ee50f-6233-4586-9eca-b0f4aa8ad404", - "name": "Create resident worker with id: 11.", + "id": "667f34e1-4418-43ea-b5df-2f0849e6a088", + "name": "entry : default@CacheNativeLibs cost memory 0.06646728515625", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538883864333 + "startTime": 348576422052250 }, "additional": { "logType": "debug", @@ -8841,66 +9487,34 @@ }, { "head": { - "id": "05ba2bc4-2e38-44f2-92b9-3f5d08054aa0", - "name": "default@CacheNativeLibs work[2] has been dispatched to worker[11].", - "description": "", + "id": "91475f62-5abc-40b4-8b36-69b235329674", + "name": "UP-TO-DATE :entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538884149125 + "startTime": 348576421831666, + "endTime": 348576422062125 }, "additional": { - "logType": "debug", - "children": [] + "logType": "info", + "children": [], + "durationId": "4421f910-5700-4aef-bd16-30a684535c10" } }, { "head": { - "id": "0dda0125-892c-4e08-a8f3-2bc586929a91", - "name": "default@CacheNativeLibs work[2] is dispatched.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538884164166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "89013ef7-476a-4752-bbb3-f7662d08f2cb", - "name": "entry : default@CacheNativeLibs cost memory 0.134979248046875", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538884186250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "6fd77712-1ad4-4fb3-940a-bb64509d8e02", + "id": "7319b421-b300-47d0-b9cc-0830cfd90bb2", "name": "worker[12] has one work done.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340539136063125 + "startTime": 348576651743916 }, "additional": { "logType": "debug", @@ -8909,15 +9523,15 @@ }, { "head": { - "id": "96f0267a-6199-4df6-8c00-31337da47f15", - "name": "CopyResources is end, endTime: 340539136181291", + "id": "589325e3-8466-4901-96d4-f6aadd9d8160", + "name": "CopyResources is end, endTime: 348576651831750", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340539136183833 + "startTime": 348576651834750 }, "additional": { "logType": "debug", @@ -8926,15 +9540,15 @@ }, { "head": { - "id": "da796134-c28d-4825-9f67-4c92c0a44ee6", + "id": "6e2828c0-6950-46a0-bafa-151cf379bdf5", "name": "default@CompileArkTS work[1] done.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340539136348875 + "startTime": 348576651961875 }, "additional": { "logType": "debug", @@ -8943,35 +9557,35 @@ }, { "head": { - "id": "58f6f8ca-7d22-4867-95a8-f2b266a9a10b", + "id": "5d5b8552-bfb8-4ace-8440-5d322fd6d8e8", "name": "entry:default@CompileArkTS", "description": "Compile ArkTS or JS components for large-system devices in the stage model.", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Worker12", - "startTime": 340539131010833, - "endTime": 340539135789125 + "startTime": 348576647624458, + "endTime": 348576651569458 }, "additional": { "logType": "info", "children": [], - "durationId": "4f118930-3cc9-4231-be56-d9e8f7f283c5", - "parent": "ac8085c2-8574-4f2f-b5d4-201a7988a779" + "durationId": "1e2813d3-7168-4661-bd8a-824956b8a77b", + "parent": "99f13f68-24a5-4453-b47d-79413b22d62a" } }, { "head": { - "id": "d377a4fd-f275-44f0-9668-6232715d273b", + "id": "a0fc33a8-f34d-4f53-84e8-22afd371e9a9", "name": "A work dispatched to worker[12] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340539136483083 + "startTime": 348576652044916 }, "additional": { "logType": "debug", @@ -8980,15 +9594,15 @@ }, { "head": { - "id": "00acf3bb-c892-447b-8483-63850543d392", - "name": "worker[11] has one work done.", + "id": "c9b9b306-f040-4476-bad6-db77e927510b", + "name": "worker[4] encounters error: \u001b[31m10311009 ArkTS: ERROR\nError Message: Failed to execute es2abc.\n\n* Try the following:\n > Please refer to es2abc's error codes.\n\u001b[39m\n\u001b[31mCOMPILE RESULT:FAIL {ERROR:1 WARN:10}\u001b[39m.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340539152718125 + "startTime": 349457880344916 }, "additional": { "logType": "debug", @@ -8997,108 +9611,15 @@ }, { "head": { - "id": "7239d8da-6b36-4fd2-adaa-063c281ffebc", - "name": "default@CacheNativeLibs work[2] done.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340539152953125 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "99d9d30a-e6f7-4744-bec6-2eb309522a7d", - "name": "entry:default@CacheNativeLibs", - "description": "cache native strip .so fileInfo", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Worker11", - "startTime": 340539150371583, - "endTime": 340539152475875 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "e55bc0ca-f422-4e6d-a47d-e113c15748d4", - "parent": "bd415354-e594-460e-b03d-50a408bdfd2f" - } - }, - { - "head": { - "id": "58d72c30-f260-4ee8-9e37-04ce3dfc4190", - "name": "A work dispatched to worker[11] failed because unable to get work from ready queue.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340539153059291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "bd415354-e594-460e-b03d-50a408bdfd2f", - "name": "Finished :entry:default@CacheNativeLibs", - "description": "cache native strip .so fileInfo", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340538883524166, - "endTime": 340539153142041, - "totalTime": 2778042 - }, - "additional": { - "logType": "info", - "children": [ - "99d9d30a-e6f7-4744-bec6-2eb309522a7d" - ], - "durationId": "098a0f6a-a2f7-4304-95b8-4aeaa5d89735" - } - }, - { - "head": { - "id": "3eee6d89-1e5c-4f76-852d-aaca5dc21ece", - "name": "worker[4] has one work error.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541346560791 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "805fa194-554b-46d4-8aed-554d5fa5b64c", + "id": "08a3cbaa-96cb-4d41-ab5b-f54c4e3cb059", "name": "default@CompileArkTS work[0] failed.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541346720458 + "startTime": 349457881154000 }, "additional": { "logType": "debug", @@ -9107,57 +9628,57 @@ }, { "head": { - "id": "7bc42917-b1ea-467d-937c-d34dc943789e", + "id": "49093942-f735-442c-970e-75f46e85500f", "name": "entry:default@CompileArkTS", "description": "Compile ArkTS or JS components for large-system devices in the stage model.", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Worker4", - "startTime": 340538881109875, - "endTime": 340541346643791 + "startTime": 348576417245583, + "endTime": 349457880934125 }, "additional": { "logType": "error", "children": [], - "durationId": "3c72e97c-07c7-424c-9f79-652218a3e4ee", - "parent": "ac8085c2-8574-4f2f-b5d4-201a7988a779" + "durationId": "c25a9db7-e64e-4eba-a18d-a0fba248c50f", + "parent": "99f13f68-24a5-4453-b47d-79413b22d62a" } }, { "head": { - "id": "ac8085c2-8574-4f2f-b5d4-201a7988a779", + "id": "99f13f68-24a5-4453-b47d-79413b22d62a", "name": "Failed :entry:default@CompileArkTS", "description": "Compile ArkTS or JS components for large-system devices in the stage model.", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340538872222666, - "endTime": 340541346795041 + "startTime": 348576408559416, + "endTime": 349457881446375 }, "additional": { "logType": "error", "children": [ - "7bc42917-b1ea-467d-937c-d34dc943789e", - "58f6f8ca-7d22-4867-95a8-f2b266a9a10b" + "49093942-f735-442c-970e-75f46e85500f", + "5d5b8552-bfb8-4ace-8440-5d322fd6d8e8" ], - "durationId": "887d08d9-f928-4bff-b346-327ad3726072" + "durationId": "ecdae620-89ee-4a32-ba15-058fecf80657" } }, { "head": { - "id": "9647afbd-e735-44fd-befc-00063156f182", - "name": "\n\u001b[33m1 WARN: \u001b[33m\u001b[33mArkTS:WARN: For details about ArkTS syntax errors, see FAQs\u001b[39m\u001b[39m\n\u001b[33m2 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:17:22\n 'showToast' has been deprecated.\n\u001b[39m\u001b[39m\n\u001b[33m3 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:27:22\n 'showToast' has been deprecated.\n\u001b[39m\u001b[39m\n\u001b[33m4 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:87:28\n 'showToast' has been deprecated.\n\u001b[39m\u001b[39m", + "id": "66b24157-06fe-48e9-a962-cc17be648ede", + "name": "\n\u001b[33m1 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:28:30\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m2 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:29:25\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m3 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:37:15\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m4 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:39:15\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m5 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:41:13\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m6 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/HttpClient.ets:32:25\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m7 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:166:5\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m8 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:53:22\n 'showToast' has been deprecated.\n\u001b[39m\u001b[39m\n\u001b[33m9 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:63:22\n 'showToast' has been deprecated.\n\u001b[39m\u001b[39m\n\u001b[33m10 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:124:28\n 'showToast' has been deprecated.\n\u001b[39m\u001b[39m", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541346827250 + "startTime": 349457881574750 }, "additional": { "logType": "warn", @@ -9166,52 +9687,52 @@ }, { "head": { - "id": "d7106944-72d9-44e9-8352-fdeb4bbd46ff", + "id": "068f0cdd-0efb-42f5-816d-0adadcb36a96", "name": "hvigor build process will be closed with an error.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541346942208 + "startTime": 349457882008958 }, "additional": { "logType": "debug", "children": [], - "durationId": "887d08d9-f928-4bff-b346-327ad3726072" + "durationId": "ecdae620-89ee-4a32-ba15-058fecf80657" } }, { "head": { - "id": "01d70d7d-b9a5-455a-9a94-f57adcd14968", - "name": "ERROR: stacktrace = Error: ArkTS Compiler Error\n\u001b[31m1 ERROR: \u001b[31m10605008 ArkTS Compiler Error\nError Message: Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:13:11\n\u001b[39m\n\u001b[39m\n\u001b[31m2 ERROR: \u001b[31m10605008 ArkTS Compiler Error\nError Message: Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:19:24\n\u001b[39m\n\u001b[39m\n\u001b[31m3 ERROR: \u001b[31m10605008 ArkTS Compiler Error\nError Message: Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:19:30\n\u001b[39m\n\u001b[39m\n\u001b[31m4 ERROR: \u001b[31m10605008 ArkTS Compiler Error\nError Message: Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:23:19\n\u001b[39m\n\u001b[39m\n\u001b[31m5 ERROR: \u001b[31m10605008 ArkTS Compiler Error\nError Message: Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:26:17\n\u001b[39m\n\u001b[39m\n\u001b[31m6 ERROR: \u001b[31m10505001 ArkTS Compiler Error\nError Message: Cannot find module '@xuqm/harmony-sdk' or its corresponding type declarations. At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/entryability/EntryAbility.ets:4:25\n\u001b[39m\n\u001b[39m\n\u001b[31m7 ERROR: \u001b[31m10505001 ArkTS Compiler Error\nError Message: Cannot find module '@xuqm/harmony-sdk' or its corresponding type declarations. At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:1:36\n\u001b[39m\n\u001b[39m\n\u001b[31mCOMPILE RESULT:FAIL {ERROR:8 WARN:4}\u001b[39m\n at runArkPack (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5860)\nArkTSCompilerError: ArkTS Compiler Error\n at throwArkTsCompilerError (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/data/compose-error.js:1:423)\n at throwErrorIfHasErrorInfo (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/plugins/common-plugin.js:1:4478)\n at Object.handler (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/plugins/common-plugin.js:1:2547)\n at /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-base/node_modules/rollup/dist/shared/rollup.js:27765:40", + "id": "fec60e54-cc32-40f1-9345-7835ecd2c77e", + "name": "ERROR: stacktrace = Error: \u001b[31m10311009 ArkTS: ERROR\nError Message: Failed to execute es2abc.\n\n* Try the following:\n > Please refer to es2abc's error codes.\n\u001b[39m\n\u001b[31mCOMPILE RESULT:FAIL {ERROR:1 WARN:10}\u001b[39m\n at process. (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:4449)\n at process.emit (node:events:517:28)\n at node:internal/process/execution:169:25\n at process.workerOnGlobalUncaughtException [as _fatalException] (node:internal/main/worker_thread:208:15)\nArkTSCompilerError: \u001b[31m10311009 ArkTS: ERROR\nError Message: Failed to execute es2abc.\n\n* Try the following:\n > Please refer to es2abc's error codes.\n\u001b[39m\n at HvigorRollupLogger.printErrorAndExit (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-base/dist/src/log/hvigor-rollup-logger.js:1:793)\n at CommonLogger.printErrorAndExit (/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/build-tools/ets-loader/lib/fast_build/ark_compiler/logger.js:1:2308)\n at ModuleBuildMode. (/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/build-tools/ets-loader/lib/fast_build/ark_compiler/module/module_mode.js:10:1692)\n at ChildProcess.emit (node:events:529:35)\n at maybeClose (node:internal/child_process:1098:16)\n at ChildProcess._handle.onexit (node:internal/child_process:303:5)", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541347314625 + "startTime": 349457885216208 }, "additional": { "logType": "debug", "children": [], - "durationId": "887d08d9-f928-4bff-b346-327ad3726072" + "durationId": "ecdae620-89ee-4a32-ba15-058fecf80657" } }, { "head": { - "id": "123d14b3-18af-46fd-a872-a2565eb4223b", + "id": "8ee45a88-87fb-4f69-a4d6-1a755f6e6774", "name": "\"buildFinished\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541347761500, - "endTime": 340541347980458 + "startTime": 349457886831416, + "endTime": 349457887610000 }, "additional": { "children": [], @@ -9220,8 +9741,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "bbb55738-25c7-43eb-95b1-d2f101648498", - "logId": "b917c91f-2153-457c-b71c-2c00f633457a" + "parent": "fe5a16b4-f8dc-4601-aed5-c9c14205bf59", + "logId": "b733a8f2-b890-423c-abf7-b6b4832fe165" }, "log": { "_logger": { @@ -9245,44 +9766,44 @@ }, { "head": { - "id": "b917c91f-2153-457c-b71c-2c00f633457a", + "id": "b733a8f2-b890-423c-abf7-b6b4832fe165", "name": "\"buildFinished\" hook function", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541347761500, - "endTime": 340541347980458 + "startTime": 349457886831416, + "endTime": 349457887610000 }, "additional": { "logType": "info", "children": [], - "durationId": "123d14b3-18af-46fd-a872-a2565eb4223b" + "durationId": "8ee45a88-87fb-4f69-a4d6-1a755f6e6774" } }, { "head": { - "id": "52c9ca59-034d-48b9-bd2a-d4c1f2545007", + "id": "3eedaca9-d3d2-4c77-b445-5baba4857f4b", "name": "assembleHap", "description": "", "type": "mark" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340537979796958, - "endTime": 340541348212625 + "startTime": 348575834503208, + "endTime": 349457888493666 }, "additional": { "time": { "year": 2026, "month": 4, "day": 28, - "hour": 19, - "minute": 2, - "second": 48 + "hour": 21, + "minute": 31, + "second": 24 }, "completeCommand": "{\"prop\":[],\"_\":[\"assembleHap\"]};assembleHap", "hvigorVersion": "6.22.4", @@ -9294,15 +9815,15 @@ }, { "head": { - "id": "f59cfc70-b6b2-4e2d-a1be-155e5c5c7448", - "name": "BUILD FAILED in 3 s 369 ms ", + "id": "62b36fe1-927f-4db3-b824-8fe3b65bdf9a", + "name": "BUILD FAILED in 14 min 42 s 54 ms ", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541348230750 + "startTime": 349457888605625 }, "additional": { "logType": "error", @@ -9311,15 +9832,15 @@ }, { "head": { - "id": "8b4bc17b-c4ef-49e6-bb49-00e952651b29", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5 cache by regenerate.", + "id": "3861d226-d89c-4ebf-9d8f-69fba7a368a5", + "name": "There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541348461083 + "startTime": 349457888973958 }, "additional": { "logType": "debug", @@ -9328,15 +9849,15 @@ }, { "head": { - "id": "96011f94-1e2a-4295-9929-dba508201646", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5 cache by regenerate.", + "id": "9cc971db-a6cb-46c2-bb3d-9476e923a851", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@PreBuild is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541348678291 + "startTime": 349457889024666 }, "additional": { "logType": "debug", @@ -9345,134 +9866,15 @@ }, { "head": { - "id": "5dd42122-7e2d-48fe-a34a-0f6246de64ed", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541348711416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "cdb86a9e-116b-4ed5-aa4a-aa33b9649453", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build-profile.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541348805666 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "ced62caa-74da-48b2-ac17-62f842afbbec", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/profile/main_pages.json cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541348833041 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "bae58b37-6922-452b-aad3-53d007033636", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigor/hvigor-config.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541348854208 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "210d67be-9dad-451d-8cc1-c0a78586126f", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/oh-package.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541348873833 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "f52d0e3c-ff63-4f31-adb7-946161f2ada0", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541348894333 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b9555c75-59b8-4d66-916e-5d1c4a3b8a06", - "name": "Incremental task entry:default@PreBuild post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541348969125 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "73f98c15-a67f-461a-a055-bd98abcd30ea", + "id": "ab766365-b3f1-4464-9529-d18e943ecfb0", "name": "Update task entry:default@CreateModuleInfo output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/ModuleInfo.ts cache.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541348990500 + "startTime": 349457889186583 }, "additional": { "logType": "debug", @@ -9481,15 +9883,15 @@ }, { "head": { - "id": "dd271b16-a00f-4e05-a5c2-c2b900e18721", + "id": "cfcf25d9-6f8b-4cef-8997-eeea19a2c85f", "name": "Incremental task entry:default@CreateModuleInfo post-execution cost:1 ms .", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541349070958 + "startTime": 349457889837958 }, "additional": { "logType": "debug", @@ -9498,15 +9900,15 @@ }, { "head": { - "id": "1e2a893b-7dcb-476a-9bab-d09e90948b58", - "name": "Update task entry:default@GenerateMetadata input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5 cache by regenerate.", + "id": "c2ac9c9c-f091-4811-a820-2b2e355f064b", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541349081041 + "startTime": 349457889873708 }, "additional": { "logType": "debug", @@ -9515,15 +9917,15 @@ }, { "head": { - "id": "af6d29a8-3a27-4d09-8bb7-385183683fba", - "name": "Update task entry:default@GenerateMetadata output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/hap_metadata/default/output_metadata.json cache.", + "id": "dfd694bf-e92c-420c-a386-96bdef947c7d", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541349100875 + "startTime": 349457889895291 }, "additional": { "logType": "debug", @@ -9532,219 +9934,15 @@ }, { "head": { - "id": "46311c12-d055-4d7a-bbb2-72270a549dbb", - "name": "Incremental task entry:default@GenerateMetadata post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541349134000 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "413b3a91-0f8c-4f47-a8d8-4d41f8d58f2d", - "name": "Update task entry:default@MergeProfile input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541349151166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "2fc6b517-a011-41ef-9dc9-9addb633eb9c", - "name": "Update task entry:default@MergeProfile input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541349239375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "54f37c70-7c47-41ed-98de-afd140d4f850", - "name": "Update task entry:default@MergeProfile input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541349265208 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "eaccb318-3241-4431-aaef-c03bd56c4740", - "name": "Update task entry:default@MergeProfile output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/merge_profile/default/module.json cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541349295458 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "edd7a99e-8132-474a-8b26-de5e2feaeb5e", - "name": "Incremental task entry:default@MergeProfile post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541349371083 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "370e466d-b0f9-4b8e-a223-0386f81db91b", - "name": "Update task entry:default@CreateBuildProfile input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541349380375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "cc0af6bf-1e8d-4f91-ab86-b23d349849e0", - "name": "Update task entry:default@CreateBuildProfile input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541349401250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "cf4e1042-d628-42c9-99a0-96885e817d10", - "name": "Update task entry:default@CreateBuildProfile output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541349418000 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "669888ea-fae4-484a-9164-e954d6f26479", - "name": "Incremental task entry:default@CreateBuildProfile post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541349443166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "636899a5-0a34-44d4-b9a9-9b2f8617cfed", - "name": "Update task entry:default@GeneratePkgContextInfo output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541349460208 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "9cee2403-ae66-4eae-9294-b073c3ca9b65", - "name": "Incremental task entry:default@GeneratePkgContextInfo post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541349483000 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "1488f71a-9206-4572-96eb-2259ff5a674a", + "id": "9fd64e5b-368c-45bd-b078-5853d960a673", "name": "Update task entry:default@ProcessIntegratedHsp output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build/cache/default/integrated_hsp/integratedHspCache.json cache.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541349510791 + "startTime": 349457890231541 }, "additional": { "logType": "debug", @@ -9753,15 +9951,15 @@ }, { "head": { - "id": "407eab3a-0781-40e4-88e3-13abac2cd9d6", + "id": "7bd480fe-e69e-4b86-a331-5612b5419772", "name": "Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms .", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541349540291 + "startTime": 349457890339541 }, "additional": { "logType": "debug", @@ -9770,15 +9968,15 @@ }, { "head": { - "id": "8529d235-8bfe-4aae-856d-763dda62729d", - "name": "Update task entry:default@MakePackInfo input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5 cache by regenerate.", + "id": "efa23899-9124-414c-9ba6-8bf384d3dd8a", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@CreateHarBuildProfile is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541349585625 + "startTime": 349457890424541 }, "additional": { "logType": "debug", @@ -9787,15 +9985,15 @@ }, { "head": { - "id": "ffdd36b9-7f55-4536-af59-e081711a0a64", - "name": "Update task entry:default@MakePackInfo input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5 cache by regenerate.", + "id": "e9f8327a-4695-43ad-8b71-995f93d05247", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@MergeProfile is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541349608666 + "startTime": 349457890480708 }, "additional": { "logType": "debug", @@ -9804,66 +10002,15 @@ }, { "head": { - "id": "b16988be-f4d1-4901-8974-70f969c4fe87", - "name": "Update task entry:default@MakePackInfo input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541349625166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0ebfc84f-16d3-432c-95c2-7f2afc15dd01", - "name": "Update task entry:default@MakePackInfo output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/pack.info cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541349656625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "018b1345-0307-4981-97bd-c5e014338278", - "name": "Incremental task entry:default@MakePackInfo post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541349681250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "14e93272-3030-48a7-92f4-f2f40610e6f1", + "id": "7e4e3cbd-1a22-4d58-a53a-447523f6a89d", "name": "Update task entry:default@SyscapTransform input file:/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541349695708 + "startTime": 349457890591625 }, "additional": { "logType": "debug", @@ -9872,15 +10019,15 @@ }, { "head": { - "id": "66cd875f-92bf-4492-bad9-08df0450b60f", + "id": "4566e02e-e8e3-47c0-a73a-d72a3be3f6f8", "name": "Update task entry:default@SyscapTransform input file:/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541349726208 + "startTime": 349457891328041 }, "additional": { "logType": "debug", @@ -9889,15 +10036,15 @@ }, { "head": { - "id": "0d4f2c6f-0fe8-4f7d-abd5-84955af0060e", + "id": "bd5d5973-60fb-4532-be93-adc066dcf9d1", "name": "Update task entry:default@SyscapTransform output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/syscap/default/rpcid.sc cache.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541360827250 + "startTime": 349457892358333 }, "additional": { "logType": "debug", @@ -9906,15 +10053,15 @@ }, { "head": { - "id": "8e52929f-7487-4602-a750-8fdf6517b55d", - "name": "Incremental task entry:default@SyscapTransform post-execution cost:12 ms .", + "id": "b4aa034e-c5fa-4fd5-a823-dc3a1f83c530", + "name": "Incremental task entry:default@SyscapTransform post-execution cost:3 ms .", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541360947083 + "startTime": 349457892601750 }, "additional": { "logType": "debug", @@ -9923,15 +10070,15 @@ }, { "head": { - "id": "4ea45af4-d658-4587-8b55-9ae90eea2312", - "name": "Update task entry:default@ProcessProfile input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/merge_profile/default/module.json cache by regenerate.", + "id": "fd5426fb-5289-4f11-acc6-1d93129fbd22", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541360975041 + "startTime": 349457892629333 }, "additional": { "logType": "debug", @@ -9940,15 +10087,15 @@ }, { "head": { - "id": "81c3e132-2248-44a6-ae72-ac99add319d7", - "name": "Update task entry:default@ProcessProfile output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/process_profile/default/module.json cache.", + "id": "f6903e55-a2bf-4467-b25f-cf327a7566b9", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessShareConfig is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541361015208 + "startTime": 349457892639625 }, "additional": { "logType": "debug", @@ -9957,253 +10104,15 @@ }, { "head": { - "id": "0034c1ef-9775-487b-9154-13895564bddb", - "name": "Incremental task entry:default@ProcessProfile post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541361120583 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "f77ae3d0-31c6-49f0-aef7-53048dff2c6d", - "name": "Update task entry:default@ProcessRouterMap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/oh-package.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541361199958 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "dc8c0862-be97-457f-bf30-5a89c166d2ae", - "name": "Update task entry:default@ProcessRouterMap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541361226458 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "3868e694-ae09-4bfc-a278-aebcc1d24594", - "name": "Update task entry:default@ProcessRouterMap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541361243791 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "bf34edd0-3cb6-486f-97de-f890f87f2b71", - "name": "Update task entry:default@ProcessRouterMap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541361260875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "37014e29-e29d-4faa-b4ca-dd68da5ccba2", - "name": "Update task entry:default@ProcessRouterMap output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/temp-router-map.json cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541361282541 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e3f7d927-d509-4f02-bb21-529ff0aad6b4", - "name": "Update task entry:default@ProcessRouterMap output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/loader-router-map.json cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541361318000 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "2f206040-6e58-4522-827b-87ad81ea0afe", - "name": "Incremental task entry:default@ProcessRouterMap post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541361369166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "bdc704d4-e189-4b27-a016-f9b006ec1566", - "name": "Update task entry:default@ProcessShareConfig input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/oh-package.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541361402875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b427d67e-688d-44c1-956b-50768bd0b94a", - "name": "Update task entry:default@ProcessShareConfig input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541361416750 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e3121f3f-59d2-48c3-bd78-a3c9d3ed4151", - "name": "Update task entry:default@ProcessShareConfig input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541361454000 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "1db341d1-8c35-49f2-aff0-9fa3b1c3aae2", - "name": "Update task entry:default@ProcessShareConfig input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541361467708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "66ae83b9-f34b-47af-a3d9-e7d10ef6bf48", - "name": "Update task entry:default@ProcessShareConfig output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/share_config/default/temp-share-config.json cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541361485500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "35ffae05-bf59-4bba-98b7-9003fd1d89d9", - "name": "Incremental task entry:default@ProcessShareConfig post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541361519458 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0469b18f-5af4-4b0a-90e6-705a0da5f0ab", + "id": "e3713f4c-8535-49e3-974d-1d4c48d6974e", "name": "Update task entry:default@ProcessStartupConfig input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541361562291 + "startTime": 349457893184916 }, "additional": { "logType": "debug", @@ -10212,15 +10121,15 @@ }, { "head": { - "id": "6c608e2f-cddc-47ea-9f47-d0af8846c98e", + "id": "0c170f3b-099a-4761-b18d-0bfe4119cb6c", "name": "Update task entry:default@ProcessStartupConfig output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/startup/default/startup_config.json cache.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541361580583 + "startTime": 349457893399583 }, "additional": { "logType": "debug", @@ -10229,15 +10138,15 @@ }, { "head": { - "id": "88e3a4b4-0362-4fb1-adcd-0e0e50ac7ba6", + "id": "fe0e69ae-5959-447b-8d79-4868603fa851", "name": "Incremental task entry:default@ProcessStartupConfig post-execution cost:1 ms .", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541361619041 + "startTime": 349457893556125 }, "additional": { "logType": "debug", @@ -10246,15 +10155,15 @@ }, { "head": { - "id": "7146dc13-fcbc-4376-b101-ac3c27eb89dd", - "name": "Update task entry:default@ProcessResource output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resConfig.json cache.", + "id": "b5b6d1d5-435e-4a48-9737-4bc7a979caeb", + "name": "There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541361640625 + "startTime": 349457893650166 }, "additional": { "logType": "debug", @@ -10263,15 +10172,15 @@ }, { "head": { - "id": "c7034659-bb74-402f-96c8-9863c7a0bb56", - "name": "Update task entry:default@ProcessResource output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/opt-compression.json cache.", + "id": "32791815-a213-4930-9526-6985f535fa91", + "name": "There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541361660416 + "startTime": 349457893691208 }, "additional": { "logType": "debug", @@ -10280,15 +10189,15 @@ }, { "head": { - "id": "d39bd0c8-2c8b-4b16-b9ce-bfee2eef8dcc", - "name": "Incremental task entry:default@ProcessResource post-execution cost:1 ms .", + "id": "8943da9e-a596-4562-8e92-237d08311fb8", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541361685166 + "startTime": 349457893729458 }, "additional": { "logType": "debug", @@ -10297,15 +10206,15 @@ }, { "head": { - "id": "68ef95b5-7cba-4e16-a428-b5145b477d4e", - "name": "Update task entry:default@GenerateLoaderJson input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "id": "91dbb181-9440-498f-8cc2-d6ba8e510dc0", + "name": "There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541361883791 + "startTime": 349457893749708 }, "additional": { "logType": "debug", @@ -10314,15 +10223,15 @@ }, { "head": { - "id": "24eeb52e-1106-44e2-b5bb-19b299e77848", - "name": "Update task entry:default@GenerateLoaderJson input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/temp-router-map.json cache by regenerate.", + "id": "51982c54-9258-4073-8097-b1647630d956", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541361901833 + "startTime": 349457893762875 }, "additional": { "logType": "debug", @@ -10331,15 +10240,15 @@ }, { "head": { - "id": "04ae72b9-c34b-4134-b745-46bdbfa3776d", - "name": "Update task entry:default@GenerateLoaderJson output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/loader.json cache.", + "id": "f0523da4-5baa-4422-9516-a32010692b5a", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@ProcessLibs is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541361921166 + "startTime": 349457893797208 }, "additional": { "logType": "debug", @@ -10348,15 +10257,15 @@ }, { "head": { - "id": "c2b9c4a6-08be-4469-877f-b34b29be97e5", - "name": "Incremental task entry:default@GenerateLoaderJson post-execution cost:1 ms .", + "id": "e566d115-bc38-4e6f-aab8-acd22c8e64d5", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541361945458 + "startTime": 349457893836250 }, "additional": { "logType": "debug", @@ -10365,15 +10274,15 @@ }, { "head": { - "id": "6d2b063c-8266-4b8e-88a6-c250fc4a3b82", - "name": "Update task entry:default@ProcessLibs input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5 cache by regenerate.", + "id": "06337af1-d856-46bb-97fc-90a2275445d3", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@DoNativeStrip is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541361974458 + "startTime": 349457893854500 }, "additional": { "logType": "debug", @@ -10382,15 +10291,15 @@ }, { "head": { - "id": "86c861c8-4570-4578-bc14-81fd782a71a3", - "name": "Update task entry:default@ProcessLibs input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build-profile.json5 cache by regenerate.", + "id": "0c93515d-9af9-4973-b97f-de5ab3fc8da9", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541361989750 + "startTime": 349457893877375 }, "additional": { "logType": "debug", @@ -10399,219 +10308,15 @@ }, { "head": { - "id": "8d459b0f-0aa6-4450-a6a6-7d7c45f83a5b", - "name": "Update task entry:default@ProcessLibs output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/libs/default cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541362008375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "ce4800fe-5a07-4f83-8067-f8800c151ee9", - "name": "Incremental task entry:default@ProcessLibs post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541362066041 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "76733cc4-cd67-4faf-87d1-38f41c6abf4d", - "name": "Update task entry:default@CompileResource input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541362168833 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "bea8c387-66b8-49c5-a201-7f48d5a4a595", - "name": "Update task entry:default@CompileResource input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/process_profile/default/module.json cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541362398291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "4d2f4399-d0d1-4ee4-95c6-335a2a9a76f5", - "name": "Update task entry:default@CompileResource input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resConfig.json cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541362415833 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "dab24271-ab83-4ab0-989a-bb4262609454", - "name": "Update task entry:default@CompileResource output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541362436708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "5de44d04-04e8-4a55-a28d-8c4457e5e81e", - "name": "Update task entry:default@CompileResource output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default/ResourceTable.h cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541362906291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "317217d2-9cdd-4b3d-9da5-fc9f64bb151e", - "name": "Update task entry:default@CompileResource output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541362927791 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "66ff3e27-5472-42fd-9ce3-3dd66d49d9a7", - "name": "Incremental task entry:default@CompileResource post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541362979750 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "4cf9550a-34a7-4236-9cea-7cface072198", - "name": "Update task entry:default@DoNativeStrip input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/libs/default cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541362991166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "f707f1f3-237d-4a67-a511-e699303bde8c", - "name": "Update task entry:default@DoNativeStrip output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541363022291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0695d105-7655-473b-b10a-f1e0bd8e99ae", - "name": "Incremental task entry:default@DoNativeStrip post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541363058708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "a62b0c21-3f46-4d71-8c15-3e12c69e5e14", + "id": "01224b5c-1414-423b-ae92-470e2c05b9ec", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541363224750 + "startTime": 349457895201708 }, "additional": { "logType": "debug", @@ -10620,15 +10325,66 @@ }, { "head": { - "id": "9eb98d57-e4f4-429d-9bbe-c705f3ca5df3", + "id": "92d9fd8b-818c-46c1-b094-31c10f00cb46", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/Index.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 349457895453083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b13f1c9d-114f-463e-82e0-cd1f86cbd9cb", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 349457895485250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "695aab9b-7bb4-42b1-acb6-2ca4b72b27c9", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 349457897232666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "75678ffa-b9ab-47f5-8a3e-b0f8f035017d", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541363278375 + "startTime": 349457897419583 }, "additional": { "logType": "debug", @@ -10637,15 +10393,15 @@ }, { "head": { - "id": "48b6dfcc-c443-47e7-86cb-14780270b94c", + "id": "0c66f7c3-7fb9-4b4e-90fa-54f3c8340cdc", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541363294458 + "startTime": 349457897447750 }, "additional": { "logType": "debug", @@ -10654,15 +10410,15 @@ }, { "head": { - "id": "fa5850a7-d10b-44ef-aa05-18424746820d", + "id": "33894649-412b-466b-abb2-209d4f86bf7d", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541363309291 + "startTime": 349457897470041 }, "additional": { "logType": "debug", @@ -10671,15 +10427,15 @@ }, { "head": { - "id": "0d5b629f-e60e-405f-988f-d9f25534f7e9", + "id": "700c5f4c-b531-47b5-be29-5bacecd4b84c", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541363367875 + "startTime": 349457897535250 }, "additional": { "logType": "debug", @@ -10688,15 +10444,15 @@ }, { "head": { - "id": "04aa3755-8907-4a50-9876-6b36e12609ba", + "id": "58dd051e-4585-4857-8fa1-3cd5c5d061f5", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541363471208 + "startTime": 349457897681541 }, "additional": { "logType": "debug", @@ -10705,15 +10461,15 @@ }, { "head": { - "id": "4c9efca6-eb17-406d-b022-9a5c4b2371f2", + "id": "5ec03014-7373-4b36-8584-394960d4fbf6", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541363486875 + "startTime": 349457897708333 }, "additional": { "logType": "debug", @@ -10722,15 +10478,32 @@ }, { "head": { - "id": "852cdd9d-fea0-4b78-8d6b-3faf22ed81a7", + "id": "e468d714-6f5b-4b73-9802-9ee23988fe8a", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 349457897740000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f73ee2e6-0d14-4a8d-ba71-cf49cad3d80b", "name": "Update task entry:default@CompileArkTS output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets cache.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541363514708 + "startTime": 349457897853000 }, "additional": { "logType": "debug", @@ -10739,15 +10512,15 @@ }, { "head": { - "id": "cb9a671c-3fae-431a-a33f-1e5b614431e9", - "name": "Incremental task entry:default@CompileArkTS post-execution cost:1 ms .", + "id": "3705f95d-28ef-49c7-bc57-c82b1e75ed21", + "name": "Incremental task entry:default@CompileArkTS post-execution cost:5 ms .", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541363552875 + "startTime": 349457898006958 }, "additional": { "logType": "debug", @@ -10756,15 +10529,15 @@ }, { "head": { - "id": "8726ab50-7d90-41e3-8f1a-c0a009fcf92e", + "id": "b524a553-fb2e-4e65-a42b-0e70c95e4cc0", "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541363630208 + "startTime": 349457898349625 }, "additional": { "logType": "debug", @@ -10773,15 +10546,49 @@ }, { "head": { - "id": "7e5393e3-4b71-416f-9bd7-b5e6adf5aa27", + "id": "7a42a198-b2b2-418e-9984-77ddea628237", + "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/Index.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 349457898485708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f4a16859-f130-49cd-88bd-c3f09f5c46f6", + "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 89858, + "tid": "Main Thread", + "startTime": 349457898509875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "18e1694c-0b36-4d86-b4c7-59f67b2bfe35", "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541363682166 + "startTime": 349457898617416 }, "additional": { "logType": "debug", @@ -10790,15 +10597,15 @@ }, { "head": { - "id": "4892a131-ae75-42a9-9424-04f71da9b8a8", + "id": "30074176-e7c0-4dca-8efc-f8e3926e127e", "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541363696750 + "startTime": 349457898635583 }, "additional": { "logType": "debug", @@ -10807,15 +10614,15 @@ }, { "head": { - "id": "0c42c6fe-fca8-433f-b837-329c62b9d82a", + "id": "85e2d641-3a4d-4e22-b0c2-f375ef733e6e", "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541363711041 + "startTime": 349457898660500 }, "additional": { "logType": "debug", @@ -10824,15 +10631,15 @@ }, { "head": { - "id": "da8e1f0e-5c5b-4f63-a49c-93de2828a943", + "id": "c1be2b2a-f9e3-4edd-b7dd-659095530fb7", "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541363750000 + "startTime": 349457898709791 }, "additional": { "logType": "debug", @@ -10841,15 +10648,15 @@ }, { "head": { - "id": "7c04c145-a5e3-41b9-854a-a5562933d2a9", + "id": "7d7a417c-56be-47d8-ab6d-fb3c8fef9879", "name": "Update task entry:default@BuildJS output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/js cache.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541363768958 + "startTime": 349457898745541 }, "additional": { "logType": "debug", @@ -10858,15 +10665,15 @@ }, { "head": { - "id": "c5e5bbee-f405-4da2-9c9f-70a33a8d8b72", + "id": "0cad1c0b-343b-4dc9-97d9-2495e098cf92", "name": "Incremental task entry:default@BuildJS post-execution cost:1 ms .", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541363795583 + "startTime": 349457898804750 }, "additional": { "logType": "debug", @@ -10875,15 +10682,15 @@ }, { "head": { - "id": "0e9bc0f3-e4b9-4a3d-a654-752435ed9da8", - "name": "Update task entry:default@CacheNativeLibs input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate.", + "id": "446f817d-eb2e-4d2b-bbff-080fe0365966", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541363804416 + "startTime": 349457898813125 }, "additional": { "logType": "debug", @@ -10892,15 +10699,15 @@ }, { "head": { - "id": "67491141-ec68-4daf-8155-0262cff4042d", - "name": "Update task entry:default@CacheNativeLibs input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/libs/default cache by regenerate.", + "id": "b8cf2b2a-e732-43cd-a6d7-f51b2cb15f5a", + "name": "There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541363830708 + "startTime": 349457898820083 }, "additional": { "logType": "debug", @@ -10909,32 +10716,15 @@ }, { "head": { - "id": "cde2b937-5094-42a2-8395-080c8cdf2a59", - "name": "Update task entry:default@CacheNativeLibs output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/patch/default/base_native_libs.json cache.", + "id": "e169c6ac-66ea-4a73-bda0-ab5b19e2f6c5", + "name": "There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 14592, + "pid": 89858, "tid": "Main Thread", - "startTime": 340541363857791 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "ab23779b-e8ff-437f-90bf-d39e60c97c98", - "name": "Incremental task entry:default@CacheNativeLibs post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 14592, - "tid": "Main Thread", - "startTime": 340541363883208 + "startTime": 349457898842416 }, "additional": { "logType": "debug", diff --git a/.hvigor/report/report-202604282216222850.json b/.hvigor/report/report-202604282216222850.json new file mode 100644 index 0000000..6cb0ae6 --- /dev/null +++ b/.hvigor/report/report-202604282216222850.json @@ -0,0 +1,13251 @@ +{ + "version": "2.0", + "ppid": 44260, + "events": [ + { + "head": { + "id": "aebd17f5-2d76-4979-8cc8-ad3276cdd95e", + "name": "env: nodejsVersion=v18.20.1", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155239397333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c72ec266-eb02-402b-baea-a2a2f9cbf6a4", + "name": "env: hvigor-config.json5 content = {\n modelVersion: '5.0.0',\n dependencies: {},\n execution: {\n daemon: false,\n incremental: true,\n parallel: true,\n typeCheck: false\n },\n logging: { level: 'info' },\n debugging: { stacktrace: false },\n nodeOptions: { maxOldSpaceSize: 4096 }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155240048000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a627b281-4bef-4025-bed2-35a86ee6badb", + "name": "env: daemon=false", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155240881833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "54a4be45-79e7-4fd7-92d9-ee1b12907bdc", + "name": "no-daemon, use the parent process.execArgv --max-old-space-size=4096,--max-semi-space-size=16,--expose-gc", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155240935125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a9d2e6c0-a44d-4c97-a128-63da4c499d25", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155385083000, + "endTime": 352156284332958 + }, + "additional": { + "children": [ + "12f952fa-8511-4bd7-be6d-ab48c15e0c83", + "d91f50dd-ad76-4b37-a691-2734844d0476", + "f792b14f-9867-49a8-93ae-7ab3cf30c15d", + "9ec47b87-e0ab-4a81-814e-c98e0ecce403", + "96b00096-5d8b-4b79-ae07-4e71dac41c9b", + "dcc2f116-079c-4959-9112-a8eb6fc7c562", + "ccaf8a1c-b172-47a7-b196-ce3027178372" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "46b1a140-d03c-46d5-b21d-865309f91617" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "12f952fa-8511-4bd7-be6d-ab48c15e0c83", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155385086750, + "endTime": 352155390214125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a9d2e6c0-a44d-4c97-a128-63da4c499d25", + "logId": "e6264416-f92e-473e-a51c-7aebd1b45723" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d91f50dd-ad76-4b37-a691-2734844d0476", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155390224500, + "endTime": 352156283496458 + }, + "additional": { + "children": [ + "e0bd833f-964a-4861-9f63-eae15794d5bf", + "2ba99d84-b387-45cc-ac1b-04b67a350b7d", + "7c9bbabe-a560-4d67-a1a2-5e0bdbb4e179", + "733e06d9-790a-4a82-922c-8f773b48a5c8", + "af0c5a3b-0614-40a2-acf3-1599abba485e", + "c120bdf4-764b-435c-859c-6c6b355230f7", + "4f4a31b5-9e4d-446d-8b72-1cd16e4470d9", + "97a1b5eb-cf5d-4909-8384-34915e59b359", + "44cf9aac-4e5b-4710-bc9f-e12e0c33b647" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a9d2e6c0-a44d-4c97-a128-63da4c499d25", + "logId": "029d1086-c963-477b-96b1-5692ab568962" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f792b14f-9867-49a8-93ae-7ab3cf30c15d", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156283511333, + "endTime": 352156284325625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a9d2e6c0-a44d-4c97-a128-63da4c499d25", + "logId": "2c91e40a-3c15-47bd-bc7d-55e1e02b280d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9ec47b87-e0ab-4a81-814e-c98e0ecce403", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156284327958, + "endTime": 352156284330416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a9d2e6c0-a44d-4c97-a128-63da4c499d25", + "logId": "00fbee28-ee32-4c0f-974a-4ecbbd28fc3a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "96b00096-5d8b-4b79-ae07-4e71dac41c9b", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155386731833, + "endTime": 352155386836000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a9d2e6c0-a44d-4c97-a128-63da4c499d25", + "logId": "7246ea7e-25c8-4036-93e5-db674477cec8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7246ea7e-25c8-4036-93e5-db674477cec8", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155386731833, + "endTime": 352155386836000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "96b00096-5d8b-4b79-ae07-4e71dac41c9b", + "parent": "46b1a140-d03c-46d5-b21d-865309f91617" + } + }, + { + "head": { + "id": "dcc2f116-079c-4959-9112-a8eb6fc7c562", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155387432708, + "endTime": 352155387445833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a9d2e6c0-a44d-4c97-a128-63da4c499d25", + "logId": "16da311b-f1cc-492d-b199-7509a0a1a0b6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "16da311b-f1cc-492d-b199-7509a0a1a0b6", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155387432708, + "endTime": 352155387445833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "dcc2f116-079c-4959-9112-a8eb6fc7c562", + "parent": "46b1a140-d03c-46d5-b21d-865309f91617" + } + }, + { + "head": { + "id": "27186794-cdc1-41af-b7c0-3f56d6a6e803", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: false,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' },\n optimizationStrategy: 'memory',\n hotCompile: undefined,\n hotReloadBuild: undefined,\n customizedParam: undefined\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155387565333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "612c7d21-8322-4e99-8701-4a9c167512e0", + "name": "Cache service initialization finished in 3 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155390171541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e6264416-f92e-473e-a51c-7aebd1b45723", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155385086750, + "endTime": 352155390214125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "12f952fa-8511-4bd7-be6d-ab48c15e0c83", + "parent": "46b1a140-d03c-46d5-b21d-865309f91617" + } + }, + { + "head": { + "id": "e0bd833f-964a-4861-9f63-eae15794d5bf", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155390362083, + "endTime": 352155390370083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d91f50dd-ad76-4b37-a691-2734844d0476", + "logId": "4cd430ab-7a2c-4dc1-9d47-7bf8c0efbbb9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "2ba99d84-b387-45cc-ac1b-04b67a350b7d", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155390382958, + "endTime": 352155390605541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d91f50dd-ad76-4b37-a691-2734844d0476", + "logId": "504d9fe1-996f-4b9b-8c5b-40fd3c6ef864" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7c9bbabe-a560-4d67-a1a2-5e0bdbb4e179", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155390643666, + "endTime": 352156240629250 + }, + "additional": { + "children": [ + "a31ba3e4-e65c-42c3-a7f8-643937ff65f5", + "fb475d29-36c8-4a6e-97a9-cc4c58a31205", + "d76af5f1-037c-4b46-a98e-412f10b25de1" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d91f50dd-ad76-4b37-a691-2734844d0476", + "logId": "0accf46c-06e5-490b-8bb1-7db5db395589" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "733e06d9-790a-4a82-922c-8f773b48a5c8", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156240745208, + "endTime": 352156274995375 + }, + "additional": { + "children": [ + "379fce9f-0771-4518-9d40-f18d8d35aa67", + "78664b86-04da-499f-a735-666ab7132b55" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d91f50dd-ad76-4b37-a691-2734844d0476", + "logId": "63c41836-d3e6-4431-bdb8-a05a0d113046" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "af0c5a3b-0614-40a2-acf3-1599abba485e", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156275011416, + "endTime": 352156275011875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d91f50dd-ad76-4b37-a691-2734844d0476", + "logId": "82f2dd78-e709-44aa-930d-a9c83af194b9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c120bdf4-764b-435c-859c-6c6b355230f7", + "name": "ohpm install", + "description": "Ohpm install event.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156275145166, + "endTime": 352156278682375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d91f50dd-ad76-4b37-a691-2734844d0476", + "logId": "cb6c401f-8bf1-47dd-9781-86305211095d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4f4a31b5-9e4d-446d-8b72-1cd16e4470d9", + "name": "eval hook", + "description": "EvaluateEvent hook.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156278690958, + "endTime": 352156283458750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d91f50dd-ad76-4b37-a691-2734844d0476", + "logId": "2f2a245d-3079-4088-8ca9-0fce3760649f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "97a1b5eb-cf5d-4909-8384-34915e59b359", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156283466708, + "endTime": 352156283492208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d91f50dd-ad76-4b37-a691-2734844d0476", + "logId": "654f64f3-7b68-4113-81ed-10a3f8733d86" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4cd430ab-7a2c-4dc1-9d47-7bf8c0efbbb9", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155390362083, + "endTime": 352155390370083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e0bd833f-964a-4861-9f63-eae15794d5bf", + "parent": "029d1086-c963-477b-96b1-5692ab568962" + } + }, + { + "head": { + "id": "504d9fe1-996f-4b9b-8c5b-40fd3c6ef864", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155390382958, + "endTime": 352155390605541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2ba99d84-b387-45cc-ac1b-04b67a350b7d", + "parent": "029d1086-c963-477b-96b1-5692ab568962" + } + }, + { + "head": { + "id": "a31ba3e4-e65c-42c3-a7f8-643937ff65f5", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155390718791, + "endTime": 352155390730333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "7c9bbabe-a560-4d67-a1a2-5e0bdbb4e179", + "logId": "665e0644-7be6-4204-82d1-c805debbb2ae" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "665e0644-7be6-4204-82d1-c805debbb2ae", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155390718791, + "endTime": 352155390730333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a31ba3e4-e65c-42c3-a7f8-643937ff65f5", + "parent": "0accf46c-06e5-490b-8bb1-7db5db395589" + } + }, + { + "head": { + "id": "fb475d29-36c8-4a6e-97a9-cc4c58a31205", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155390827916, + "endTime": 352156240566083 + }, + "additional": { + "children": [ + "b3355cd8-a552-45e3-9bd1-29ffb0f1a799", + "adcdb18c-7f58-47fb-8f83-de40fb4270f1" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "7c9bbabe-a560-4d67-a1a2-5e0bdbb4e179", + "logId": "c2a47c57-e63e-49db-91b7-8e77dc2d0382" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b3355cd8-a552-45e3-9bd1-29ffb0f1a799", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155390828250, + "endTime": 352156124855583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "fb475d29-36c8-4a6e-97a9-cc4c58a31205", + "logId": "9a93a80a-711c-4d45-99fc-f51175bd50c1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "adcdb18c-7f58-47fb-8f83-de40fb4270f1", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156124869625, + "endTime": 352156240558666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "fb475d29-36c8-4a6e-97a9-cc4c58a31205", + "logId": "65a8ecbd-f1c7-4c9e-bcb7-88249ca55fb8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "426a1152-4002-4d87-b800-5c78c88804ca", + "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155390829875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3479936b-e13a-4b93-bdf1-688abd8a94cc", + "name": "hvigorfile, require result: { default: { system: [Function: appTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156124695333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9a93a80a-711c-4d45-99fc-f51175bd50c1", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155390828250, + "endTime": 352156124855583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b3355cd8-a552-45e3-9bd1-29ffb0f1a799", + "parent": "c2a47c57-e63e-49db-91b7-8e77dc2d0382" + } + }, + { + "head": { + "id": "24eeb787-7021-47af-9b1a-fa1e1de7ada5", + "name": "hvigorfile, binding system plugins [Function: appTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156124918583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64c2e73a-38d0-45db-829f-12a43b86d2d6", + "name": "Starting plugin build process", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156125501541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cd429619-6d98-4d6f-8d28-dad4c11ff4f7", + "name": "App plugin prepare start...", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156125540750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5b981b60-772a-4e68-82bf-057bad0d2d91", + "name": "App plugin prepare end...", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156125576291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "01311154-df73-46b0-8627-cb4a85e8992d", + "name": "App plugin creating...", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156125591291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5fd74e33-8bba-4cb8-99a6-6ac4702546d5", + "name": "App plugin register hook start...", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156209314125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "db433868-d1ef-4cb4-9fc0-cce92348c167", + "name": "App plugin register hook end...", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156209564041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8fb97634-7381-45bd-ab2d-27e5ac307291", + "name": "Plugin build process completed", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156209584333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "36680940-c4eb-4e99-b1dc-db0eb2ec481c", + "name": "Start initialize project's product build option map with build mode debug.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156210385333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a8571bc3-68e9-4831-9d6f-b7bcc48f2ced", + "name": "Picking option from product 'default' with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156210534041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4027527e-c472-428a-a033-1019cb1e1acd", + "name": "Product 'default' build option initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156210709000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8e43639c-ac8b-450f-8db1-80df926eb5b3", + "name": "End initialize project's product build option map with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156210728625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "55e7bd3c-4ee6-46a0-b9f1-746dddb26a2a", + "name": "Obtain build option for product 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156211603291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7ade22c8-1275-45cd-b5ab-e05a9987f4c8", + "name": "No signingConfig found, initRemoteHspCache failed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156212667041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e079c46f-192f-49c2-a981-f3a5827a6eab", + "name": "harmonyOS sdk scan", + "description": "HarmonyOS sdk scan", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156213799291, + "endTime": 352156217362458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Other", + "taskRunReasons": [] + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4ee63020-6601-472f-945f-f56c723ce1a3", + "name": "Local scan or download HarmonyOS sdk components toolchains,ets,js,native,previewer", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156213812291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "78fb1d93-ce10-4b5a-a41b-a0c89828e145", + "name": "hmscore sdk scan", + "description": "Hmscore sdk scan", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156217544833, + "endTime": 352156218456416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Other", + "taskRunReasons": [] + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "189a9d5b-9c4e-4a46-b5ac-6ae330767fbc", + "name": "Local scan or download hmscore sdk components toolchains,ets,native", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156217555958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1abbb140-c10e-43fc-abb4-0be0dc103f3e", + "name": "Start recording SDK configuration permission data.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156219733291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2e1efd28-921a-4fd7-a30e-3a6ec9a037ff", + "name": "Sdk init in 25 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156237478375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "59a66ece-3192-4ed8-888e-6a65ec36a74d", + "name": "sdkVersion", + "description": "6.0.2.130", + "type": "mark" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156237594833 + }, + "additional": { + "time": { + "year": 2026, + "month": 4, + "day": 28, + "hour": 22, + "minute": 16, + "second": 23 + }, + "markType": "other" + } + }, + { + "head": { + "id": "8f87dd8e-e85c-4cce-814f-b61dfcff11db", + "name": "caseSensitiveCheckOn", + "description": "caseSensitiveCheck check is on", + "type": "mark" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156237637333 + }, + "additional": { + "time": { + "year": 2026, + "month": 4, + "day": 28, + "hour": 22, + "minute": 16, + "second": 23 + }, + "markType": "other" + } + }, + { + "head": { + "id": "54160f59-cf6d-4f6e-b937-13d87394f581", + "name": "Project task initialization takes 3 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156240456625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "269668da-712f-440d-9d16-eb8cce2dd939", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156240530791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ae36774c-ec82-4fc5-9b40-d2055af940ec", + "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156240543791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0e6fb7ba-9376-4502-849f-2171a7067faa", + "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156240551625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "65a8ecbd-f1c7-4c9e-bcb7-88249ca55fb8", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156124869625, + "endTime": 352156240558666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "adcdb18c-7f58-47fb-8f83-de40fb4270f1", + "parent": "c2a47c57-e63e-49db-91b7-8e77dc2d0382" + } + }, + { + "head": { + "id": "c2a47c57-e63e-49db-91b7-8e77dc2d0382", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155390827916, + "endTime": 352156240566083 + }, + "additional": { + "logType": "info", + "children": [ + "9a93a80a-711c-4d45-99fc-f51175bd50c1", + "65a8ecbd-f1c7-4c9e-bcb7-88249ca55fb8" + ], + "durationId": "fb475d29-36c8-4a6e-97a9-cc4c58a31205", + "parent": "0accf46c-06e5-490b-8bb1-7db5db395589" + } + }, + { + "head": { + "id": "d76af5f1-037c-4b46-a98e-412f10b25de1", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156240608750, + "endTime": 352156240621750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "7c9bbabe-a560-4d67-a1a2-5e0bdbb4e179", + "logId": "01237698-f987-4272-a9fa-59cbf191995b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "01237698-f987-4272-a9fa-59cbf191995b", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156240608750, + "endTime": 352156240621750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d76af5f1-037c-4b46-a98e-412f10b25de1", + "parent": "0accf46c-06e5-490b-8bb1-7db5db395589" + } + }, + { + "head": { + "id": "0accf46c-06e5-490b-8bb1-7db5db395589", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155390643666, + "endTime": 352156240629250 + }, + "additional": { + "logType": "info", + "children": [ + "665e0644-7be6-4204-82d1-c805debbb2ae", + "c2a47c57-e63e-49db-91b7-8e77dc2d0382", + "01237698-f987-4272-a9fa-59cbf191995b" + ], + "durationId": "7c9bbabe-a560-4d67-a1a2-5e0bdbb4e179", + "parent": "029d1086-c963-477b-96b1-5692ab568962" + } + }, + { + "head": { + "id": "379fce9f-0771-4518-9d40-f18d8d35aa67", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156240750125, + "endTime": 352156268271708 + }, + "additional": { + "children": [ + "6a4e3b0a-38da-4456-aac7-d9672ae5fe3f", + "ae984f8a-aea7-4300-a135-f1f510e102a7", + "37fa3be8-93b8-49d1-89ac-9b4d6c860e6b" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "733e06d9-790a-4a82-922c-8f773b48a5c8", + "logId": "07ed622e-40ae-4524-be2d-67aeb23a5ea8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6a4e3b0a-38da-4456-aac7-d9672ae5fe3f", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156240791583, + "endTime": 352156240796125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "379fce9f-0771-4518-9d40-f18d8d35aa67", + "logId": "dd90eb9c-09dc-46a3-b5ec-63c3aaf6ef55" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "dd90eb9c-09dc-46a3-b5ec-63c3aaf6ef55", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156240791583, + "endTime": 352156240796125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6a4e3b0a-38da-4456-aac7-d9672ae5fe3f", + "parent": "07ed622e-40ae-4524-be2d-67aeb23a5ea8" + } + }, + { + "head": { + "id": "ae984f8a-aea7-4300-a135-f1f510e102a7", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156240814458, + "endTime": 352156267993166 + }, + "additional": { + "children": [ + "c0865e81-294e-4a85-b264-cb2410347a98", + "7a116d6b-521c-4358-ac0e-9c12b11716aa" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "379fce9f-0771-4518-9d40-f18d8d35aa67", + "logId": "809f11b7-1d7a-4b51-afe8-46929855a09a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c0865e81-294e-4a85-b264-cb2410347a98", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156240814583, + "endTime": 352156244179666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "ae984f8a-aea7-4300-a135-f1f510e102a7", + "logId": "9041ec09-b32d-4e50-a69a-27a0c1ceca03" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7a116d6b-521c-4358-ac0e-9c12b11716aa", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156244188000, + "endTime": 352156267989041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "ae984f8a-aea7-4300-a135-f1f510e102a7", + "logId": "8078891f-36dc-48d9-8c0d-479ae20055c1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "20342d43-1e69-4760-ac05-5b2b8aea5c42", + "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156240815416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5555c12a-6ee1-43ba-8509-6d84a2393c6d", + "name": "hvigorfile, require result: { default: { system: [Function: harTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156244130541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9041ec09-b32d-4e50-a69a-27a0c1ceca03", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156240814583, + "endTime": 352156244179666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c0865e81-294e-4a85-b264-cb2410347a98", + "parent": "809f11b7-1d7a-4b51-afe8-46929855a09a" + } + }, + { + "head": { + "id": "2b03c148-2167-4150-9cd8-76fe436ef9a4", + "name": "hvigorfile, binding system plugins [Function: harTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156244192875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e0e99bb2-fe69-4539-a19e-5cbd960216a9", + "name": "Starting plugin build process", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156244247375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9f866cad-c00f-431a-89af-d6b7b306bc93", + "name": "Har plugin creating...", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156244272333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0e347af-d128-4d42-abe7-0771f0099523", + "name": "failed to load cangjie to dynamically generate schemas: Error: Cannot find module '@ohos/cangjie-build-support/index'\nRequire stack:\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/hooks/cangjie-register.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/strategy/stage-init-strategy.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/abstract-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/app-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/index.js\n- /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/internal/lifecycle/configuration.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/boot/index.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/cli/main/cli.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/bin/hvigor.js", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156244773833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e7c782f9-33f0-43e5-b7bd-1243ac9a40b7", + "name": "Start initialize module-target build option map, moduleName=xuqmSdk, buildMode=debug", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156265060875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "faadfcc8-6e23-4dc6-9d98-9f10f8b662b5", + "name": "Target 'default' config initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156265168583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "91395c9c-2698-4273-b1a6-05f2309c81f0", + "name": "Module 'xuqmSdk' target 'default' build option initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156265397375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eba98132-a21a-4f2b-8435-4a782296e55d", + "name": "End initialize module-target build option map, moduleName=xuqmSdk", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156265407958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fc563e81-8798-45dc-bac6-775d571a48a1", + "name": "Start initialize module-target build option map, moduleName=xuqmSdk, buildMode=release", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156265428708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e89d0ac6-8a96-4443-947e-a0582d6af0bd", + "name": "Target 'default' config initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156265442916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4d92f947-8ec0-484f-b3c1-58d4257b1cae", + "name": "Module 'xuqmSdk' target 'default' build option initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156265591666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5fdc4c65-6b5f-4455-a019-388c04d9083e", + "name": "End initialize module-target build option map, moduleName=xuqmSdk", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156265601875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "935d2347-9bee-4e5e-a399-fcd88c0a8b8c", + "name": "Start initialize module-target build option map, moduleName=xuqmSdk, buildMode=debug", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156265678083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e6ad92f-cd31-4eea-8ac6-4a7a87383341", + "name": "Target 'default' config initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156265690958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f01fb4f3-7da7-4edb-918f-40b6379f463f", + "name": "Module 'xuqmSdk' target 'default' build option initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156265787958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "85339ae5-3518-4008-a64c-80f8a3fa8c1a", + "name": "End initialize module-target build option map, moduleName=xuqmSdk", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156265795791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0e66a16-bb1d-416c-a55c-2457a238ce1c", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156265868250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c17c4dd8-c174-4a53-beb3-9e4eb12806ae", + "name": "Module xuqmSdk task initialization takes 2 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156267886750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7950db09-0117-4da6-942a-f2297d82fc94", + "name": "Har plugin register hook start...", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156267917125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "838c47e2-6a00-47f5-a1f9-2cf8f28349f3", + "name": "Har plugin register hook end...", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156267933875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8c5d1e2d-42c5-4041-9402-c404984f954a", + "name": "Plugin build process completed", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156267940583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "96baba5b-db9d-4091-aa81-250efd3a0622", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156267966750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c4686803-360c-4f5f-96ff-da66cbb5abc8", + "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156267976791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dd5bdaea-2946-41c6-b20d-e0877bd526a1", + "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156267983166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8078891f-36dc-48d9-8c0d-479ae20055c1", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156244188000, + "endTime": 352156267989041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7a116d6b-521c-4358-ac0e-9c12b11716aa", + "parent": "809f11b7-1d7a-4b51-afe8-46929855a09a" + } + }, + { + "head": { + "id": "809f11b7-1d7a-4b51-afe8-46929855a09a", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156240814458, + "endTime": 352156267993166 + }, + "additional": { + "logType": "info", + "children": [ + "9041ec09-b32d-4e50-a69a-27a0c1ceca03", + "8078891f-36dc-48d9-8c0d-479ae20055c1" + ], + "durationId": "ae984f8a-aea7-4300-a135-f1f510e102a7", + "parent": "07ed622e-40ae-4524-be2d-67aeb23a5ea8" + } + }, + { + "head": { + "id": "37fa3be8-93b8-49d1-89ac-9b4d6c860e6b", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156268263541, + "endTime": 352156268267416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "379fce9f-0771-4518-9d40-f18d8d35aa67", + "logId": "3f74fc02-35c6-4fe0-9550-77c2c8e84f1d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3f74fc02-35c6-4fe0-9550-77c2c8e84f1d", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156268263541, + "endTime": 352156268267416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "37fa3be8-93b8-49d1-89ac-9b4d6c860e6b", + "parent": "07ed622e-40ae-4524-be2d-67aeb23a5ea8" + } + }, + { + "head": { + "id": "07ed622e-40ae-4524-be2d-67aeb23a5ea8", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156240750125, + "endTime": 352156268271708 + }, + "additional": { + "logType": "info", + "children": [ + "dd90eb9c-09dc-46a3-b5ec-63c3aaf6ef55", + "809f11b7-1d7a-4b51-afe8-46929855a09a", + "3f74fc02-35c6-4fe0-9550-77c2c8e84f1d" + ], + "durationId": "379fce9f-0771-4518-9d40-f18d8d35aa67", + "parent": "63c41836-d3e6-4431-bdb8-a05a0d113046" + } + }, + { + "head": { + "id": "78664b86-04da-499f-a735-666ab7132b55", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156268282541, + "endTime": 352156274991125 + }, + "additional": { + "children": [ + "c9433ef8-3a66-4b9d-ae45-1bbcc3740166", + "a7c8c57e-fe35-486b-a93a-6ec73730e794", + "f88d25e5-8a94-4cca-9ad9-3f824b423650" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "733e06d9-790a-4a82-922c-8f773b48a5c8", + "logId": "f9cc52a9-09f8-4e1f-9dc7-1525843a26a7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c9433ef8-3a66-4b9d-ae45-1bbcc3740166", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156268311375, + "endTime": 352156268313500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "78664b86-04da-499f-a735-666ab7132b55", + "logId": "995fe10b-48e1-473e-a493-fe144af44dda" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "995fe10b-48e1-473e-a493-fe144af44dda", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156268311375, + "endTime": 352156268313500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c9433ef8-3a66-4b9d-ae45-1bbcc3740166", + "parent": "f9cc52a9-09f8-4e1f-9dc7-1525843a26a7" + } + }, + { + "head": { + "id": "a7c8c57e-fe35-486b-a93a-6ec73730e794", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156268327625, + "endTime": 352156274954875 + }, + "additional": { + "children": [ + "a4883afd-c113-4700-8cc8-036c7f2c392c", + "6cdff61f-be01-40e7-abb3-c576bb5fe497" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "78664b86-04da-499f-a735-666ab7132b55", + "logId": "4e9fd8c3-995c-464c-b76d-15e99b964a8b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a4883afd-c113-4700-8cc8-036c7f2c392c", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156268327791, + "endTime": 352156272019291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a7c8c57e-fe35-486b-a93a-6ec73730e794", + "logId": "2ea3ba51-4862-4606-8081-55f7bb1797e5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6cdff61f-be01-40e7-abb3-c576bb5fe497", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156272029083, + "endTime": 352156274949250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a7c8c57e-fe35-486b-a93a-6ec73730e794", + "logId": "ef117c16-3d08-4ad2-b8e6-b855c950e24b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "896eeab6-bd92-4f20-ba0a-6e8aac1ffe4b", + "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156268328666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "993175ad-2764-46bf-aede-a7e3582b1fb4", + "name": "hvigorfile, require result: { default: { system: [Function: hapTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156271969666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2ea3ba51-4862-4606-8081-55f7bb1797e5", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156268327791, + "endTime": 352156272019291 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a4883afd-c113-4700-8cc8-036c7f2c392c", + "parent": "4e9fd8c3-995c-464c-b76d-15e99b964a8b" + } + }, + { + "head": { + "id": "04c25a06-cd04-442b-bed9-6ce5059c6581", + "name": "hvigorfile, binding system plugins [Function: hapTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156272034125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "463e808c-c612-461e-bdb8-fd075e4ba5cd", + "name": "Starting plugin build process", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156272093833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "60b73847-1c75-46a0-aadb-1f94cf8ae3cc", + "name": "Hap plugin creating...", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156272114791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ce3c72e8-1b54-42b1-b9cb-acb1f99f731e", + "name": "failed to load cangjie to dynamically generate schemas: Error: Cannot find module '@ohos/cangjie-build-support/index'\nRequire stack:\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/hooks/cangjie-register.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/strategy/stage-init-strategy.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/abstract-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/app-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/index.js\n- /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/internal/lifecycle/configuration.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/boot/index.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/cli/main/cli.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/bin/hvigor.js", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156272222125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b9fac198-f5a5-4ecb-8543-09a05343a985", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156273984625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "19f882ac-e461-4258-a083-f05ae7e7806c", + "name": "Target 'default' config initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274021291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d863ccc1-1c6e-4b22-8d01-3c3ef4ab2fde", + "name": "Module 'entry' target 'default' build option initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274078666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "44d02bc8-48c4-4a1e-9ccd-551eceb25b50", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274087500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64fa1e70-646f-4a5f-8b0b-9f19ad20a50f", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=release", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274103458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9fb9f428-b8cd-4b20-ae07-4bbb7030e5a0", + "name": "Target 'default' config initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274114166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6c63daa8-f6c7-455d-95fa-45f4eee109ee", + "name": "Module 'entry' target 'default' build option initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274159958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a4ef3065-b2e5-43a7-98bb-9867bad9d38c", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274166916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0e755b34-c9d1-4d80-87ca-d47870af78a1", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274182583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2b38f54c-6b7f-460b-80ed-52354d531910", + "name": "Target 'default' config initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274191958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c3cf8dfa-25b0-47c6-8609-6e9869c0cfe9", + "name": "Module 'entry' target 'default' build option initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274226666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "61c80954-69e5-4ebc-a931-150ab795c972", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274232875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5630416c-c6ff-4d6d-8bc7-48e909303614", + "name": "Obtain build option for module 'entry' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274242416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1a91e118-aa37-4bb2-82c0-1d2dc8359462", + "name": "Module entry task initialization takes 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274852875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "592189fc-9fdf-4547-b7fe-c3226ebfcfc5", + "name": "Hap plugin register hook start...", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274883875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "51a89871-d662-46bf-a0ba-8677344d55f2", + "name": "Hap plugin register hook end...", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274893708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c34beceb-a70c-4845-b6bd-18cadf27315b", + "name": "Plugin build process completed", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274899791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "210aed66-a667-429e-bfa7-50040d7b76c7", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274927458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3121898c-27b5-4c32-9ebb-c748fd3da452", + "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274937000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e6166773-cf48-4185-9a49-c6e1ccfc711c", + "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274943041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ef117c16-3d08-4ad2-b8e6-b855c950e24b", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156272029083, + "endTime": 352156274949250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6cdff61f-be01-40e7-abb3-c576bb5fe497", + "parent": "4e9fd8c3-995c-464c-b76d-15e99b964a8b" + } + }, + { + "head": { + "id": "4e9fd8c3-995c-464c-b76d-15e99b964a8b", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156268327625, + "endTime": 352156274954875 + }, + "additional": { + "logType": "info", + "children": [ + "2ea3ba51-4862-4606-8081-55f7bb1797e5", + "ef117c16-3d08-4ad2-b8e6-b855c950e24b" + ], + "durationId": "a7c8c57e-fe35-486b-a93a-6ec73730e794", + "parent": "f9cc52a9-09f8-4e1f-9dc7-1525843a26a7" + } + }, + { + "head": { + "id": "f88d25e5-8a94-4cca-9ad9-3f824b423650", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274982958, + "endTime": 352156274986416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "78664b86-04da-499f-a735-666ab7132b55", + "logId": "ff7a9a7c-2e09-4550-9901-a09f401121cc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ff7a9a7c-2e09-4550-9901-a09f401121cc", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156274982958, + "endTime": 352156274986416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f88d25e5-8a94-4cca-9ad9-3f824b423650", + "parent": "f9cc52a9-09f8-4e1f-9dc7-1525843a26a7" + } + }, + { + "head": { + "id": "f9cc52a9-09f8-4e1f-9dc7-1525843a26a7", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156268282541, + "endTime": 352156274991125 + }, + "additional": { + "logType": "info", + "children": [ + "995fe10b-48e1-473e-a493-fe144af44dda", + "4e9fd8c3-995c-464c-b76d-15e99b964a8b", + "ff7a9a7c-2e09-4550-9901-a09f401121cc" + ], + "durationId": "78664b86-04da-499f-a735-666ab7132b55", + "parent": "63c41836-d3e6-4431-bdb8-a05a0d113046" + } + }, + { + "head": { + "id": "63c41836-d3e6-4431-bdb8-a05a0d113046", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156240745208, + "endTime": 352156274995375 + }, + "additional": { + "logType": "info", + "children": [ + "07ed622e-40ae-4524-be2d-67aeb23a5ea8", + "f9cc52a9-09f8-4e1f-9dc7-1525843a26a7" + ], + "durationId": "733e06d9-790a-4a82-922c-8f773b48a5c8", + "parent": "029d1086-c963-477b-96b1-5692ab568962" + } + }, + { + "head": { + "id": "82f2dd78-e709-44aa-930d-a9c83af194b9", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156275011416, + "endTime": 352156275011875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "af0c5a3b-0614-40a2-acf3-1599abba485e", + "parent": "029d1086-c963-477b-96b1-5692ab568962" + } + }, + { + "head": { + "id": "44cf9aac-4e5b-4710-bc9f-e12e0c33b647", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156275017833, + "endTime": 352156275142375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d91f50dd-ad76-4b37-a691-2734844d0476", + "logId": "c82330a4-4f8a-4208-bfbf-44fed605a2f7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "29ebbdf2-8151-4b06-9855-53dd5fa09a8c", + "name": "project has submodules:xuqmSdk,entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156275044666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e96cb18-347f-4fe7-8a13-5de5f8bc38d1", + "name": "module:xuqmSdk no need to execute packageHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156275106333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c82330a4-4f8a-4208-bfbf-44fed605a2f7", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156275017833, + "endTime": 352156275142375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "44cf9aac-4e5b-4710-bc9f-e12e0c33b647", + "parent": "029d1086-c963-477b-96b1-5692ab568962" + } + }, + { + "head": { + "id": "f0daa28b-11a5-4654-9956-9cbf7a1aa46c", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156275829750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8eb8fcac-e82a-4c2a-b829-1db6dbaa5903", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156278380125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cb6c401f-8bf1-47dd-9781-86305211095d", + "name": "ohpm install", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156275145166, + "endTime": 352156278682375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c120bdf4-764b-435c-859c-6c6b355230f7", + "parent": "029d1086-c963-477b-96b1-5692ab568962" + } + }, + { + "head": { + "id": "4a1972c8-cec2-4c44-aa98-845c520fd900", + "name": "Start to initialize dependency information.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156278760791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "937c3fc7-7735-485c-8189-5802182c5089", + "name": "Module XuqmGroup-HarmonySDK Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156279634875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dbbc4ef2-5c7e-49f9-bba5-b008a2731107", + "name": "Module XuqmGroup-HarmonySDK's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156279671416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cf34ecbd-a1d2-4c86-a549-9279110cdad7", + "name": "Start to initialize dependency information.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156280451708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "20f7224d-5921-419f-a904-42f4e2c4f876", + "name": "Module xuqmSdk Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156280854791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cb3298da-23b3-4185-ab16-59f70357f8df", + "name": "Module xuqmSdk's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156280867375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b2134751-37c7-47ef-a79e-20d833334ab7", + "name": "Start to initialize dependency information.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156282111500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "47da53dc-4a9c-4f6d-a72e-96552253f155", + "name": "Module entry Collected Dependency: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156282947166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2eb3d50-38de-4859-99d2-6a3ff5a2e592", + "name": "Module entry's total dependency: 1", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156282958416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2f2a245d-3079-4088-8ca9-0fce3760649f", + "name": "eval hook", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156278690958, + "endTime": 352156283458750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4f4a31b5-9e4d-446d-8b72-1cd16e4470d9", + "parent": "029d1086-c963-477b-96b1-5692ab568962" + } + }, + { + "head": { + "id": "7a945d66-2486-4257-94cf-07222cd7054d", + "name": "Configuration phase cost:894 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156283482958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "654f64f3-7b68-4113-81ed-10a3f8733d86", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156283466708, + "endTime": 352156283492208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "97a1b5eb-cf5d-4909-8384-34915e59b359", + "parent": "029d1086-c963-477b-96b1-5692ab568962" + } + }, + { + "head": { + "id": "029d1086-c963-477b-96b1-5692ab568962", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155390224500, + "endTime": 352156283496458 + }, + "additional": { + "logType": "info", + "children": [ + "4cd430ab-7a2c-4dc1-9d47-7bf8c0efbbb9", + "504d9fe1-996f-4b9b-8c5b-40fd3c6ef864", + "0accf46c-06e5-490b-8bb1-7db5db395589", + "63c41836-d3e6-4431-bdb8-a05a0d113046", + "82f2dd78-e709-44aa-930d-a9c83af194b9", + "cb6c401f-8bf1-47dd-9781-86305211095d", + "2f2a245d-3079-4088-8ca9-0fce3760649f", + "654f64f3-7b68-4113-81ed-10a3f8733d86", + "c82330a4-4f8a-4208-bfbf-44fed605a2f7" + ], + "durationId": "d91f50dd-ad76-4b37-a691-2734844d0476", + "parent": "46b1a140-d03c-46d5-b21d-865309f91617" + } + }, + { + "head": { + "id": "ccaf8a1c-b172-47a7-b196-ce3027178372", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156284307041, + "endTime": 352156284321916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a9d2e6c0-a44d-4c97-a128-63da4c499d25", + "logId": "4a90129f-4b06-49e5-94a9-83fc11c05e31" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4a90129f-4b06-49e5-94a9-83fc11c05e31", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156284307041, + "endTime": 352156284321916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ccaf8a1c-b172-47a7-b196-ce3027178372", + "parent": "46b1a140-d03c-46d5-b21d-865309f91617" + } + }, + { + "head": { + "id": "2c91e40a-3c15-47bd-bc7d-55e1e02b280d", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156283511333, + "endTime": 352156284325625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f792b14f-9867-49a8-93ae-7ab3cf30c15d", + "parent": "46b1a140-d03c-46d5-b21d-865309f91617" + } + }, + { + "head": { + "id": "00fbee28-ee32-4c0f-974a-4ecbbd28fc3a", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156284327958, + "endTime": 352156284330416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9ec47b87-e0ab-4a81-814e-c98e0ecce403", + "parent": "46b1a140-d03c-46d5-b21d-865309f91617" + } + }, + { + "head": { + "id": "46b1a140-d03c-46d5-b21d-865309f91617", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155385083000, + "endTime": 352156284332958 + }, + "additional": { + "logType": "info", + "children": [ + "e6264416-f92e-473e-a51c-7aebd1b45723", + "029d1086-c963-477b-96b1-5692ab568962", + "2c91e40a-3c15-47bd-bc7d-55e1e02b280d", + "00fbee28-ee32-4c0f-974a-4ecbbd28fc3a", + "7246ea7e-25c8-4036-93e5-db674477cec8", + "16da311b-f1cc-492d-b199-7509a0a1a0b6", + "4a90129f-4b06-49e5-94a9-83fc11c05e31" + ], + "durationId": "a9d2e6c0-a44d-4c97-a128-63da4c499d25" + } + }, + { + "head": { + "id": "4e94e004-7850-4fe3-8cb7-93cbeeffee40", + "name": "Configuration task cost before running: 900 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156284662375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "843a2adf-06c9-4956-a6cc-1beb7c8fad8a", + "name": "entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156286487625, + "endTime": 352156289773833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "7f397b30-c4f4-4419-bc42-d0182e622c1a", + "logId": "1264b300-c102-4dae-a43e-2ab579c80bc2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7f397b30-c4f4-4419-bc42-d0182e622c1a", + "name": "create entry:default@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156284894916 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "843a2adf-06c9-4956-a6cc-1beb7c8fad8a" + } + }, + { + "head": { + "id": "f20e7f29-c1aa-47ce-ae01-987414f6fb5a", + "name": "Executing task :entry:default@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156286498666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b63ddb52-db99-4230-be81-00c136b13b33", + "name": "The project has not explicitly set the 'targetSdkVersion' version at build-profile.json5. It is recommended to configure it. Reference: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides/ide-hvigor-build-profile-app#section45865492619", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156286660708 + }, + "additional": { + "logType": "warn", + "children": [] + } + }, + { + "head": { + "id": "cc733e54-c147-4a96-8702-680f14539e3e", + "name": "Task 'entry:default@PreBuild' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156287831708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ab3ea9a2-93ce-4210-b7ee-6b7e385fc0be", + "name": "Incremental task entry:default@PreBuild pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156289690041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0b82788-5be9-4bbb-bbee-0bc94caad8dc", + "name": "entry : default@PreBuild cost memory 0.5671539306640625", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156289729708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1264b300-c102-4dae-a43e-2ab579c80bc2", + "name": "UP-TO-DATE :entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156286487625, + "endTime": 352156289773833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "843a2adf-06c9-4956-a6cc-1beb7c8fad8a" + } + }, + { + "head": { + "id": "2b350a50-c932-4d63-8269-e791b6b3a82f", + "name": "xuqmSdk:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156290617791, + "endTime": 352156291643333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Verification", + "taskRunReasons": [], + "detailId": "c71f91ee-cbbb-4563-9f33-fe9a1538d849", + "logId": "2767efe4-0bb7-4fc9-aac1-4866ce23e847" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c71f91ee-cbbb-4563-9f33-fe9a1538d849", + "name": "create xuqmSdk:default@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156290207208 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2b350a50-c932-4d63-8269-e791b6b3a82f" + } + }, + { + "head": { + "id": "0c71c5b1-b8ac-42b8-a58e-0f694e68c5da", + "name": "Executing task :xuqmSdk:default@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156290621166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "54c92c09-e1ed-421e-82c4-fa84c2e90344", + "name": "Task 'xuqmSdk:default@PreBuild' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156290729500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cda5fd55-6017-4012-8813-f453e10e46e3", + "name": "Incremental task xuqmSdk:default@PreBuild pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156291609958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "001a8c16-5d6f-4038-ac75-5b1fc42d44c3", + "name": "xuqmSdk : default@PreBuild cost memory 0.2033538818359375", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156291631583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2767efe4-0bb7-4fc9-aac1-4866ce23e847", + "name": "UP-TO-DATE :xuqmSdk:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156290617791, + "endTime": 352156291643333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2b350a50-c932-4d63-8269-e791b6b3a82f" + } + }, + { + "head": { + "id": "d4a5afcd-b84b-45a9-bed4-c8eaaf007228", + "name": "entry:default@CreateModuleInfo", + "description": "Create the ModuleInfo.ts file for the hap/hsp package.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156292265000, + "endTime": 352156292627833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "2ead8787-b664-48b0-a0d7-48c35a776dca", + "logId": "83863a22-fcfa-4673-b94b-7ea2ae7aeb75" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "2ead8787-b664-48b0-a0d7-48c35a776dca", + "name": "create entry:default@CreateModuleInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156292027083 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "d4a5afcd-b84b-45a9-bed4-c8eaaf007228" + } + }, + { + "head": { + "id": "44be0faa-1f37-45fb-b09f-e31f8cc76b64", + "name": "Executing task :entry:default@CreateModuleInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156292270666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "36e119fc-616b-4cb0-9726-705990b8efb9", + "name": "Task 'entry:default@CreateModuleInfo' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156292413875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "74a31adf-a81b-4157-8f40-b6eb98263708", + "name": "entry : default@CreateModuleInfo cost memory 0.0359344482421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156292565250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c584e3f1-f75a-4f70-b15b-88827d84ce62", + "name": "runTaskFromQueue task cost before running: 908 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156292588958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "83863a22-fcfa-4673-b94b-7ea2ae7aeb75", + "name": "Finished :entry:default@CreateModuleInfo", + "description": "Create the ModuleInfo.ts file for the hap/hsp package.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156292265000, + "endTime": 352156292627833, + "totalTime": 316500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d4a5afcd-b84b-45a9-bed4-c8eaaf007228" + } + }, + { + "head": { + "id": "7f5ac470-d66e-41c8-9901-3f4d910ca8c7", + "name": "entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156293288291, + "endTime": 352156293670333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "bb4bd337-7db1-4212-91e9-62de7ef31ddc", + "logId": "2305934c-565e-436c-9877-f0a18d178044" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "bb4bd337-7db1-4212-91e9-62de7ef31ddc", + "name": "create entry:default@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156292828208 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "7f5ac470-d66e-41c8-9901-3f4d910ca8c7" + } + }, + { + "head": { + "id": "5298fefd-46ff-4b13-9509-69fdf186a830", + "name": "Executing task :entry:default@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156293292583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e961ccb3-b315-4b53-bac1-9601e483de88", + "name": "Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156293474208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "34d7be66-6436-4e95-b1b3-dec9d320e0c1", + "name": "Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156293640208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "300f10e7-41fa-42fe-8eb5-d65375b0ab27", + "name": "entry : default@GenerateMetadata cost memory 0.070404052734375", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156293658750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2305934c-565e-436c-9877-f0a18d178044", + "name": "UP-TO-DATE :entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156293288291, + "endTime": 352156293670333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7f5ac470-d66e-41c8-9901-3f4d910ca8c7" + } + }, + { + "head": { + "id": "37fd74ef-dc74-4762-a148-7d185e33d5ee", + "name": "entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156294088916, + "endTime": 352156294213333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "85384d7e-9a01-4d73-8cbd-17acaef30e08", + "logId": "1b7cc030-491d-4280-9ec2-9da60815ac6d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "85384d7e-9a01-4d73-8cbd-17acaef30e08", + "name": "create entry:default@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156293766625 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "37fd74ef-dc74-4762-a148-7d185e33d5ee" + } + }, + { + "head": { + "id": "57b3bb66-aef5-499c-8518-edee54ea7ffd", + "name": "Executing task :entry:default@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156294095208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "894b0b9c-751c-4c94-a5c6-cafec2036069", + "name": "entry : default@PreCheckSyscap cost memory 0.01346588134765625", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156294185666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a06900d3-6997-4811-95de-bc78539cd65f", + "name": "runTaskFromQueue task cost before running: 910 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156294204833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1b7cc030-491d-4280-9ec2-9da60815ac6d", + "name": "Finished :entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156294088916, + "endTime": 352156294213333, + "totalTime": 107709 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "37fd74ef-dc74-4762-a148-7d185e33d5ee" + } + }, + { + "head": { + "id": "e58ddfdf-78af-489d-a61d-e3ea4c3c4213", + "name": "entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156294635291, + "endTime": 352156299268125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "8b5bca66-e8fa-4d4c-8c25-0be3e6f45dc1", + "logId": "788ce1a9-720f-4cfb-8b33-9c33a3db8135" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8b5bca66-e8fa-4d4c-8c25-0be3e6f45dc1", + "name": "create entry:default@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156294353000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e58ddfdf-78af-489d-a61d-e3ea4c3c4213" + } + }, + { + "head": { + "id": "bd3a5e58-1213-4dfc-8d3e-a4ee6806a3b5", + "name": "Executing task :entry:default@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156294638500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "afb22c5e-2e75-4849-9008-aef367098bb4", + "name": "Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156298914666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "091c51e3-de23-4090-a58c-931f05b4ad03", + "name": "Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156299202125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "08b83409-72cf-42c7-a80b-b1a3b8b9a498", + "name": "entry : default@GeneratePkgContextInfo cost memory 0.7562637329101562", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156299246708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "788ce1a9-720f-4cfb-8b33-9c33a3db8135", + "name": "UP-TO-DATE :entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156294635291, + "endTime": 352156299268125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e58ddfdf-78af-489d-a61d-e3ea4c3c4213" + } + }, + { + "head": { + "id": "415c5f8c-92d9-463e-b81f-149ed88e9309", + "name": "entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156300428291, + "endTime": 352156300668416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist." + ], + "detailId": "f8d07a81-7c45-4338-8aab-0a3ee883d46d", + "logId": "2a6a5481-a016-4e0b-8cca-5f9ac436ac83" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f8d07a81-7c45-4338-8aab-0a3ee883d46d", + "name": "create entry:default@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156299482458 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "415c5f8c-92d9-463e-b81f-149ed88e9309" + } + }, + { + "head": { + "id": "c51ba105-d2fd-44d4-ab0e-95f42acf1485", + "name": "Executing task :entry:default@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156300433375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a4031179-11db-4125-8a42-7fb0d7a783c1", + "name": "entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156300563875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7f3230b7-3f65-4d21-9613-9b256e741379", + "name": "Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156300586750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "54e78cc2-5e9d-4d21-bb7a-a6921de3e4e6", + "name": "entry : default@ProcessIntegratedHsp cost memory 0.0472412109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156300638875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b739fd5b-4380-461c-a045-4a1e383f3ff0", + "name": "runTaskFromQueue task cost before running: 916 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156300655583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2a6a5481-a016-4e0b-8cca-5f9ac436ac83", + "name": "Finished :entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156300428291, + "endTime": 352156300668416, + "totalTime": 221833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "415c5f8c-92d9-463e-b81f-149ed88e9309" + } + }, + { + "head": { + "id": "8668c9f5-cc4c-4d33-bce8-c26a309deab3", + "name": "xuqmSdk:default@CreateHarBuildProfile", + "description": "Create the BuildProfile.ets file for the HAR package.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156301243333, + "endTime": 352156301510625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Generate", + "taskRunReasons": [], + "detailId": "47c7812a-66a3-4a8e-8426-9ef1b5630043", + "logId": "1d945fea-6301-49ae-8a62-be2278c305c2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "47c7812a-66a3-4a8e-8426-9ef1b5630043", + "name": "create xuqmSdk:default@CreateHarBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156300888541 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "8668c9f5-cc4c-4d33-bce8-c26a309deab3" + } + }, + { + "head": { + "id": "af2c24bd-698c-41b3-b849-14919a8d7578", + "name": "Executing task :xuqmSdk:default@CreateHarBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156301246583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a671515e-eed8-4fa7-a56f-7bc2d2b6be22", + "name": "Task 'xuqmSdk:default@CreateHarBuildProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156301324791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a88f8196-f299-4758-b0b4-d807e5440452", + "name": "Incremental task xuqmSdk:default@CreateHarBuildProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156301484333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "10958cb2-9cfd-43bd-a2fe-97fa85319410", + "name": "xuqmSdk : default@CreateHarBuildProfile cost memory 0.07201385498046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156301499583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1d945fea-6301-49ae-8a62-be2278c305c2", + "name": "UP-TO-DATE :xuqmSdk:default@CreateHarBuildProfile", + "description": "Create the BuildProfile.ets file for the HAR package.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156301243333, + "endTime": 352156301510625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8668c9f5-cc4c-4d33-bce8-c26a309deab3" + } + }, + { + "head": { + "id": "e566a6d7-9b8b-4705-9bf9-710121c1e76a", + "name": "xuqmSdk:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156301935791, + "endTime": 352156301999250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Native", + "taskRunReasons": [], + "detailId": "a42fbb25-7702-4e46-80e4-5f6cbd94ce07", + "logId": "9cc5e1cc-7dad-460c-a0ad-a7332b0f67c0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a42fbb25-7702-4e46-80e4-5f6cbd94ce07", + "name": "create xuqmSdk:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156301664291 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e566a6d7-9b8b-4705-9bf9-710121c1e76a" + } + }, + { + "head": { + "id": "2fa8b3a9-f60b-4899-af12-13957245eb2f", + "name": "Executing task :xuqmSdk:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156301939375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f5d77da2-b75e-4b3b-b974-adf75474b15e", + "name": "xuqmSdk : default@ConfigureCmake cost memory 0.01244354248046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156301977041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a51bc4d7-996f-40a6-8e28-c73af0b4ab88", + "name": "runTaskFromQueue task cost before running: 918 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156301992125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9cc5e1cc-7dad-460c-a0ad-a7332b0f67c0", + "name": "Finished :xuqmSdk:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156301935791, + "endTime": 352156301999250, + "totalTime": 50542 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e566a6d7-9b8b-4705-9bf9-710121c1e76a" + } + }, + { + "head": { + "id": "f2066197-0f03-4f2a-9590-3ca6125e43f7", + "name": "xuqmSdk:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156302336583, + "endTime": 352156302917708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Config", + "taskRunReasons": [], + "detailId": "ad908e20-6cbf-4a32-ba84-3d4ab62e7ade", + "logId": "d888b3b1-29d2-4e74-8d47-82bbaeff9b69" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ad908e20-6cbf-4a32-ba84-3d4ab62e7ade", + "name": "create xuqmSdk:default@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156302157625 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f2066197-0f03-4f2a-9590-3ca6125e43f7" + } + }, + { + "head": { + "id": "febc9529-310a-4c04-9fac-8402c9e3e303", + "name": "Executing task :xuqmSdk:default@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156302340291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "87d57a45-8d5e-426a-a515-7f5954ca0876", + "name": "Task 'xuqmSdk:default@MergeProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156302442625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8fe959b2-2933-4c2c-a769-cf64d642092d", + "name": "Incremental task xuqmSdk:default@MergeProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156302889583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "629fbd57-aed9-4853-8470-c16bfa451151", + "name": "xuqmSdk : default@MergeProfile cost memory 0.09925079345703125", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156302905833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d888b3b1-29d2-4e74-8d47-82bbaeff9b69", + "name": "UP-TO-DATE :xuqmSdk:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156302336583, + "endTime": 352156302917708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f2066197-0f03-4f2a-9590-3ca6125e43f7" + } + }, + { + "head": { + "id": "cea2f1d1-6e9f-462e-9381-7e4eef30e820", + "name": "entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156303326125, + "endTime": 352156316014583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist." + ], + "detailId": "35f8c19d-77ef-4c0e-b98e-5542ca55a4d6", + "logId": "52aa4a29-7feb-4b1a-b74b-627f4c4fff8b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "35f8c19d-77ef-4c0e-b98e-5542ca55a4d6", + "name": "create entry:default@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156303024250 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "cea2f1d1-6e9f-462e-9381-7e4eef30e820" + } + }, + { + "head": { + "id": "f9e2716d-8a98-4a51-bdc7-a3a5c4c80623", + "name": "Executing task :entry:default@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156303329125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3ac7a99c-a06d-494e-a14b-80204ffa42e2", + "name": "File: '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156303353458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "86a3e650-fb44-468f-ae0f-f8377f43b33f", + "name": "Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156303442166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7c3a497b-e7b4-43ff-a0db-fee8fbed30dd", + "name": "entry:default@SyscapTransform is not up-to-date, since the output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156315719250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e39bcd0e-9e99-4667-9ef7-e64b44c743dd", + "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 13 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156315809916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a79c2e9-4b98-44b5-872a-fd24630dd1f1", + "name": "entry : default@SyscapTransform cost memory 0.10262298583984375", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156315972958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7034674a-4fb2-4a11-8c91-549a217153ee", + "name": "runTaskFromQueue task cost before running: 932 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156316000958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "52aa4a29-7feb-4b1a-b74b-627f4c4fff8b", + "name": "Finished :entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156303326125, + "endTime": 352156316014583, + "totalTime": 12663042 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "cea2f1d1-6e9f-462e-9381-7e4eef30e820" + } + }, + { + "head": { + "id": "96d740f1-0653-481b-a375-4f9d4f16c8a5", + "name": "entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156316911750, + "endTime": 352156318475041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "019c5d8f-277c-45ef-82eb-ac12462c8b47", + "logId": "8529ea4f-f8ff-4176-a306-afcb6eb1b20a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "019c5d8f-277c-45ef-82eb-ac12462c8b47", + "name": "create entry:default@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156316260958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "96d740f1-0653-481b-a375-4f9d4f16c8a5" + } + }, + { + "head": { + "id": "9d45cb78-a19c-4909-8791-ab50ef3f48b9", + "name": "Executing task :entry:default@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156316917083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b6b277ee-093e-42b7-a0ff-d89db71ef2e7", + "name": "Incremental task entry:default@ProcessRouterMap pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156318319500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "65a99a66-c75d-4f03-b64c-69fd7bde586f", + "name": "entry : default@ProcessRouterMap cost memory 0.13994598388671875", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156318366625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8529ea4f-f8ff-4176-a306-afcb6eb1b20a", + "name": "UP-TO-DATE :entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156316911750, + "endTime": 352156318475041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "96d740f1-0653-481b-a375-4f9d4f16c8a5" + } + }, + { + "head": { + "id": "2087d475-216d-4970-a6ec-b2463e323992", + "name": "entry:default@ProcessShareConfig", + "description": "Process share config configuration.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156319401000, + "endTime": 352156319897625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "63fea0d0-b893-4b09-809e-a075d9ccd33d", + "logId": "97461d99-a2e3-4bd4-a599-4fa90a0e73fb" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "63fea0d0-b893-4b09-809e-a075d9ccd33d", + "name": "create entry:default@ProcessShareConfig task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156318916791 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2087d475-216d-4970-a6ec-b2463e323992" + } + }, + { + "head": { + "id": "1ba8f199-4617-4158-9919-bde1ebfc9703", + "name": "Executing task :entry:default@ProcessShareConfig", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156319407250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d7f29d13-de13-47fb-b588-a94386c0c020", + "name": "Incremental task entry:default@ProcessShareConfig pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156319854833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "388624b5-1124-4723-92cf-e669b990c0dc", + "name": "entry : default@ProcessShareConfig cost memory 0.12104034423828125", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156319878458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "97461d99-a2e3-4bd4-a599-4fa90a0e73fb", + "name": "UP-TO-DATE :entry:default@ProcessShareConfig", + "description": "Process share config configuration.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156319401000, + "endTime": 352156319897625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2087d475-216d-4970-a6ec-b2463e323992" + } + }, + { + "head": { + "id": "fe9005d4-a6fb-49ac-9a5e-26e5c3092031", + "name": "entry:default@ProcessStartupConfig", + "description": "Process startup configuration.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156320323125, + "endTime": 352156321201708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/startup/default/startup_config.json' does not exist." + ], + "detailId": "4546e6ab-2592-40a0-9e5f-00cd9bc26446", + "logId": "f094e32a-de23-4dc2-bd4c-5f1a0a1f478c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4546e6ab-2592-40a0-9e5f-00cd9bc26446", + "name": "create entry:default@ProcessStartupConfig task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156320032875 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "fe9005d4-a6fb-49ac-9a5e-26e5c3092031" + } + }, + { + "head": { + "id": "71163f99-b74a-4af4-babf-1f238a1a35c8", + "name": "Executing task :entry:default@ProcessStartupConfig", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156320326916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d269ffa4-11ce-4c34-af2e-31d34f558ef0", + "name": "Task 'entry:default@ProcessStartupConfig' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156320390000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d95139e3-55f0-4772-9bd8-9948d56150f9", + "name": "entry:default@ProcessStartupConfig is not up-to-date, since the output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/startup/default/startup_config.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156320587541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f8cd64c2-9a6a-485a-9ecb-055211c14936", + "name": "Incremental task entry:default@ProcessStartupConfig pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156320603416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c3941b26-2a21-48b2-beef-31dc0633f64a", + "name": "entry : default@ProcessStartupConfig cost memory 0.1177978515625", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156321133708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bac05e93-de56-4ba0-9d7d-f1167f18b2ec", + "name": "runTaskFromQueue task cost before running: 937 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156321185166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f094e32a-de23-4dc2-bd4c-5f1a0a1f478c", + "name": "Finished :entry:default@ProcessStartupConfig", + "description": "Process startup configuration.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156320323125, + "endTime": 352156321201708, + "totalTime": 846000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fe9005d4-a6fb-49ac-9a5e-26e5c3092031" + } + }, + { + "head": { + "id": "cc935d99-efeb-448f-acdc-f7ea74debe70", + "name": "entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156322009625, + "endTime": 352156322710000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "f1f13943-55a7-4252-8cf1-e48e25569720", + "logId": "69479492-d728-4d7c-9211-e5ced790ec5e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f1f13943-55a7-4252-8cf1-e48e25569720", + "name": "create entry:default@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156321519291 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "cc935d99-efeb-448f-acdc-f7ea74debe70" + } + }, + { + "head": { + "id": "1fda8b3f-5cbd-4263-8f4a-5fcc3e4ca555", + "name": "Executing task :entry:default@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156322014500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "344f6a07-ff16-4b82-b2e1-f9298df41b9f", + "name": "Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156322109083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6ca61497-5c4a-4d45-a898-eb29d1f07af8", + "name": "Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156322652166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "476c7242-d46b-41f8-ac4e-5c20dde6ec33", + "name": "entry : default@CreateBuildProfile cost memory 0.0755615234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156322689250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "69479492-d728-4d7c-9211-e5ced790ec5e", + "name": "UP-TO-DATE :entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156322009625, + "endTime": 352156322710000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "cc935d99-efeb-448f-acdc-f7ea74debe70" + } + }, + { + "head": { + "id": "47fc2df5-5aee-4aff-865b-db9e764d2720", + "name": "xuqmSdk:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156323220208, + "endTime": 352156323309041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Native", + "taskRunReasons": [], + "detailId": "6a728f71-00e0-4273-9b52-f1cf0b488c82", + "logId": "6f296449-1ffd-4f38-9332-beaf0bef5e1d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6a728f71-00e0-4273-9b52-f1cf0b488c82", + "name": "create xuqmSdk:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156322864125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "47fc2df5-5aee-4aff-865b-db9e764d2720" + } + }, + { + "head": { + "id": "56ff41ff-7bd3-4ef0-92a9-2d6007c21afb", + "name": "Executing task :xuqmSdk:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156323224625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bad11a2d-9b89-499b-b69d-012390846d59", + "name": "xuqmSdk : default@BuildNativeWithCmake cost memory 0.013580322265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156323279500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "66a25eb1-1de5-4a9a-8e54-fce39669e128", + "name": "runTaskFromQueue task cost before running: 939 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156323299791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6f296449-1ffd-4f38-9332-beaf0bef5e1d", + "name": "Finished :xuqmSdk:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156323220208, + "endTime": 352156323309041, + "totalTime": 72791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "47fc2df5-5aee-4aff-865b-db9e764d2720" + } + }, + { + "head": { + "id": "444a273b-6d63-4626-8d3c-c959bb140112", + "name": "entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156323537958, + "endTime": 352156324170500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "387c1312-f003-41cf-bbd5-244558d2c82a", + "logId": "1165f1ca-7f5c-44cd-b34e-c5daa09b1f66" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "387c1312-f003-41cf-bbd5-244558d2c82a", + "name": "create entry:default@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156323395583 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "444a273b-6d63-4626-8d3c-c959bb140112" + } + }, + { + "head": { + "id": "b93f0d6d-36e5-4150-ad77-9416ed769e10", + "name": "Executing task :entry:default@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156323542333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ffda871a-1531-481a-b62b-26b653bce6e3", + "name": "Task 'entry:default@MergeProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156323776041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1cfe3490-87da-4932-baec-babb1ab6e183", + "name": "Incremental task entry:default@MergeProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156324136625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "674238bb-004f-4ffc-902f-82da2cc3ab1f", + "name": "entry : default@MergeProfile cost memory 0.1144866943359375", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156324157000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1165f1ca-7f5c-44cd-b34e-c5daa09b1f66", + "name": "UP-TO-DATE :entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156323537958, + "endTime": 352156324170500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "444a273b-6d63-4626-8d3c-c959bb140112" + } + }, + { + "head": { + "id": "5a607904-0281-46bb-ae11-8cc08352fff0", + "name": "entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156325278500, + "endTime": 352156327533416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "25e80265-ed20-4ad7-af5f-9eb21d7d4ce1", + "logId": "a0ab537b-f987-4217-aaba-86152ea8f308" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "25e80265-ed20-4ad7-af5f-9eb21d7d4ce1", + "name": "create entry:default@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156324402750 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5a607904-0281-46bb-ae11-8cc08352fff0" + } + }, + { + "head": { + "id": "8cddd921-c8b9-431c-896b-bf577673db6c", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156324916041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9d1df7cd-2c00-47d1-9681-364c7c76c008", + "name": "Executing task :entry:default@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156325283291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dc3dfbf7-2cf5-4ea2-b8cb-626c9a322d63", + "name": "Task 'entry:default@GenerateLoaderJson' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156325735208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dd1d6daf-f199-498a-8e43-2850a1ab41b4", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156326115958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "60d0170a-9684-4805-949a-952c30cadfd5", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156326797833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c7d1a5ec-bf58-4e34-868b-c9bb9cb3a562", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156327080958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fb59e961-edbc-48fc-a70e-e299535375bd", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156327189000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "30c6a439-7b45-4f44-b7c4-6a7deb22bc62", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156327270750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c9519115-520d-46ac-b7e9-bf219ab6f28c", + "name": "Incremental task entry:default@GenerateLoaderJson pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156327500166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "96b3e60b-6bf7-4efc-b533-80237a8bba35", + "name": "entry : default@GenerateLoaderJson cost memory 0.6107559204101562", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156327520708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0ab537b-f987-4217-aaba-86152ea8f308", + "name": "UP-TO-DATE :entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156325278500, + "endTime": 352156327533416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5a607904-0281-46bb-ae11-8cc08352fff0" + } + }, + { + "head": { + "id": "a6b17955-34a8-41eb-9727-cd8c92b3db99", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156327766375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eeaed97d-5004-41e8-8a1f-de715b03bce4", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156327862833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d671fe8f-01d0-4935-a17b-ed63bcaf1781", + "name": "xuqmSdk:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156328359750, + "endTime": 352156328507208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Native", + "taskRunReasons": [], + "detailId": "d47a0fe0-7840-4caf-9827-7379a262c505", + "logId": "86b45cc0-beaf-4572-beb0-dd480dda0c23" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d47a0fe0-7840-4caf-9827-7379a262c505", + "name": "create xuqmSdk:default@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156328032333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "d671fe8f-01d0-4935-a17b-ed63bcaf1781" + } + }, + { + "head": { + "id": "efa54e5e-4953-4975-8f64-358ee8b31f12", + "name": "Executing task :xuqmSdk:default@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156328362708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4eeee9c2-4cdd-4de5-bd94-9891e4679341", + "name": "xuqmSdk : default@BuildNativeWithNinja cost memory 0.019073486328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156328478208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "219cbb1b-5b0c-43c9-b6ae-7d2dcbc31789", + "name": "runTaskFromQueue task cost before running: 944 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156328497208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "86b45cc0-beaf-4572-beb0-dd480dda0c23", + "name": "Finished :xuqmSdk:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156328359750, + "endTime": 352156328507208, + "totalTime": 130167 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d671fe8f-01d0-4935-a17b-ed63bcaf1781" + } + }, + { + "head": { + "id": "b3d4aadd-6f8b-4dc2-ae84-f182af8a9de8", + "name": "entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156328765375, + "endTime": 352156328820250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "460346b6-847f-4d19-bb2b-110eb67389c6", + "logId": "76dd54c5-58b9-4fae-b354-19575fea32b8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "460346b6-847f-4d19-bb2b-110eb67389c6", + "name": "create entry:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156328619458 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b3d4aadd-6f8b-4dc2-ae84-f182af8a9de8" + } + }, + { + "head": { + "id": "26357b91-34be-40df-8992-b0e54484dbf7", + "name": "Executing task :entry:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156328767708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "396458ae-27d3-465a-949c-162facf12bad", + "name": "entry : default@ConfigureCmake cost memory 0.01210784912109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156328797625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1c830506-2c29-455d-b08c-199db6e05b85", + "name": "runTaskFromQueue task cost before running: 945 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156328812208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "76dd54c5-58b9-4fae-b354-19575fea32b8", + "name": "Finished :entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156328765375, + "endTime": 352156328820250, + "totalTime": 40875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b3d4aadd-6f8b-4dc2-ae84-f182af8a9de8" + } + }, + { + "head": { + "id": "11eafa68-79fc-4cb8-99a6-c609cbcbc591", + "name": "entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156329425458, + "endTime": 352156329905666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "d4d7855b-b815-4a97-92f9-6ff2e7256012", + "logId": "581028b5-762b-4943-ad06-f196e083669e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d4d7855b-b815-4a97-92f9-6ff2e7256012", + "name": "create entry:default@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156329081458 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "11eafa68-79fc-4cb8-99a6-c609cbcbc591" + } + }, + { + "head": { + "id": "884b07ab-2646-4b86-876c-d88a72a5c2a6", + "name": "Executing task :entry:default@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156329429291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5142a7ab-c1d2-45bb-ab8f-62b2f33b72ce", + "name": "Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156329868916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "db577415-364b-4558-a6a4-9aee7c8dadb5", + "name": "entry : default@MakePackInfo cost memory 0.08876800537109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156329891375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "581028b5-762b-4943-ad06-f196e083669e", + "name": "UP-TO-DATE :entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156329425458, + "endTime": 352156329905666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "11eafa68-79fc-4cb8-99a6-c609cbcbc591" + } + }, + { + "head": { + "id": "dd64a48c-6b14-483d-806a-84db6e4c87a4", + "name": "entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156330616666, + "endTime": 352156331582708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "ee9c4939-3b4e-4ac5-9d14-387edc1edb64", + "logId": "f92a8506-3036-40e7-8b61-153089bb78de" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ee9c4939-3b4e-4ac5-9d14-387edc1edb64", + "name": "create entry:default@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156330044000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "dd64a48c-6b14-483d-806a-84db6e4c87a4" + } + }, + { + "head": { + "id": "cb9338c1-da7e-45f9-ba3d-308c79486709", + "name": "Executing task :entry:default@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156330621125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1eb3751b-10e5-462b-8353-81aa2c2fdf6d", + "name": "Task 'entry:default@ProcessProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156331169708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dd703cf9-7116-41a4-b660-761f58b6ca1b", + "name": "Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156331531333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "68eb515c-5038-49cc-8f63-90e2ee6a7da3", + "name": "entry : default@ProcessProfile cost memory 0.1136627197265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156331567833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f92a8506-3036-40e7-8b61-153089bb78de", + "name": "UP-TO-DATE :entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156330616666, + "endTime": 352156331582708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "dd64a48c-6b14-483d-806a-84db6e4c87a4" + } + }, + { + "head": { + "id": "99e24507-b9e0-4a04-b8a3-a5737b1109df", + "name": "xuqmSdk:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156332250416, + "endTime": 352156333058875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Resources", + "taskRunReasons": [], + "detailId": "fa2e73cb-f59c-44be-8702-6502a44403ec", + "logId": "c9a599d6-fa30-47b9-9c1f-ef933b607307" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "fa2e73cb-f59c-44be-8702-6502a44403ec", + "name": "create xuqmSdk:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156331745458 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "99e24507-b9e0-4a04-b8a3-a5737b1109df" + } + }, + { + "head": { + "id": "feaa67d5-0e81-49a0-a98e-83b03822816f", + "name": "Executing task :xuqmSdk:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156332254291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "53b615e1-57b1-4c86-bf40-dbb97deaa0b3", + "name": "Incremental task xuqmSdk:default@ProcessLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156333017375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6c4b7a8d-119f-43e6-962a-a2b28e87269b", + "name": "xuqmSdk : default@ProcessLibs cost memory 0.08116912841796875", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156333043958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c9a599d6-fa30-47b9-9c1f-ef933b607307", + "name": "UP-TO-DATE :xuqmSdk:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156332250416, + "endTime": 352156333058875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "99e24507-b9e0-4a04-b8a3-a5737b1109df" + } + }, + { + "head": { + "id": "2c33580a-c57d-46ab-8332-9aff1dcb4bb4", + "name": "entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156333407041, + "endTime": 352156333532750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "1afaff17-1278-41b6-b219-aa0e0b65645b", + "logId": "1e326f4f-669b-457a-95ab-713c501bd643" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1afaff17-1278-41b6-b219-aa0e0b65645b", + "name": "create entry:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156333245208 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2c33580a-c57d-46ab-8332-9aff1dcb4bb4" + } + }, + { + "head": { + "id": "452d0b8d-184e-4e12-8002-08aa89749b2c", + "name": "Executing task :entry:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156333410791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2af161e0-2e1d-4738-a77b-1e4dc4893fa5", + "name": "entry : default@BuildNativeWithCmake cost memory 0.012054443359375", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156333481458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e1fe0922-e9bb-462f-8df7-c2bbb0c36aab", + "name": "runTaskFromQueue task cost before running: 949 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156333519833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1e326f4f-669b-457a-95ab-713c501bd643", + "name": "Finished :entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156333407041, + "endTime": 352156333532750, + "totalTime": 86667 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2c33580a-c57d-46ab-8332-9aff1dcb4bb4" + } + }, + { + "head": { + "id": "5d27b03f-12b2-4bf0-b2c3-884c3fb15b36", + "name": "entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156334499500, + "endTime": 352156336171250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "fb129bae-c7a3-4cd8-bc4d-9940ef0014c1", + "logId": "098b5119-5566-4462-9129-95c00e85c2cd" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "fb129bae-c7a3-4cd8-bc4d-9940ef0014c1", + "name": "create entry:default@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156333701000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5d27b03f-12b2-4bf0-b2c3-884c3fb15b36" + } + }, + { + "head": { + "id": "645d6228-2972-4397-b055-b3609932335c", + "name": "restool module names: entry,xuqmSdk; moduleName=entry, taskName=default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156333965666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "07b90bd8-1fe8-420b-8f9b-6629877f7c43", + "name": "Executing task :entry:default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156335609125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3d4c1070-6310-46c2-ac66-6465ba112985", + "name": "Task 'entry:default@ProcessResource' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156335676666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "00d6dcc2-8431-4669-881c-8619e15331f6", + "name": "Incremental task entry:default@ProcessResource pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156335945000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a4a8a3c1-9807-48fb-af61-d16574494da4", + "name": "entry : default@ProcessResource cost memory 0.10845184326171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156336047500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "098b5119-5566-4462-9129-95c00e85c2cd", + "name": "UP-TO-DATE :entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156334499500, + "endTime": 352156336171250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5d27b03f-12b2-4bf0-b2c3-884c3fb15b36" + } + }, + { + "head": { + "id": "03619358-2cda-444d-bae3-36b11c0c0e38", + "name": "xuqmSdk:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156336676500, + "endTime": 352156337293541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Native", + "taskRunReasons": [], + "detailId": "c084d85b-58dd-4ca3-be4c-33e545280604", + "logId": "c9fdf32b-c162-427a-8447-217e5e4e153a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c084d85b-58dd-4ca3-be4c-33e545280604", + "name": "create xuqmSdk:default@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156336367916 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "03619358-2cda-444d-bae3-36b11c0c0e38" + } + }, + { + "head": { + "id": "78da4e1b-5a01-4425-9ec8-5569ba166d99", + "name": "Executing task :xuqmSdk:default@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156336679708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d56ac7c-9706-4401-9200-4ab41c5769cf", + "name": "Task 'xuqmSdk:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156336721875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e21822ca-446a-4ef3-8429-b6df3b1b34d7", + "name": "Incremental task xuqmSdk:default@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156337224750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32242758-0638-4228-96a4-61dd94a73fcf", + "name": "xuqmSdk : default@DoNativeStrip cost memory 0.05886077880859375", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156337273958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c9fdf32b-c162-427a-8447-217e5e4e153a", + "name": "UP-TO-DATE :xuqmSdk:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156336676500, + "endTime": 352156337293541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "03619358-2cda-444d-bae3-36b11c0c0e38" + } + }, + { + "head": { + "id": "f9e2ebf9-32f2-4fd7-992f-59e47dd1661a", + "name": "entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156338117458, + "endTime": 352156340413041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "7404c58e-e5a4-4b5b-9c19-d6ce1589f423", + "logId": "d44f5b6b-9273-4f55-9213-bbbc93769078" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7404c58e-e5a4-4b5b-9c19-d6ce1589f423", + "name": "create entry:default@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156337462291 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f9e2ebf9-32f2-4fd7-992f-59e47dd1661a" + } + }, + { + "head": { + "id": "a3ce3650-04c1-41f0-bfca-c0335c2f61e4", + "name": "restool module names: entry,xuqmSdk; moduleName=entry, taskName=default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156337663166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c1e4560f-be27-4fd1-9047-c73ee36ddb52", + "name": "Executing task :entry:default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156338151791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b95dc025-f7bb-49be-a5cc-f8ad352aa43b", + "name": "Incremental task entry:default@CompileResource pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156340358333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bfce2087-5e1f-45c8-b27c-9d21da9bb7ed", + "name": "entry : default@CompileResource cost memory 0.322174072265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156340391541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d44f5b6b-9273-4f55-9213-bbbc93769078", + "name": "UP-TO-DATE :entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156338117458, + "endTime": 352156340413041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f9e2ebf9-32f2-4fd7-992f-59e47dd1661a" + } + }, + { + "head": { + "id": "44853310-84c9-49a2-af7c-9ce387ba0cd0", + "name": "entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156340690541, + "endTime": 352156340794833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "9f645e0f-130b-41d2-bbce-4eb87e171807", + "logId": "bc8c7f4e-882b-466f-999f-67a77db0df36" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9f645e0f-130b-41d2-bbce-4eb87e171807", + "name": "create entry:default@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156340605541 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "44853310-84c9-49a2-af7c-9ce387ba0cd0" + } + }, + { + "head": { + "id": "0ba67c49-f5c6-404f-9a0f-e93789b93330", + "name": "Executing task :entry:default@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156340693458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a854d281-5881-470f-a112-230c4c0f45be", + "name": "entry : default@BuildNativeWithNinja cost memory 0.0177764892578125", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156340768500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f8e8258d-4ec1-46f5-83d0-81e221cfd828", + "name": "runTaskFromQueue task cost before running: 957 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156340785333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bc8c7f4e-882b-466f-999f-67a77db0df36", + "name": "Finished :entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156340690541, + "endTime": 352156340794833, + "totalTime": 87875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "44853310-84c9-49a2-af7c-9ce387ba0cd0" + } + }, + { + "head": { + "id": "80684c44-7426-4b85-99d1-5de221b3c7dd", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156341429041, + "endTime": 352207818054625 + }, + "additional": { + "children": [ + "eb044e1d-e58f-4a84-9a17-970db0c3e607", + "ded249dc-0a59-4849-8e50-7287ae9a062f" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "475e1c3f-503e-42ca-b760-351951ee1773", + "logId": "aaf87120-d9aa-4d8f-b5af-9c8d9e80e2ca" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "475e1c3f-503e-42ca-b760-351951ee1773", + "name": "create entry:default@CompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156341013125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "80684c44-7426-4b85-99d1-5de221b3c7dd" + } + }, + { + "head": { + "id": "f6dea79e-7a27-4f07-8b8f-2ed4c1944a0a", + "name": "Executing task :entry:default@CompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156341432583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "12484528-d393-47de-ad0c-8ab2563b3993", + "name": "obfuscationOptions: undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156341716000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "25cdf06e-c2b9-4bcd-8df1-24fd784a736d", + "name": "Task 'entry:default@CompileArkTS' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156342642875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e9a07f8a-9f1e-4114-a735-69203a0059e0", + "name": "build config:", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156349432833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "821b5016-0f01-448c-a627-ba0fd812175b", + "name": "Compile arkts with external api path: /Users/xuqinmin/sdk/command-line-tools/sdk/default/hms/ets", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156350108083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dbe47514-c913-408d-8d07-5861ef6c6957", + "name": "Since there is no instance or instance is terminated, create a new worker pool.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156350392791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "56f16dd2-3ab8-479c-b907-d1f82052a9b5", + "name": "Worker pool is initialized with config: {\n minPoolNum: 2,\n maxPoolNum: undefined,\n maxCoreSize: undefined,\n cacheCapacity: undefined,\n cacheTtl: undefined\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156350432958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aee9f438-1e90-43c4-b7d6-f42b9de68f6f", + "name": "Create resident worker with id: 0.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156350971708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "93862b2c-1151-433a-a234-8344119e1687", + "name": "Create resident worker with id: 1.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156351804458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8df963d4-0a6a-4c28-93ba-8e54f075b305", + "name": "default@CompileArkTS work[0] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156352612583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eb044e1d-e58f-4a84-9a17-970db0c3e607", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Worker4", + "startTime": 352156951210333, + "endTime": 352207816304125 + }, + "additional": { + "children": [ + "92ff4ef8-85b4-4a82-b26f-3eae3614a0c4", + "6ad95c6f-af7b-4d62-9c9c-0a317ac8bd7d", + "b9a966a1-c090-4123-bd5f-3c47d20ea884", + "e2b907ed-77df-493f-a17f-372f33f00cbf", + "ddb6012f-94f2-4582-8d3f-c5e53eda7545", + "33ea5d03-bd59-4ba9-8665-0fa29459141a", + "51c0b2a4-6246-436d-9145-94eb03293228" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "80684c44-7426-4b85-99d1-5de221b3c7dd", + "logId": "fa2da6e2-c317-4d78-bf90-62958392e005" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7056bffe-a701-4724-8537-d46af69f566b", + "name": "default@CompileArkTS work[0] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156352780500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5ced33e9-0be8-4d53-b09b-0f09f0c8ea98", + "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156352852000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2eb3bf0e-7eec-4749-9e25-6653be749380", + "name": "A work dispatched to worker[12] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156352861083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fb4f546d-b4ed-495f-bf43-e6d60e8011a6", + "name": "A work dispatched to worker[11] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156352868000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e40315a1-5a45-4d3d-a6ab-ec4f33c9fb80", + "name": "A work dispatched to worker[10] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156352874208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b9286e2d-4db6-404a-8f13-6087df97093b", + "name": "A work dispatched to worker[9] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156352879916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d7b3d77c-abe2-43df-82a0-ef2badaba844", + "name": "A work dispatched to worker[8] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156352886375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "53fcb12e-43f2-4f7e-8e84-6c73042b626b", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156352892791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3688d9e1-4208-40d6-b484-cefb7a7dcfae", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156352898708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d1d89f12-d1c9-4469-8d28-59199531490a", + "name": "A work dispatched to worker[5] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156352904875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "529830f8-e8b8-4adf-990f-acaea947c93a", + "name": "Create resident worker with id: 4.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156352950791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df7caa03-a576-4a7c-a091-61bcf760be2e", + "name": "default@CompileArkTS work[0] has been dispatched to worker[4].", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156353245083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f2a4296e-f5a9-4f59-b6d5-0f2e33d4410d", + "name": "default@CompileArkTS work[0] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156353275875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a67b54a6-d706-4342-a875-2150a020325a", + "name": "CopyResources startTime: 352156353307666", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156353309333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7599813d-ce62-4591-9ad5-01682dcde886", + "name": "default@CompileArkTS work[1] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156353324333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ded249dc-0a59-4849-8e50-7287ae9a062f", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Worker12", + "startTime": 352156605062083, + "endTime": 352156609257291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "80684c44-7426-4b85-99d1-5de221b3c7dd", + "logId": "9d1ee5dc-fdec-4efa-8a81-fceae3e3ddf3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "23bb98df-fd12-44d7-8782-1380d63175fa", + "name": "default@CompileArkTS work[1] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156353508166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "03e87328-8d75-4db8-8c41-701cc2a71143", + "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156353530875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "31bfc655-c758-4b39-8ba1-46d0e3278b91", + "name": "Create resident worker with id: 12.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156353546416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e87c7dd0-94eb-4b4b-adff-076917339051", + "name": "default@CompileArkTS work[1] has been dispatched to worker[12].", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156353927416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8d177b8f-3e5e-434f-92d1-c4f612b9288b", + "name": "default@CompileArkTS work[1] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156353984666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f4b8d06c-ca63-46e4-8bcd-dde01c67894c", + "name": "entry : default@CompileArkTS cost memory -9.08929443359375", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156354063791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "632cba27-c8f1-4179-88fb-10869cb603e5", + "name": "entry:default@BuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156354848458, + "endTime": 352156355682166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "28e2bcb6-9fec-46a4-b9b8-09a78f85f44f", + "logId": "ee259015-f3a8-4fad-88d6-dc0454d8200f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "28e2bcb6-9fec-46a4-b9b8-09a78f85f44f", + "name": "create entry:default@BuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156354240291 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "632cba27-c8f1-4179-88fb-10869cb603e5" + } + }, + { + "head": { + "id": "b73e48e8-6cb8-4c12-836b-315a8249aa6b", + "name": "Executing task :entry:default@BuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156354853791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d373d200-ebb5-467e-85ec-331339ec5888", + "name": "Task 'entry:default@BuildJS' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156354960291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "52311b0b-d01f-4a23-8bf2-1f2a42fd7d8d", + "name": "entry : default@BuildJS cost memory 0.13245391845703125", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156355546458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7075f402-37a1-46df-9d3b-35d6f9e986b5", + "name": "runTaskFromQueue task cost before running: 971 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156355655291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ee259015-f3a8-4fad-88d6-dc0454d8200f", + "name": "Finished :entry:default@BuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156354848458, + "endTime": 352156355682166, + "totalTime": 725875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "632cba27-c8f1-4179-88fb-10869cb603e5" + } + }, + { + "head": { + "id": "d2759b4f-dc17-4577-abcf-f63aa9666048", + "name": "entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156356011625, + "endTime": 352156357664125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "64f911e5-ddda-41ad-a739-1c3714f6b1b2", + "logId": "ebb08f55-6a41-470d-a8ae-a4689a8cfd2e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "64f911e5-ddda-41ad-a739-1c3714f6b1b2", + "name": "create entry:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156355881958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "d2759b4f-dc17-4577-abcf-f63aa9666048" + } + }, + { + "head": { + "id": "c0ad0c91-a02e-4815-92a1-90f9f78bbe6a", + "name": "Executing task :entry:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156356015083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5b22eab3-bda2-4334-988f-0ba71c1b25b9", + "name": "Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156357621125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "79642648-416a-4e04-a086-df0fb60909b2", + "name": "entry : default@ProcessLibs cost memory 0.21829986572265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156357651833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ebb08f55-6a41-470d-a8ae-a4689a8cfd2e", + "name": "UP-TO-DATE :entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156356011625, + "endTime": 352156357664125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d2759b4f-dc17-4577-abcf-f63aa9666048" + } + }, + { + "head": { + "id": "3fadc81d-561c-4ad7-9f47-0e258cd00681", + "name": "entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156357874000, + "endTime": 352156358086666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "9bee824b-29f5-4445-adfb-7292db789e24", + "logId": "3ff25d96-1b39-48eb-bf07-43c9e3f726d5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9bee824b-29f5-4445-adfb-7292db789e24", + "name": "create entry:default@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156357766833 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "3fadc81d-561c-4ad7-9f47-0e258cd00681" + } + }, + { + "head": { + "id": "31353952-d427-437c-94bc-29822e33204b", + "name": "Executing task :entry:default@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156357876166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9d7645f8-b099-45ca-a75b-dd487a5c3ed8", + "name": "Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156357907458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fff9879f-4e03-4ea4-859e-83e2d1e23f44", + "name": "Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156358064041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0adff454-016a-427e-b7c7-a4734409dbe4", + "name": "entry : default@DoNativeStrip cost memory 0.0570526123046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156358077000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3ff25d96-1b39-48eb-bf07-43c9e3f726d5", + "name": "UP-TO-DATE :entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156357874000, + "endTime": 352156358086666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3fadc81d-561c-4ad7-9f47-0e258cd00681" + } + }, + { + "head": { + "id": "31b90302-adb4-4e93-ba7f-2749013e628c", + "name": "entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156358493500, + "endTime": 352156358714125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "cb1ce0bb-a61c-46e6-a15c-b8ed402468d8", + "logId": "9ff8ed39-58cc-4c2f-9338-317e1da692fc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "cb1ce0bb-a61c-46e6-a15c-b8ed402468d8", + "name": "create entry:default@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156358163041 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "31b90302-adb4-4e93-ba7f-2749013e628c" + } + }, + { + "head": { + "id": "b5af14c6-25f4-4322-bbe3-20b1ff3e448f", + "name": "Executing task :entry:default@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156358498750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dc966f22-198f-465c-9595-b6fbb4c126e7", + "name": "Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156358545416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d166bcc1-3f3d-43a6-88b3-e4d6277e076b", + "name": "Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156358691416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "203af63a-2efb-4da6-8ef6-2d45b49e9741", + "name": "entry : default@CacheNativeLibs cost memory 0.06646728515625", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156358704791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9ff8ed39-58cc-4c2f-9338-317e1da692fc", + "name": "UP-TO-DATE :entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156358493500, + "endTime": 352156358714125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "31b90302-adb4-4e93-ba7f-2749013e628c" + } + }, + { + "head": { + "id": "c998c7f3-603f-4dfc-9a0a-19fd33a65c05", + "name": "worker[12] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156609589166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1da2f2fd-9620-4c64-8e16-7a50d81fe8ea", + "name": "CopyResources is end, endTime: 352156609711708", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156609716041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dcb87b1b-cc7c-4e49-8cb5-6246f4981ce3", + "name": "default@CompileArkTS work[1] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156609903416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9d1ee5dc-fdec-4efa-8a81-fceae3e3ddf3", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Worker12", + "startTime": 352156605062083, + "endTime": 352156609257291 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ded249dc-0a59-4849-8e50-7287ae9a062f", + "parent": "aaf87120-d9aa-4d8f-b5af-9c8d9e80e2ca" + } + }, + { + "head": { + "id": "9553a609-f9ee-4ebc-8d07-ee7739458db1", + "name": "A work dispatched to worker[12] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156811190833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f5147884-35c9-40ea-bc1c-037fb59c6198", + "name": "worker[4] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207816908500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "92ff4ef8-85b4-4a82-b26f-3eae3614a0c4", + "name": "generate configuration information", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Worker4", + "startTime": 352156951886208, + "endTime": 352157402938583 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "eb044e1d-e58f-4a84-9a17-970db0c3e607", + "logId": "3324c9da-06be-4b4b-a64a-74568da0f60c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3324c9da-06be-4b4b-a64a-74568da0f60c", + "name": "generate configuration information", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156951886208, + "endTime": 352157402938583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "92ff4ef8-85b4-4a82-b26f-3eae3614a0c4", + "parent": "fa2da6e2-c317-4d78-bf90-62958392e005" + } + }, + { + "head": { + "id": "6ad95c6f-af7b-4d62-9c9c-0a317ac8bd7d", + "name": "read build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Worker4", + "startTime": 352157403047250, + "endTime": 352157415307083 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "eb044e1d-e58f-4a84-9a17-970db0c3e607", + "logId": "3e279a51-a52c-4dc0-a434-30d83dcca105" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3e279a51-a52c-4dc0-a434-30d83dcca105", + "name": "read build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352157403047250, + "endTime": 352157415307083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6ad95c6f-af7b-4d62-9c9c-0a317ac8bd7d", + "parent": "fa2da6e2-c317-4d78-bf90-62958392e005" + } + }, + { + "head": { + "id": "b9a966a1-c090-4123-bd5f-3c47d20ea884", + "name": "remove uncacheable modules", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Worker4", + "startTime": 352157415366000, + "endTime": 352157415412458 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "eb044e1d-e58f-4a84-9a17-970db0c3e607", + "logId": "47423716-f762-4ad6-8a61-ce7b3f0d593a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "47423716-f762-4ad6-8a61-ce7b3f0d593a", + "name": "remove uncacheable modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352157415366000, + "endTime": 352157415412458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b9a966a1-c090-4123-bd5f-3c47d20ea884", + "parent": "fa2da6e2-c317-4d78-bf90-62958392e005" + } + }, + { + "head": { + "id": "e2b907ed-77df-493f-a17f-372f33f00cbf", + "name": "compile ArkTS with rollup", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Worker4", + "startTime": 352157415486041, + "endTime": 352159118852333 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "eb044e1d-e58f-4a84-9a17-970db0c3e607", + "logId": "34cbc2de-f368-4477-a267-2798465a5f94" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "34cbc2de-f368-4477-a267-2798465a5f94", + "name": "compile ArkTS with rollup", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352157415486041, + "endTime": 352159118852333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e2b907ed-77df-493f-a17f-372f33f00cbf", + "parent": "fa2da6e2-c317-4d78-bf90-62958392e005" + } + }, + { + "head": { + "id": "ddb6012f-94f2-4582-8d3f-c5e53eda7545", + "name": "write build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Worker4", + "startTime": 352159118945416, + "endTime": 352159128929041 + }, + "additional": { + "children": [ + "fa13d6ba-5ad1-4bf9-b199-a4b1721735c1", + "fad3f9f0-2b46-4465-bc93-1b848bd98726", + "ec3125ae-3667-4286-b036-2275f3eabc21" + ], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "eb044e1d-e58f-4a84-9a17-970db0c3e607", + "logId": "963b06cd-ae60-41a5-a8e6-68b2a6187d88" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "963b06cd-ae60-41a5-a8e6-68b2a6187d88", + "name": "write build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352159118945416, + "endTime": 352159128929041 + }, + "additional": { + "logType": "info", + "children": [ + "2f92af92-0830-4c53-a882-0b73cabe39c0", + "4c0dd65b-e4c5-457d-b5a7-35c6a9fc183c", + "1f59331f-ae88-4d2b-924f-48c7736e5090" + ], + "durationId": "ddb6012f-94f2-4582-8d3f-c5e53eda7545", + "parent": "fa2da6e2-c317-4d78-bf90-62958392e005" + } + }, + { + "head": { + "id": "fa13d6ba-5ad1-4bf9-b199-a4b1721735c1", + "name": "get final cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Worker4", + "startTime": 352159119017125, + "endTime": 352159119026333 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "ddb6012f-94f2-4582-8d3f-c5e53eda7545", + "logId": "2f92af92-0830-4c53-a882-0b73cabe39c0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "2f92af92-0830-4c53-a882-0b73cabe39c0", + "name": "get final cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352159119017125, + "endTime": 352159119026333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fa13d6ba-5ad1-4bf9-b199-a4b1721735c1", + "parent": "963b06cd-ae60-41a5-a8e6-68b2a6187d88" + } + }, + { + "head": { + "id": "fad3f9f0-2b46-4465-bc93-1b848bd98726", + "name": "pack cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Worker4", + "startTime": 352159119032375, + "endTime": 352159128093958 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "ddb6012f-94f2-4582-8d3f-c5e53eda7545", + "logId": "4c0dd65b-e4c5-457d-b5a7-35c6a9fc183c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4c0dd65b-e4c5-457d-b5a7-35c6a9fc183c", + "name": "pack cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352159119032375, + "endTime": 352159128093958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fad3f9f0-2b46-4465-bc93-1b848bd98726", + "parent": "963b06cd-ae60-41a5-a8e6-68b2a6187d88" + } + }, + { + "head": { + "id": "ec3125ae-3667-4286-b036-2275f3eabc21", + "name": "write cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Worker4", + "startTime": 352159128100458, + "endTime": 352159128902875 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "ddb6012f-94f2-4582-8d3f-c5e53eda7545", + "logId": "1f59331f-ae88-4d2b-924f-48c7736e5090" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1f59331f-ae88-4d2b-924f-48c7736e5090", + "name": "write cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352159128100458, + "endTime": 352159128902875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ec3125ae-3667-4286-b036-2275f3eabc21", + "parent": "963b06cd-ae60-41a5-a8e6-68b2a6187d88" + } + }, + { + "head": { + "id": "33ea5d03-bd59-4ba9-8665-0fa29459141a", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Worker4", + "startTime": 352159128943708, + "endTime": 352207813797333 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "eb044e1d-e58f-4a84-9a17-970db0c3e607", + "logId": "07b2187d-9024-4b41-886f-1e8b0a88b27a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "07b2187d-9024-4b41-886f-1e8b0a88b27a", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352159128943708, + "endTime": 352207813797333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "33ea5d03-bd59-4ba9-8665-0fa29459141a", + "parent": "fa2da6e2-c317-4d78-bf90-62958392e005" + } + }, + { + "head": { + "id": "51c0b2a4-6246-436d-9145-94eb03293228", + "name": "load compilation dependencies", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Worker4", + "startTime": 352156596070291, + "endTime": 352156950791958 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "eb044e1d-e58f-4a84-9a17-970db0c3e607", + "logId": "ae02f141-f625-4a8a-b957-05c3314c5818" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ae02f141-f625-4a8a-b957-05c3314c5818", + "name": "load compilation dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156596070291, + "endTime": 352156950791958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "51c0b2a4-6246-436d-9145-94eb03293228", + "parent": "fa2da6e2-c317-4d78-bf90-62958392e005" + } + }, + { + "head": { + "id": "d83344f0-62ef-40d4-89ab-fa48455aad2b", + "name": "default@CompileArkTS work[0] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207817846458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fa2da6e2-c317-4d78-bf90-62958392e005", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Worker4", + "startTime": 352156951210333, + "endTime": 352207816304125 + }, + "additional": { + "logType": "info", + "children": [ + "3324c9da-06be-4b4b-a64a-74568da0f60c", + "3e279a51-a52c-4dc0-a434-30d83dcca105", + "47423716-f762-4ad6-8a61-ce7b3f0d593a", + "34cbc2de-f368-4477-a267-2798465a5f94", + "963b06cd-ae60-41a5-a8e6-68b2a6187d88", + "07b2187d-9024-4b41-886f-1e8b0a88b27a", + "ae02f141-f625-4a8a-b957-05c3314c5818" + ], + "durationId": "eb044e1d-e58f-4a84-9a17-970db0c3e607", + "parent": "aaf87120-d9aa-4d8f-b5af-9c8d9e80e2ca" + } + }, + { + "head": { + "id": "ec7869d3-96dc-484f-9b16-6686c2915869", + "name": "A work dispatched to worker[4] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207818018375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aaf87120-d9aa-4d8f-b5af-9c8d9e80e2ca", + "name": "Finished :entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352156341429041, + "endTime": 352207818054625, + "totalTime": 50881940333 + }, + "additional": { + "logType": "info", + "children": [ + "fa2da6e2-c317-4d78-bf90-62958392e005", + "9d1ee5dc-fdec-4efa-8a81-fceae3e3ddf3" + ], + "durationId": "80684c44-7426-4b85-99d1-5de221b3c7dd" + } + }, + { + "head": { + "id": "3e050a31-f2b3-4879-b994-2b1416de01d6", + "name": "entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207819128208, + "endTime": 352207819670125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "48bf82ac-1d17-431e-be51-a207b4124669", + "logId": "3f51a899-c470-4b26-bcef-64214ab0f34c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "48bf82ac-1d17-431e-be51-a207b4124669", + "name": "create entry:default@GeneratePkgModuleJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207818895083 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "3e050a31-f2b3-4879-b994-2b1416de01d6" + } + }, + { + "head": { + "id": "e14a4e29-f4af-418c-a7a1-b7a402de89f2", + "name": "Executing task :entry:default@GeneratePkgModuleJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207819133208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ca331526-25e2-43f0-9335-8375d9bfe1e3", + "name": "File: '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/preload/default/preload.json' from 'preloadSoJsonPath' is not exists, just ignore.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207819184166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0930e45c-a4d1-47f6-a5d8-4a4b7647ced0", + "name": "Error occurs while handling @Input 'shouldDeduplicateHar': The \"data\" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207819419875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2515f810-94c4-443b-a41d-6130d7b1fe93", + "name": "Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207819449333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fbf7a291-21ee-4b90-837f-77cb73c8a3ee", + "name": "Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207819623416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "27241ab9-cf58-475a-8239-1bdf237cf7cb", + "name": "entry : default@GeneratePkgModuleJson cost memory 0.16188812255859375", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207819657583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3f51a899-c470-4b26-bcef-64214ab0f34c", + "name": "UP-TO-DATE :entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207819128208, + "endTime": 352207819670125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3e050a31-f2b3-4879-b994-2b1416de01d6" + } + }, + { + "head": { + "id": "19d9c4bb-b7ab-417b-9d5a-116551637c78", + "name": "entry:default@ProcessCompiledResources", + "description": "Process compiled resources in stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207819890916, + "endTime": 352207820065125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "615b40f1-9dd6-4413-a417-2ac1803318c2", + "logId": "44ab5fb5-6a6c-4714-956b-326ed8384ffb" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "615b40f1-9dd6-4413-a417-2ac1803318c2", + "name": "create entry:default@ProcessCompiledResources task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207819772083 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "19d9c4bb-b7ab-417b-9d5a-116551637c78" + } + }, + { + "head": { + "id": "709ca906-a41f-485c-80a4-98691feb15e4", + "name": "Executing task :entry:default@ProcessCompiledResources", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207819893458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "989f2137-dde0-4324-aa88-fc89c1877a7e", + "name": "File: '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/preload/default/preload.json' from 'preloadSoJsonPath' is not exists, just ignore.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207819919041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c9a9bc58-384d-4969-9a70-0ae38cf7e765", + "name": "Task 'entry:default@ProcessCompiledResources' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207819934083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "945a4fbb-64cd-4af1-9a9b-099b0807b0cf", + "name": "entry : default@ProcessCompiledResources cost memory 0.0463714599609375", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207820037041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c45faf0a-4c5d-4800-a6e4-75aa0ea10d9e", + "name": "runTaskFromQueue task cost before running: 52 s 436 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207820055250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "44ab5fb5-6a6c-4714-956b-326ed8384ffb", + "name": "Finished :entry:default@ProcessCompiledResources", + "description": "Process compiled resources in stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207819890916, + "endTime": 352207820065125, + "totalTime": 156125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "19d9c4bb-b7ab-417b-9d5a-116551637c78" + } + }, + { + "head": { + "id": "413df274-82ad-4e2b-8c4e-a37b67d91736", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207821062833, + "endTime": 352208158202958 + }, + "additional": { + "children": [ + "fc112761-53d7-4683-9afe-faf1d7d9eec5", + "1155e09f-ebe7-4dfd-8da1-96fe071b4876", + "cdf9896f-c8c3-45d2-8ca3-fadbb7ca9da0", + "bbcf4d59-dece-48ee-822f-180077945ee8" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [ + "The input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets' has been changed." + ], + "detailId": "fddd401c-98db-4684-8ae1-84912bbf4936", + "logId": "4a67940e-2a0f-403a-a826-dd900c87c02a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "fddd401c-98db-4684-8ae1-84912bbf4936", + "name": "create entry:default@PackageHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207820586250 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "413df274-82ad-4e2b-8c4e-a37b67d91736" + } + }, + { + "head": { + "id": "14eff24f-38a4-40ed-b442-f4901cbe450a", + "name": "Executing task :entry:default@PackageHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207821065916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9d2d9864-163d-4624-a076-9774951376bc", + "name": "entry:default@PackageHap is not up-to-date, since the input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207822632583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "61305f1a-4141-40e8-a50f-a786512db3f3", + "name": "Incremental task entry:default@PackageHap pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207822674458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fc112761-53d7-4683-9afe-faf1d7d9eec5", + "name": "generate HAP packaging command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207822853458, + "endTime": 352207823180000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "413df274-82ad-4e2b-8c4e-a37b67d91736", + "logId": "681dc385-4d7f-4018-ba07-d65cee30fd80" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d09414b7-8f00-4535-b2c5-8adda0feaeda", + "name": "Use tool [/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar]\n [\n 'java',\n '-Dfile.encoding=utf-8',\n '-jar',\n '/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar',\n '--mode',\n 'hap',\n '--force',\n 'true',\n '--lib-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default',\n '--json-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/package/default/module.json',\n '--resources-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources',\n '--index-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources.index',\n '--pack-info-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/pack.info',\n '--out-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap',\n '--ets-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets',\n '--pkg-context-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json'\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207823090500 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "413df274-82ad-4e2b-8c4e-a37b67d91736" + } + }, + { + "head": { + "id": "681dc385-4d7f-4018-ba07-d65cee30fd80", + "name": "generate HAP packaging command", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207822853458, + "endTime": 352207823180000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fc112761-53d7-4683-9afe-faf1d7d9eec5", + "parent": "4a67940e-2a0f-403a-a826-dd900c87c02a" + } + }, + { + "head": { + "id": "1155e09f-ebe7-4dfd-8da1-96fe071b4876", + "name": "submit HAP packaging task to java daemon server", + "description": "Pack HAP in java daemon", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207823207625, + "endTime": 352207828241791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "413df274-82ad-4e2b-8c4e-a37b67d91736", + "logId": "5c95ba5e-cebc-4da0-8c54-db23fedc5d9a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "92db1d26-eb2e-4056-a445-2115750e0efe", + "name": "java daemon socket close code:1006 reason:", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207828083958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5c95ba5e-cebc-4da0-8c54-db23fedc5d9a", + "name": "submit HAP packaging task to java daemon server", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207823207625, + "endTime": 352207828237541 + }, + "additional": { + "logType": "warn", + "children": [], + "durationId": "1155e09f-ebe7-4dfd-8da1-96fe071b4876", + "parent": "4a67940e-2a0f-403a-a826-dd900c87c02a" + } + }, + { + "head": { + "id": "8d1056b0-f18f-48af-8f4f-f0ba834cf09d", + "name": "java daemon remote pack failed: connect EPERM 127.0.0.1:45050 - Local (0.0.0.0:0). fallback to local java -jar pack", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207828247125 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "413df274-82ad-4e2b-8c4e-a37b67d91736" + } + }, + { + "head": { + "id": "cdf9896f-c8c3-45d2-8ca3-fadbb7ca9da0", + "name": "submit HAP packaging task to work pool", + "description": "Pack HAP in work pool", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207828283875, + "endTime": 352207828877416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "413df274-82ad-4e2b-8c4e-a37b67d91736", + "logId": "7811fb8d-e6b9-4c49-b552-9bdb2fa5c3ca" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "80a7a917-152b-4ec6-82c2-195f94cbf4f4", + "name": "default@PackageHap work[2] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207828736958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bbcf4d59-dece-48ee-822f-180077945ee8", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Worker12", + "startTime": 352207906197458, + "endTime": 352208157918666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "413df274-82ad-4e2b-8c4e-a37b67d91736", + "logId": "6b156aa8-88a8-4631-b9ea-aaed38ca1776" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a13df181-6c69-4645-96be-7dad7834ab6d", + "name": "default@PackageHap work[2] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207828791833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8b2a646a-852e-4698-958a-f57c6e92743e", + "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207828806541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1b9f3ca7-a33e-4452-9fc3-17468bf7484e", + "name": "default@PackageHap work[2] has been dispatched to worker[12].", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207828851583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ce10014f-43ac-4d1e-be0b-48e4d6b904a4", + "name": "default@PackageHap work[2] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207828863750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7811fb8d-e6b9-4c49-b552-9bdb2fa5c3ca", + "name": "submit HAP packaging task to work pool", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207828283875, + "endTime": 352207828877416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "cdf9896f-c8c3-45d2-8ca3-fadbb7ca9da0", + "parent": "4a67940e-2a0f-403a-a826-dd900c87c02a" + } + }, + { + "head": { + "id": "1235f29d-449d-463b-8ded-22eddb047c3a", + "name": "entry : default@PackageHap cost memory -0.17352294921875", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207831032625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bc864b85-a279-4de8-b373-dd03e2a68dd3", + "name": "worker[12] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208158005458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ea1e4b34-0b38-4e76-9bb0-eb52f2440ff1", + "name": "default@PackageHap work[2] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208158139583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6b156aa8-88a8-4631-b9ea-aaed38ca1776", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Worker12", + "startTime": 352207906197458, + "endTime": 352208157918666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "bbcf4d59-dece-48ee-822f-180077945ee8", + "parent": "4a67940e-2a0f-403a-a826-dd900c87c02a" + } + }, + { + "head": { + "id": "25401a16-5b4e-4bfd-a336-afe9e2234dc1", + "name": "A work dispatched to worker[12] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208158185166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a67940e-2a0f-403a-a826-dd900c87c02a", + "name": "Finished :entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352207821062833, + "endTime": 352208158202958, + "totalTime": 261734083 + }, + "additional": { + "logType": "info", + "children": [ + "681dc385-4d7f-4018-ba07-d65cee30fd80", + "5c95ba5e-cebc-4da0-8c54-db23fedc5d9a", + "7811fb8d-e6b9-4c49-b552-9bdb2fa5c3ca", + "6b156aa8-88a8-4631-b9ea-aaed38ca1776" + ], + "durationId": "413df274-82ad-4e2b-8c4e-a37b67d91736" + } + }, + { + "head": { + "id": "a011241d-f058-4304-a7b4-9cb0dc7536d9", + "name": "entry:default@PackingCheck", + "description": "Check package product", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208159132583, + "endTime": 352208162700625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "404ffa65-349c-4097-9078-2d019326727c", + "logId": "d45198df-578c-4c57-ae0a-4d09c750c9de" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "404ffa65-349c-4097-9078-2d019326727c", + "name": "create entry:default@PackingCheck task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208158610666 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a011241d-f058-4304-a7b4-9cb0dc7536d9" + } + }, + { + "head": { + "id": "973fc74a-f753-48ac-ae56-073e5f86980e", + "name": "Executing task :entry:default@PackingCheck", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208159137458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "47e5ffa9-98bf-449d-ad39-e5970f4fef05", + "name": "entry : default@PackingCheck cost memory -0.2606048583984375", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208162621250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "46c89920-1f06-4075-abcf-13718b285cd3", + "name": "runTaskFromQueue task cost before running: 52 s 778 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208162681916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d45198df-578c-4c57-ae0a-4d09c750c9de", + "name": "Finished :entry:default@PackingCheck", + "description": "Check package product", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208159132583, + "endTime": 352208162700625, + "totalTime": 3532166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a011241d-f058-4304-a7b4-9cb0dc7536d9" + } + }, + { + "head": { + "id": "a06ebd47-eb90-45b0-972e-c8545c2d55ad", + "name": "entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208163465958, + "endTime": 352208163962208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed." + ], + "detailId": "8b741918-745a-4d8f-a343-05bec91b1279", + "logId": "53ac6e29-0a4e-49c2-a6e4-a4fe441b5bfb" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8b741918-745a-4d8f-a343-05bec91b1279", + "name": "create entry:default@SignHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208162920833 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a06ebd47-eb90-45b0-972e-c8545c2d55ad" + } + }, + { + "head": { + "id": "b899779e-9283-4e8e-8cc8-a35b90c8e98d", + "name": "Executing task :entry:default@SignHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208163470041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f6884687-bdc1-406c-bef2-8727c892f24d", + "name": "Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project.\n If needed, configure the signingConfigs in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208163509291 + }, + "additional": { + "logType": "warn", + "children": [], + "durationId": "a06ebd47-eb90-45b0-972e-c8545c2d55ad" + } + }, + { + "head": { + "id": "6c06207c-8328-4650-971f-bc479f960dda", + "name": "entry:default@SignHap is not up-to-date, since the input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208163765875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0c3d528-bf0b-416c-bf45-994a7fba8d98", + "name": "Incremental task entry:default@SignHap pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208163782208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "18cea211-66c1-4de2-a9d0-74522f47c6df", + "name": "entry : default@SignHap cost memory 0.077972412109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208163935333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e79bdae-5bef-408e-9ed0-97658fd7f892", + "name": "runTaskFromQueue task cost before running: 52 s 780 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208163953416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "53ac6e29-0a4e-49c2-a6e4-a4fe441b5bfb", + "name": "Finished :entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208163465958, + "endTime": 352208163962208, + "totalTime": 480459 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a06ebd47-eb90-45b0-972e-c8545c2d55ad" + } + }, + { + "head": { + "id": "f274aaf7-8430-4154-9889-d3469f8caecb", + "name": "entry:default@CollectDebugSymbol", + "description": "Collect debug symbols to output dir.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208164372166, + "endTime": 352208164595541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "103ab893-bd2c-4363-a04b-dc56f7313e32", + "logId": "2808870a-002d-4f22-a1ee-0f1353dcf1c3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "103ab893-bd2c-4363-a04b-dc56f7313e32", + "name": "create entry:default@CollectDebugSymbol task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208164079791 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f274aaf7-8430-4154-9889-d3469f8caecb" + } + }, + { + "head": { + "id": "1c80172e-a8e8-46f8-b575-fe9e4690dca3", + "name": "Executing task :entry:default@CollectDebugSymbol", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208164375583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2a93691a-a1fe-4894-be07-c958c50088cc", + "name": "entry : default@CollectDebugSymbol cost memory 0.09403228759765625", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208164569708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4748bbe4-ded2-453b-b1be-58d1a8154709", + "name": "runTaskFromQueue task cost before running: 52 s 780 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208164587125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2808870a-002d-4f22-a1ee-0f1353dcf1c3", + "name": "Finished :entry:default@CollectDebugSymbol", + "description": "Collect debug symbols to output dir.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208164372166, + "endTime": 352208164595541, + "totalTime": 209125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f274aaf7-8430-4154-9889-d3469f8caecb" + } + }, + { + "head": { + "id": "ad0470ea-3e0c-42a0-93fa-5ed726659520", + "name": "entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208164689708, + "endTime": 352208164740208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "entry", + "category": "Hook", + "taskRunReasons": [], + "detailId": "2e439c47-d9dd-4162-aa99-cb152237912f", + "logId": "033a79d5-d985-4f5e-939b-465db25985f5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "2e439c47-d9dd-4162-aa99-cb152237912f", + "name": "create entry:assembleHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208164679250 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "ad0470ea-3e0c-42a0-93fa-5ed726659520" + } + }, + { + "head": { + "id": "97e106a3-c20f-4538-bcbb-ee0c52452057", + "name": "Executing task :entry:assembleHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208164692000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf5ff38b-cf24-47b0-8acb-88c077a2bc83", + "name": "entry : assembleHap cost memory 0.01318359375", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208164719208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1f26abf6-dc84-4028-938d-59f6cdda767a", + "name": "runTaskFromQueue task cost before running: 52 s 781 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208164732166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "033a79d5-d985-4f5e-939b-465db25985f5", + "name": "Finished :entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208164689708, + "endTime": 352208164740208, + "totalTime": 38000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ad0470ea-3e0c-42a0-93fa-5ed726659520" + } + }, + { + "head": { + "id": "3acd0cac-01ee-4ac3-9746-c7851f6d63f0", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208165181750, + "endTime": 352208165294708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c1d82367-f02c-41cb-bcd6-8c7196ab8949", + "logId": "4f813974-1f0e-4aac-9a15-338c1840a539" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4f813974-1f0e-4aac-9a15-338c1840a539", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208165181750, + "endTime": 352208165294708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3acd0cac-01ee-4ac3-9746-c7851f6d63f0" + } + }, + { + "head": { + "id": "9671ef9f-3859-450d-b361-aa5393d3a00f", + "name": "BUILD SUCCESSFUL in 52 s 781 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208165313250 + }, + "additional": { + "logType": "info", + "children": [] + } + }, + { + "head": { + "id": "8b8521c1-d593-47a9-bbd8-8c618977000c", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352155384715833, + "endTime": 352208165527541 + }, + "additional": { + "time": { + "year": 2026, + "month": 4, + "day": 28, + "hour": 22, + "minute": 17, + "second": 15 + }, + "completeCommand": "{\"prop\":[],\"_\":[\"assembleHap\"]};assembleHap", + "hvigorVersion": "6.22.4", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "success" + } + }, + { + "head": { + "id": "b6ea0310-4039-4d3d-b8d4-3f7b07a160aa", + "name": "There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208165580375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bc52c9b0-4447-406b-b071-6ae330d1ab7b", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208165592583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e31688ec-44c0-450a-954d-4b1fe52a43a1", + "name": "Update task entry:default@CreateModuleInfo output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/ModuleInfo.ts cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208165632916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8bb4d207-8509-4c6e-ae57-8154972dd481", + "name": "Incremental task entry:default@CreateModuleInfo post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208165730833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fef47a40-69ac-4f56-80ba-01f87364c9ac", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166139166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "047325f0-59a2-47c1-af09-c7467b49a35d", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166204500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67b4c69e-f1fe-4bee-8b71-8a0959ae0ad6", + "name": "Update task entry:default@ProcessIntegratedHsp output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build/cache/default/integrated_hsp/integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166252458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f4870ffc-d24e-4be1-bff5-27c5e705aef5", + "name": "Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166338291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5cc6efd6-fe31-4f12-9ded-77f8026f3866", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@CreateHarBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166352333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd32efbb-5e0d-485d-b338-9bc319acbb25", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166362166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "81caba2d-331c-4417-9486-cd64e9b2f08d", + "name": "Update task entry:default@SyscapTransform input file:/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166412416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "10e3e693-8ad0-4afd-b368-aaee99f7e0ba", + "name": "Update task entry:default@SyscapTransform input file:/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166492208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "785534b2-22a9-4f7e-94dc-83be8d244b7d", + "name": "Update task entry:default@SyscapTransform output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/syscap/default/rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166716833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "919ca4b9-bfda-458d-a124-13d7c9d41244", + "name": "Incremental task entry:default@SyscapTransform post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166775375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6178c087-791d-4388-b053-1b7fd59eabb8", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166788416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "519712ae-2359-4541-a20d-8aadaed3f964", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessShareConfig is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166796416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "79e5b315-54d3-4334-9136-fbafa0b45008", + "name": "Update task entry:default@ProcessStartupConfig input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166858166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "60dc8800-ec28-430b-a2e2-b801b5fde1df", + "name": "Update task entry:default@ProcessStartupConfig output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/startup/default/startup_config.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166881875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9780769e-7e79-4a0a-b1c4-444cef98c6b8", + "name": "Incremental task entry:default@ProcessStartupConfig post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166914500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a011773a-0988-4a25-adcb-65e3ba42ef33", + "name": "There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166923791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df5caa1e-f6d9-4778-b612-f07b45337440", + "name": "There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166930500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4971c59f-c654-4b79-88d8-9e7598adea53", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166938208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "03a3f376-d330-4328-98dc-511bdd119e1d", + "name": "There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166947458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "699ebcd2-cd83-496a-a40c-703fce3306c4", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166954416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2c99f53e-9b61-4f9e-8862-63ed035ce5f1", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166970458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1a1f2dc7-db1a-4964-8afd-2e7a6e4c234e", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166985708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "512a6b21-a81d-4cfd-8728-badfd112fd12", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208166993708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8176d32b-ecc4-4663-9225-92f29538bc46", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208167003583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5890da3a-b80d-480e-aca5-1484601e30be", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208167276375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e24f1162-a708-421a-a86d-b750eec974fc", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/Index.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208167367541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "895fe500-b86b-4b53-b5e2-88ebc29c6c63", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208167387583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4305e54a-995d-4c6c-b04c-fd3fd1824d07", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208167677166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e727cbbd-87c9-4dee-8964-7fd84e678d09", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208167782500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3973b73b-dbee-4194-bc87-5e12290bdb3a", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208167800916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d03a752f-d4a5-4bad-b411-128962fbdf8e", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208167819250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "19ec72b7-6736-4795-91f0-51753af17c6b", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208167870125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "98a71b91-a1bb-4915-aa9a-ae33bcabb1b7", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208168009875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3cdcf1ed-c2c4-4382-a1c1-1c0fa810da75", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208168028500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4759999c-fb98-4e72-9065-172d4edd73b1", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208168046583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "93ada064-bf56-4dd1-99d3-cc4820afcfe1", + "name": "Update task entry:default@CompileArkTS output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208168169708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e2473462-996d-41cb-9267-6223a41da741", + "name": "Incremental task entry:default@CompileArkTS post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208168284041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6f8c6e6e-6b0a-4ca8-aae9-08fc3cd6861a", + "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208168401375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "845ef16b-d839-4d16-a607-8dc2b66b024f", + "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/Index.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208168465416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2e4665df-cf36-437e-947c-cc4ba411a742", + "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208168489375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b162e092-5aee-4225-ae98-2b41beb28736", + "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208168573250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3ad63b87-da60-4673-978c-1b879e57d05f", + "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208168590333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "77415014-847c-485d-96de-7a71bfb76df7", + "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208168605708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5d41c202-79b2-4618-8cf8-3810316eef35", + "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208168745416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "84da03b0-7ecf-412d-8f73-f61c5395781a", + "name": "Update task entry:default@BuildJS output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208168822083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7849bd97-e84b-467f-91bd-a5e06ad13cec", + "name": "Incremental task entry:default@BuildJS post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208168891541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ae84c867-d671-4f4a-9621-1efbfd217ce5", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208168909125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bdba8f49-aa27-4420-be6c-2673e0136a9d", + "name": "There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208168920833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8533a0e4-a09c-4244-a940-3bc0e21ee8af", + "name": "There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208168931791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a58da8f-77ab-4f2c-990c-d2345d9be4e8", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208168941208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "75325f33-c4f5-45cc-8124-8897f8fdde6c", + "name": "Incremental task entry:default@ProcessCompiledResources post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208168958541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "918f8511-95d3-4bcc-8a0c-a055aad39e99", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208169020041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e7cbbb21-33c9-4eab-8ca9-14895b2c5a8b", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208169100916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5b9a7788-82e9-4a5f-a280-5ce7ac36e738", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208169129375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "20f1cd34-7ccf-4bf1-85aa-a0b5ac6d57fb", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources.index cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208169404833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "937565fd-f392-4b3a-88cd-adb3e9931f22", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/pack.info cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208169426333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "88cc9f7c-7b94-4e8c-8d1e-78b4507e6c20", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208169861083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cabd3f3c-2a9b-44eb-adbc-b3c8de400624", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208169889208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f5f75443-309a-4425-b095-9382504e9181", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208169929791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "219bbacf-fb8b-4935-b321-fcd9214b33bb", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208169956708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5e36a4fc-6b5a-4aff-9213-b50e53510b70", + "name": "Update task entry:default@PackageHap output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208169997333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "94804999-b47f-45d7-89b9-486b80b46c03", + "name": "Update task entry:default@PackageHap output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/source_map/default/sourceMaps.map cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208170026125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "892ea1f5-10b1-45e6-8eed-7b1312c6ad87", + "name": "Update task entry:default@PackageHap output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/mapping/sourceMaps.map cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208170048708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "46495521-24bc-4076-b5f9-10ac86ef1ff0", + "name": "Incremental task entry:default@PackageHap post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208170096583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4086e2bd-9693-4fc6-94f0-031b32e65e8b", + "name": "Update task entry:default@SignHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208170126291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2e3a330d-854c-4841-92e1-99285f6216aa", + "name": "Update task entry:default@SignHap output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-signed.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208170153083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a9f398a1-4bae-456f-861c-7885355f5b18", + "name": "Incremental task entry:default@SignHap post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208170261333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0ccb2f84-6bf9-4023-a14c-348e32b56112", + "name": "Update task entry:default@CollectDebugSymbol input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208170323625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "55200306-34f8-4a08-bc6e-19fbcef8ba98", + "name": "Update task entry:default@CollectDebugSymbol input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/libs/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208170345791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "60a9c724-76dd-4b09-91f8-e112d5cb2f83", + "name": "Update task entry:default@CollectDebugSymbol output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/symbol cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208170415208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2c5dacfa-1155-4c53-9a0d-101f62b377df", + "name": "Incremental task entry:default@CollectDebugSymbol post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 44272, + "tid": "Main Thread", + "startTime": 352208170456791 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/.hvigor/report/report-202604282219058310.json b/.hvigor/report/report-202604282219058310.json new file mode 100644 index 0000000..4e60130 --- /dev/null +++ b/.hvigor/report/report-202604282219058310.json @@ -0,0 +1,13287 @@ +{ + "version": "2.0", + "ppid": 53428, + "events": [ + { + "head": { + "id": "bd377b11-6a22-4175-ad39-e1959a63ea61", + "name": "env: nodejsVersion=v18.20.1", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318781013875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "755d1cf7-d635-465e-9b34-8bbaf7289273", + "name": "env: hvigor-config.json5 content = {\n modelVersion: '5.0.0',\n dependencies: {},\n execution: {\n daemon: false,\n incremental: true,\n parallel: true,\n typeCheck: false\n },\n logging: { level: 'info' },\n debugging: { stacktrace: false },\n nodeOptions: { maxOldSpaceSize: 4096 }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318781816875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b43a3537-3e93-4131-9f0f-bb572133804b", + "name": "env: daemon=false", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318782685791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b888fd5e-0eaa-43a6-ae4d-b90016adc19f", + "name": "no-daemon, use the parent process.execArgv --max-old-space-size=4096,--max-semi-space-size=16,--expose-gc", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318782721000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2a9308b1-df87-4613-867e-6b8f09995981", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318934156166, + "endTime": 352319925590833 + }, + "additional": { + "children": [ + "0cbd8f5f-21e8-4c63-9248-27faf2fcc526", + "0b1a2f28-03fb-473a-83a6-a7f7a6e1f9cc", + "60c311ec-26cf-48e8-8921-7349a069d3cc", + "26b43021-6f03-4e89-b80a-e141b02696ad", + "f3ae90c1-b4fc-484e-9c7b-b5b3996976dc", + "1b9430ba-eda0-4b8d-9d83-1bbb3ccf1a5a", + "4bad8551-1328-4c69-b2e3-80d10906db4e" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "ad671015-70fe-4115-8636-00bfcb55526f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0cbd8f5f-21e8-4c63-9248-27faf2fcc526", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318934159583, + "endTime": 352318939308958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "2a9308b1-df87-4613-867e-6b8f09995981", + "logId": "e86eceeb-821a-4481-8a3d-6f637f4108a8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0b1a2f28-03fb-473a-83a6-a7f7a6e1f9cc", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318939319125, + "endTime": 352319924686833 + }, + "additional": { + "children": [ + "e38adcae-c03f-4962-b50f-7deb549e6046", + "0b4d9188-7649-43f7-bf8a-d1c9ad67b5ae", + "a479f76c-1076-4948-9678-01bc11ad48fe", + "40cbc531-c085-4d8c-8fdf-895f11af3fbf", + "650b5dae-3eae-4a08-9f82-ce6f6675030b", + "8fcedeb5-62fc-4b68-8e95-d8388c87595a", + "5828e791-b559-4cc3-874e-4f7a67e1050c", + "099d167a-0b3b-426c-b2d6-0d8667c576c7", + "6f3e39e8-4038-465f-a066-e279a51ddffa" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "2a9308b1-df87-4613-867e-6b8f09995981", + "logId": "7f78ec21-b1ab-4d21-8490-d4fef62edf57" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "60c311ec-26cf-48e8-8921-7349a069d3cc", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319924704166, + "endTime": 352319925582541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "2a9308b1-df87-4613-867e-6b8f09995981", + "logId": "7bf390ab-545a-4b5f-9c45-4b401d5cdf54" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "26b43021-6f03-4e89-b80a-e141b02696ad", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319925584833, + "endTime": 352319925588208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "2a9308b1-df87-4613-867e-6b8f09995981", + "logId": "bffdf12f-db1f-4f11-8def-44105056d21f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f3ae90c1-b4fc-484e-9c7b-b5b3996976dc", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318935889625, + "endTime": 352318935982458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "2a9308b1-df87-4613-867e-6b8f09995981", + "logId": "55bfe6e3-cdea-4685-b031-f0da92afc6e2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "55bfe6e3-cdea-4685-b031-f0da92afc6e2", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318935889625, + "endTime": 352318935982458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f3ae90c1-b4fc-484e-9c7b-b5b3996976dc", + "parent": "ad671015-70fe-4115-8636-00bfcb55526f" + } + }, + { + "head": { + "id": "1b9430ba-eda0-4b8d-9d83-1bbb3ccf1a5a", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318936553208, + "endTime": 352318936565833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "2a9308b1-df87-4613-867e-6b8f09995981", + "logId": "7013b7be-9f75-4af9-b5fb-174de049f3b3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7013b7be-9f75-4af9-b5fb-174de049f3b3", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318936553208, + "endTime": 352318936565833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1b9430ba-eda0-4b8d-9d83-1bbb3ccf1a5a", + "parent": "ad671015-70fe-4115-8636-00bfcb55526f" + } + }, + { + "head": { + "id": "327ad6dc-26d1-473a-be4c-bbc8f6983a9f", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: false,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' },\n optimizationStrategy: 'memory',\n hotCompile: undefined,\n hotReloadBuild: undefined,\n customizedParam: undefined\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318936689375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "47c9c8d7-4975-4f45-bf89-eb35fe07e277", + "name": "Cache service initialization finished in 3 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318939247375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e86eceeb-821a-4481-8a3d-6f637f4108a8", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318934159583, + "endTime": 352318939308958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0cbd8f5f-21e8-4c63-9248-27faf2fcc526", + "parent": "ad671015-70fe-4115-8636-00bfcb55526f" + } + }, + { + "head": { + "id": "e38adcae-c03f-4962-b50f-7deb549e6046", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318939453083, + "endTime": 352318939460875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0b1a2f28-03fb-473a-83a6-a7f7a6e1f9cc", + "logId": "32087b30-abac-4623-9861-0f15be4ef94b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0b4d9188-7649-43f7-bf8a-d1c9ad67b5ae", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318939490041, + "endTime": 352318939728166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0b1a2f28-03fb-473a-83a6-a7f7a6e1f9cc", + "logId": "18ef5b86-8899-4b35-92d1-2e6760b30587" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a479f76c-1076-4948-9678-01bc11ad48fe", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318939766625, + "endTime": 352319879777333 + }, + "additional": { + "children": [ + "c2e68c86-d051-473c-a192-5c009b141e6c", + "0b8c3bb4-bbe1-424e-ae9c-430ed4a483c9", + "e86c2a19-95aa-4fea-a680-d8cf96f1d564" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0b1a2f28-03fb-473a-83a6-a7f7a6e1f9cc", + "logId": "2605e5ad-4d04-4d26-ac13-6758d9027451" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "40cbc531-c085-4d8c-8fdf-895f11af3fbf", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319879903583, + "endTime": 352319916322416 + }, + "additional": { + "children": [ + "aa54cef2-4cb2-4e28-a8a7-0760584f06b7", + "2d99c592-2001-4867-ac11-be5284478f42" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0b1a2f28-03fb-473a-83a6-a7f7a6e1f9cc", + "logId": "b93e9aa6-2d31-4de1-96fa-3975a6209bca" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "650b5dae-3eae-4a08-9f82-ce6f6675030b", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319916338833, + "endTime": 352319916339333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0b1a2f28-03fb-473a-83a6-a7f7a6e1f9cc", + "logId": "a2881344-138e-4918-bfa8-c2ce12139d2c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8fcedeb5-62fc-4b68-8e95-d8388c87595a", + "name": "ohpm install", + "description": "Ohpm install event.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319916474666, + "endTime": 352319919885208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0b1a2f28-03fb-473a-83a6-a7f7a6e1f9cc", + "logId": "17917faf-c0b1-46cd-9315-6057812f84fa" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5828e791-b559-4cc3-874e-4f7a67e1050c", + "name": "eval hook", + "description": "EvaluateEvent hook.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319919895083, + "endTime": 352319924645916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0b1a2f28-03fb-473a-83a6-a7f7a6e1f9cc", + "logId": "a0d30bc2-4ef1-4227-a488-3207daf54260" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "099d167a-0b3b-426c-b2d6-0d8667c576c7", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319924654916, + "endTime": 352319924683166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0b1a2f28-03fb-473a-83a6-a7f7a6e1f9cc", + "logId": "b43e54ad-7f00-4b96-8a1a-3c9e4dfd0ca8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "32087b30-abac-4623-9861-0f15be4ef94b", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318939453083, + "endTime": 352318939460875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e38adcae-c03f-4962-b50f-7deb549e6046", + "parent": "7f78ec21-b1ab-4d21-8490-d4fef62edf57" + } + }, + { + "head": { + "id": "18ef5b86-8899-4b35-92d1-2e6760b30587", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318939490041, + "endTime": 352318939728166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0b4d9188-7649-43f7-bf8a-d1c9ad67b5ae", + "parent": "7f78ec21-b1ab-4d21-8490-d4fef62edf57" + } + }, + { + "head": { + "id": "c2e68c86-d051-473c-a192-5c009b141e6c", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318939837208, + "endTime": 352318939849250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a479f76c-1076-4948-9678-01bc11ad48fe", + "logId": "ff3bbe0e-c32b-496e-aa9f-f1cbbd001297" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ff3bbe0e-c32b-496e-aa9f-f1cbbd001297", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318939837208, + "endTime": 352318939849250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c2e68c86-d051-473c-a192-5c009b141e6c", + "parent": "2605e5ad-4d04-4d26-ac13-6758d9027451" + } + }, + { + "head": { + "id": "0b8c3bb4-bbe1-424e-ae9c-430ed4a483c9", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318939955416, + "endTime": 352319879692125 + }, + "additional": { + "children": [ + "81e77370-b692-4692-8d0f-621b4379e85a", + "82673532-4bd5-4ce0-97c3-7725d90a98a6" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a479f76c-1076-4948-9678-01bc11ad48fe", + "logId": "34e26bbf-d67f-420f-8bc4-ca97fbbb645d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "81e77370-b692-4692-8d0f-621b4379e85a", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318939955791, + "endTime": 352319747013375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0b8c3bb4-bbe1-424e-ae9c-430ed4a483c9", + "logId": "5a7280e9-a4a6-4b8c-acc0-14fa82b741fd" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "82673532-4bd5-4ce0-97c3-7725d90a98a6", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319747028000, + "endTime": 352319879682000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0b8c3bb4-bbe1-424e-ae9c-430ed4a483c9", + "logId": "21b181b9-59d1-4161-812c-ae58d220da80" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "36ab2b4f-910d-4cd2-962c-3184bfd1c8ad", + "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318939957500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "74db219f-8d8c-4c35-ab20-fcaa4c080fd6", + "name": "hvigorfile, require result: { default: { system: [Function: appTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319746830291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5a7280e9-a4a6-4b8c-acc0-14fa82b741fd", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318939955791, + "endTime": 352319747013375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "81e77370-b692-4692-8d0f-621b4379e85a", + "parent": "34e26bbf-d67f-420f-8bc4-ca97fbbb645d" + } + }, + { + "head": { + "id": "7e9491ad-accf-4b55-9e8a-0f4e45bd6bf7", + "name": "hvigorfile, binding system plugins [Function: appTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319747108541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6095ea78-1eeb-4eb5-8374-72a453b1dda7", + "name": "Starting plugin build process", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319748033541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "11897c41-4c64-4dd3-83c1-449915ed5f28", + "name": "App plugin prepare start...", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319748095541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b23348de-67a7-4e81-a9d8-8ae29664cee7", + "name": "App plugin prepare end...", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319748140750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f95c5982-23dd-4db1-9502-84b9a75ba054", + "name": "App plugin creating...", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319748159625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "145c4f05-1641-4955-a71c-9bae37161376", + "name": "App plugin register hook start...", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319845948458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6a5827dc-cf94-47ef-8636-50aeee4e17ca", + "name": "App plugin register hook end...", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319846254000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d569a260-ea13-4cb2-bef6-da3614d4e5ca", + "name": "Plugin build process completed", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319846279291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "37edf555-531f-4e79-a114-7c35509a4259", + "name": "Start initialize project's product build option map with build mode debug.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319847215166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ed591a02-577c-4e65-9d07-290ada1da566", + "name": "Picking option from product 'default' with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319847381791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0a0e7ddd-6b38-4457-80b9-db694ea04703", + "name": "Product 'default' build option initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319847588416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "57a9fec9-b64a-4c36-ba72-3b77c40e3354", + "name": "End initialize project's product build option map with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319847609750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "256bbea8-a5e5-4ebf-8929-f361abfb72f4", + "name": "Obtain build option for product 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319848768791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7bb478de-16a5-4330-a9d8-17af4b13f101", + "name": "No signingConfig found, initRemoteHspCache failed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319849971208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2d1467c1-5521-4246-9921-d74c06f1b73d", + "name": "harmonyOS sdk scan", + "description": "HarmonyOS sdk scan", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319851213958, + "endTime": 352319852441166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Other", + "taskRunReasons": [] + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5551f990-5f1a-4727-bd33-3a5f03dd7f19", + "name": "Local scan or download HarmonyOS sdk components toolchains,ets,js,native,previewer", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319851229916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1a8baae4-11d9-47a6-8d20-4dce56a1a56d", + "name": "hmscore sdk scan", + "description": "Hmscore sdk scan", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319852544666, + "endTime": 352319852807625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Other", + "taskRunReasons": [] + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "04c0c269-6ce8-428f-81e6-fa473bd8ca59", + "name": "Local scan or download hmscore sdk components toolchains,ets,native", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319852552125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "645168d4-dcd5-4482-b940-e9a356c06105", + "name": "Start recording SDK configuration permission data.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319853740166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "851ea072-bfa3-4b71-bee9-d0c9c3c1ba7a", + "name": "Sdk init in 24 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319874516500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0ce3758a-54e1-4be5-8c4b-ceeaa2c95100", + "name": "sdkVersion", + "description": "6.0.2.130", + "type": "mark" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319874622791 + }, + "additional": { + "time": { + "year": 2026, + "month": 4, + "day": 28, + "hour": 22, + "minute": 19, + "second": 6 + }, + "markType": "other" + } + }, + { + "head": { + "id": "18cde088-fbc1-4ad5-9745-9cdd0fc6dc56", + "name": "caseSensitiveCheckOn", + "description": "caseSensitiveCheck check is on", + "type": "mark" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319874658083 + }, + "additional": { + "time": { + "year": 2026, + "month": 4, + "day": 28, + "hour": 22, + "minute": 19, + "second": 6 + }, + "markType": "other" + } + }, + { + "head": { + "id": "08c926e7-e5f2-42e9-baa4-7ed73e1bb116", + "name": "Project task initialization takes 5 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319879548958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6dc2ac22-280e-4601-a6d1-0aed629d97c7", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319879650541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "afb09461-2c1a-4d94-94bf-6fddf421259f", + "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319879665833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5dfb82f0-9c62-4c1b-b7eb-b38145d6e685", + "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319879674458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "21b181b9-59d1-4161-812c-ae58d220da80", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319747028000, + "endTime": 352319879682000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "82673532-4bd5-4ce0-97c3-7725d90a98a6", + "parent": "34e26bbf-d67f-420f-8bc4-ca97fbbb645d" + } + }, + { + "head": { + "id": "34e26bbf-d67f-420f-8bc4-ca97fbbb645d", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318939955416, + "endTime": 352319879692125 + }, + "additional": { + "logType": "info", + "children": [ + "5a7280e9-a4a6-4b8c-acc0-14fa82b741fd", + "21b181b9-59d1-4161-812c-ae58d220da80" + ], + "durationId": "0b8c3bb4-bbe1-424e-ae9c-430ed4a483c9", + "parent": "2605e5ad-4d04-4d26-ac13-6758d9027451" + } + }, + { + "head": { + "id": "e86c2a19-95aa-4fea-a680-d8cf96f1d564", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319879752958, + "endTime": 352319879769208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a479f76c-1076-4948-9678-01bc11ad48fe", + "logId": "b006c14d-4c04-41a0-83f5-0280161f8a6a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b006c14d-4c04-41a0-83f5-0280161f8a6a", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319879752958, + "endTime": 352319879769208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e86c2a19-95aa-4fea-a680-d8cf96f1d564", + "parent": "2605e5ad-4d04-4d26-ac13-6758d9027451" + } + }, + { + "head": { + "id": "2605e5ad-4d04-4d26-ac13-6758d9027451", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318939766625, + "endTime": 352319879777333 + }, + "additional": { + "logType": "info", + "children": [ + "ff3bbe0e-c32b-496e-aa9f-f1cbbd001297", + "34e26bbf-d67f-420f-8bc4-ca97fbbb645d", + "b006c14d-4c04-41a0-83f5-0280161f8a6a" + ], + "durationId": "a479f76c-1076-4948-9678-01bc11ad48fe", + "parent": "7f78ec21-b1ab-4d21-8490-d4fef62edf57" + } + }, + { + "head": { + "id": "aa54cef2-4cb2-4e28-a8a7-0760584f06b7", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319879908750, + "endTime": 352319909973583 + }, + "additional": { + "children": [ + "fdac0f51-e0f7-43ca-b267-0dce3a09232a", + "96048948-10f9-45bb-9986-037c6c70aa15", + "19b1f6f1-fe4a-4090-a7de-451b0be1d92e" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "40cbc531-c085-4d8c-8fdf-895f11af3fbf", + "logId": "595fd5d1-a51c-4814-a321-a9c07d43f04b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "fdac0f51-e0f7-43ca-b267-0dce3a09232a", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319879966125, + "endTime": 352319879971125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "aa54cef2-4cb2-4e28-a8a7-0760584f06b7", + "logId": "15ee44ee-9374-4a07-9798-28ea3133d406" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "15ee44ee-9374-4a07-9798-28ea3133d406", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319879966125, + "endTime": 352319879971125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fdac0f51-e0f7-43ca-b267-0dce3a09232a", + "parent": "595fd5d1-a51c-4814-a321-a9c07d43f04b" + } + }, + { + "head": { + "id": "96048948-10f9-45bb-9986-037c6c70aa15", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319880000458, + "endTime": 352319909583833 + }, + "additional": { + "children": [ + "49b676e6-2cdd-4b8e-9e20-c79cc4eb5864", + "107e88b9-cf40-41d9-914b-15ff498bbbec" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "aa54cef2-4cb2-4e28-a8a7-0760584f06b7", + "logId": "58387ed2-3d9d-4128-bcce-8a0055cca7cb" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "49b676e6-2cdd-4b8e-9e20-c79cc4eb5864", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319880000583, + "endTime": 352319883949166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "96048948-10f9-45bb-9986-037c6c70aa15", + "logId": "a91bb3bc-7e27-4414-a8ae-5c909cc20344" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "107e88b9-cf40-41d9-914b-15ff498bbbec", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319883957333, + "endTime": 352319909577625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "96048948-10f9-45bb-9986-037c6c70aa15", + "logId": "8da112c9-fb91-4eea-be55-06fb83b792cb" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c252ddbd-0690-4e91-9135-70cea8b88720", + "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319880001500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "359cbfae-34ab-4bcb-94ec-c5a88b06155e", + "name": "hvigorfile, require result: { default: { system: [Function: harTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319883892875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a91bb3bc-7e27-4414-a8ae-5c909cc20344", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319880000583, + "endTime": 352319883949166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "49b676e6-2cdd-4b8e-9e20-c79cc4eb5864", + "parent": "58387ed2-3d9d-4128-bcce-8a0055cca7cb" + } + }, + { + "head": { + "id": "cbdee3b2-829b-4b29-ad9b-47943d9f25aa", + "name": "hvigorfile, binding system plugins [Function: harTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319883962125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3a61ada1-c192-40c4-ad50-0e89d883db01", + "name": "Starting plugin build process", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319884024125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b8c643c8-e0a7-4ccb-b3e2-4a457a9ef75e", + "name": "Har plugin creating...", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319884049416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0007cb27-cc01-468e-a74b-45a169af54fd", + "name": "failed to load cangjie to dynamically generate schemas: Error: Cannot find module '@ohos/cangjie-build-support/index'\nRequire stack:\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/hooks/cangjie-register.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/strategy/stage-init-strategy.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/abstract-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/app-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/index.js\n- /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/internal/lifecycle/configuration.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/boot/index.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/cli/main/cli.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/bin/hvigor.js", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319884469458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f984ee4c-a863-429f-b947-92294c83cd99", + "name": "Start initialize module-target build option map, moduleName=xuqmSdk, buildMode=debug", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319906217333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1e4f41bb-fb32-44f2-ab2a-6ba0ecb9e164", + "name": "Target 'default' config initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319906327041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1fc4efae-133f-4510-a751-09630c5266e9", + "name": "Module 'xuqmSdk' target 'default' build option initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319906558583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2d7c1135-9554-4a5a-a252-2dbd016bddf6", + "name": "End initialize module-target build option map, moduleName=xuqmSdk", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319906569625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "facd3732-1101-403c-be5f-91215904f1c7", + "name": "Start initialize module-target build option map, moduleName=xuqmSdk, buildMode=release", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319906591333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "403adcd1-dd55-4e27-82ab-f4e5a9f49dc7", + "name": "Target 'default' config initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319906604875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4901f64e-10f6-4f97-a878-41521549cce5", + "name": "Module 'xuqmSdk' target 'default' build option initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319906757750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d5ce45dc-6e66-4f25-94ed-3dcf98c9a7db", + "name": "End initialize module-target build option map, moduleName=xuqmSdk", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319906766416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5d90b5bf-4c08-4dc9-8142-65ab2daf5754", + "name": "Start initialize module-target build option map, moduleName=xuqmSdk, buildMode=debug", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319906837916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1148ba0c-baa9-4cf8-bd26-10e54e0a3385", + "name": "Target 'default' config initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319906851500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "355b76eb-6d3e-4319-b3da-5b6d134c3911", + "name": "Module 'xuqmSdk' target 'default' build option initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319906952791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0e7bf20-1bfc-4f52-836c-8c05ba04128c", + "name": "End initialize module-target build option map, moduleName=xuqmSdk", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319906959791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dc3a657f-c054-455e-b8c7-a8f9ba554d16", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319907138333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1981eae0-b72a-42d9-9eab-f95f766c603a", + "name": "Module xuqmSdk task initialization takes 2 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319909436416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "07b11a70-e730-48be-9341-86d34f9a428a", + "name": "Har plugin register hook start...", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319909487250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "57dc24e1-c510-4bcd-8c17-111c0f2fb999", + "name": "Har plugin register hook end...", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319909509583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3fc408a5-1beb-44ca-a344-64b9515a99c4", + "name": "Plugin build process completed", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319909517875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6395b1d7-4568-4ba4-b32a-93dbc916bee9", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319909554166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "010a7428-7f1c-45e2-9c32-fb988799cea3", + "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319909564958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cab815ed-50d4-4857-b9a0-9770a1f71d5c", + "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319909571500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8da112c9-fb91-4eea-be55-06fb83b792cb", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319883957333, + "endTime": 352319909577625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "107e88b9-cf40-41d9-914b-15ff498bbbec", + "parent": "58387ed2-3d9d-4128-bcce-8a0055cca7cb" + } + }, + { + "head": { + "id": "58387ed2-3d9d-4128-bcce-8a0055cca7cb", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319880000458, + "endTime": 352319909583833 + }, + "additional": { + "logType": "info", + "children": [ + "a91bb3bc-7e27-4414-a8ae-5c909cc20344", + "8da112c9-fb91-4eea-be55-06fb83b792cb" + ], + "durationId": "96048948-10f9-45bb-9986-037c6c70aa15", + "parent": "595fd5d1-a51c-4814-a321-a9c07d43f04b" + } + }, + { + "head": { + "id": "19b1f6f1-fe4a-4090-a7de-451b0be1d92e", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319909965083, + "endTime": 352319909969333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "aa54cef2-4cb2-4e28-a8a7-0760584f06b7", + "logId": "9c31c60d-91fa-4090-9426-f222a0fafb91" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9c31c60d-91fa-4090-9426-f222a0fafb91", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319909965083, + "endTime": 352319909969333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "19b1f6f1-fe4a-4090-a7de-451b0be1d92e", + "parent": "595fd5d1-a51c-4814-a321-a9c07d43f04b" + } + }, + { + "head": { + "id": "595fd5d1-a51c-4814-a321-a9c07d43f04b", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319879908750, + "endTime": 352319909973583 + }, + "additional": { + "logType": "info", + "children": [ + "15ee44ee-9374-4a07-9798-28ea3133d406", + "58387ed2-3d9d-4128-bcce-8a0055cca7cb", + "9c31c60d-91fa-4090-9426-f222a0fafb91" + ], + "durationId": "aa54cef2-4cb2-4e28-a8a7-0760584f06b7", + "parent": "b93e9aa6-2d31-4de1-96fa-3975a6209bca" + } + }, + { + "head": { + "id": "2d99c592-2001-4867-ac11-be5284478f42", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319909984833, + "endTime": 352319916318083 + }, + "additional": { + "children": [ + "572bafa6-ff4d-4e6c-816e-507d0f96926d", + "c92ed0f5-cf0d-47ef-941e-5124917d45f6", + "45741259-f549-47bb-b330-40d1915288ed" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "40cbc531-c085-4d8c-8fdf-895f11af3fbf", + "logId": "5249188f-c31a-4a95-aa19-b47ff0138d1b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "572bafa6-ff4d-4e6c-816e-507d0f96926d", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319910022875, + "endTime": 352319910025083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "2d99c592-2001-4867-ac11-be5284478f42", + "logId": "3ce7de7a-a281-4fbe-953d-c5a7ab1ee444" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3ce7de7a-a281-4fbe-953d-c5a7ab1ee444", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319910022875, + "endTime": 352319910025083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "572bafa6-ff4d-4e6c-816e-507d0f96926d", + "parent": "5249188f-c31a-4a95-aa19-b47ff0138d1b" + } + }, + { + "head": { + "id": "c92ed0f5-cf0d-47ef-941e-5124917d45f6", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319910045875, + "endTime": 352319916280833 + }, + "additional": { + "children": [ + "d083694b-66f2-404a-8f70-8bcdcb86af9b", + "385b9479-8811-4f47-9f53-d911b6ab8021" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "2d99c592-2001-4867-ac11-be5284478f42", + "logId": "d284a9ca-b5f0-49d4-9824-0510f6d21d72" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d083694b-66f2-404a-8f70-8bcdcb86af9b", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319910046000, + "endTime": 352319913392208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c92ed0f5-cf0d-47ef-941e-5124917d45f6", + "logId": "b8508bcb-11ea-42d7-91b5-5728f7308c21" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "385b9479-8811-4f47-9f53-d911b6ab8021", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319913399041, + "endTime": 352319916275916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c92ed0f5-cf0d-47ef-941e-5124917d45f6", + "logId": "fb118745-69a9-4488-a3d7-8a15c2d76559" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "70de01cc-24c0-42f0-9d00-1078e920c5cb", + "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319910046916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6d5348d6-a43b-47b6-8432-c030d8d185d0", + "name": "hvigorfile, require result: { default: { system: [Function: hapTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319913348750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b8508bcb-11ea-42d7-91b5-5728f7308c21", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319910046000, + "endTime": 352319913392208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d083694b-66f2-404a-8f70-8bcdcb86af9b", + "parent": "d284a9ca-b5f0-49d4-9824-0510f6d21d72" + } + }, + { + "head": { + "id": "8c740781-a1d1-4e16-bd0e-85ce616d2c24", + "name": "hvigorfile, binding system plugins [Function: hapTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319913403500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5a863352-4da3-4181-8123-d83c48679f58", + "name": "Starting plugin build process", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319913456166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "751d5029-d86c-460d-96f2-02d5f1879d1a", + "name": "Hap plugin creating...", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319913474916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f3060873-7bde-4274-9e00-026e5bf88b70", + "name": "failed to load cangjie to dynamically generate schemas: Error: Cannot find module '@ohos/cangjie-build-support/index'\nRequire stack:\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/hooks/cangjie-register.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/strategy/stage-init-strategy.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/abstract-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/app-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/index.js\n- /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/internal/lifecycle/configuration.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/boot/index.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/cli/main/cli.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/bin/hvigor.js", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319913583958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f87e8130-8fc6-47a2-985d-099aa1820db9", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319915311041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "19b427bc-cbf0-4fa8-9b08-e1511af161ee", + "name": "Target 'default' config initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319915339250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "12db57d4-4630-4b5d-8cb9-f4b9403e32f5", + "name": "Module 'entry' target 'default' build option initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319915397875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd8b43cc-1443-4629-b9a3-a82f198ce3fd", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319915406041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6e4b927c-4d24-4b2c-a486-bc9c8c04949d", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=release", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319915420625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c278debb-9b62-4c54-9541-20d0a7f71b73", + "name": "Target 'default' config initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319915430375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d64c8a81-1693-4524-a3ce-d1874c5c055e", + "name": "Module 'entry' target 'default' build option initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319915476208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf661829-9eea-47fc-89f4-e9d0add3318e", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319915482958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1f8cebd7-2dfa-4952-8bf8-e7450670ba8b", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319915498708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "92a9a719-edb8-4719-b3a6-e45d494b7ec0", + "name": "Target 'default' config initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319915507791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f7b4e511-c16e-48a8-8771-448fd25a1d65", + "name": "Module 'entry' target 'default' build option initialized", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319915542333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "87b9bfd0-ec9d-4bce-828d-56a659a146d2", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319915548583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9768669a-0b7b-4731-99b4-644b39cef847", + "name": "Obtain build option for module 'entry' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319915558458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bd06fa70-a560-429b-a18f-1067f104e54f", + "name": "Module entry task initialization takes 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319916182416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "114016ef-aeb3-47b8-9e1b-0b1b6f55cb7b", + "name": "Hap plugin register hook start...", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319916214500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9dadef29-8715-44b7-87b7-d44930d73130", + "name": "Hap plugin register hook end...", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319916224291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "455d0efb-b950-4b5e-a1f8-7c73b95f580c", + "name": "Plugin build process completed", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319916230125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dfad923a-9533-4889-89c7-5d18df763906", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319916256166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4b64df01-77c1-43e8-abdd-70990d0ee8d6", + "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319916264708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "18676bb6-ee96-423c-a053-3bd56081f3c3", + "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319916270500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fb118745-69a9-4488-a3d7-8a15c2d76559", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319913399041, + "endTime": 352319916275916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "385b9479-8811-4f47-9f53-d911b6ab8021", + "parent": "d284a9ca-b5f0-49d4-9824-0510f6d21d72" + } + }, + { + "head": { + "id": "d284a9ca-b5f0-49d4-9824-0510f6d21d72", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319910045875, + "endTime": 352319916280833 + }, + "additional": { + "logType": "info", + "children": [ + "b8508bcb-11ea-42d7-91b5-5728f7308c21", + "fb118745-69a9-4488-a3d7-8a15c2d76559" + ], + "durationId": "c92ed0f5-cf0d-47ef-941e-5124917d45f6", + "parent": "5249188f-c31a-4a95-aa19-b47ff0138d1b" + } + }, + { + "head": { + "id": "45741259-f549-47bb-b330-40d1915288ed", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319916310916, + "endTime": 352319916314083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "2d99c592-2001-4867-ac11-be5284478f42", + "logId": "c3aec73d-f4a6-4d9e-9719-b7faf52d123a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c3aec73d-f4a6-4d9e-9719-b7faf52d123a", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319916310916, + "endTime": 352319916314083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "45741259-f549-47bb-b330-40d1915288ed", + "parent": "5249188f-c31a-4a95-aa19-b47ff0138d1b" + } + }, + { + "head": { + "id": "5249188f-c31a-4a95-aa19-b47ff0138d1b", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319909984833, + "endTime": 352319916318083 + }, + "additional": { + "logType": "info", + "children": [ + "3ce7de7a-a281-4fbe-953d-c5a7ab1ee444", + "d284a9ca-b5f0-49d4-9824-0510f6d21d72", + "c3aec73d-f4a6-4d9e-9719-b7faf52d123a" + ], + "durationId": "2d99c592-2001-4867-ac11-be5284478f42", + "parent": "b93e9aa6-2d31-4de1-96fa-3975a6209bca" + } + }, + { + "head": { + "id": "b93e9aa6-2d31-4de1-96fa-3975a6209bca", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319879903583, + "endTime": 352319916322416 + }, + "additional": { + "logType": "info", + "children": [ + "595fd5d1-a51c-4814-a321-a9c07d43f04b", + "5249188f-c31a-4a95-aa19-b47ff0138d1b" + ], + "durationId": "40cbc531-c085-4d8c-8fdf-895f11af3fbf", + "parent": "7f78ec21-b1ab-4d21-8490-d4fef62edf57" + } + }, + { + "head": { + "id": "a2881344-138e-4918-bfa8-c2ce12139d2c", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319916338833, + "endTime": 352319916339333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "650b5dae-3eae-4a08-9f82-ce6f6675030b", + "parent": "7f78ec21-b1ab-4d21-8490-d4fef62edf57" + } + }, + { + "head": { + "id": "6f3e39e8-4038-465f-a066-e279a51ddffa", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319916345291, + "endTime": 352319916472041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0b1a2f28-03fb-473a-83a6-a7f7a6e1f9cc", + "logId": "a1848c8c-99db-4ee7-97f2-24296b265e18" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "2a02e7ac-cf40-4bfc-8b77-647594698103", + "name": "project has submodules:xuqmSdk,entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319916372875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "be3f1a7c-88fc-4b7d-b94a-2a0f671a6dbd", + "name": "module:xuqmSdk no need to execute packageHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319916436291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a1848c8c-99db-4ee7-97f2-24296b265e18", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319916345291, + "endTime": 352319916472041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6f3e39e8-4038-465f-a066-e279a51ddffa", + "parent": "7f78ec21-b1ab-4d21-8490-d4fef62edf57" + } + }, + { + "head": { + "id": "2e322095-66c0-4d2d-af4b-d824b4ea1b13", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319917276833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "688ae997-cdd6-48a3-9b90-7532f31627b1", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319919568958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "17917faf-c0b1-46cd-9315-6057812f84fa", + "name": "ohpm install", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319916474666, + "endTime": 352319919885208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8fcedeb5-62fc-4b68-8e95-d8388c87595a", + "parent": "7f78ec21-b1ab-4d21-8490-d4fef62edf57" + } + }, + { + "head": { + "id": "307a9bbd-ddb9-4d61-8247-ac7b0c599316", + "name": "Start to initialize dependency information.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319919942000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2c87c64e-20d0-4a82-969b-977e7a535454", + "name": "Module XuqmGroup-HarmonySDK Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319920656083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e95aaed9-218a-44e2-899e-266eb43eed85", + "name": "Module XuqmGroup-HarmonySDK's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319920674541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7b7a3218-02fa-4bdb-8ffd-11a061783736", + "name": "Start to initialize dependency information.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319921418250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cde8d5bf-1712-4f77-aeaa-b8e2122be38b", + "name": "Module xuqmSdk Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319921831750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f82266be-b14d-46b0-a500-8d9259636392", + "name": "Module xuqmSdk's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319921843958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "11f50761-9d8d-48de-aa0b-7adfc0aed23a", + "name": "Start to initialize dependency information.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319923171291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "49811286-78c8-4980-b4e2-ff2c48267be2", + "name": "Module entry Collected Dependency: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319924076125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9b61ca98-d904-47ed-b556-69d23ed7aa13", + "name": "Module entry's total dependency: 1", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319924089125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0d30bc2-4ef1-4227-a488-3207daf54260", + "name": "eval hook", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319919895083, + "endTime": 352319924645916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5828e791-b559-4cc3-874e-4f7a67e1050c", + "parent": "7f78ec21-b1ab-4d21-8490-d4fef62edf57" + } + }, + { + "head": { + "id": "e2b03d07-1d79-41a2-a1a0-6c9008958528", + "name": "Configuration phase cost:986 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319924673375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b43e54ad-7f00-4b96-8a1a-3c9e4dfd0ca8", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319924654916, + "endTime": 352319924683166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "099d167a-0b3b-426c-b2d6-0d8667c576c7", + "parent": "7f78ec21-b1ab-4d21-8490-d4fef62edf57" + } + }, + { + "head": { + "id": "7f78ec21-b1ab-4d21-8490-d4fef62edf57", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318939319125, + "endTime": 352319924686833 + }, + "additional": { + "logType": "info", + "children": [ + "32087b30-abac-4623-9861-0f15be4ef94b", + "18ef5b86-8899-4b35-92d1-2e6760b30587", + "2605e5ad-4d04-4d26-ac13-6758d9027451", + "b93e9aa6-2d31-4de1-96fa-3975a6209bca", + "a2881344-138e-4918-bfa8-c2ce12139d2c", + "17917faf-c0b1-46cd-9315-6057812f84fa", + "a0d30bc2-4ef1-4227-a488-3207daf54260", + "b43e54ad-7f00-4b96-8a1a-3c9e4dfd0ca8", + "a1848c8c-99db-4ee7-97f2-24296b265e18" + ], + "durationId": "0b1a2f28-03fb-473a-83a6-a7f7a6e1f9cc", + "parent": "ad671015-70fe-4115-8636-00bfcb55526f" + } + }, + { + "head": { + "id": "4bad8551-1328-4c69-b2e3-80d10906db4e", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319925563833, + "endTime": 352319925579000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "2a9308b1-df87-4613-867e-6b8f09995981", + "logId": "a6206a92-ced4-4b50-9034-ea33a62699a5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a6206a92-ced4-4b50-9034-ea33a62699a5", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319925563833, + "endTime": 352319925579000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4bad8551-1328-4c69-b2e3-80d10906db4e", + "parent": "ad671015-70fe-4115-8636-00bfcb55526f" + } + }, + { + "head": { + "id": "7bf390ab-545a-4b5f-9c45-4b401d5cdf54", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319924704166, + "endTime": 352319925582541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "60c311ec-26cf-48e8-8921-7349a069d3cc", + "parent": "ad671015-70fe-4115-8636-00bfcb55526f" + } + }, + { + "head": { + "id": "bffdf12f-db1f-4f11-8def-44105056d21f", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319925584833, + "endTime": 352319925588208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "26b43021-6f03-4e89-b80a-e141b02696ad", + "parent": "ad671015-70fe-4115-8636-00bfcb55526f" + } + }, + { + "head": { + "id": "ad671015-70fe-4115-8636-00bfcb55526f", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318934156166, + "endTime": 352319925590833 + }, + "additional": { + "logType": "info", + "children": [ + "e86eceeb-821a-4481-8a3d-6f637f4108a8", + "7f78ec21-b1ab-4d21-8490-d4fef62edf57", + "7bf390ab-545a-4b5f-9c45-4b401d5cdf54", + "bffdf12f-db1f-4f11-8def-44105056d21f", + "55bfe6e3-cdea-4685-b031-f0da92afc6e2", + "7013b7be-9f75-4af9-b5fb-174de049f3b3", + "a6206a92-ced4-4b50-9034-ea33a62699a5" + ], + "durationId": "2a9308b1-df87-4613-867e-6b8f09995981" + } + }, + { + "head": { + "id": "7ffd0996-910a-4a22-93ac-a850a92f5c83", + "name": "Configuration task cost before running: 993 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319925947208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c9e0890f-6bc9-413d-af74-60b8664e1f69", + "name": "entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319928446750, + "endTime": 352319932460333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "07ac7321-e3da-46ae-ba3f-53b27050bc76", + "logId": "0aea1787-c6f8-433a-a54a-74075ee8c787" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "07ac7321-e3da-46ae-ba3f-53b27050bc76", + "name": "create entry:default@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319926218291 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "c9e0890f-6bc9-413d-af74-60b8664e1f69" + } + }, + { + "head": { + "id": "1f5df3f8-0f6e-4887-ac19-2ed77b13909e", + "name": "Executing task :entry:default@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319928468833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c3860eb8-ae62-4d45-a33f-d9cb24083659", + "name": "The project has not explicitly set the 'targetSdkVersion' version at build-profile.json5. It is recommended to configure it. Reference: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides/ide-hvigor-build-profile-app#section45865492619", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319928725875 + }, + "additional": { + "logType": "warn", + "children": [] + } + }, + { + "head": { + "id": "82145ef3-27c9-4d98-a5cb-12e94c3e7006", + "name": "Task 'entry:default@PreBuild' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319930160583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "42e21fa0-39ab-4ba2-8a44-ae53221f6642", + "name": "Incremental task entry:default@PreBuild pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319932338625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dd784c75-d9f5-4ad2-a5ae-6a401e37e22b", + "name": "entry : default@PreBuild cost memory 0.5675048828125", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319932406833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0aea1787-c6f8-433a-a54a-74075ee8c787", + "name": "UP-TO-DATE :entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319928446750, + "endTime": 352319932460333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c9e0890f-6bc9-413d-af74-60b8664e1f69" + } + }, + { + "head": { + "id": "32d212f5-016c-4f30-9e39-d142348882fe", + "name": "xuqmSdk:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319933974291, + "endTime": 352319935330416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Verification", + "taskRunReasons": [], + "detailId": "f26dbaa1-5311-4c6f-9ac3-2e4752d73591", + "logId": "7be0e4c2-df5a-4358-9ee2-15592ab675ab" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f26dbaa1-5311-4c6f-9ac3-2e4752d73591", + "name": "create xuqmSdk:default@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319933146583 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "32d212f5-016c-4f30-9e39-d142348882fe" + } + }, + { + "head": { + "id": "1bb1f7f2-4c3a-4c62-ad9f-a657a35b4623", + "name": "Executing task :xuqmSdk:default@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319933995250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df962ec4-d755-4efc-bc64-978cbbfb8832", + "name": "Task 'xuqmSdk:default@PreBuild' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319934208875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eb56ea55-a9ba-4087-995f-04f76bc5f4bc", + "name": "Incremental task xuqmSdk:default@PreBuild pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319935281708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "118d8f21-ed76-4005-adfa-06817b740eda", + "name": "xuqmSdk : default@PreBuild cost memory 0.20345306396484375", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319935316000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7be0e4c2-df5a-4358-9ee2-15592ab675ab", + "name": "UP-TO-DATE :xuqmSdk:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319933974291, + "endTime": 352319935330416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "32d212f5-016c-4f30-9e39-d142348882fe" + } + }, + { + "head": { + "id": "d97f87b6-5f15-4c93-9ee1-0248b398a7eb", + "name": "entry:default@CreateModuleInfo", + "description": "Create the ModuleInfo.ts file for the hap/hsp package.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319935905083, + "endTime": 352319936253166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "13673909-ebb5-486e-846b-d53f284eb19c", + "logId": "06afe5da-0be3-4ace-9c61-99bb9eff8d8e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "13673909-ebb5-486e-846b-d53f284eb19c", + "name": "create entry:default@CreateModuleInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319935739500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "d97f87b6-5f15-4c93-9ee1-0248b398a7eb" + } + }, + { + "head": { + "id": "1a0080b8-33c3-4f79-a8e3-530596992774", + "name": "Executing task :entry:default@CreateModuleInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319935908291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd9f32d1-321b-4fd0-88e5-ba8b2d8c5cb1", + "name": "Task 'entry:default@CreateModuleInfo' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319936045041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "559769d0-ae99-41e4-a70f-588eda5b27a4", + "name": "entry : default@CreateModuleInfo cost memory 0.035980224609375", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319936194041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ac24eedd-8751-45f4-862b-1576412cdb88", + "name": "runTaskFromQueue task cost before running: 1 s 3 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319936215041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "06afe5da-0be3-4ace-9c61-99bb9eff8d8e", + "name": "Finished :entry:default@CreateModuleInfo", + "description": "Create the ModuleInfo.ts file for the hap/hsp package.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319935905083, + "endTime": 352319936253166, + "totalTime": 302375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d97f87b6-5f15-4c93-9ee1-0248b398a7eb" + } + }, + { + "head": { + "id": "51f5d5dd-7de9-4969-bf69-d62780daf285", + "name": "entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319937035750, + "endTime": 352319937432958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "1747982a-da6c-486a-afa7-7c0737b28003", + "logId": "4b6531a2-1f5b-4f2a-b3e6-504564e39f5a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1747982a-da6c-486a-afa7-7c0737b28003", + "name": "create entry:default@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319936450166 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "51f5d5dd-7de9-4969-bf69-d62780daf285" + } + }, + { + "head": { + "id": "c0422321-7b4e-4294-9b28-75b2f121ed05", + "name": "Executing task :entry:default@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319937040416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "06cee8b0-899d-43e3-b562-00ca640e5652", + "name": "Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319937227458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4588baa1-396d-4472-a644-7caabbcb7214", + "name": "Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319937403041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d50c77dd-3246-497e-9944-f34d445d63f5", + "name": "entry : default@GenerateMetadata cost memory 0.07049560546875", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319937420625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4b6531a2-1f5b-4f2a-b3e6-504564e39f5a", + "name": "UP-TO-DATE :entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319937035750, + "endTime": 352319937432958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "51f5d5dd-7de9-4969-bf69-d62780daf285" + } + }, + { + "head": { + "id": "7421c766-f326-4ee6-b0f2-27c7ac9f4d8e", + "name": "entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319937914375, + "endTime": 352319938041000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "1f8fb07c-0c8e-401d-86ef-8d4eb1ec2f87", + "logId": "ecb027ad-2f08-4aa0-87ca-f9ef7e37a272" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1f8fb07c-0c8e-401d-86ef-8d4eb1ec2f87", + "name": "create entry:default@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319937549333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "7421c766-f326-4ee6-b0f2-27c7ac9f4d8e" + } + }, + { + "head": { + "id": "1c4d7973-c2a6-4de7-a1dc-91876bea72de", + "name": "Executing task :entry:default@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319937920833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3a06071c-a52a-4af7-938c-2ba7068d36bf", + "name": "entry : default@PreCheckSyscap cost memory 0.01348876953125", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319938013958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "289b5a0d-ed00-4454-80fd-c2ec29f4e141", + "name": "runTaskFromQueue task cost before running: 1 s 5 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319938032291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ecb027ad-2f08-4aa0-87ca-f9ef7e37a272", + "name": "Finished :entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319937914375, + "endTime": 352319938041000, + "totalTime": 110875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7421c766-f326-4ee6-b0f2-27c7ac9f4d8e" + } + }, + { + "head": { + "id": "1f7dd208-ec06-4af5-8881-8a49edb0e700", + "name": "entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319938850541, + "endTime": 352319943689416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "0c6c9bc8-5005-4b6b-b005-a404cf808ce4", + "logId": "7a6a1f1c-48c2-4824-93e0-d0fec61bb7fa" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0c6c9bc8-5005-4b6b-b005-a404cf808ce4", + "name": "create entry:default@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319938182041 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "1f7dd208-ec06-4af5-8881-8a49edb0e700" + } + }, + { + "head": { + "id": "a1516ba1-6df9-4633-84a0-93d7646b7ed3", + "name": "Executing task :entry:default@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319938860041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2a4788a3-1fef-45c9-b42f-d94b0c57e047", + "name": "Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319943403958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "09bae6b7-9e2d-4a83-afa0-59f6cf00b6a5", + "name": "Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319943643666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e6264fc1-7b16-4bdb-8ec6-f069e097507e", + "name": "entry : default@GeneratePkgContextInfo cost memory 0.7551193237304688", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319943673083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7a6a1f1c-48c2-4824-93e0-d0fec61bb7fa", + "name": "UP-TO-DATE :entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319938850541, + "endTime": 352319943689416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1f7dd208-ec06-4af5-8881-8a49edb0e700" + } + }, + { + "head": { + "id": "0edb353f-3539-416a-913b-ae1aac6855f6", + "name": "entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319944728000, + "endTime": 352319944972625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist." + ], + "detailId": "ba078e6a-7aef-4067-93ce-1a6454b7ff2d", + "logId": "8c453aa8-2f9a-41c4-b88d-7059be92f287" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ba078e6a-7aef-4067-93ce-1a6454b7ff2d", + "name": "create entry:default@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319943894708 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0edb353f-3539-416a-913b-ae1aac6855f6" + } + }, + { + "head": { + "id": "ebfc7594-8fac-46f5-8756-3cc677131f47", + "name": "Executing task :entry:default@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319944732333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64ab7105-7283-4569-989d-4f3f12b74b54", + "name": "entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319944875333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4e907b71-d44b-4e31-8039-0b4c0c783195", + "name": "Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319944896083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f0dc500c-9656-4473-a69b-752496714f4a", + "name": "entry : default@ProcessIntegratedHsp cost memory 0.047332763671875", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319944946583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd9e7ce9-51d2-4baf-941d-0d66438a77c7", + "name": "runTaskFromQueue task cost before running: 1 s 12 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319944963916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8c453aa8-2f9a-41c4-b88d-7059be92f287", + "name": "Finished :entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319944728000, + "endTime": 352319944972625, + "totalTime": 229833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0edb353f-3539-416a-913b-ae1aac6855f6" + } + }, + { + "head": { + "id": "d6966063-414a-41b4-839b-cf4156dcb138", + "name": "xuqmSdk:default@CreateHarBuildProfile", + "description": "Create the BuildProfile.ets file for the HAR package.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319945538416, + "endTime": 352319945833041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Generate", + "taskRunReasons": [], + "detailId": "56493c61-8d75-4242-88d3-aefc38c348b8", + "logId": "0d434845-a3b3-440b-8d14-c8252de5f357" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "56493c61-8d75-4242-88d3-aefc38c348b8", + "name": "create xuqmSdk:default@CreateHarBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319945186750 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "d6966063-414a-41b4-839b-cf4156dcb138" + } + }, + { + "head": { + "id": "273d73ec-0a5b-4de3-9cd5-7b9fb0f892bc", + "name": "Executing task :xuqmSdk:default@CreateHarBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319945541666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "121df85d-9e10-4505-94a4-3497c0fe4668", + "name": "Task 'xuqmSdk:default@CreateHarBuildProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319945626208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5d31ef3e-ec0b-4cdc-9ffe-036bdd04775d", + "name": "Incremental task xuqmSdk:default@CreateHarBuildProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319945803083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "48c98600-162b-4c70-a491-e42985092d19", + "name": "xuqmSdk : default@CreateHarBuildProfile cost memory 0.07186126708984375", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319945819125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d434845-a3b3-440b-8d14-c8252de5f357", + "name": "UP-TO-DATE :xuqmSdk:default@CreateHarBuildProfile", + "description": "Create the BuildProfile.ets file for the HAR package.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319945538416, + "endTime": 352319945833041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d6966063-414a-41b4-839b-cf4156dcb138" + } + }, + { + "head": { + "id": "50b002ae-fe0e-4638-8067-e1ded4bd380c", + "name": "xuqmSdk:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319946281583, + "endTime": 352319946349250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Native", + "taskRunReasons": [], + "detailId": "e54245a1-0bca-442d-845c-2c18acc01dde", + "logId": "39fc8d0c-4dff-4778-8f2e-e571769dd776" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e54245a1-0bca-442d-845c-2c18acc01dde", + "name": "create xuqmSdk:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319945992416 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "50b002ae-fe0e-4638-8067-e1ded4bd380c" + } + }, + { + "head": { + "id": "587b3070-fc01-49c3-b952-495cfa78a0df", + "name": "Executing task :xuqmSdk:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319946285041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "917a5e38-b890-41d2-83fc-e70160673d2e", + "name": "xuqmSdk : default@ConfigureCmake cost memory 0.01248931884765625", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319946322875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "416ad07d-0ab5-4f5e-be80-f6e3f95dc30a", + "name": "runTaskFromQueue task cost before running: 1 s 13 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319946341916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "39fc8d0c-4dff-4778-8f2e-e571769dd776", + "name": "Finished :xuqmSdk:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319946281583, + "endTime": 352319946349250, + "totalTime": 53250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "50b002ae-fe0e-4638-8067-e1ded4bd380c" + } + }, + { + "head": { + "id": "1616e9ce-870c-4d4a-bd5c-541667eed9b7", + "name": "xuqmSdk:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319946834250, + "endTime": 352319947498833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Config", + "taskRunReasons": [], + "detailId": "0f577fac-e9eb-4328-a0d0-2da311e80254", + "logId": "2ccca50a-acda-4337-a016-855ebe8cf1e8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0f577fac-e9eb-4328-a0d0-2da311e80254", + "name": "create xuqmSdk:default@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319946563750 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "1616e9ce-870c-4d4a-bd5c-541667eed9b7" + } + }, + { + "head": { + "id": "8a02d766-428c-4762-894e-9c39bf9a416b", + "name": "Executing task :xuqmSdk:default@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319946839000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4f0e0c76-666e-436b-aeb5-3d81673777bf", + "name": "Task 'xuqmSdk:default@MergeProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319946962291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1641a035-bdd4-48f6-ac7c-779b8e96955a", + "name": "Incremental task xuqmSdk:default@MergeProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319947460041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2ad78550-ea44-4441-ba22-aaa8f9c3e136", + "name": "xuqmSdk : default@MergeProfile cost memory 0.09937286376953125", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319947483708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2ccca50a-acda-4337-a016-855ebe8cf1e8", + "name": "UP-TO-DATE :xuqmSdk:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319946834250, + "endTime": 352319947498833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1616e9ce-870c-4d4a-bd5c-541667eed9b7" + } + }, + { + "head": { + "id": "933e30f6-5e5d-4172-a680-4b3103934c3b", + "name": "entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319948048208, + "endTime": 352319960263000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist." + ], + "detailId": "ec5d0fcc-eca5-4157-9c79-0a83ae58c079", + "logId": "ea2d4aa6-3668-4e8b-8802-cb5673f9578b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ec5d0fcc-eca5-4157-9c79-0a83ae58c079", + "name": "create entry:default@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319947650833 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "933e30f6-5e5d-4172-a680-4b3103934c3b" + } + }, + { + "head": { + "id": "8642a9b8-e1d4-47ef-ae8b-2bce09e33e46", + "name": "Executing task :entry:default@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319948052208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d27f3f0f-dfb4-4e44-8b53-df323e62c570", + "name": "File: '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319948090208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5486f6fc-d52e-4f64-9c42-eb9461513176", + "name": "Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319948189541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "302d032b-5de8-4acc-8ace-5f9a01e5f9dd", + "name": "entry:default@SyscapTransform is not up-to-date, since the output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319959999500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bfd03961-9ceb-4ec3-b1f2-521abf926b46", + "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 12 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319960068083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b90d093c-1e52-42d8-bbab-804a0efab6c6", + "name": "entry : default@SyscapTransform cost memory 0.10308837890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319960221041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "42827726-5c01-4a40-9b85-4e71de0e4b1b", + "name": "runTaskFromQueue task cost before running: 1 s 27 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319960250166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ea2d4aa6-3668-4e8b-8802-cb5673f9578b", + "name": "Finished :entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319948048208, + "endTime": 352319960263000, + "totalTime": 12190458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "933e30f6-5e5d-4172-a680-4b3103934c3b" + } + }, + { + "head": { + "id": "63eac599-7b4c-4343-b13d-fdbd38f6de94", + "name": "entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319961047541, + "endTime": 352319962154791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "6a9fae61-de3b-49e8-bd7d-149a95c509a8", + "logId": "81b00418-c7da-4a99-8bbd-27da189186c0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6a9fae61-de3b-49e8-bd7d-149a95c509a8", + "name": "create entry:default@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319960488166 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "63eac599-7b4c-4343-b13d-fdbd38f6de94" + } + }, + { + "head": { + "id": "a7aaa43d-addc-4f13-b444-d4efdf2007f7", + "name": "Executing task :entry:default@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319961052041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "62f48c27-51e5-4015-8f6b-6245793346f0", + "name": "Incremental task entry:default@ProcessRouterMap pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319962046166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aba62680-47dd-45dd-821d-4199ef34047c", + "name": "entry : default@ProcessRouterMap cost memory 0.13958740234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319962075291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "81b00418-c7da-4a99-8bbd-27da189186c0", + "name": "UP-TO-DATE :entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319961047541, + "endTime": 352319962154791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "63eac599-7b4c-4343-b13d-fdbd38f6de94" + } + }, + { + "head": { + "id": "a0512125-0c15-4bb3-87d3-b70da23768bd", + "name": "entry:default@ProcessShareConfig", + "description": "Process share config configuration.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319962729375, + "endTime": 352319963171791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "ad1db74e-18db-42af-9463-6be68825ed07", + "logId": "983a9a90-0882-42c6-91ae-7510324b42da" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ad1db74e-18db-42af-9463-6be68825ed07", + "name": "create entry:default@ProcessShareConfig task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319962358958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a0512125-0c15-4bb3-87d3-b70da23768bd" + } + }, + { + "head": { + "id": "c164a110-18c5-4330-8d6e-ce0e0b842663", + "name": "Executing task :entry:default@ProcessShareConfig", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319962734250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c4b0b288-0103-4e66-b200-3a677c1f7112", + "name": "Incremental task entry:default@ProcessShareConfig pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319963133250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9919a40c-52a7-4f04-a135-1b163e7c1020", + "name": "entry : default@ProcessShareConfig cost memory 0.1237945556640625", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319963154500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "983a9a90-0882-42c6-91ae-7510324b42da", + "name": "UP-TO-DATE :entry:default@ProcessShareConfig", + "description": "Process share config configuration.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319962729375, + "endTime": 352319963171791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a0512125-0c15-4bb3-87d3-b70da23768bd" + } + }, + { + "head": { + "id": "d65566aa-54bd-4576-979b-9f52fdb4100a", + "name": "entry:default@ProcessStartupConfig", + "description": "Process startup configuration.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319963631666, + "endTime": 352319964846416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/startup/default/startup_config.json' does not exist." + ], + "detailId": "86d07569-1a06-4577-884c-30e1b53046a0", + "logId": "1d933974-1cfa-4d9d-a8b6-5a5ec2c17cff" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "86d07569-1a06-4577-884c-30e1b53046a0", + "name": "create entry:default@ProcessStartupConfig task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319963309041 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "d65566aa-54bd-4576-979b-9f52fdb4100a" + } + }, + { + "head": { + "id": "5a3b15da-991a-418a-b0c6-59875c28aa61", + "name": "Executing task :entry:default@ProcessStartupConfig", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319963635875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b2c40a35-201c-44ab-b286-f9b9d938c3c0", + "name": "Task 'entry:default@ProcessStartupConfig' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319963700041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fbd0af3a-c03c-4a87-b476-7a46ab4b0a90", + "name": "entry:default@ProcessStartupConfig is not up-to-date, since the output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/startup/default/startup_config.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319964182875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "700737d0-d649-4663-8615-a5eb075537c3", + "name": "Incremental task entry:default@ProcessStartupConfig pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319964231791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4ab4da9b-82c9-4e5b-97ec-1b7363a90959", + "name": "entry : default@ProcessStartupConfig cost memory 0.11766815185546875", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319964805208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "515de5ab-e07b-4ae1-b133-4c38550cfddd", + "name": "runTaskFromQueue task cost before running: 1 s 32 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319964834708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1d933974-1cfa-4d9d-a8b6-5a5ec2c17cff", + "name": "Finished :entry:default@ProcessStartupConfig", + "description": "Process startup configuration.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319963631666, + "endTime": 352319964846416, + "totalTime": 1193208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d65566aa-54bd-4576-979b-9f52fdb4100a" + } + }, + { + "head": { + "id": "b184467b-0795-426e-856a-8b421cbc3669", + "name": "entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319965478250, + "endTime": 352319965832375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "084c875d-ef66-4392-ae48-198cc1ab0604", + "logId": "7ff80ac8-3106-4779-bcad-94bd72a43846" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "084c875d-ef66-4392-ae48-198cc1ab0604", + "name": "create entry:default@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319965093333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b184467b-0795-426e-856a-8b421cbc3669" + } + }, + { + "head": { + "id": "f4c2f193-ca10-4484-a003-b77787ed074e", + "name": "Executing task :entry:default@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319965482208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "25fd3c30-b227-4b0c-afcb-6d2bbe7b895a", + "name": "Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319965569291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "53717ea8-b4df-4392-af5f-2ea77aebc4d2", + "name": "Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319965796291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2c996124-4485-4383-8e3d-d9259ce1f5ed", + "name": "entry : default@CreateBuildProfile cost memory 0.07588958740234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319965818708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7ff80ac8-3106-4779-bcad-94bd72a43846", + "name": "UP-TO-DATE :entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319965478250, + "endTime": 352319965832375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b184467b-0795-426e-856a-8b421cbc3669" + } + }, + { + "head": { + "id": "07a229aa-4275-44d1-9a7f-b0b62f44458d", + "name": "xuqmSdk:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319966199750, + "endTime": 352319966273750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Native", + "taskRunReasons": [], + "detailId": "4eb6b430-34da-4aa3-9982-cf440a47d09c", + "logId": "05ef0187-e9f4-4de6-929d-2a0ecb25d1e0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4eb6b430-34da-4aa3-9982-cf440a47d09c", + "name": "create xuqmSdk:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319965933250 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "07a229aa-4275-44d1-9a7f-b0b62f44458d" + } + }, + { + "head": { + "id": "0f0a3973-08fd-47c1-9ac3-41351e32395e", + "name": "Executing task :xuqmSdk:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319966203416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6e515b2a-9eb5-48dd-8a1f-ac2be834aff3", + "name": "xuqmSdk : default@BuildNativeWithCmake cost memory 0.0136260986328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319966248833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2fff9a7a-e8d9-48af-96b7-4e5d3986d5bd", + "name": "runTaskFromQueue task cost before running: 1 s 33 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319966265291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "05ef0187-e9f4-4de6-929d-2a0ecb25d1e0", + "name": "Finished :xuqmSdk:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319966199750, + "endTime": 352319966273750, + "totalTime": 59708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "07a229aa-4275-44d1-9a7f-b0b62f44458d" + } + }, + { + "head": { + "id": "2d2d41be-8149-4a7b-8276-f3a6dc14702d", + "name": "entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319966470666, + "endTime": 352319967056958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "e46bcefc-6d54-4444-8502-79a9e6d3feb8", + "logId": "5aaddac6-326f-40fa-bdac-2bc382ee50be" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e46bcefc-6d54-4444-8502-79a9e6d3feb8", + "name": "create entry:default@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319966342250 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2d2d41be-8149-4a7b-8276-f3a6dc14702d" + } + }, + { + "head": { + "id": "66a3f2a1-e915-4469-a8af-3b226e6008a3", + "name": "Executing task :entry:default@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319966474750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "acc14e5d-d4c0-4175-9ed1-fd96d5718f3e", + "name": "Task 'entry:default@MergeProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319966687125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ae3fb1ec-9b2a-4215-a69e-512c526fbb0c", + "name": "Incremental task entry:default@MergeProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319967022333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fee3da65-d5b5-48a3-a11d-f70e9af96e36", + "name": "entry : default@MergeProfile cost memory 0.11484527587890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319967041166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5aaddac6-326f-40fa-bdac-2bc382ee50be", + "name": "UP-TO-DATE :entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319966470666, + "endTime": 352319967056958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2d2d41be-8149-4a7b-8276-f3a6dc14702d" + } + }, + { + "head": { + "id": "dff50bd0-e8d8-4c49-8dd3-8132158eb28b", + "name": "entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319967852375, + "endTime": 352319970522666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "c5e841db-3ecb-4974-858f-d245a90511c7", + "logId": "2dd3fa9c-f7be-4cbb-980f-5154898b8e74" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c5e841db-3ecb-4974-858f-d245a90511c7", + "name": "create entry:default@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319967237083 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "dff50bd0-e8d8-4c49-8dd3-8132158eb28b" + } + }, + { + "head": { + "id": "110e1168-b451-43ca-b709-46413389a075", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319967566708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d8e9c2d0-e89e-4a83-9e72-5dcea4564313", + "name": "Executing task :entry:default@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319967855375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "85f34c4b-0610-4054-822a-77faa4247850", + "name": "Task 'entry:default@GenerateLoaderJson' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319968331000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6144ef09-f1ca-456e-97e2-d489732c7500", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319968699083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "745f4b93-44b6-44e4-874b-8dfc96065e9c", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319969433958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "db125d79-9365-4ccf-8bb1-91cbafd2c9b1", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319969898333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "97559e28-0a3d-4bfa-98e7-c28f6167a2db", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319970107166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "36239b81-68c0-42e5-b2fb-1dda630175e2", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319970220166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eaaf3dd2-5da8-4f00-aab0-5ae8747ce954", + "name": "Incremental task entry:default@GenerateLoaderJson pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319970480208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ae424742-aeca-470d-a00e-2a20409575e3", + "name": "entry : default@GenerateLoaderJson cost memory 0.6110305786132812", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319970507666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2dd3fa9c-f7be-4cbb-980f-5154898b8e74", + "name": "UP-TO-DATE :entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319967852375, + "endTime": 352319970522666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "dff50bd0-e8d8-4c49-8dd3-8132158eb28b" + } + }, + { + "head": { + "id": "1dea3e3d-b33f-45b0-9896-08b45d40a8b8", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319970812166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b64510df-c181-4e3c-bb4a-cfba9a903e99", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319970913666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0a4340ca-4af7-48ec-81c8-88157f50ee14", + "name": "xuqmSdk:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319971487708, + "endTime": 352319971669125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Native", + "taskRunReasons": [], + "detailId": "6cf07eea-43cf-4fe8-a388-cd9096189cce", + "logId": "df56516a-5a0a-421a-b275-c6804ae7310f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6cf07eea-43cf-4fe8-a388-cd9096189cce", + "name": "create xuqmSdk:default@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319971114208 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0a4340ca-4af7-48ec-81c8-88157f50ee14" + } + }, + { + "head": { + "id": "1653e61d-9ae5-4011-95f4-f08f704f7cdc", + "name": "Executing task :xuqmSdk:default@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319971491875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7c8cd2c9-efd0-45c7-abe5-4e54a84a0762", + "name": "xuqmSdk : default@BuildNativeWithNinja cost memory 0.01910400390625", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319971636166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1fd28fe3-4185-4146-90eb-6e37237104dd", + "name": "runTaskFromQueue task cost before running: 1 s 38 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319971658666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df56516a-5a0a-421a-b275-c6804ae7310f", + "name": "Finished :xuqmSdk:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319971487708, + "endTime": 352319971669125, + "totalTime": 161208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0a4340ca-4af7-48ec-81c8-88157f50ee14" + } + }, + { + "head": { + "id": "b857c07f-312c-4374-a480-6c81bf683c87", + "name": "entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319971942791, + "endTime": 352319972000166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "6cac56c0-fd1a-4428-952a-456dec939bf5", + "logId": "8dcc4654-58b3-4593-9df7-10702bea0a9b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6cac56c0-fd1a-4428-952a-456dec939bf5", + "name": "create entry:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319971780958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b857c07f-312c-4374-a480-6c81bf683c87" + } + }, + { + "head": { + "id": "ad0f7e12-da03-42b6-ba6d-7d6dbaf6dc51", + "name": "Executing task :entry:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319971945666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8664eb0d-5fe4-4ece-881b-7afa3f2ada53", + "name": "entry : default@ConfigureCmake cost memory 0.0121307373046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319971976708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "70d58d9d-fad3-4ae6-86d7-118dd30217c9", + "name": "runTaskFromQueue task cost before running: 1 s 39 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319971992000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8dcc4654-58b3-4593-9df7-10702bea0a9b", + "name": "Finished :entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319971942791, + "endTime": 352319972000166, + "totalTime": 42709 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b857c07f-312c-4374-a480-6c81bf683c87" + } + }, + { + "head": { + "id": "9fc4ae10-e7ef-497d-98bf-a4aab69099ec", + "name": "entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319972489000, + "endTime": 352319972924166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "a5812ba1-1f75-4760-b7d0-c1e795c7e58f", + "logId": "ffbda01d-9e5a-4251-af6a-ff92855986a6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a5812ba1-1f75-4760-b7d0-c1e795c7e58f", + "name": "create entry:default@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319972209625 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9fc4ae10-e7ef-497d-98bf-a4aab69099ec" + } + }, + { + "head": { + "id": "1a9b0b1b-b827-4a0b-a84a-b239327bcdfe", + "name": "Executing task :entry:default@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319972491958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f936f974-07e2-4206-8e72-8e50a76bb94b", + "name": "Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319972894833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b730f1e7-0f35-4076-be15-95167986430f", + "name": "entry : default@MakePackInfo cost memory 0.08882904052734375", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319972912416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ffbda01d-9e5a-4251-af6a-ff92855986a6", + "name": "UP-TO-DATE :entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319972489000, + "endTime": 352319972924166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9fc4ae10-e7ef-497d-98bf-a4aab69099ec" + } + }, + { + "head": { + "id": "2a366215-a824-4aed-9085-3bb2737de90e", + "name": "entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319973546375, + "endTime": 352319974873125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "d335d831-bddc-4ed0-b5e6-14aec04b7631", + "logId": "3bf4dd97-63e3-446a-9976-7dcc1b653fca" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d335d831-bddc-4ed0-b5e6-14aec04b7631", + "name": "create entry:default@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319973042541 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2a366215-a824-4aed-9085-3bb2737de90e" + } + }, + { + "head": { + "id": "4a39a0a9-6126-406f-a475-33dfa4058bd0", + "name": "Executing task :entry:default@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319973549958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6b3b52a6-19d2-408b-84da-34bf4ff1e084", + "name": "Task 'entry:default@ProcessProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319974233166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1720ee15-562e-4264-b3e0-ea6aa1bac630", + "name": "Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319974816208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "189dc13f-4fca-4905-a5a6-cbb82822cf69", + "name": "entry : default@ProcessProfile cost memory 0.11403656005859375", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319974855375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3bf4dd97-63e3-446a-9976-7dcc1b653fca", + "name": "UP-TO-DATE :entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319973546375, + "endTime": 352319974873125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2a366215-a824-4aed-9085-3bb2737de90e" + } + }, + { + "head": { + "id": "0107dc80-70e4-4f70-9766-7144aeeae737", + "name": "xuqmSdk:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319975494958, + "endTime": 352319976512583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Resources", + "taskRunReasons": [], + "detailId": "1bc95a54-7b13-4cb8-ad98-5f75b903dde5", + "logId": "47c48aae-3726-4e14-b773-6e0b04ee26ee" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1bc95a54-7b13-4cb8-ad98-5f75b903dde5", + "name": "create xuqmSdk:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319975033375 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0107dc80-70e4-4f70-9766-7144aeeae737" + } + }, + { + "head": { + "id": "c11e8b1a-3a1f-4cb1-a979-dcf82253b8bf", + "name": "Executing task :xuqmSdk:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319975499291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f048bbf9-7978-4a56-8aea-1a1694978ec2", + "name": "Incremental task xuqmSdk:default@ProcessLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319976446833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "362cdc30-615c-4910-b072-3f2aa63c3302", + "name": "xuqmSdk : default@ProcessLibs cost memory 0.08124542236328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319976492708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "47c48aae-3726-4e14-b773-6e0b04ee26ee", + "name": "UP-TO-DATE :xuqmSdk:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319975494958, + "endTime": 352319976512583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0107dc80-70e4-4f70-9766-7144aeeae737" + } + }, + { + "head": { + "id": "9634f1e7-abcc-468a-bb96-1c4661b94b54", + "name": "entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319976807625, + "endTime": 352319976901625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "0bbeb58e-dd3f-4fa8-988c-14d7b643a3fa", + "logId": "6e65620b-f096-472b-887f-03561aef8746" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0bbeb58e-dd3f-4fa8-988c-14d7b643a3fa", + "name": "create entry:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319976675458 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9634f1e7-abcc-468a-bb96-1c4661b94b54" + } + }, + { + "head": { + "id": "892dd1ff-8670-488d-91a3-0d193b862e36", + "name": "Executing task :entry:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319976810208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "33c30f0d-2469-4065-a11e-f9588b1b8c88", + "name": "entry : default@BuildNativeWithCmake cost memory 0.01207733154296875", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319976853375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a9d51ef7-0b36-4d03-9dae-9b8def351e25", + "name": "runTaskFromQueue task cost before running: 1 s 44 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319976889125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6e65620b-f096-472b-887f-03561aef8746", + "name": "Finished :entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319976807625, + "endTime": 352319976901625, + "totalTime": 56000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9634f1e7-abcc-468a-bb96-1c4661b94b54" + } + }, + { + "head": { + "id": "0d822558-f9a5-4dd4-a62a-5fb0e94b0b33", + "name": "entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319977969166, + "endTime": 352319979030708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "c823ed64-38b2-4b28-aef5-b5990a0d5f08", + "logId": "26b27ae3-af7d-48c9-bf74-ec2c8fc2b9ea" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c823ed64-38b2-4b28-aef5-b5990a0d5f08", + "name": "create entry:default@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319977066833 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0d822558-f9a5-4dd4-a62a-5fb0e94b0b33" + } + }, + { + "head": { + "id": "a7880aa9-ed92-45b4-9271-21c1f12b4406", + "name": "restool module names: entry,xuqmSdk; moduleName=entry, taskName=default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319977359416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "82806fe0-88c9-43da-a9e2-3ac2e3fee257", + "name": "Executing task :entry:default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319978510291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8d8eafe4-053a-4201-80b5-5226e069e060", + "name": "Task 'entry:default@ProcessResource' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319978568000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "db360b51-d25e-4f94-8f42-50bbf972f1f7", + "name": "Incremental task entry:default@ProcessResource pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319978822208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5a301499-5628-4879-a91e-ff8c67fd29b9", + "name": "entry : default@ProcessResource cost memory 0.10854339599609375", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319978913583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "26b27ae3-af7d-48c9-bf74-ec2c8fc2b9ea", + "name": "UP-TO-DATE :entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319977969166, + "endTime": 352319979030708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0d822558-f9a5-4dd4-a62a-5fb0e94b0b33" + } + }, + { + "head": { + "id": "45acbc08-31dc-4edc-b1f0-7362e641ca40", + "name": "xuqmSdk:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319979531375, + "endTime": 352319979782500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "xuqmSdk", + "category": "Native", + "taskRunReasons": [], + "detailId": "599ac7cc-4cdc-4d4a-b8ca-6c69b7c21ea6", + "logId": "6f897b05-88cc-4e84-83bc-6b988006cf1c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "599ac7cc-4cdc-4d4a-b8ca-6c69b7c21ea6", + "name": "create xuqmSdk:default@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319979226083 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "45acbc08-31dc-4edc-b1f0-7362e641ca40" + } + }, + { + "head": { + "id": "ce05e557-9b17-49bf-8e96-3262ba5405d1", + "name": "Executing task :xuqmSdk:default@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319979534833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5bd5d771-4523-49a1-92d1-942a15899419", + "name": "Task 'xuqmSdk:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319979580958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "74661db4-4d89-4748-a4a1-239568e62b39", + "name": "Incremental task xuqmSdk:default@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319979756916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67f92438-39bf-475d-b8a2-981819c51b31", + "name": "xuqmSdk : default@DoNativeStrip cost memory 0.058929443359375", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319979772333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6f897b05-88cc-4e84-83bc-6b988006cf1c", + "name": "UP-TO-DATE :xuqmSdk:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319979531375, + "endTime": 352319979782500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "45acbc08-31dc-4edc-b1f0-7362e641ca40" + } + }, + { + "head": { + "id": "2de985b5-8265-4d79-adc9-190a6a7d9614", + "name": "entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319980308750, + "endTime": 352319982658625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "fc30a3c3-3ffe-4922-a0b5-c4dba2aa61b4", + "logId": "f0578ea7-2a99-4f18-a5fa-46ba1c52fb4b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "fc30a3c3-3ffe-4922-a0b5-c4dba2aa61b4", + "name": "create entry:default@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319979887583 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2de985b5-8265-4d79-adc9-190a6a7d9614" + } + }, + { + "head": { + "id": "42846740-ac73-446e-a5f9-92506af8593a", + "name": "restool module names: entry,xuqmSdk; moduleName=entry, taskName=default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319980013583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8b004b1e-97f7-4082-b494-5f59b9b18cc0", + "name": "Executing task :entry:default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319980332708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0833a619-fd79-491a-a93d-40005bcfc610", + "name": "Incremental task entry:default@CompileResource pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319982582833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bdc9f3e1-270f-4a75-8b7a-e24bb5822f26", + "name": "entry : default@CompileResource cost memory 0.32178497314453125", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319982632583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f0578ea7-2a99-4f18-a5fa-46ba1c52fb4b", + "name": "UP-TO-DATE :entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319980308750, + "endTime": 352319982658625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2de985b5-8265-4d79-adc9-190a6a7d9614" + } + }, + { + "head": { + "id": "eac77e4a-9339-40e0-b258-463bb426ee71", + "name": "entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319983000833, + "endTime": 352319983110541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "221cfb70-58ac-4435-b734-5ee4a7408e0b", + "logId": "abc2f4d3-a43a-4c59-80e1-8344b3b3d724" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "221cfb70-58ac-4435-b734-5ee4a7408e0b", + "name": "create entry:default@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319982892791 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "eac77e4a-9339-40e0-b258-463bb426ee71" + } + }, + { + "head": { + "id": "c669e5e5-9e51-4988-b762-f7c68624e292", + "name": "Executing task :entry:default@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319983003375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "baa05cd7-79d7-492a-bf3d-395cc9dd1a73", + "name": "entry : default@BuildNativeWithNinja cost memory 0.01779937744140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319983085833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eadce483-f7d0-4c73-af92-011324d5af8f", + "name": "runTaskFromQueue task cost before running: 1 s 50 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319983101291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "abc2f4d3-a43a-4c59-80e1-8344b3b3d724", + "name": "Finished :entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319983000833, + "endTime": 352319983110541, + "totalTime": 94084 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "eac77e4a-9339-40e0-b258-463bb426ee71" + } + }, + { + "head": { + "id": "8106f9d4-6826-47da-a74b-7a4246542452", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319983802583, + "endTime": 352322966206500 + }, + "additional": { + "children": [ + "953dcd2c-aceb-4716-a7bc-bb6be9904275", + "7313bb14-29af-45ab-8e0c-4d41e3842591" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [ + "The input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets' has been changed." + ], + "detailId": "166e9ceb-2cf0-4375-84af-099da1b2e81d", + "logId": "56a4ce27-bed2-43c6-9769-1f4e1867d9d7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "166e9ceb-2cf0-4375-84af-099da1b2e81d", + "name": "create entry:default@CompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319983344958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "8106f9d4-6826-47da-a74b-7a4246542452" + } + }, + { + "head": { + "id": "91e6009d-8433-489f-90ad-58dac2dcc492", + "name": "Executing task :entry:default@CompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319983806500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5b4aee44-9f4b-486f-be0f-0c25897b2197", + "name": "obfuscationOptions: undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319984096375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9cf11a6a-5804-4a55-9c91-edd2dd5e1802", + "name": "Task 'entry:default@CompileArkTS' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319984959375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "93760a47-3135-423b-8e11-26ff125571da", + "name": "entry:default@CompileArkTS is not up-to-date, since the input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319986163208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8d68681e-3f03-4d62-9823-63564705192e", + "name": "Incremental task entry:default@CompileArkTS pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319986187916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "af29edec-b27f-477a-a6c5-a3ba46415a84", + "name": "build config:", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319992440333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fe5787a8-7060-4c9b-a704-96edb3d00b87", + "name": "Compile arkts with external api path: /Users/xuqinmin/sdk/command-line-tools/sdk/default/hms/ets", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319993110458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "70f7a2a4-a940-44e2-91c2-14008d23d0eb", + "name": "Since there is no instance or instance is terminated, create a new worker pool.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319993390333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d82e0f99-8685-4bcd-965b-59bd3d2dbccf", + "name": "Worker pool is initialized with config: {\n minPoolNum: 2,\n maxPoolNum: undefined,\n maxCoreSize: undefined,\n cacheCapacity: undefined,\n cacheTtl: undefined\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319993435333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f6ccb948-5dbb-46c8-ada1-19548a48baab", + "name": "Create resident worker with id: 0.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319994014500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fba46eaf-eaec-4e8c-88a7-9fda32e691f6", + "name": "Create resident worker with id: 1.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319995064791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "66c0cd58-361c-4135-80a8-69ab032b55e3", + "name": "default@CompileArkTS work[0] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319995998250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "953dcd2c-aceb-4716-a7bc-bb6be9904275", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Worker4", + "startTime": 352320642347708, + "endTime": 352322964586083 + }, + "additional": { + "children": [ + "3a72355b-70d6-447c-be47-aabb46756904", + "684169f5-2f77-4ad7-bdc8-6b701326228f", + "c489a70d-4a86-49c7-a737-102fa6606f75", + "a8ec868d-b689-4217-8448-1c944c98e698", + "435c990f-5be6-4a7f-80fc-49b2e43cbe72", + "68b0fc9b-e13a-4e14-b9bf-4b1e4f9c4e32", + "b9a1db65-e2b1-446c-9886-e515736d7fb1" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "8106f9d4-6826-47da-a74b-7a4246542452", + "logId": "2d16e230-40b3-4d66-8379-2df0fe5ed09c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "761e24a8-48b7-41f2-9f50-2486008d82e5", + "name": "default@CompileArkTS work[0] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319996166958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8ca64391-f77e-44e3-b981-5487f4767be1", + "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319996241958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "68a449b4-f07d-49cc-9471-3ab9f1506363", + "name": "A work dispatched to worker[12] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319996252083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "95d394ef-9822-48d5-81ea-c203269d95b4", + "name": "A work dispatched to worker[11] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319996258750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd46e0d3-481d-4802-a70e-d75e65d441a2", + "name": "A work dispatched to worker[10] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319996265000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "83ec8e18-20da-4260-8327-4e554bf2b640", + "name": "A work dispatched to worker[9] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319996271666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "963f407b-24e6-40bd-bc04-fcc48f9e5105", + "name": "A work dispatched to worker[8] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319996277916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bbb038e5-5992-448e-a163-c4678283deda", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319996284125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d398bfc-1ac8-4a2c-b2d4-d270e45e03e5", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319996290250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6b7fe885-ffc5-4f29-b66f-cd2b612e16b5", + "name": "A work dispatched to worker[5] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319996296000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6d9ad1b5-e77b-4e35-a7d9-43401c477e82", + "name": "Create resident worker with id: 4.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319996339875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e065e995-70ea-4a53-b83e-805ca4e3df4c", + "name": "default@CompileArkTS work[0] has been dispatched to worker[4].", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319996645083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7e66de17-0d81-4ced-a749-7fb490b1048d", + "name": "default@CompileArkTS work[0] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319996678791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "640a728d-fa06-4e4b-990d-9de943845646", + "name": "CopyResources startTime: 352319996710791", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319996712083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "81005262-cda9-443f-8aa2-5995fd073625", + "name": "default@CompileArkTS work[1] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319996727833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7313bb14-29af-45ab-8e0c-4d41e3842591", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Worker12", + "startTime": 352320292584666, + "endTime": 352320296884791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "8106f9d4-6826-47da-a74b-7a4246542452", + "logId": "f10d65e5-d2f1-4cc5-8ac2-5a8ae8dca90a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ba31ac01-eb39-45f2-85ed-fbab3eee54cd", + "name": "default@CompileArkTS work[1] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319996831708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "977be1d8-e66c-4594-bba5-a0d37ea25e68", + "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319996840958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8b62ddac-4036-435f-b665-62be85872fa5", + "name": "Create resident worker with id: 12.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319996850916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7112fac4-d23a-4173-8b96-46a306539a9d", + "name": "default@CompileArkTS work[1] has been dispatched to worker[12].", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319997100291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "80fe3eb9-f615-4a55-8462-1fa934779d85", + "name": "default@CompileArkTS work[1] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319997111583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d36a15e-1c89-4d13-9810-b9ba9a71af0d", + "name": "entry : default@CompileArkTS cost memory -8.890823364257812", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319997173083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9b4b0e6b-7258-4ae3-8470-06d19ab90aaa", + "name": "entry:default@BuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319997934083, + "endTime": 352319998635875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "f388ac8f-cfec-48bb-a6ee-b32875215e65", + "logId": "660f7247-e460-4129-a20b-5cbcee48008a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f388ac8f-cfec-48bb-a6ee-b32875215e65", + "name": "create entry:default@BuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319997320083 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9b4b0e6b-7258-4ae3-8470-06d19ab90aaa" + } + }, + { + "head": { + "id": "6a1031b6-7114-4e03-8c26-5c8082a4e6c5", + "name": "Executing task :entry:default@BuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319997939041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32fb4aa3-2f3d-427e-bd95-89b3434c7fd9", + "name": "Task 'entry:default@BuildJS' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319998052041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1def1cd4-f5ce-42fc-93f0-65c38b61040f", + "name": "entry : default@BuildJS cost memory 0.13318634033203125", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319998597416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "447c3a52-3a53-43f6-857d-7864ec656d4d", + "name": "runTaskFromQueue task cost before running: 1 s 65 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319998621625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "660f7247-e460-4129-a20b-5cbcee48008a", + "name": "Finished :entry:default@BuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319997934083, + "endTime": 352319998635875, + "totalTime": 679000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9b4b0e6b-7258-4ae3-8470-06d19ab90aaa" + } + }, + { + "head": { + "id": "e2436a03-80d4-4c77-978c-4e8d00edaa8c", + "name": "entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319998868625, + "endTime": 352320000666625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "43f7414e-6d6f-4524-a85d-4ed16eaa9b31", + "logId": "9cde410f-af83-4a84-97cf-3f3217412af3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "43f7414e-6d6f-4524-a85d-4ed16eaa9b31", + "name": "create entry:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319998762416 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e2436a03-80d4-4c77-978c-4e8d00edaa8c" + } + }, + { + "head": { + "id": "b55a3c52-c594-4fa7-9d16-b95366d7e940", + "name": "Executing task :entry:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319998871333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "084b7cd6-9e5f-4175-bba5-0b06fd698584", + "name": "Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320000594500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3781e8fb-7631-4fc0-bf9f-aed69850c397", + "name": "entry : default@ProcessLibs cost memory 0.21857452392578125", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320000650750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9cde410f-af83-4a84-97cf-3f3217412af3", + "name": "UP-TO-DATE :entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319998868625, + "endTime": 352320000666625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e2436a03-80d4-4c77-978c-4e8d00edaa8c" + } + }, + { + "head": { + "id": "1ec1d225-c802-42bc-adab-3731e9bb52aa", + "name": "entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320000930000, + "endTime": 352320001140416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "71146bce-47d1-4d29-9b73-384a0b438c25", + "logId": "43372738-2013-4794-b1ca-bd93202e3a0f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "71146bce-47d1-4d29-9b73-384a0b438c25", + "name": "create entry:default@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320000789250 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "1ec1d225-c802-42bc-adab-3731e9bb52aa" + } + }, + { + "head": { + "id": "14c3fc03-e537-49dd-a18e-b1620ddc64cb", + "name": "Executing task :entry:default@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320000932541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6476ca2b-9536-4f86-b79f-5fd0326bde15", + "name": "Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320000967333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5794da1a-96e3-442d-967e-7946c47b6e53", + "name": "Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320001116916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1cfc61f4-047c-4d5c-8f3d-3ab7a458e1b3", + "name": "entry : default@DoNativeStrip cost memory 0.0571441650390625", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320001131708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "43372738-2013-4794-b1ca-bd93202e3a0f", + "name": "UP-TO-DATE :entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320000930000, + "endTime": 352320001140416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1ec1d225-c802-42bc-adab-3731e9bb52aa" + } + }, + { + "head": { + "id": "48744245-658c-4e8c-9ebc-c265ae001f0d", + "name": "entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320001594625, + "endTime": 352320001836791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "d7bdbcb3-9310-4a00-8d16-79c92f22ca88", + "logId": "c137c015-e663-4451-949b-406cee1878a2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d7bdbcb3-9310-4a00-8d16-79c92f22ca88", + "name": "create entry:default@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320001221000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "48744245-658c-4e8c-9ebc-c265ae001f0d" + } + }, + { + "head": { + "id": "6a42ad71-139b-45b4-857b-6b60298b79ee", + "name": "Executing task :entry:default@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320001600500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9bfbb888-d20b-46a3-9b3e-3ad04cabc76b", + "name": "Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320001652875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e0a9caca-fb66-444d-a63e-12a4d511ab64", + "name": "Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320001812750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e5e29267-03ab-4267-bccf-23b24ba54a28", + "name": "entry : default@CacheNativeLibs cost memory 0.0665130615234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320001827125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c137c015-e663-4451-949b-406cee1878a2", + "name": "UP-TO-DATE :entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320001594625, + "endTime": 352320001836791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "48744245-658c-4e8c-9ebc-c265ae001f0d" + } + }, + { + "head": { + "id": "c7ceca61-5533-4c40-acb4-326f1ed5411f", + "name": "worker[12] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320297275541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e379363-caed-48e7-935a-92ba81a56230", + "name": "CopyResources is end, endTime: 352320297363958", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320297366416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0566a8ae-8157-4075-9aa8-cffba0542223", + "name": "default@CompileArkTS work[1] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320297475125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f10d65e5-d2f1-4cc5-8ac2-5a8ae8dca90a", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Worker12", + "startTime": 352320292584666, + "endTime": 352320296884791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7313bb14-29af-45ab-8e0c-4d41e3842591", + "parent": "56a4ce27-bed2-43c6-9769-1f4e1867d9d7" + } + }, + { + "head": { + "id": "547f5b39-98f8-4f9b-9f05-84fcf123ef70", + "name": "A work dispatched to worker[12] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320700673041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c0c0e2e5-188a-4534-b754-2698e425f9bf", + "name": "worker[4] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322965190791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3a72355b-70d6-447c-be47-aabb46756904", + "name": "generate configuration information", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Worker4", + "startTime": 352320642935750, + "endTime": 352321091316500 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "953dcd2c-aceb-4716-a7bc-bb6be9904275", + "logId": "a3f51596-2ccf-41aa-bf17-c3428f8f5edf" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a3f51596-2ccf-41aa-bf17-c3428f8f5edf", + "name": "generate configuration information", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320642935750, + "endTime": 352321091316500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3a72355b-70d6-447c-be47-aabb46756904", + "parent": "2d16e230-40b3-4d66-8379-2df0fe5ed09c" + } + }, + { + "head": { + "id": "684169f5-2f77-4ad7-bdc8-6b701326228f", + "name": "read build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Worker4", + "startTime": 352321091429000, + "endTime": 352321104790375 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "953dcd2c-aceb-4716-a7bc-bb6be9904275", + "logId": "0ac8cd8c-98b2-4d40-b421-1244eeca4c38" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0ac8cd8c-98b2-4d40-b421-1244eeca4c38", + "name": "read build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352321091429000, + "endTime": 352321104790375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "684169f5-2f77-4ad7-bdc8-6b701326228f", + "parent": "2d16e230-40b3-4d66-8379-2df0fe5ed09c" + } + }, + { + "head": { + "id": "c489a70d-4a86-49c7-a737-102fa6606f75", + "name": "remove uncacheable modules", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Worker4", + "startTime": 352321104856208, + "endTime": 352321104900416 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "953dcd2c-aceb-4716-a7bc-bb6be9904275", + "logId": "f53fca29-d420-4b97-9b8a-4e2b79a18025" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f53fca29-d420-4b97-9b8a-4e2b79a18025", + "name": "remove uncacheable modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352321104856208, + "endTime": 352321104900416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c489a70d-4a86-49c7-a737-102fa6606f75", + "parent": "2d16e230-40b3-4d66-8379-2df0fe5ed09c" + } + }, + { + "head": { + "id": "a8ec868d-b689-4217-8448-1c944c98e698", + "name": "compile ArkTS with rollup", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Worker4", + "startTime": 352321104994333, + "endTime": 352322923307500 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "953dcd2c-aceb-4716-a7bc-bb6be9904275", + "logId": "0056d075-11ea-47b2-9c54-b4048bc5a16f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0056d075-11ea-47b2-9c54-b4048bc5a16f", + "name": "compile ArkTS with rollup", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352321104994333, + "endTime": 352322923307500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a8ec868d-b689-4217-8448-1c944c98e698", + "parent": "2d16e230-40b3-4d66-8379-2df0fe5ed09c" + } + }, + { + "head": { + "id": "435c990f-5be6-4a7f-80fc-49b2e43cbe72", + "name": "write build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Worker4", + "startTime": 352322923397541, + "endTime": 352322933594250 + }, + "additional": { + "children": [ + "43510593-fbfa-431b-a9a3-50d962d02760", + "6f9527a8-894b-4ae9-8970-b97b0177314a", + "6c123b73-a753-4f0c-882f-ebeb6dab8c57" + ], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "953dcd2c-aceb-4716-a7bc-bb6be9904275", + "logId": "f14d18f9-7751-4486-8541-6e29139d3d40" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f14d18f9-7751-4486-8541-6e29139d3d40", + "name": "write build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322923397541, + "endTime": 352322933594250 + }, + "additional": { + "logType": "info", + "children": [ + "90d37bf6-603a-4713-ac5d-4e5902e7365d", + "4fbe57e4-7a90-4ac7-aee8-413dc328d16d", + "c1df7b63-6c4d-465e-856c-f3d709f9d59e" + ], + "durationId": "435c990f-5be6-4a7f-80fc-49b2e43cbe72", + "parent": "2d16e230-40b3-4d66-8379-2df0fe5ed09c" + } + }, + { + "head": { + "id": "43510593-fbfa-431b-a9a3-50d962d02760", + "name": "get final cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Worker4", + "startTime": 352322923471125, + "endTime": 352322923481083 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "435c990f-5be6-4a7f-80fc-49b2e43cbe72", + "logId": "90d37bf6-603a-4713-ac5d-4e5902e7365d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "90d37bf6-603a-4713-ac5d-4e5902e7365d", + "name": "get final cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322923471125, + "endTime": 352322923481083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "43510593-fbfa-431b-a9a3-50d962d02760", + "parent": "f14d18f9-7751-4486-8541-6e29139d3d40" + } + }, + { + "head": { + "id": "6f9527a8-894b-4ae9-8970-b97b0177314a", + "name": "pack cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Worker4", + "startTime": 352322923487375, + "endTime": 352322932850916 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "435c990f-5be6-4a7f-80fc-49b2e43cbe72", + "logId": "4fbe57e4-7a90-4ac7-aee8-413dc328d16d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4fbe57e4-7a90-4ac7-aee8-413dc328d16d", + "name": "pack cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322923487375, + "endTime": 352322932850916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6f9527a8-894b-4ae9-8970-b97b0177314a", + "parent": "f14d18f9-7751-4486-8541-6e29139d3d40" + } + }, + { + "head": { + "id": "6c123b73-a753-4f0c-882f-ebeb6dab8c57", + "name": "write cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Worker4", + "startTime": 352322932857416, + "endTime": 352322933571875 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "435c990f-5be6-4a7f-80fc-49b2e43cbe72", + "logId": "c1df7b63-6c4d-465e-856c-f3d709f9d59e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c1df7b63-6c4d-465e-856c-f3d709f9d59e", + "name": "write cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322932857416, + "endTime": 352322933571875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6c123b73-a753-4f0c-882f-ebeb6dab8c57", + "parent": "f14d18f9-7751-4486-8541-6e29139d3d40" + } + }, + { + "head": { + "id": "68b0fc9b-e13a-4e14-b9bf-4b1e4f9c4e32", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Worker4", + "startTime": 352322933611958, + "endTime": 352322962513791 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "953dcd2c-aceb-4716-a7bc-bb6be9904275", + "logId": "7f6616fe-2987-4b0c-af12-d828f812ad9d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7f6616fe-2987-4b0c-af12-d828f812ad9d", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322933611958, + "endTime": 352322962513791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "68b0fc9b-e13a-4e14-b9bf-4b1e4f9c4e32", + "parent": "2d16e230-40b3-4d66-8379-2df0fe5ed09c" + } + }, + { + "head": { + "id": "b9a1db65-e2b1-446c-9886-e515736d7fb1", + "name": "load compilation dependencies", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Worker4", + "startTime": 352320263569375, + "endTime": 352320641829541 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "953dcd2c-aceb-4716-a7bc-bb6be9904275", + "logId": "55e1ae84-a5a8-4b6f-a8b4-84edb473ac27" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "55e1ae84-a5a8-4b6f-a8b4-84edb473ac27", + "name": "load compilation dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352320263569375, + "endTime": 352320641829541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b9a1db65-e2b1-446c-9886-e515736d7fb1", + "parent": "2d16e230-40b3-4d66-8379-2df0fe5ed09c" + } + }, + { + "head": { + "id": "326bd44c-9abd-4636-970e-81d5a3a38da2", + "name": "default@CompileArkTS work[0] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322965966875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2d16e230-40b3-4d66-8379-2df0fe5ed09c", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Worker4", + "startTime": 352320642347708, + "endTime": 352322964586083 + }, + "additional": { + "logType": "info", + "children": [ + "a3f51596-2ccf-41aa-bf17-c3428f8f5edf", + "0ac8cd8c-98b2-4d40-b421-1244eeca4c38", + "f53fca29-d420-4b97-9b8a-4e2b79a18025", + "0056d075-11ea-47b2-9c54-b4048bc5a16f", + "f14d18f9-7751-4486-8541-6e29139d3d40", + "7f6616fe-2987-4b0c-af12-d828f812ad9d", + "55e1ae84-a5a8-4b6f-a8b4-84edb473ac27" + ], + "durationId": "953dcd2c-aceb-4716-a7bc-bb6be9904275", + "parent": "56a4ce27-bed2-43c6-9769-1f4e1867d9d7" + } + }, + { + "head": { + "id": "1d2d004c-ae85-4470-b0ec-b51a1dcff4ae", + "name": "A work dispatched to worker[4] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322966147833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "56a4ce27-bed2-43c6-9769-1f4e1867d9d7", + "name": "Finished :entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352319983802583, + "endTime": 352322966206500, + "totalTime": 2339921375 + }, + "additional": { + "logType": "info", + "children": [ + "2d16e230-40b3-4d66-8379-2df0fe5ed09c", + "f10d65e5-d2f1-4cc5-8ac2-5a8ae8dca90a" + ], + "durationId": "8106f9d4-6826-47da-a74b-7a4246542452" + } + }, + { + "head": { + "id": "0ff3c58b-3fd2-431e-9f86-89130941a854", + "name": "entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322967120083, + "endTime": 352322967593958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "5be5bbfc-b0e0-403f-a93f-f7fec9763e00", + "logId": "87988615-c4d4-4186-965e-65b9c77c8a20" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5be5bbfc-b0e0-403f-a93f-f7fec9763e00", + "name": "create entry:default@GeneratePkgModuleJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322966925833 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0ff3c58b-3fd2-431e-9f86-89130941a854" + } + }, + { + "head": { + "id": "b0ebc1c2-f304-42ac-bdb4-9dd80bbc41ce", + "name": "Executing task :entry:default@GeneratePkgModuleJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322967124125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d78ffd9-8734-4328-bb5e-0a6f40a050b2", + "name": "File: '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/preload/default/preload.json' from 'preloadSoJsonPath' is not exists, just ignore.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322967162541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "97a32a4c-293e-4b7f-a86c-ed5c84665e8e", + "name": "Error occurs while handling @Input 'shouldDeduplicateHar': The \"data\" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322967372625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9778d311-0f6f-4e03-8942-1a3dc5c3e9e2", + "name": "Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322967410458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b858af46-a5a4-4981-b9da-38e86ad7f2fe", + "name": "Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322967559500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4cfe5211-1f91-41fb-963e-e5995cf141e8", + "name": "entry : default@GeneratePkgModuleJson cost memory 0.0735931396484375", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322967582291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "87988615-c4d4-4186-965e-65b9c77c8a20", + "name": "UP-TO-DATE :entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322967120083, + "endTime": 352322967593958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0ff3c58b-3fd2-431e-9f86-89130941a854" + } + }, + { + "head": { + "id": "e66b9917-6d3f-4ae4-b32e-71eae60c2610", + "name": "entry:default@ProcessCompiledResources", + "description": "Process compiled resources in stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322967862416, + "endTime": 352322968061583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "6e304204-67dc-4ce4-a107-3a69be906e67", + "logId": "b63d4cdb-531b-4444-97aa-c1fb6b6469b5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6e304204-67dc-4ce4-a107-3a69be906e67", + "name": "create entry:default@ProcessCompiledResources task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322967744333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e66b9917-6d3f-4ae4-b32e-71eae60c2610" + } + }, + { + "head": { + "id": "00df9bab-0693-42be-a2e3-79cbfaaeaf59", + "name": "Executing task :entry:default@ProcessCompiledResources", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322967865125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c933851e-58c7-45db-8523-e1f8c77300ba", + "name": "File: '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/preload/default/preload.json' from 'preloadSoJsonPath' is not exists, just ignore.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322967882625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8dd0d141-10ed-472f-b1e7-13e461eccfbf", + "name": "Task 'entry:default@ProcessCompiledResources' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322967897000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ffffdeec-eebc-448e-b4c4-49035972cc3f", + "name": "entry : default@ProcessCompiledResources cost memory 0.04644012451171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322968030291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a55bd73c-5468-40f1-81ca-1fa8b66e0f4d", + "name": "runTaskFromQueue task cost before running: 4 s 35 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322968051250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b63d4cdb-531b-4444-97aa-c1fb6b6469b5", + "name": "Finished :entry:default@ProcessCompiledResources", + "description": "Process compiled resources in stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322967862416, + "endTime": 352322968061583, + "totalTime": 181334 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e66b9917-6d3f-4ae4-b32e-71eae60c2610" + } + }, + { + "head": { + "id": "f12d3984-4a8f-45d5-842f-6aee6cf2f587", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322968964750, + "endTime": 352323251669166 + }, + "additional": { + "children": [ + "1a0f9518-713f-4fa2-82e4-6bfc443e2cf0", + "9a3c9da6-a2e3-43a1-8762-0f17092c6580", + "beb1b941-399d-475d-ba14-0e151299023d", + "2b24eecb-6fc6-4fa7-b5fa-e7a3e1ba3711" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [ + "The input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets' has been changed." + ], + "detailId": "9ad201f9-d539-4946-9786-8fd26e087ca3", + "logId": "88abf40d-801b-460c-9990-e9a016537482" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9ad201f9-d539-4946-9786-8fd26e087ca3", + "name": "create entry:default@PackageHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322968540250 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f12d3984-4a8f-45d5-842f-6aee6cf2f587" + } + }, + { + "head": { + "id": "300bc965-ade0-44fc-a406-2d6da5d4db90", + "name": "Executing task :entry:default@PackageHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322968967875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6b3bab02-667e-467c-9d02-db22c9259319", + "name": "entry:default@PackageHap is not up-to-date, since the input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322969940375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ffc846c1-5566-49f6-8bd4-ee6b86141538", + "name": "Incremental task entry:default@PackageHap pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322969959958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1a0f9518-713f-4fa2-82e4-6bfc443e2cf0", + "name": "generate HAP packaging command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322970087416, + "endTime": 352322970425916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "f12d3984-4a8f-45d5-842f-6aee6cf2f587", + "logId": "abf1c789-d3eb-41eb-b5c5-e1144bf6acf6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "068aced4-47ea-41ab-997a-b302cb1935c5", + "name": "Use tool [/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar]\n [\n 'java',\n '-Dfile.encoding=utf-8',\n '-jar',\n '/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar',\n '--mode',\n 'hap',\n '--force',\n 'true',\n '--lib-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default',\n '--json-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/package/default/module.json',\n '--resources-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources',\n '--index-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources.index',\n '--pack-info-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/pack.info',\n '--out-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap',\n '--ets-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets',\n '--pkg-context-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json'\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322970356083 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "f12d3984-4a8f-45d5-842f-6aee6cf2f587" + } + }, + { + "head": { + "id": "abf1c789-d3eb-41eb-b5c5-e1144bf6acf6", + "name": "generate HAP packaging command", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322970087416, + "endTime": 352322970425916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1a0f9518-713f-4fa2-82e4-6bfc443e2cf0", + "parent": "88abf40d-801b-460c-9990-e9a016537482" + } + }, + { + "head": { + "id": "9a3c9da6-a2e3-43a1-8762-0f17092c6580", + "name": "submit HAP packaging task to java daemon server", + "description": "Pack HAP in java daemon", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322970452166, + "endTime": 352322974545083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "f12d3984-4a8f-45d5-842f-6aee6cf2f587", + "logId": "8c165443-34f5-44fe-8f2d-b9d4139f7ad2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8fe8d7fc-996c-4428-8231-b3ada6526f45", + "name": "java daemon socket close code:1006 reason:", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322974353875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8c165443-34f5-44fe-8f2d-b9d4139f7ad2", + "name": "submit HAP packaging task to java daemon server", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322970452166, + "endTime": 352322974540291 + }, + "additional": { + "logType": "warn", + "children": [], + "durationId": "9a3c9da6-a2e3-43a1-8762-0f17092c6580", + "parent": "88abf40d-801b-460c-9990-e9a016537482" + } + }, + { + "head": { + "id": "44b5482b-10bc-43c6-9656-a6c75a2d02d0", + "name": "java daemon remote pack failed: connect EPERM 127.0.0.1:45050 - Local (0.0.0.0:0). fallback to local java -jar pack", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322974550291 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "f12d3984-4a8f-45d5-842f-6aee6cf2f587" + } + }, + { + "head": { + "id": "beb1b941-399d-475d-ba14-0e151299023d", + "name": "submit HAP packaging task to work pool", + "description": "Pack HAP in work pool", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322974592125, + "endTime": 352322975334458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "f12d3984-4a8f-45d5-842f-6aee6cf2f587", + "logId": "8af27180-c668-4b26-9829-d661b1c842ef" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "dd0b5c3c-51f9-432a-b030-a76a78256c7a", + "name": "default@PackageHap work[2] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322975056166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2b24eecb-6fc6-4fa7-b5fa-e7a3e1ba3711", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Worker12", + "startTime": 352323019115500, + "endTime": 352323251332458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "f12d3984-4a8f-45d5-842f-6aee6cf2f587", + "logId": "5ce7e196-96b6-4101-a568-8bc9f0331e91" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "26d35aa7-a9a9-499c-b8d1-748fd683b27a", + "name": "default@PackageHap work[2] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322975181250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "942a7661-fdd6-4729-849b-b0d35090fd0c", + "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322975196750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1e33f651-05f1-44a8-b7bc-b3dc94b42e9d", + "name": "default@PackageHap work[2] has been dispatched to worker[12].", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322975260375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a47dbf7c-f160-4d47-84bb-8fb77fb60ac9", + "name": "default@PackageHap work[2] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322975315083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8af27180-c668-4b26-9829-d661b1c842ef", + "name": "submit HAP packaging task to work pool", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322974592125, + "endTime": 352322975334458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "beb1b941-399d-475d-ba14-0e151299023d", + "parent": "88abf40d-801b-460c-9990-e9a016537482" + } + }, + { + "head": { + "id": "a5ca120c-510b-4ca0-a8de-1473d35488b1", + "name": "entry : default@PackageHap cost memory 0.5824356079101562", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322975975458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d8464812-f0ad-41b2-b029-4230b9b1c1d4", + "name": "worker[12] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323251441750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d64d4d43-6184-498c-8077-34089b4c4046", + "name": "default@PackageHap work[2] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323251603666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5ce7e196-96b6-4101-a568-8bc9f0331e91", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Worker12", + "startTime": 352323019115500, + "endTime": 352323251332458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2b24eecb-6fc6-4fa7-b5fa-e7a3e1ba3711", + "parent": "88abf40d-801b-460c-9990-e9a016537482" + } + }, + { + "head": { + "id": "e4ec6b7c-9822-46c6-954b-087e7015984c", + "name": "A work dispatched to worker[12] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323251651458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "88abf40d-801b-460c-9990-e9a016537482", + "name": "Finished :entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352322968964750, + "endTime": 352323251669166, + "totalTime": 239243500 + }, + "additional": { + "logType": "info", + "children": [ + "abf1c789-d3eb-41eb-b5c5-e1144bf6acf6", + "8c165443-34f5-44fe-8f2d-b9d4139f7ad2", + "8af27180-c668-4b26-9829-d661b1c842ef", + "5ce7e196-96b6-4101-a568-8bc9f0331e91" + ], + "durationId": "f12d3984-4a8f-45d5-842f-6aee6cf2f587" + } + }, + { + "head": { + "id": "eefe7b8b-ac95-4e4e-87c1-9e532066bb64", + "name": "entry:default@PackingCheck", + "description": "Check package product", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323252637000, + "endTime": 352323255567625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "02aabb10-a90e-4e1b-9931-ed5566f1a7f4", + "logId": "b663414e-567e-4cab-8fdb-037fb3e2b732" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "02aabb10-a90e-4e1b-9931-ed5566f1a7f4", + "name": "create entry:default@PackingCheck task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323252117333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "eefe7b8b-ac95-4e4e-87c1-9e532066bb64" + } + }, + { + "head": { + "id": "b05889e2-bca0-44bb-ae5c-08853f7de3b3", + "name": "Executing task :entry:default@PackingCheck", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323252642625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b77070c8-bc98-4700-81ca-1ba60658268d", + "name": "entry : default@PackingCheck cost memory 0.48558807373046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323255467291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ca4b51a1-e183-4ad6-bbd6-b02526d6347e", + "name": "runTaskFromQueue task cost before running: 4 s 322 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323255543625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b663414e-567e-4cab-8fdb-037fb3e2b732", + "name": "Finished :entry:default@PackingCheck", + "description": "Check package product", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323252637000, + "endTime": 352323255567625, + "totalTime": 2880333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "eefe7b8b-ac95-4e4e-87c1-9e532066bb64" + } + }, + { + "head": { + "id": "99892dd7-89ef-4192-9f7a-299cc92ec875", + "name": "entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323256529791, + "endTime": 352323257197666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed." + ], + "detailId": "6e3892da-1b07-48a7-9b91-3f9a743bd882", + "logId": "bb7b5f69-b9e5-44c3-af8e-ad7eef5a68b7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6e3892da-1b07-48a7-9b91-3f9a743bd882", + "name": "create entry:default@SignHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323255881916 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "99892dd7-89ef-4192-9f7a-299cc92ec875" + } + }, + { + "head": { + "id": "d578b094-74fa-45e2-882d-4f0ac8dcddb8", + "name": "Executing task :entry:default@SignHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323256535500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32eae94d-357e-4080-bd18-2de9cd0ab1ca", + "name": "Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project.\n If needed, configure the signingConfigs in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323256585750 + }, + "additional": { + "logType": "warn", + "children": [], + "durationId": "99892dd7-89ef-4192-9f7a-299cc92ec875" + } + }, + { + "head": { + "id": "a6b9d5aa-35e2-4618-b5d1-f32ec077bd47", + "name": "entry:default@SignHap is not up-to-date, since the input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323256925833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "efd426a0-2c60-4bc4-a0fa-f68613364d57", + "name": "Incremental task entry:default@SignHap pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323256966833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1a602bb2-ff48-4d0a-9024-d7382c01866a", + "name": "entry : default@SignHap cost memory 0.28099822998046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323257163083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "97166909-c327-4a06-b5c3-d13cc9873a72", + "name": "runTaskFromQueue task cost before running: 4 s 324 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323257186791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bb7b5f69-b9e5-44c3-af8e-ad7eef5a68b7", + "name": "Finished :entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323256529791, + "endTime": 352323257197666, + "totalTime": 647708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "99892dd7-89ef-4192-9f7a-299cc92ec875" + } + }, + { + "head": { + "id": "50f8265e-4829-42f3-a773-43f36fb6031b", + "name": "entry:default@CollectDebugSymbol", + "description": "Collect debug symbols to output dir.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323257764416, + "endTime": 352323258001791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "74b55c97-7b7b-4b4e-94dd-b8d74115ae10", + "logId": "81758f9d-e525-4ff3-85bf-775bace2efc4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "74b55c97-7b7b-4b4e-94dd-b8d74115ae10", + "name": "create entry:default@CollectDebugSymbol task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323257361208 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "50f8265e-4829-42f3-a773-43f36fb6031b" + } + }, + { + "head": { + "id": "3eba25dd-ec80-48e4-9ec0-4b8a04158596", + "name": "Executing task :entry:default@CollectDebugSymbol", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323257768583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "84b36b33-07b7-4ef2-a788-df7112718ac7", + "name": "entry : default@CollectDebugSymbol cost memory 0.0878753662109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323257974458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ce3df013-e442-42e0-974d-0c75b43055b6", + "name": "runTaskFromQueue task cost before running: 4 s 325 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323257992458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "81758f9d-e525-4ff3-85bf-775bace2efc4", + "name": "Finished :entry:default@CollectDebugSymbol", + "description": "Collect debug symbols to output dir.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323257764416, + "endTime": 352323258001791, + "totalTime": 222000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "50f8265e-4829-42f3-a773-43f36fb6031b" + } + }, + { + "head": { + "id": "fae9dbc6-38c4-456f-bf93-18867b15fc27", + "name": "entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323258108000, + "endTime": 352323258155375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "entry", + "category": "Hook", + "taskRunReasons": [], + "detailId": "eab1bcf1-b596-440e-a046-a74490579e68", + "logId": "1ed7cd35-a18f-458e-8cf7-6434917172eb" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "eab1bcf1-b596-440e-a046-a74490579e68", + "name": "create entry:assembleHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323258097875 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "fae9dbc6-38c4-456f-bf93-18867b15fc27" + } + }, + { + "head": { + "id": "6a2f7dd2-ec4e-492a-8098-e0cb6098e030", + "name": "Executing task :entry:assembleHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323258110166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a718f9b0-4bd9-459f-b339-f8fb0f8332e2", + "name": "entry : assembleHap cost memory 0.0102996826171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323258135875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9f63f427-58c8-44bc-8b0e-86af35c3fcb8", + "name": "runTaskFromQueue task cost before running: 4 s 325 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323258148333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1ed7cd35-a18f-458e-8cf7-6434917172eb", + "name": "Finished :entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323258108000, + "endTime": 352323258155375, + "totalTime": 35791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fae9dbc6-38c4-456f-bf93-18867b15fc27" + } + }, + { + "head": { + "id": "d8d879aa-9f03-4372-a2ef-a9d387219b3f", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323258662458, + "endTime": 352323258774958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "e7d659d1-9c2b-46eb-9916-54371d41bf4b", + "logId": "fb29f956-2004-4a37-ae49-a1181b09e6e0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "fb29f956-2004-4a37-ae49-a1181b09e6e0", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323258662458, + "endTime": 352323258774958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d8d879aa-9f03-4372-a2ef-a9d387219b3f" + } + }, + { + "head": { + "id": "b90438e5-0515-463f-85f1-4149118087c1", + "name": "BUILD SUCCESSFUL in 4 s 326 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323258792625 + }, + "additional": { + "logType": "info", + "children": [] + } + }, + { + "head": { + "id": "c8d4409c-ade2-4c29-9ca0-58394ab4a08c", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352318933654708, + "endTime": 352323259008833 + }, + "additional": { + "time": { + "year": 2026, + "month": 4, + "day": 28, + "hour": 22, + "minute": 19, + "second": 10 + }, + "completeCommand": "{\"prop\":[],\"_\":[\"assembleHap\"]};assembleHap", + "hvigorVersion": "6.22.4", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "success" + } + }, + { + "head": { + "id": "b6ea1b52-2961-4666-9bcb-4a8b9013289d", + "name": "There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259060000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4015f868-6e6b-414d-833c-b0379a1838b9", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259069875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1cd0a1b3-9ab1-4bf4-a786-3fe56568fe2e", + "name": "Update task entry:default@CreateModuleInfo output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/ModuleInfo.ts cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259105333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b266bed0-b875-4270-a600-aa71eccf4d80", + "name": "Incremental task entry:default@CreateModuleInfo post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259206125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cfef3e0e-4da8-4586-ad8c-53a37d975709", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259214791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cb2e2972-0e86-44ce-bca7-489b1e279891", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259222916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "36495c3b-88fa-44f7-9e62-a5f35a2415c9", + "name": "Update task entry:default@ProcessIntegratedHsp output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build/cache/default/integrated_hsp/integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259242708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f0fe8fe8-4843-40ff-808f-430ba81c5bd1", + "name": "Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259277583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3682989a-13a6-4d0e-8652-e036c9fed4f3", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@CreateHarBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259285125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "739535d5-00cb-477c-bc22-04f721812d77", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259293250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "65155287-f1a0-4913-976b-b680a821572f", + "name": "Update task entry:default@SyscapTransform input file:/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259327875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fae12e7a-d949-40e2-b53b-7f88354fcb6f", + "name": "Update task entry:default@SyscapTransform input file:/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259372375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "549524d9-aa7e-4bf6-bfe0-6d0d6c5e97a4", + "name": "Update task entry:default@SyscapTransform output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/syscap/default/rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259544541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "57df86de-03df-4a6b-abd5-64a00640dc00", + "name": "Incremental task entry:default@SyscapTransform post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259578750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "70b1f17a-27d8-44fe-8b30-9a98e3989306", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259587708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bd1ad3db-898b-4729-bccf-be0cec04c58b", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessShareConfig is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259594208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "25cda1c2-d1f6-4faf-b6da-aeeb46abaa9c", + "name": "Update task entry:default@ProcessStartupConfig input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259634958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4f7aa4cd-8e59-4815-a252-844a3f4e9e69", + "name": "Update task entry:default@ProcessStartupConfig output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/startup/default/startup_config.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259655666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2ea3fed5-fe63-468b-a99c-b8af294c6528", + "name": "Incremental task entry:default@ProcessStartupConfig post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259680958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b1e10ba9-f43a-464d-a921-5544a716730e", + "name": "There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259688166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "84e591b0-22d0-4365-a246-2129dce8a388", + "name": "There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259694333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1cdbf09f-a445-42a0-8908-fb64cae4ac99", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259701708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8b247c54-0bc9-4c2d-891f-840f3e4c3714", + "name": "There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259708375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1bbd8390-a849-40b2-bbf5-a01221cc3b93", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259714458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "14f9c708-a890-4589-bf46-39ff80a8ffcc", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259724708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "377e429f-7515-4ea6-a509-ebb58dd5b36f", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259733291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "36183586-360b-4732-b3a6-0aaa17435682", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259740791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "23e43536-ec03-4dfe-b1bb-49606e0ac746", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259748166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "933bd3fa-21b6-4566-9ba4-2e94b7e9f70d", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323259929125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bbd617ad-c112-4792-8f88-278146e388aa", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/Index.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260011875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "74e94890-856e-4578-bea5-34865f389bdf", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260030958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f26c00a3-dccc-4fd8-8817-323b0b076059", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260039125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b782061c-69be-4323-aac9-50b984359a92", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260141291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ef7fa699-1795-4cee-ba8b-1b56342e12bf", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260159416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d2846a3d-ecc8-4841-bb87-af2954aa16e8", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260176250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "619c74b0-40fb-487d-a43b-20b0d1506e26", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260224583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "afa5db14-9277-4a85-bc4a-09f6ee9b337a", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260336666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5519d3f2-4387-4fa7-8fcc-bdfbfeaa8f1c", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260353041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6f7e41fb-0fa9-43f8-9881-8b9dce9031ca", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260369333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9c27dba0-01ce-4e11-b55c-36bbcd37a733", + "name": "Update task entry:default@CompileArkTS output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260456833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "869592f2-037a-49d8-b393-ce3267988a95", + "name": "Incremental task entry:default@CompileArkTS post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260535083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e7e3ba07-98f3-4c5e-99ea-f4eafd3e56bf", + "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260631416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cad36e9c-866c-4e24-99f1-34f7aa70712a", + "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/Index.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260688958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5f5a554c-7297-4c66-9fbc-5c75fe917a62", + "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260705625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "894737c1-efc2-4ea7-8cff-5b8c0f20fa4e", + "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260785875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cd48aa37-4ef6-4044-b822-87eb36adc423", + "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260802750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "808e4c94-8743-4eff-a06a-4766d17d97d2", + "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260818125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f4dc9bc1-87cf-4803-8b61-e1b3072b80aa", + "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260862416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4ef3f064-2508-4591-a6ad-bcfbfb5ce509", + "name": "Update task entry:default@BuildJS output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260886041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "89efc6fa-4a3c-440e-a4af-503a735bf6b7", + "name": "Incremental task entry:default@BuildJS post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260916083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7bf1699b-13cc-489a-bc42-f580cc81b022", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260923083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b112a5a9-4f90-4ed6-83e8-4e5c6a6a8107", + "name": "There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260929166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8e9c17b7-497e-4614-9d07-a28873916286", + "name": "There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260937041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1f7d144f-ff8f-4279-9da3-2691b479a93f", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260942833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "58f027cc-759c-4669-9773-ae31b613e789", + "name": "Incremental task entry:default@ProcessCompiledResources post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260954375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "efef309e-9a9b-4015-8378-02cbf93f040e", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323260992666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2f3edb41-07e1-4c70-885e-8e66d809c64e", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323261029125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "87239439-1d24-4365-b30f-ccccefe36b75", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323261047500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e1524f06-e0b9-44b2-8b58-60e6d2729aea", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources.index cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323261259791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d663a835-f533-48c2-ab29-9a38355670e3", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/pack.info cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323261277333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ca56d8aa-7e87-453a-a320-27a444a3ac6c", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323261295916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1b60a88d-de02-482a-a3e6-ec2d5da3dab5", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323261303416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7add8ed9-181f-42a9-b957-9789f22138e8", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323261318583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc17dad3-df31-4821-8b24-d50fb126f4c3", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323261335625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b8df58e7-6caf-4fa5-8e22-048ea20c6a71", + "name": "Update task entry:default@PackageHap output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323261361208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "086fbc9e-3a83-4e6e-9be4-83015c9ced6d", + "name": "Update task entry:default@PackageHap output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/source_map/default/sourceMaps.map cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323261378291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "836a0a1d-5567-4230-a80a-d72b7af48bcd", + "name": "Update task entry:default@PackageHap output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/mapping/sourceMaps.map cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323261396541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d640ad1-28b2-4a3d-aa1a-95f31cb8414a", + "name": "Incremental task entry:default@PackageHap post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323261439875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6c661fea-b537-4dc0-a6e7-f856e53bc4c8", + "name": "Update task entry:default@SignHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323261461000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "168d9fb2-343a-40bd-bc55-388d6b12fd87", + "name": "Update task entry:default@SignHap output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-signed.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323261470291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6dbea340-bfa6-4b37-b586-944217aba99d", + "name": "Incremental task entry:default@SignHap post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323261541041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0f83237d-fad3-4c43-8e52-90114726802a", + "name": "Update task entry:default@CollectDebugSymbol input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323261586000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8ba50802-0d89-47ee-8a4c-3277089bb583", + "name": "Update task entry:default@CollectDebugSymbol input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/libs/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323261603625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9b549cfc-5eda-4e0d-9779-746fafe7f0f3", + "name": "Update task entry:default@CollectDebugSymbol output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/symbol cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323261647291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4fa1e260-8dc3-437a-aa47-c2739fe60e4e", + "name": "Incremental task entry:default@CollectDebugSymbol post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 53447, + "tid": "Main Thread", + "startTime": 352323261673458 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/.hvigor/report/report-202604281903494370.json b/.hvigor/report/report-202604282229113860.json similarity index 58% rename from .hvigor/report/report-202604281903494370.json rename to .hvigor/report/report-202604282229113860.json index 160a063..e898be5 100644 --- a/.hvigor/report/report-202604281903494370.json +++ b/.hvigor/report/report-202604282229113860.json @@ -1,18 +1,18 @@ { "version": "2.0", - "ppid": 16730, + "ppid": 67283, "events": [ { "head": { - "id": "e85ae2f4-d7d3-4fbb-b6d8-3f2dd7343924", + "id": "32aee668-2371-42e8-871c-12c87f7d0bdd", "name": "env: nodejsVersion=v18.20.1", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602418184958 + "startTime": 352924341996250 }, "additional": { "logType": "debug", @@ -21,15 +21,15 @@ }, { "head": { - "id": "6bb53d73-c954-4b67-b5dd-d859bd6015d7", + "id": "839b5276-8fbb-4e59-b18e-532cacb12800", "name": "env: hvigor-config.json5 content = {\n modelVersion: '5.0.0',\n dependencies: {},\n execution: {\n daemon: false,\n incremental: true,\n parallel: true,\n typeCheck: false\n },\n logging: { level: 'info' },\n debugging: { stacktrace: false },\n nodeOptions: { maxOldSpaceSize: 4096 }\n}", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602418882625 + "startTime": 352924342674833 }, "additional": { "logType": "debug", @@ -38,15 +38,15 @@ }, { "head": { - "id": "50fb3e4b-22ed-4039-b2b5-aa1b8ee79ca1", + "id": "524fa691-4357-461b-8aae-1e3577a4ea9a", "name": "env: daemon=false", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602419814791 + "startTime": 352924344453125 }, "additional": { "logType": "debug", @@ -55,15 +55,15 @@ }, { "head": { - "id": "495a9584-561c-474d-98b7-442f77fd46fd", + "id": "cb9afba5-8195-4556-aa01-a69b1f80edea", "name": "no-daemon, use the parent process.execArgv --max-old-space-size=4096,--max-semi-space-size=16,--expose-gc", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602419857791 + "startTime": 352924344510083 }, "additional": { "logType": "debug", @@ -72,33 +72,33 @@ }, { "head": { - "id": "08951db9-f0cc-4d50-bf5d-d89f2eaf8c8a", + "id": "4e8b5ea4-67e1-405b-9477-980a1382b503", "name": "init", "description": "Initialize and build task graph.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602538137333, - "endTime": 340603123979000 + "startTime": 352924489436000, + "endTime": 352925341536583 }, "additional": { "children": [ - "77e563c7-2cdf-403a-9349-58d3ef7bd8b0", - "c69c2635-b11c-4ed5-9dfc-a8ae46fb62db", - "3a804ace-9dd6-4440-917b-2e526550a122", - "8ea710cb-a5f5-4ae8-8fe9-d7419c99bae3", - "53ae1665-b003-4066-bead-0225d6653566", - "c7fb63e7-7613-432b-a01c-568fa00cccff", - "ff207e63-916b-4132-9ee3-95e9c595507b" + "f4ed6487-0a7d-422a-9fab-f15c6c7df43f", + "4f198f7f-f685-4de6-be88-5f65a92428e1", + "6a0e0d5b-d6aa-4bc9-8f75-6d27b274c099", + "04c78ff8-d708-456c-ab3f-1c3cd4c7d727", + "02db9635-0c73-44b7-b048-a5ea445fc9d9", + "0d5f5cec-4cca-4488-9cc4-3339f19acca6", + "cc672813-5f3c-4f83-9cca-e0523d78bdab" ], "state": "success", "targetName": "", "moduleName": "", "category": "Init", "taskRunReasons": [], - "logId": "ab35d679-3b09-4e39-aa1e-47214396ae81" + "logId": "30e3799a-340f-4436-a312-1124fa4c25af" }, "log": { "_logger": { @@ -122,16 +122,16 @@ }, { "head": { - "id": "77e563c7-2cdf-403a-9349-58d3ef7bd8b0", + "id": "f4ed6487-0a7d-422a-9fab-f15c6c7df43f", "name": "create hvigor project model", "description": "Initialize hvigor project model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602538141291, - "endTime": 340602542900125 + "startTime": 352924489439291, + "endTime": 352924495591083 }, "additional": { "children": [], @@ -140,8 +140,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "08951db9-f0cc-4d50-bf5d-d89f2eaf8c8a", - "logId": "254cc277-afc8-4ae0-a341-6aecdf9f4677" + "parent": "4e8b5ea4-67e1-405b-9477-980a1382b503", + "logId": "1d0c08b8-927a-4892-ae67-ed4bd332e158" }, "log": { "_logger": { @@ -165,36 +165,36 @@ }, { "head": { - "id": "c69c2635-b11c-4ed5-9dfc-a8ae46fb62db", + "id": "4f198f7f-f685-4de6-be88-5f65a92428e1", "name": "configure hvigor plugin", "description": "Configure hvigor plugin.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602542912458, - "endTime": 340603123049541 + "startTime": 352924495602958, + "endTime": 352925340642541 }, "additional": { "children": [ - "9e451005-e14e-4654-b872-72b138a97b40", - "45a87a0c-d74d-4d13-9237-679626bef528", - "1ace27d8-8dfd-43d6-8bdb-618a26b9104f", - "e0486465-327e-4d8d-8115-e580ebd88686", - "cb9ddb63-f156-4c5c-977e-5edbd645ed87", - "c8b7bc75-cddc-451d-914b-844894687896", - "5f8edd8c-9b4c-43f1-b8e6-784fdf629691", - "930eeeae-22c3-4ec8-8270-ebc323f33688", - "2c1c9dc3-fdd3-41ef-ad30-6a0c6f5c4f9a" + "1abc0312-10c2-45ac-8568-855daa005169", + "99219ea9-b768-45d7-891f-1e76e26f3abe", + "1c37aae2-218d-46cb-af73-d6259cadec4b", + "725d02d2-b31f-4017-b54e-42a8dbcbd139", + "2bd842ad-2dfc-4b8e-afd9-2342134827b4", + "712658be-7f95-42cf-93bc-a47b7fec216e", + "aedc4f7f-84c3-419e-9040-1ed2f4f4ee55", + "cff36887-2d66-4a0c-9c5f-50993dcb143e", + "98dba585-8edb-4d4f-9a7c-b3929bad4b5c" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "08951db9-f0cc-4d50-bf5d-d89f2eaf8c8a", - "logId": "c322382f-f1e6-460d-877d-457a67d60912" + "parent": "4e8b5ea4-67e1-405b-9477-980a1382b503", + "logId": "88d7237a-cca8-49e6-bc78-f822ec8be205" }, "log": { "_logger": { @@ -218,16 +218,16 @@ }, { "head": { - "id": "3a804ace-9dd6-4440-917b-2e526550a122", + "id": "6a0e0d5b-d6aa-4bc9-8f75-6d27b274c099", "name": "build task graph", "description": "Build task graph.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603123062125, - "endTime": 340603123970333 + "startTime": 352925340657625, + "endTime": 352925341527541 }, "additional": { "children": [], @@ -236,8 +236,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "08951db9-f0cc-4d50-bf5d-d89f2eaf8c8a", - "logId": "99af1333-d126-450b-9961-c95d1643e902" + "parent": "4e8b5ea4-67e1-405b-9477-980a1382b503", + "logId": "c4a7e13d-294d-458a-80c7-4a06ea0a4f11" }, "log": { "_logger": { @@ -261,16 +261,16 @@ }, { "head": { - "id": "8ea710cb-a5f5-4ae8-8fe9-d7419c99bae3", + "id": "04c78ff8-d708-456c-ab3f-1c3cd4c7d727", "name": "init task execution option", "description": "Init task execution option.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603123972375, - "endTime": 340603123975791 + "startTime": 352925341529666, + "endTime": 352925341533583 }, "additional": { "children": [], @@ -279,8 +279,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "08951db9-f0cc-4d50-bf5d-d89f2eaf8c8a", - "logId": "9708e716-ceae-4ae6-93c5-61c18f9322be" + "parent": "4e8b5ea4-67e1-405b-9477-980a1382b503", + "logId": "95be262f-040d-4304-b7ba-e52cf96ffd44" }, "log": { "_logger": { @@ -304,16 +304,16 @@ }, { "head": { - "id": "53ae1665-b003-4066-bead-0225d6653566", + "id": "02db9635-0c73-44b7-b048-a5ea445fc9d9", "name": "\"configEvaluated\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602539983625, - "endTime": 340602540083875 + "startTime": 352924491285541, + "endTime": 352924491395208 }, "additional": { "children": [], @@ -322,8 +322,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "08951db9-f0cc-4d50-bf5d-d89f2eaf8c8a", - "logId": "ae7f0bff-b3cf-4fc3-809c-9a8221cd7b54" + "parent": "4e8b5ea4-67e1-405b-9477-980a1382b503", + "logId": "1a6f33ce-41ed-40ab-ac15-aceed6f80110" }, "log": { "_logger": { @@ -347,36 +347,36 @@ }, { "head": { - "id": "ae7f0bff-b3cf-4fc3-809c-9a8221cd7b54", + "id": "1a6f33ce-41ed-40ab-ac15-aceed6f80110", "name": "\"configEvaluated\" hook function", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602539983625, - "endTime": 340602540083875 + "startTime": 352924491285541, + "endTime": 352924491395208 }, "additional": { "logType": "info", "children": [], - "durationId": "53ae1665-b003-4066-bead-0225d6653566", - "parent": "ab35d679-3b09-4e39-aa1e-47214396ae81" + "durationId": "02db9635-0c73-44b7-b048-a5ea445fc9d9", + "parent": "30e3799a-340f-4436-a312-1124fa4c25af" } }, { "head": { - "id": "c7fb63e7-7613-432b-a01c-568fa00cccff", + "id": "0d5f5cec-4cca-4488-9cc4-3339f19acca6", "name": "\"nodesInitialized\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602540734708, - "endTime": 340602540748541 + "startTime": 352924492234875, + "endTime": 352924492255708 }, "additional": { "children": [], @@ -385,8 +385,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "08951db9-f0cc-4d50-bf5d-d89f2eaf8c8a", - "logId": "14bf872a-21ee-4a66-85ba-2c611113b511" + "parent": "4e8b5ea4-67e1-405b-9477-980a1382b503", + "logId": "ba399894-2ff6-46e0-9d53-b3faede69044" }, "log": { "_logger": { @@ -410,35 +410,35 @@ }, { "head": { - "id": "14bf872a-21ee-4a66-85ba-2c611113b511", + "id": "ba399894-2ff6-46e0-9d53-b3faede69044", "name": "\"nodesInitialized\" hook function", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602540734708, - "endTime": 340602540748541 + "startTime": 352924492234875, + "endTime": 352924492255708 }, "additional": { "logType": "info", "children": [], - "durationId": "c7fb63e7-7613-432b-a01c-568fa00cccff", - "parent": "ab35d679-3b09-4e39-aa1e-47214396ae81" + "durationId": "0d5f5cec-4cca-4488-9cc4-3339f19acca6", + "parent": "30e3799a-340f-4436-a312-1124fa4c25af" } }, { "head": { - "id": "1b3d4184-4b33-4e9e-bd31-1657433d5496", + "id": "e2bcba08-d066-4caf-8e30-952aff6d7235", "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: false,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' },\n optimizationStrategy: 'memory',\n hotCompile: undefined,\n hotReloadBuild: undefined,\n customizedParam: undefined\n}", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602540896583 + "startTime": 352924492414625 }, "additional": { "logType": "debug", @@ -447,15 +447,15 @@ }, { "head": { - "id": "07b81890-8d0a-4392-8078-458a73a4a134", - "name": "Cache service initialization finished in 2 ms ", + "id": "4567b157-317c-4c12-8c8e-67ea0640b0a0", + "name": "Cache service initialization finished in 3 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602542822333 + "startTime": 352924495528291 }, "additional": { "logType": "debug", @@ -464,36 +464,36 @@ }, { "head": { - "id": "254cc277-afc8-4ae0-a341-6aecdf9f4677", + "id": "1d0c08b8-927a-4892-ae67-ed4bd332e158", "name": "create hvigor project model", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602538141291, - "endTime": 340602542900125 + "startTime": 352924489439291, + "endTime": 352924495591083 }, "additional": { "logType": "info", "children": [], - "durationId": "77e563c7-2cdf-403a-9349-58d3ef7bd8b0", - "parent": "ab35d679-3b09-4e39-aa1e-47214396ae81" + "durationId": "f4ed6487-0a7d-422a-9fab-f15c6c7df43f", + "parent": "30e3799a-340f-4436-a312-1124fa4c25af" } }, { "head": { - "id": "9e451005-e14e-4654-b872-72b138a97b40", + "id": "1abc0312-10c2-45ac-8568-855daa005169", "name": "init configuration", "description": "Initialize configuration.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602543064000, - "endTime": 340602543074000 + "startTime": 352924495744458, + "endTime": 352924495752875 }, "additional": { "children": [], @@ -502,8 +502,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "c69c2635-b11c-4ed5-9dfc-a8ae46fb62db", - "logId": "ab441f3f-5b32-4009-ab95-0ba861662032" + "parent": "4f198f7f-f685-4de6-be88-5f65a92428e1", + "logId": "a9155bac-e6bb-49dc-8b5e-541c3521b0fe" }, "log": { "_logger": { @@ -527,16 +527,16 @@ }, { "head": { - "id": "45a87a0c-d74d-4d13-9237-679626bef528", + "id": "99219ea9-b768-45d7-891f-1e76e26f3abe", "name": "configure project task", "description": "Configure project task.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602543087875, - "endTime": 340602543317041 + "startTime": 352924495766083, + "endTime": 352924495981791 }, "additional": { "children": [], @@ -545,8 +545,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "c69c2635-b11c-4ed5-9dfc-a8ae46fb62db", - "logId": "67869f92-d4a9-442a-b651-c11eb31e5495" + "parent": "4f198f7f-f685-4de6-be88-5f65a92428e1", + "logId": "4fe150d0-d9c0-4095-a20f-0ac8920c1cf4" }, "log": { "_logger": { @@ -570,30 +570,30 @@ }, { "head": { - "id": "1ace27d8-8dfd-43d6-8bdb-618a26b9104f", + "id": "1c37aae2-218d-46cb-af73-d6259cadec4b", "name": "eval project", "description": "Evaluate project.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602543355958, - "endTime": 340603083148458 + "startTime": 352924496020916, + "endTime": 352925296928541 }, "additional": { "children": [ - "9b3829b9-9c84-4eba-8fef-4217d0a4a346", - "d6ff8bbd-f94e-4c5d-bc41-2fdcd91e61fb", - "da00e6ac-28ac-46da-b031-f6c7cc8db8eb" + "bc13ce84-fe3d-43c3-9792-8f4c93445987", + "d6ae4e04-eadf-4003-b2e4-10ca99dadad7", + "c41312ce-2560-4b1e-8c8d-f961757cc296" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "c69c2635-b11c-4ed5-9dfc-a8ae46fb62db", - "logId": "cf2275b8-a389-475a-a58a-16030e1d4ab1" + "parent": "4f198f7f-f685-4de6-be88-5f65a92428e1", + "logId": "a25ea9f0-e4ee-4196-abe3-7ab44caa973c" }, "log": { "_logger": { @@ -617,29 +617,29 @@ }, { "head": { - "id": "e0486465-327e-4d8d-8115-e580ebd88686", + "id": "725d02d2-b31f-4017-b54e-42a8dbcbd139", "name": "eval modules", "description": "Evaluate modules.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603083267541, - "endTime": 340603116130041 + "startTime": 352925297050833, + "endTime": 352925331975333 }, "additional": { "children": [ - "72b34e5f-1eca-40a0-9eda-5e0d366e9d54", - "3a6d473f-a6c6-4951-94dc-b4599f54a253" + "e2a1c0cf-674c-4446-aae0-01c6f5769a96", + "356e4692-d9c1-44e0-a99d-3f2d9f5aafc9" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "c69c2635-b11c-4ed5-9dfc-a8ae46fb62db", - "logId": "110be9aa-e0d2-4fec-ba44-7ca55e8aab4d" + "parent": "4f198f7f-f685-4de6-be88-5f65a92428e1", + "logId": "d27130cd-8565-49ae-a989-4e5845ffaf84" }, "log": { "_logger": { @@ -663,16 +663,16 @@ }, { "head": { - "id": "cb9ddb63-f156-4c5c-977e-5edbd645ed87", + "id": "2bd842ad-2dfc-4b8e-afd9-2342134827b4", "name": "add config dependencies", "description": "Add configuration dependencies.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603116149875, - "endTime": 340603116150333 + "startTime": 352925331991750, + "endTime": 352925331992041 }, "additional": { "children": [], @@ -681,8 +681,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "c69c2635-b11c-4ed5-9dfc-a8ae46fb62db", - "logId": "fff59eb8-4ffe-479f-9fe4-394910f6cc73" + "parent": "4f198f7f-f685-4de6-be88-5f65a92428e1", + "logId": "c6449574-30ab-440c-9932-991cb0fb5571" }, "log": { "_logger": { @@ -706,16 +706,16 @@ }, { "head": { - "id": "c8b7bc75-cddc-451d-914b-844894687896", + "id": "712658be-7f95-42cf-93bc-a47b7fec216e", "name": "ohpm install", "description": "Ohpm install event.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603116286666, - "endTime": 340603118754083 + "startTime": 352925332123458, + "endTime": 352925336071666 }, "additional": { "children": [], @@ -724,8 +724,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "c69c2635-b11c-4ed5-9dfc-a8ae46fb62db", - "logId": "73a4a640-b552-42a1-866a-16421e34e1de" + "parent": "4f198f7f-f685-4de6-be88-5f65a92428e1", + "logId": "d6529b19-82a5-47c5-b2a5-e227cc420141" }, "log": { "_logger": { @@ -749,16 +749,16 @@ }, { "head": { - "id": "5f8edd8c-9b4c-43f1-b8e6-784fdf629691", + "id": "aedc4f7f-84c3-419e-9040-1ed2f4f4ee55", "name": "eval hook", "description": "EvaluateEvent hook.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603118760083, - "endTime": 340603123017833 + "startTime": 352925336079041, + "endTime": 352925340599875 }, "additional": { "children": [], @@ -767,8 +767,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "c69c2635-b11c-4ed5-9dfc-a8ae46fb62db", - "logId": "aab4d490-ff71-4074-a3fb-adef63eae202" + "parent": "4f198f7f-f685-4de6-be88-5f65a92428e1", + "logId": "5dfbd751-ce30-4b56-98a4-0f86b274088c" }, "log": { "_logger": { @@ -792,16 +792,16 @@ }, { "head": { - "id": "930eeeae-22c3-4ec8-8270-ebc323f33688", + "id": "cff36887-2d66-4a0c-9c5f-50993dcb143e", "name": "fin configuration", "description": "Finish configuration.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603123022625, - "endTime": 340603123046166 + "startTime": 352925340607750, + "endTime": 352925340637916 }, "additional": { "children": [], @@ -810,8 +810,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "c69c2635-b11c-4ed5-9dfc-a8ae46fb62db", - "logId": "9156177d-d271-42d6-ac73-e9e2f29447a5" + "parent": "4f198f7f-f685-4de6-be88-5f65a92428e1", + "logId": "3dff4b65-6c5c-48af-8f63-db1f41c7053d" }, "log": { "_logger": { @@ -835,56 +835,56 @@ }, { "head": { - "id": "ab441f3f-5b32-4009-ab95-0ba861662032", + "id": "a9155bac-e6bb-49dc-8b5e-541c3521b0fe", "name": "init configuration", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602543064000, - "endTime": 340602543074000 + "startTime": 352924495744458, + "endTime": 352924495752875 }, "additional": { "logType": "info", "children": [], - "durationId": "9e451005-e14e-4654-b872-72b138a97b40", - "parent": "c322382f-f1e6-460d-877d-457a67d60912" + "durationId": "1abc0312-10c2-45ac-8568-855daa005169", + "parent": "88d7237a-cca8-49e6-bc78-f822ec8be205" } }, { "head": { - "id": "67869f92-d4a9-442a-b651-c11eb31e5495", + "id": "4fe150d0-d9c0-4095-a20f-0ac8920c1cf4", "name": "configure project task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602543087875, - "endTime": 340602543317041 + "startTime": 352924495766083, + "endTime": 352924495981791 }, "additional": { "logType": "info", "children": [], - "durationId": "45a87a0c-d74d-4d13-9237-679626bef528", - "parent": "c322382f-f1e6-460d-877d-457a67d60912" + "durationId": "99219ea9-b768-45d7-891f-1e76e26f3abe", + "parent": "88d7237a-cca8-49e6-bc78-f822ec8be205" } }, { "head": { - "id": "9b3829b9-9c84-4eba-8fef-4217d0a4a346", + "id": "bc13ce84-fe3d-43c3-9792-8f4c93445987", "name": "\"beforeNodeEvaluate\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602543425000, - "endTime": 340602543440708 + "startTime": 352924496086083, + "endTime": 352924496098916 }, "additional": { "children": [], @@ -893,8 +893,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "1ace27d8-8dfd-43d6-8bdb-618a26b9104f", - "logId": "3b118096-3855-4519-a2bf-53e514fbc541" + "parent": "1c37aae2-218d-46cb-af73-d6259cadec4b", + "logId": "4fc40156-f465-49dd-991c-e0c0ae2dc2ea" }, "log": { "_logger": { @@ -918,49 +918,49 @@ }, { "head": { - "id": "3b118096-3855-4519-a2bf-53e514fbc541", + "id": "4fc40156-f465-49dd-991c-e0c0ae2dc2ea", "name": "\"beforeNodeEvaluate\" hook function", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602543425000, - "endTime": 340602543440708 + "startTime": 352924496086083, + "endTime": 352924496098916 }, "additional": { "logType": "info", "children": [], - "durationId": "9b3829b9-9c84-4eba-8fef-4217d0a4a346", - "parent": "cf2275b8-a389-475a-a58a-16030e1d4ab1" + "durationId": "bc13ce84-fe3d-43c3-9792-8f4c93445987", + "parent": "a25ea9f0-e4ee-4196-abe3-7ab44caa973c" } }, { "head": { - "id": "d6ff8bbd-f94e-4c5d-bc41-2fdcd91e61fb", + "id": "d6ae4e04-eadf-4003-b2e4-10ca99dadad7", "name": "eval hvigorfile", "description": "Evaluate hvigorfile.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602543550416, - "endTime": 340603083089333 + "startTime": 352924496209208, + "endTime": 352925296855916 }, "additional": { "children": [ - "4477d297-2805-4164-8a86-ff37b58a0eaf", - "fff9affb-df99-4461-a2d1-82e24c4d9205" + "ae429cff-24e2-43b8-8634-8bf6c8807553", + "e46cef30-bdde-4328-af92-b818b2a4db23" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "1ace27d8-8dfd-43d6-8bdb-618a26b9104f", - "logId": "7e098919-2eea-43a1-ac18-3941646e2345" + "parent": "1c37aae2-218d-46cb-af73-d6259cadec4b", + "logId": "8c14abe4-9287-42e2-92ee-7f8a70ea85a9" }, "log": { "_logger": { @@ -984,16 +984,16 @@ }, { "head": { - "id": "4477d297-2805-4164-8a86-ff37b58a0eaf", + "id": "ae429cff-24e2-43b8-8634-8bf6c8807553", "name": "require hvigorfile", "description": "Require hvigorfile.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602543550791, - "endTime": 340602977048000 + "startTime": 352924496209583, + "endTime": 352925178725500 }, "additional": { "children": [], @@ -1002,8 +1002,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "d6ff8bbd-f94e-4c5d-bc41-2fdcd91e61fb", - "logId": "ef6fc64e-3d3b-4463-acd0-54e4fff90c91" + "parent": "d6ae4e04-eadf-4003-b2e4-10ca99dadad7", + "logId": "eda47a59-f30a-4a6f-93b5-a3030c0c3a1e" }, "log": { "_logger": { @@ -1027,16 +1027,16 @@ }, { "head": { - "id": "fff9affb-df99-4461-a2d1-82e24c4d9205", + "id": "e46cef30-bdde-4328-af92-b818b2a4db23", "name": "bind plugins", "description": "Bind plugins.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602977060541, - "endTime": 340603083082875 + "startTime": 352925178739375, + "endTime": 352925296848125 }, "additional": { "children": [], @@ -1045,8 +1045,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "d6ff8bbd-f94e-4c5d-bc41-2fdcd91e61fb", - "logId": "b9ee8e77-307a-44d3-8eb9-4aa2c0cf3809" + "parent": "d6ae4e04-eadf-4003-b2e4-10ca99dadad7", + "logId": "bf6e597c-4334-4e92-b26c-318fec580d28" }, "log": { "_logger": { @@ -1070,15 +1070,15 @@ }, { "head": { - "id": "8b6a71ef-8273-4908-a209-7e6176c57aac", + "id": "2b0af82e-a2e9-4116-bdac-ea40b222c7ae", "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602543552375 + "startTime": 352924496211208 }, "additional": { "logType": "debug", @@ -1087,15 +1087,15 @@ }, { "head": { - "id": "cd15c9ed-8ac1-4ea3-bc36-aac984a84fe8", + "id": "511e0b67-e53b-4031-b564-6b3d322c2120", "name": "hvigorfile, require result: { default: { system: [Function: appTasks], plugins: [] } }", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602976917166 + "startTime": 352925178559708 }, "additional": { "logType": "debug", @@ -1104,35 +1104,35 @@ }, { "head": { - "id": "ef6fc64e-3d3b-4463-acd0-54e4fff90c91", + "id": "eda47a59-f30a-4a6f-93b5-a3030c0c3a1e", "name": "require hvigorfile", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602543550791, - "endTime": 340602977048000 + "startTime": 352924496209583, + "endTime": 352925178725500 }, "additional": { "logType": "info", "children": [], - "durationId": "4477d297-2805-4164-8a86-ff37b58a0eaf", - "parent": "7e098919-2eea-43a1-ac18-3941646e2345" + "durationId": "ae429cff-24e2-43b8-8634-8bf6c8807553", + "parent": "8c14abe4-9287-42e2-92ee-7f8a70ea85a9" } }, { "head": { - "id": "acd59adf-cf4f-46c6-ab68-41dcef020bcf", + "id": "cdde7fbb-9dd2-48fb-95b7-3eb3477d5b65", "name": "hvigorfile, binding system plugins [Function: appTasks]", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602977106041 + "startTime": 352925178813625 }, "additional": { "logType": "debug", @@ -1141,15 +1141,15 @@ }, { "head": { - "id": "860084bb-e6f0-42b1-b960-f34a63499aca", + "id": "ea26f84f-1af4-4185-a848-d868f068853f", "name": "Starting plugin build process", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602977613541 + "startTime": 352925179405416 }, "additional": { "logType": "debug", @@ -1158,15 +1158,15 @@ }, { "head": { - "id": "e177e119-0684-4370-adea-91f78772ddfc", + "id": "51e14b44-e243-41ff-a7eb-22ce826134ac", "name": "App plugin prepare start...", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602977660333 + "startTime": 352925179445083 }, "additional": { "logType": "debug", @@ -1175,15 +1175,15 @@ }, { "head": { - "id": "dc5390b5-f3e3-4058-9b42-f8300000ede0", + "id": "f0dccfea-b852-4211-bf01-628f4f711f1e", "name": "App plugin prepare end...", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602977701416 + "startTime": 352925179486166 }, "additional": { "logType": "debug", @@ -1192,15 +1192,15 @@ }, { "head": { - "id": "a4443654-48ed-4e09-8a29-ab405e291668", + "id": "db75d488-1aee-493e-8bd3-ea82452328d3", "name": "App plugin creating...", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602977715958 + "startTime": 352925179500750 }, "additional": { "logType": "debug", @@ -1209,15 +1209,15 @@ }, { "head": { - "id": "9f1c816c-09d7-4df2-9511-59172e3ecd31", + "id": "329b6d72-5ea8-45fd-8518-240cb496801f", "name": "App plugin register hook start...", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603058605083 + "startTime": 352925265222000 }, "additional": { "logType": "debug", @@ -1226,15 +1226,15 @@ }, { "head": { - "id": "6b730115-6f3e-42d1-af30-89eeba2ed3ab", + "id": "a626f75e-aa66-4129-9588-ee94b54a7439", "name": "App plugin register hook end...", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603058827291 + "startTime": 352925265489250 }, "additional": { "logType": "debug", @@ -1243,15 +1243,15 @@ }, { "head": { - "id": "54bd18b2-c0af-4672-a163-7f1e09b8cf1c", + "id": "658fada3-35e2-4f13-86a5-04e09dc10e08", "name": "Plugin build process completed", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603058845666 + "startTime": 352925265509875 }, "additional": { "logType": "debug", @@ -1260,15 +1260,15 @@ }, { "head": { - "id": "e914bf54-f1c2-4c05-bbb2-3b1daa355113", + "id": "ca0177b1-d4c7-4914-a317-5729ffafe3b7", "name": "Start initialize project's product build option map with build mode debug.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603059521000 + "startTime": 352925266297708 }, "additional": { "logType": "debug", @@ -1277,15 +1277,15 @@ }, { "head": { - "id": "ee4e3b51-2c02-41b4-a804-88afef5b1d49", + "id": "4cbf6fcd-b294-4a00-abb8-fe0024bac0be", "name": "Picking option from product 'default' with build mode 'debug'.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603059655750 + "startTime": 352925266442291 }, "additional": { "logType": "debug", @@ -1294,15 +1294,15 @@ }, { "head": { - "id": "f19cb3c8-e884-43bc-a368-3ac842d7d155", + "id": "22035d1e-8468-4bf7-a04c-d44447b57925", "name": "Product 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603059832666 + "startTime": 352925266624375 }, "additional": { "logType": "debug", @@ -1311,15 +1311,15 @@ }, { "head": { - "id": "818c5055-6151-41fd-9367-6aad73502a35", + "id": "e041af67-91e8-4b58-b267-2028eee59fb4", "name": "End initialize project's product build option map with build mode 'debug'.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603059860333 + "startTime": 352925266646166 }, "additional": { "logType": "debug", @@ -1328,15 +1328,15 @@ }, { "head": { - "id": "91944ea6-d2c7-48e0-934b-8da82d4473d9", + "id": "c4e178a3-df50-4cf1-b8b8-2f7f890e315b", "name": "Obtain build option for product 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603060725125 + "startTime": 352925267574416 }, "additional": { "logType": "debug", @@ -1345,15 +1345,15 @@ }, { "head": { - "id": "ec624b0c-7c49-4055-9ff2-d93e0c74adb1", + "id": "dd6cf81e-b39c-487f-963e-f3ff7b724693", "name": "No signingConfig found, initRemoteHspCache failed.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603061250666 + "startTime": 352925268483000 }, "additional": { "logType": "debug", @@ -1362,16 +1362,16 @@ }, { "head": { - "id": "b84207f5-11b3-47c7-aa0d-d2675f276b85", + "id": "c256e706-5e5d-4468-98d6-1ad11f078505", "name": "harmonyOS sdk scan", "description": "HarmonyOS sdk scan", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603062198083, - "endTime": 340603063028875 + "startTime": 352925269478875, + "endTime": 352925275349166 }, "additional": { "children": [], @@ -1403,15 +1403,15 @@ }, { "head": { - "id": "0af3d164-9a94-4b72-b97d-1cc2735690ab", + "id": "0c98cf3f-15ce-4c03-854f-000fc645f081", "name": "Local scan or download HarmonyOS sdk components toolchains,ets,js,native,previewer", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603062209000 + "startTime": 352925269490500 }, "additional": { "logType": "debug", @@ -1420,16 +1420,16 @@ }, { "head": { - "id": "b3995226-16fd-4c8b-b8e8-e1fdb7b1d244", + "id": "116c7931-efad-4845-b260-859bbc6d28a5", "name": "hmscore sdk scan", "description": "Hmscore sdk scan", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603063091833, - "endTime": 340603063252750 + "startTime": 352925275441833, + "endTime": 352925275673416 }, "additional": { "children": [], @@ -1461,15 +1461,15 @@ }, { "head": { - "id": "2f7b16fb-c1fa-4954-893b-dd68ddff6a33", + "id": "d3cc876a-8b13-4062-a5ec-e6dda1332e70", "name": "Local scan or download hmscore sdk components toolchains,ets,native", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603063095875 + "startTime": 352925275450375 }, "additional": { "logType": "debug", @@ -1478,15 +1478,15 @@ }, { "head": { - "id": "c623b556-8819-45eb-ae4a-52c6ccb3adf4", + "id": "f9662ef6-cc25-4ce0-939c-da75dccd5880", "name": "Start recording SDK configuration permission data.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603063999666 + "startTime": 352925276617083 }, "additional": { "logType": "debug", @@ -1495,15 +1495,15 @@ }, { "head": { - "id": "421f9b25-b004-443b-87ee-902240169e3c", - "name": "Sdk init in 19 ms ", + "id": "5dd9f221-4e0a-4c94-9952-89dc26e422ea", + "name": "Sdk init in 25 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603080360666 + "startTime": 352925293424625 }, "additional": { "logType": "debug", @@ -1512,63 +1512,63 @@ }, { "head": { - "id": "306dc186-64e6-4814-a60f-6a440b6d04ab", + "id": "4418e226-1ae7-477a-b4af-264b7acd123e", "name": "sdkVersion", "description": "6.0.2.130", "type": "mark" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603080482333 + "startTime": 352925293535750 }, "additional": { "time": { "year": 2026, "month": 4, "day": 28, - "hour": 19, - "minute": 3, - "second": 49 + "hour": 22, + "minute": 29, + "second": 12 }, "markType": "other" } }, { "head": { - "id": "bbd4c95d-0dc1-4c69-a404-528745426f96", + "id": "10d72a7f-390b-495b-8f37-1e003890ea0b", "name": "caseSensitiveCheckOn", "description": "caseSensitiveCheck check is on", "type": "mark" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603080517250 + "startTime": 352925293570791 }, "additional": { "time": { "year": 2026, "month": 4, "day": 28, - "hour": 19, - "minute": 3, - "second": 49 + "hour": 22, + "minute": 29, + "second": 12 }, "markType": "other" } }, { "head": { - "id": "5cc26b79-3beb-45d5-8a8d-f00e93683bb6", - "name": "Project task initialization takes 2 ms ", + "id": "f3b0f393-9fa2-4495-8275-40a492b8022c", + "name": "Project task initialization takes 3 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603082995166 + "startTime": 352925296735541 }, "additional": { "logType": "debug", @@ -1577,15 +1577,15 @@ }, { "head": { - "id": "c0de27aa-91b3-4c7e-8b41-bae8f5eaeb85", + "id": "53f72197-a481-46e9-91fb-c598c2ef43df", "name": "hvigorfile, binding custom plugins []", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603083055708 + "startTime": 352925296815041 }, "additional": { "logType": "debug", @@ -1594,15 +1594,15 @@ }, { "head": { - "id": "0a68a589-fcab-4fa8-a28e-5710f71e8ca9", + "id": "7f3f8b8a-2d96-46e6-b48d-84e4ebdcd963", "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603083068250 + "startTime": 352925296832333 }, "additional": { "logType": "debug", @@ -1611,15 +1611,15 @@ }, { "head": { - "id": "3e4af61f-c37b-4367-8376-d30b09bf3f43", + "id": "ea80a104-de5a-4c6b-9f4a-a04c99eae679", "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603083076125 + "startTime": 352925296840833 }, "additional": { "logType": "debug", @@ -1628,59 +1628,59 @@ }, { "head": { - "id": "b9ee8e77-307a-44d3-8eb9-4aa2c0cf3809", + "id": "bf6e597c-4334-4e92-b26c-318fec580d28", "name": "bind plugins", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602977060541, - "endTime": 340603083082875 + "startTime": 352925178739375, + "endTime": 352925296848125 }, "additional": { "logType": "info", "children": [], - "durationId": "fff9affb-df99-4461-a2d1-82e24c4d9205", - "parent": "7e098919-2eea-43a1-ac18-3941646e2345" + "durationId": "e46cef30-bdde-4328-af92-b818b2a4db23", + "parent": "8c14abe4-9287-42e2-92ee-7f8a70ea85a9" } }, { "head": { - "id": "7e098919-2eea-43a1-ac18-3941646e2345", + "id": "8c14abe4-9287-42e2-92ee-7f8a70ea85a9", "name": "eval hvigorfile", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602543550416, - "endTime": 340603083089333 + "startTime": 352924496209208, + "endTime": 352925296855916 }, "additional": { "logType": "info", "children": [ - "ef6fc64e-3d3b-4463-acd0-54e4fff90c91", - "b9ee8e77-307a-44d3-8eb9-4aa2c0cf3809" + "eda47a59-f30a-4a6f-93b5-a3030c0c3a1e", + "bf6e597c-4334-4e92-b26c-318fec580d28" ], - "durationId": "d6ff8bbd-f94e-4c5d-bc41-2fdcd91e61fb", - "parent": "cf2275b8-a389-475a-a58a-16030e1d4ab1" + "durationId": "d6ae4e04-eadf-4003-b2e4-10ca99dadad7", + "parent": "a25ea9f0-e4ee-4196-abe3-7ab44caa973c" } }, { "head": { - "id": "da00e6ac-28ac-46da-b031-f6c7cc8db8eb", + "id": "c41312ce-2560-4b1e-8c8d-f961757cc296", "name": "\"afterNodeEvaluate\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603083129458, - "endTime": 340603083141125 + "startTime": 352925296907833, + "endTime": 352925296920833 }, "additional": { "children": [], @@ -1689,8 +1689,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "1ace27d8-8dfd-43d6-8bdb-618a26b9104f", - "logId": "32163653-c207-4e71-b0f1-63370d64b17a" + "parent": "1c37aae2-218d-46cb-af73-d6259cadec4b", + "logId": "3501857e-da48-457c-8f04-7b8bd0a5b13c" }, "log": { "_logger": { @@ -1714,74 +1714,74 @@ }, { "head": { - "id": "32163653-c207-4e71-b0f1-63370d64b17a", + "id": "3501857e-da48-457c-8f04-7b8bd0a5b13c", "name": "\"afterNodeEvaluate\" hook function", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603083129458, - "endTime": 340603083141125 + "startTime": 352925296907833, + "endTime": 352925296920833 }, "additional": { "logType": "info", "children": [], - "durationId": "da00e6ac-28ac-46da-b031-f6c7cc8db8eb", - "parent": "cf2275b8-a389-475a-a58a-16030e1d4ab1" + "durationId": "c41312ce-2560-4b1e-8c8d-f961757cc296", + "parent": "a25ea9f0-e4ee-4196-abe3-7ab44caa973c" } }, { "head": { - "id": "cf2275b8-a389-475a-a58a-16030e1d4ab1", + "id": "a25ea9f0-e4ee-4196-abe3-7ab44caa973c", "name": "eval project", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602543355958, - "endTime": 340603083148458 + "startTime": 352924496020916, + "endTime": 352925296928541 }, "additional": { "logType": "info", "children": [ - "3b118096-3855-4519-a2bf-53e514fbc541", - "7e098919-2eea-43a1-ac18-3941646e2345", - "32163653-c207-4e71-b0f1-63370d64b17a" + "4fc40156-f465-49dd-991c-e0c0ae2dc2ea", + "8c14abe4-9287-42e2-92ee-7f8a70ea85a9", + "3501857e-da48-457c-8f04-7b8bd0a5b13c" ], - "durationId": "1ace27d8-8dfd-43d6-8bdb-618a26b9104f", - "parent": "c322382f-f1e6-460d-877d-457a67d60912" + "durationId": "1c37aae2-218d-46cb-af73-d6259cadec4b", + "parent": "88d7237a-cca8-49e6-bc78-f822ec8be205" } }, { "head": { - "id": "72b34e5f-1eca-40a0-9eda-5e0d366e9d54", + "id": "e2a1c0cf-674c-4446-aae0-01c6f5769a96", "name": "eval submodule", "description": "Evaluate submodule.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603083271875, - "endTime": 340603110128458 + "startTime": 352925297055875, + "endTime": 352925325580916 }, "additional": { "children": [ - "f05db881-20d0-4baf-a1da-d858d0f7459b", - "067a9a52-1cec-4e8f-9276-eeaf6d82e4a3", - "3bfc82d1-cc45-46db-9711-2cf8f429503a" + "fa84e1a5-a180-4eab-adaf-d01ef5b93c75", + "ebf7810d-f6de-477c-ad0d-11f57eef879e", + "8adc084a-d172-49f8-a353-4fa7b529fac5" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "e0486465-327e-4d8d-8115-e580ebd88686", - "logId": "48ea0045-d947-48cf-8510-0763c2f1b61d" + "parent": "725d02d2-b31f-4017-b54e-42a8dbcbd139", + "logId": "4a08f37a-3356-4a30-b0cd-15d225404f2b" }, "log": { "_logger": { @@ -1805,16 +1805,16 @@ }, { "head": { - "id": "f05db881-20d0-4baf-a1da-d858d0f7459b", + "id": "fa84e1a5-a180-4eab-adaf-d01ef5b93c75", "name": "\"beforeNodeEvaluate\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603083311583, - "endTime": 340603083317041 + "startTime": 352925297100250, + "endTime": 352925297104958 }, "additional": { "children": [], @@ -1823,8 +1823,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "72b34e5f-1eca-40a0-9eda-5e0d366e9d54", - "logId": "830524fc-bbd7-47fc-9e38-202cc5e0e116" + "parent": "e2a1c0cf-674c-4446-aae0-01c6f5769a96", + "logId": "72af9b31-58d1-4cad-a395-d99ad3617923" }, "log": { "_logger": { @@ -1848,49 +1848,49 @@ }, { "head": { - "id": "830524fc-bbd7-47fc-9e38-202cc5e0e116", + "id": "72af9b31-58d1-4cad-a395-d99ad3617923", "name": "\"beforeNodeEvaluate\" hook function", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603083311583, - "endTime": 340603083317041 + "startTime": 352925297100250, + "endTime": 352925297104958 }, "additional": { "logType": "info", "children": [], - "durationId": "f05db881-20d0-4baf-a1da-d858d0f7459b", - "parent": "48ea0045-d947-48cf-8510-0763c2f1b61d" + "durationId": "fa84e1a5-a180-4eab-adaf-d01ef5b93c75", + "parent": "4a08f37a-3356-4a30-b0cd-15d225404f2b" } }, { "head": { - "id": "067a9a52-1cec-4e8f-9276-eeaf6d82e4a3", + "id": "ebf7810d-f6de-477c-ad0d-11f57eef879e", "name": "eval hvigorfile", "description": "Evaluate hvigorfile.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603083333666, - "endTime": 340603109717583 + "startTime": 352925297127041, + "endTime": 352925325143875 }, "additional": { "children": [ - "31c91ccc-8c55-4706-bc1e-a3775e731646", - "9721bd93-469e-44f0-bf02-a2b8e6189283" + "e962888d-1aeb-48ac-9229-c7cffc618603", + "c81f2887-577f-4dbd-a479-23f8fc484857" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "72b34e5f-1eca-40a0-9eda-5e0d366e9d54", - "logId": "14a2e97c-97dd-4204-89d9-ac090f16a7b2" + "parent": "e2a1c0cf-674c-4446-aae0-01c6f5769a96", + "logId": "ec57ca86-7670-404e-a4c6-2d2441bc908b" }, "log": { "_logger": { @@ -1914,16 +1914,16 @@ }, { "head": { - "id": "31c91ccc-8c55-4706-bc1e-a3775e731646", + "id": "e962888d-1aeb-48ac-9229-c7cffc618603", "name": "require hvigorfile", "description": "Require hvigorfile.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603083333833, - "endTime": 340603086425958 + "startTime": 352925297127208, + "endTime": 352925300431708 }, "additional": { "children": [], @@ -1932,8 +1932,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "067a9a52-1cec-4e8f-9276-eeaf6d82e4a3", - "logId": "ccb430f4-faa8-4d97-b375-5722a6736b41" + "parent": "ebf7810d-f6de-477c-ad0d-11f57eef879e", + "logId": "007cb426-92ea-4a60-a374-946e84b8699b" }, "log": { "_logger": { @@ -1957,16 +1957,16 @@ }, { "head": { - "id": "9721bd93-469e-44f0-bf02-a2b8e6189283", + "id": "c81f2887-577f-4dbd-a479-23f8fc484857", "name": "bind plugins", "description": "Bind plugins.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603086430416, - "endTime": 340603109711708 + "startTime": 352925300439000, + "endTime": 352925325137333 }, "additional": { "children": [], @@ -1975,8 +1975,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "067a9a52-1cec-4e8f-9276-eeaf6d82e4a3", - "logId": "5d773ca1-263e-4d43-8ed5-c85601abaa82" + "parent": "ebf7810d-f6de-477c-ad0d-11f57eef879e", + "logId": "75b36187-299a-40e6-a0df-daf3636ea4e8" }, "log": { "_logger": { @@ -2000,15 +2000,15 @@ }, { "head": { - "id": "0d182009-20ad-4564-8f86-f0f0250ca724", + "id": "09ae95f7-52e9-4e6c-9fb8-f9bacca69ce6", "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603083334666 + "startTime": 352925297128000 }, "additional": { "logType": "debug", @@ -2017,15 +2017,15 @@ }, { "head": { - "id": "824cc1d1-8fac-4441-b2a3-b27f0d9124a1", + "id": "01012dc9-3fe3-46e1-807b-ffbb59a39a99", "name": "hvigorfile, require result: { default: { system: [Function: harTasks], plugins: [] } }", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603086392833 + "startTime": 352925300392041 }, "additional": { "logType": "debug", @@ -2034,35 +2034,35 @@ }, { "head": { - "id": "ccb430f4-faa8-4d97-b375-5722a6736b41", + "id": "007cb426-92ea-4a60-a374-946e84b8699b", "name": "require hvigorfile", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603083333833, - "endTime": 340603086425958 + "startTime": 352925297127208, + "endTime": 352925300431708 }, "additional": { "logType": "info", "children": [], - "durationId": "31c91ccc-8c55-4706-bc1e-a3775e731646", - "parent": "14a2e97c-97dd-4204-89d9-ac090f16a7b2" + "durationId": "e962888d-1aeb-48ac-9229-c7cffc618603", + "parent": "ec57ca86-7670-404e-a4c6-2d2441bc908b" } }, { "head": { - "id": "18cb556b-fd46-4238-8960-5aa3933850a3", + "id": "90abe035-d4a0-4694-bca6-d1949ddb8b77", "name": "hvigorfile, binding system plugins [Function: harTasks]", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603086434250 + "startTime": 352925300443750 }, "additional": { "logType": "debug", @@ -2071,15 +2071,15 @@ }, { "head": { - "id": "e275553c-d94a-4124-b81d-d714135a41e1", + "id": "12ca5912-9ea6-4891-b23d-42c61ece0174", "name": "Starting plugin build process", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603086471416 + "startTime": 352925300496375 }, "additional": { "logType": "debug", @@ -2088,15 +2088,15 @@ }, { "head": { - "id": "8a151e01-8c7d-474f-8527-95a1f151a9e3", + "id": "af4e9755-5893-4979-ae57-62c09549fc07", "name": "Har plugin creating...", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603086492041 + "startTime": 352925300519333 }, "additional": { "logType": "debug", @@ -2105,15 +2105,15 @@ }, { "head": { - "id": "ff499908-4a11-42cf-a52a-0be01c1721f8", + "id": "0ff451a1-f04a-4776-a609-ddc06ca7964b", "name": "failed to load cangjie to dynamically generate schemas: Error: Cannot find module '@ohos/cangjie-build-support/index'\nRequire stack:\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/hooks/cangjie-register.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/strategy/stage-init-strategy.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/abstract-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/app-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/index.js\n- /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/internal/lifecycle/configuration.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/boot/index.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/cli/main/cli.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/bin/hvigor.js", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603086789041 + "startTime": 352925300877916 }, "additional": { "logType": "debug", @@ -2122,15 +2122,15 @@ }, { "head": { - "id": "fa0e5fbb-9eb4-455c-95b2-1b36dc9fb076", + "id": "3d4dd58b-b542-496f-ba2f-aea72cd1eb1e", "name": "Start initialize module-target build option map, moduleName=xuqmSdk, buildMode=debug", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603106502000 + "startTime": 352925321714166 }, "additional": { "logType": "debug", @@ -2139,15 +2139,15 @@ }, { "head": { - "id": "f18cc440-0534-4a99-a981-b108a968eff0", + "id": "2993a556-9cd8-408d-a175-cce6815f45ae", "name": "Target 'default' config initialized", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603106610875 + "startTime": 352925321829416 }, "additional": { "logType": "debug", @@ -2156,15 +2156,15 @@ }, { "head": { - "id": "63bb093a-4809-45cb-bb49-7dbf20854b32", + "id": "5965273a-28af-4fd1-b79f-8407ca91ed5b", "name": "Module 'xuqmSdk' target 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603106868250 + "startTime": 352925322133500 }, "additional": { "logType": "debug", @@ -2173,15 +2173,15 @@ }, { "head": { - "id": "9b82c0c1-eea5-4eb6-923c-7cac5f595a33", + "id": "cf9b699c-6a0a-4dc0-9be9-d9186f4885a8", "name": "End initialize module-target build option map, moduleName=xuqmSdk", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603106882958 + "startTime": 352925322169083 }, "additional": { "logType": "debug", @@ -2190,15 +2190,15 @@ }, { "head": { - "id": "151a2dbe-4e87-4d23-b4fa-b2d279a201cf", + "id": "58daa9dc-9d9c-4f17-843a-6cd4a8f36eca", "name": "Start initialize module-target build option map, moduleName=xuqmSdk, buildMode=release", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603106909500 + "startTime": 352925322206333 }, "additional": { "logType": "debug", @@ -2207,15 +2207,15 @@ }, { "head": { - "id": "415103f4-56b8-4922-8f07-ff5f4943329d", + "id": "26d8a2b9-34e0-4a44-9d3a-53a57093a8ff", "name": "Target 'default' config initialized", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603106926791 + "startTime": 352925322241166 }, "additional": { "logType": "debug", @@ -2224,15 +2224,15 @@ }, { "head": { - "id": "f831f041-a75e-4640-b7b1-0a75fa6a3808", + "id": "d8f2ab8d-b125-4886-b2ee-92d56b240d04", "name": "Module 'xuqmSdk' target 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603107099875 + "startTime": 352925322493416 }, "additional": { "logType": "debug", @@ -2241,15 +2241,15 @@ }, { "head": { - "id": "4f8b8bd8-6a70-4c07-894f-fc7921216192", + "id": "cb19c098-704e-4419-9473-c1dd5ab7fab1", "name": "End initialize module-target build option map, moduleName=xuqmSdk", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603107112208 + "startTime": 352925322516458 }, "additional": { "logType": "debug", @@ -2258,15 +2258,15 @@ }, { "head": { - "id": "f3c4d249-c1f4-4ecb-931c-1efd2adcd99c", + "id": "a7a90b63-aeec-42f6-b5cd-83291a0c2984", "name": "Start initialize module-target build option map, moduleName=xuqmSdk, buildMode=debug", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603107200958 + "startTime": 352925322607208 }, "additional": { "logType": "debug", @@ -2275,15 +2275,15 @@ }, { "head": { - "id": "ff261c2f-1e08-46f8-86f2-7862f6544838", + "id": "543f4bbf-4aac-4a19-bc35-2766cf9ccb46", "name": "Target 'default' config initialized", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603107216250 + "startTime": 352925322626916 }, "additional": { "logType": "debug", @@ -2292,15 +2292,15 @@ }, { "head": { - "id": "edff2fd5-9424-43c3-81a7-2bee5318ce00", + "id": "89a13ea8-8232-4f35-b0d2-c5950a8a346c", "name": "Module 'xuqmSdk' target 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603107347500 + "startTime": 352925322747958 }, "additional": { "logType": "debug", @@ -2309,15 +2309,15 @@ }, { "head": { - "id": "ce855eb1-1f9e-48df-870b-4494da5f2bf4", + "id": "22a15333-3102-4886-9115-8d2608b6565a", "name": "End initialize module-target build option map, moduleName=xuqmSdk", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603107355208 + "startTime": 352925322756666 }, "additional": { "logType": "debug", @@ -2326,15 +2326,15 @@ }, { "head": { - "id": "1c0d5a93-81a7-40e3-a68b-4d13c7ceaa33", + "id": "97c0a71e-7155-4c34-9cb5-74fbf84e2c70", "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603107436750 + "startTime": 352925322853708 }, "additional": { "logType": "debug", @@ -2343,15 +2343,15 @@ }, { "head": { - "id": "c2f4b632-b7e5-430d-89dc-9fb059637f2d", + "id": "4f56bdf8-6212-493b-8598-8476cc4b305a", "name": "Module xuqmSdk task initialization takes 2 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603109587041 + "startTime": 352925325000250 }, "additional": { "logType": "debug", @@ -2360,15 +2360,15 @@ }, { "head": { - "id": "9948717d-df3e-4e01-8dba-e197923cea8b", + "id": "fe642097-56ad-48d7-b2b7-94d8688b2c76", "name": "Har plugin register hook start...", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603109624708 + "startTime": 352925325045125 }, "additional": { "logType": "debug", @@ -2377,15 +2377,15 @@ }, { "head": { - "id": "3805a160-adaa-4618-8bb8-7c4f269c0a56", + "id": "7ae678bc-e1ae-48d5-b698-c02c2d0a0b18", "name": "Har plugin register hook end...", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603109644541 + "startTime": 352925325065291 }, "additional": { "logType": "debug", @@ -2394,15 +2394,15 @@ }, { "head": { - "id": "bee1750f-3118-4b17-b51b-8a9aa9663a3f", + "id": "2f961396-fc2e-4f25-9af2-46b55a00820d", "name": "Plugin build process completed", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603109651333 + "startTime": 352925325072333 }, "additional": { "logType": "debug", @@ -2411,15 +2411,15 @@ }, { "head": { - "id": "fe15c54e-f48d-4b01-b268-431ea431ea30", + "id": "b6f1694d-3112-4ff4-afe5-b30893606811", "name": "hvigorfile, binding custom plugins []", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603109684083 + "startTime": 352925325110500 }, "additional": { "logType": "debug", @@ -2428,15 +2428,15 @@ }, { "head": { - "id": "5e5ad87d-53ac-49e2-9db3-96b48fb6332c", + "id": "b049f4a5-5d52-4d21-8c47-ff4f7189d065", "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603109695375 + "startTime": 352925325121291 }, "additional": { "logType": "debug", @@ -2445,15 +2445,15 @@ }, { "head": { - "id": "18601742-2359-4de8-9dd9-1ac56a818d4f", + "id": "32196837-86a1-48b4-a791-0212bfde0961", "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603109701916 + "startTime": 352925325127916 }, "additional": { "logType": "debug", @@ -2462,59 +2462,59 @@ }, { "head": { - "id": "5d773ca1-263e-4d43-8ed5-c85601abaa82", + "id": "75b36187-299a-40e6-a0df-daf3636ea4e8", "name": "bind plugins", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603086430416, - "endTime": 340603109711708 + "startTime": 352925300439000, + "endTime": 352925325137333 }, "additional": { "logType": "info", "children": [], - "durationId": "9721bd93-469e-44f0-bf02-a2b8e6189283", - "parent": "14a2e97c-97dd-4204-89d9-ac090f16a7b2" + "durationId": "c81f2887-577f-4dbd-a479-23f8fc484857", + "parent": "ec57ca86-7670-404e-a4c6-2d2441bc908b" } }, { "head": { - "id": "14a2e97c-97dd-4204-89d9-ac090f16a7b2", + "id": "ec57ca86-7670-404e-a4c6-2d2441bc908b", "name": "eval hvigorfile", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603083333666, - "endTime": 340603109717583 + "startTime": 352925297127041, + "endTime": 352925325143875 }, "additional": { "logType": "info", "children": [ - "ccb430f4-faa8-4d97-b375-5722a6736b41", - "5d773ca1-263e-4d43-8ed5-c85601abaa82" + "007cb426-92ea-4a60-a374-946e84b8699b", + "75b36187-299a-40e6-a0df-daf3636ea4e8" ], - "durationId": "067a9a52-1cec-4e8f-9276-eeaf6d82e4a3", - "parent": "48ea0045-d947-48cf-8510-0763c2f1b61d" + "durationId": "ebf7810d-f6de-477c-ad0d-11f57eef879e", + "parent": "4a08f37a-3356-4a30-b0cd-15d225404f2b" } }, { "head": { - "id": "3bfc82d1-cc45-46db-9711-2cf8f429503a", + "id": "8adc084a-d172-49f8-a353-4fa7b529fac5", "name": "\"afterNodeEvaluate\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603110118833, - "endTime": 340603110123250 + "startTime": 352925325571291, + "endTime": 352925325575625 }, "additional": { "children": [], @@ -2523,8 +2523,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "72b34e5f-1eca-40a0-9eda-5e0d366e9d54", - "logId": "dc610ee2-fe27-491d-9334-45f2fae6c700" + "parent": "e2a1c0cf-674c-4446-aae0-01c6f5769a96", + "logId": "d32eb478-68e8-4a1a-8eaa-67b156c3fc8f" }, "log": { "_logger": { @@ -2548,74 +2548,74 @@ }, { "head": { - "id": "dc610ee2-fe27-491d-9334-45f2fae6c700", + "id": "d32eb478-68e8-4a1a-8eaa-67b156c3fc8f", "name": "\"afterNodeEvaluate\" hook function", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603110118833, - "endTime": 340603110123250 + "startTime": 352925325571291, + "endTime": 352925325575625 }, "additional": { "logType": "info", "children": [], - "durationId": "3bfc82d1-cc45-46db-9711-2cf8f429503a", - "parent": "48ea0045-d947-48cf-8510-0763c2f1b61d" + "durationId": "8adc084a-d172-49f8-a353-4fa7b529fac5", + "parent": "4a08f37a-3356-4a30-b0cd-15d225404f2b" } }, { "head": { - "id": "48ea0045-d947-48cf-8510-0763c2f1b61d", + "id": "4a08f37a-3356-4a30-b0cd-15d225404f2b", "name": "eval submodule", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603083271875, - "endTime": 340603110128458 + "startTime": 352925297055875, + "endTime": 352925325580916 }, "additional": { "logType": "info", "children": [ - "830524fc-bbd7-47fc-9e38-202cc5e0e116", - "14a2e97c-97dd-4204-89d9-ac090f16a7b2", - "dc610ee2-fe27-491d-9334-45f2fae6c700" + "72af9b31-58d1-4cad-a395-d99ad3617923", + "ec57ca86-7670-404e-a4c6-2d2441bc908b", + "d32eb478-68e8-4a1a-8eaa-67b156c3fc8f" ], - "durationId": "72b34e5f-1eca-40a0-9eda-5e0d366e9d54", - "parent": "110be9aa-e0d2-4fec-ba44-7ca55e8aab4d" + "durationId": "e2a1c0cf-674c-4446-aae0-01c6f5769a96", + "parent": "d27130cd-8565-49ae-a989-4e5845ffaf84" } }, { "head": { - "id": "3a6d473f-a6c6-4951-94dc-b4599f54a253", + "id": "356e4692-d9c1-44e0-a99d-3f2d9f5aafc9", "name": "eval submodule", "description": "Evaluate submodule.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603110141875, - "endTime": 340603116125250 + "startTime": 352925325593958, + "endTime": 352925331971000 }, "additional": { "children": [ - "a989b764-e095-4dc5-b1b9-6ccd3a71a992", - "25995343-bb22-4bdd-a23e-d77215c99f25", - "dda02cb1-e94b-4031-a9d0-0606de3348a1" + "05090f02-3087-4a18-95fe-2665624a92c7", + "43abd83f-d523-474f-8467-c7c2b1b2f01a", + "e8b63995-e129-4abd-8300-a1690935975c" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "e0486465-327e-4d8d-8115-e580ebd88686", - "logId": "8b4ffeb2-0282-4ae9-a84a-479da27108bc" + "parent": "725d02d2-b31f-4017-b54e-42a8dbcbd139", + "logId": "9038f0b0-c8b1-41e2-9000-ac0dbb7e44fa" }, "log": { "_logger": { @@ -2639,16 +2639,16 @@ }, { "head": { - "id": "a989b764-e095-4dc5-b1b9-6ccd3a71a992", + "id": "05090f02-3087-4a18-95fe-2665624a92c7", "name": "\"beforeNodeEvaluate\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603110178166, - "endTime": 340603110180291 + "startTime": 352925325637541, + "endTime": 352925325639750 }, "additional": { "children": [], @@ -2657,8 +2657,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "3a6d473f-a6c6-4951-94dc-b4599f54a253", - "logId": "325e97e9-997e-4585-8c57-447c2754f2e2" + "parent": "356e4692-d9c1-44e0-a99d-3f2d9f5aafc9", + "logId": "5034422f-6bb8-4140-973f-2f912998d8d6" }, "log": { "_logger": { @@ -2682,49 +2682,49 @@ }, { "head": { - "id": "325e97e9-997e-4585-8c57-447c2754f2e2", + "id": "5034422f-6bb8-4140-973f-2f912998d8d6", "name": "\"beforeNodeEvaluate\" hook function", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603110178166, - "endTime": 340603110180291 + "startTime": 352925325637541, + "endTime": 352925325639750 }, "additional": { "logType": "info", "children": [], - "durationId": "a989b764-e095-4dc5-b1b9-6ccd3a71a992", - "parent": "8b4ffeb2-0282-4ae9-a84a-479da27108bc" + "durationId": "05090f02-3087-4a18-95fe-2665624a92c7", + "parent": "9038f0b0-c8b1-41e2-9000-ac0dbb7e44fa" } }, { "head": { - "id": "25995343-bb22-4bdd-a23e-d77215c99f25", + "id": "43abd83f-d523-474f-8467-c7c2b1b2f01a", "name": "eval hvigorfile", "description": "Evaluate hvigorfile.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603110195916, - "endTime": 340603116086416 + "startTime": 352925325657625, + "endTime": 352925331931166 }, "additional": { "children": [ - "de94087f-bbbb-4907-9574-05ff613dc581", - "00b1824f-46db-4c22-8f5d-97f29d909f70" + "8a9a35db-a825-4cbd-a195-9972e6323b09", + "3b9b6c92-768e-4e6b-85b9-efc7acdb315f" ], "state": "success", "targetName": "", "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "3a6d473f-a6c6-4951-94dc-b4599f54a253", - "logId": "ce4e0601-5caf-45d5-87c6-504d9c6a472e" + "parent": "356e4692-d9c1-44e0-a99d-3f2d9f5aafc9", + "logId": "6d7ff2de-3137-4fa9-8311-c0fd1c3e26c5" }, "log": { "_logger": { @@ -2748,16 +2748,16 @@ }, { "head": { - "id": "de94087f-bbbb-4907-9574-05ff613dc581", + "id": "8a9a35db-a825-4cbd-a195-9972e6323b09", "name": "require hvigorfile", "description": "Require hvigorfile.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603110196083, - "endTime": 340603113010583 + "startTime": 352925325657791, + "endTime": 352925328902833 }, "additional": { "children": [], @@ -2766,8 +2766,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "25995343-bb22-4bdd-a23e-d77215c99f25", - "logId": "77fc0496-2ed5-46ef-a6ab-029647cf7317" + "parent": "43abd83f-d523-474f-8467-c7c2b1b2f01a", + "logId": "3fd464c9-1232-472f-809f-0c905b1813e4" }, "log": { "_logger": { @@ -2791,16 +2791,16 @@ }, { "head": { - "id": "00b1824f-46db-4c22-8f5d-97f29d909f70", + "id": "3b9b6c92-768e-4e6b-85b9-efc7acdb315f", "name": "bind plugins", "description": "Bind plugins.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603113017416, - "endTime": 340603116080625 + "startTime": 352925328912750, + "endTime": 352925331926000 }, "additional": { "children": [], @@ -2809,8 +2809,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "25995343-bb22-4bdd-a23e-d77215c99f25", - "logId": "eff0d90f-3630-4d3b-a312-79dd4da25c05" + "parent": "43abd83f-d523-474f-8467-c7c2b1b2f01a", + "logId": "2f323b5e-8cd3-413b-8e3e-f3cd637aa273" }, "log": { "_logger": { @@ -2834,15 +2834,15 @@ }, { "head": { - "id": "fe4d1466-b3a3-4a75-a414-db4b3511a1e6", + "id": "6bf03270-f263-48eb-85cc-a4e8c4098022", "name": "hvigorfile, resolving /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603110197041 + "startTime": 352925325658791 }, "additional": { "logType": "debug", @@ -2851,15 +2851,15 @@ }, { "head": { - "id": "87d87e0d-3418-4660-99cb-66a198e59b7f", + "id": "9b1ad9b0-59ea-4bd8-94cd-a9f83bcd1539", "name": "hvigorfile, require result: { default: { system: [Function: hapTasks], plugins: [] } }", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603112975500 + "startTime": 352925328841958 }, "additional": { "logType": "debug", @@ -2868,35 +2868,35 @@ }, { "head": { - "id": "77fc0496-2ed5-46ef-a6ab-029647cf7317", + "id": "3fd464c9-1232-472f-809f-0c905b1813e4", "name": "require hvigorfile", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603110196083, - "endTime": 340603113010583 + "startTime": 352925325657791, + "endTime": 352925328902833 }, "additional": { "logType": "info", "children": [], - "durationId": "de94087f-bbbb-4907-9574-05ff613dc581", - "parent": "ce4e0601-5caf-45d5-87c6-504d9c6a472e" + "durationId": "8a9a35db-a825-4cbd-a195-9972e6323b09", + "parent": "6d7ff2de-3137-4fa9-8311-c0fd1c3e26c5" } }, { "head": { - "id": "c5855e12-b540-4321-bed7-64eb36b65da4", + "id": "7f9be93f-9466-4121-9cef-33a957e5e37c", "name": "hvigorfile, binding system plugins [Function: hapTasks]", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603113021708 + "startTime": 352925328917875 }, "additional": { "logType": "debug", @@ -2905,15 +2905,15 @@ }, { "head": { - "id": "cc8482a1-de89-45ee-ba64-fcf468f94bf9", + "id": "70d4bef4-0a80-4576-afa9-0f0f3a4a0a9b", "name": "Starting plugin build process", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603113066458 + "startTime": 352925328980375 }, "additional": { "logType": "debug", @@ -2922,15 +2922,15 @@ }, { "head": { - "id": "f1c475ce-10b5-418a-95f3-98017acc36f4", + "id": "119ea499-55d7-4c5b-9b9f-b87541a29900", "name": "Hap plugin creating...", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603113083500 + "startTime": 352925329002125 }, "additional": { "logType": "debug", @@ -2939,15 +2939,15 @@ }, { "head": { - "id": "51627066-ba03-4e3c-83fd-f4c46e2f5e7c", + "id": "2bc14fc4-8465-4396-8f2a-f195cb0a2de1", "name": "failed to load cangjie to dynamically generate schemas: Error: Cannot find module '@ohos/cangjie-build-support/index'\nRequire stack:\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/hooks/cangjie-register.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/strategy/stage-init-strategy.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/abstract-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/builder/app-plugin-builder.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/index.js\n- /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigorfile.ts\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/internal/lifecycle/configuration.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/base/boot/index.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/src/cli/main/cli.js\n- /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor/bin/hvigor.js", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603113185083 + "startTime": 352925329121083 }, "additional": { "logType": "debug", @@ -2956,15 +2956,15 @@ }, { "head": { - "id": "76c010d3-cbc7-4651-a8c7-d2c0a23a75a6", + "id": "6e977be0-3400-4538-9280-9cc00d1c7ec8", "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603114877708 + "startTime": 352925330949708 }, "additional": { "logType": "debug", @@ -2973,15 +2973,15 @@ }, { "head": { - "id": "13f177f0-a269-4288-b863-6a1c958f0d0f", + "id": "e0363a39-ff05-4d78-97f3-ddde2c3a6eb6", "name": "Target 'default' config initialized", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603114906000 + "startTime": 352925330973041 }, "additional": { "logType": "debug", @@ -2990,15 +2990,15 @@ }, { "head": { - "id": "d8536b93-c148-463b-bf95-c88f18ea44c7", + "id": "2e83636e-0d6e-4df2-846e-86b0cc398fa8", "name": "Module 'entry' target 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603114964166 + "startTime": 352925331025791 }, "additional": { "logType": "debug", @@ -3007,15 +3007,15 @@ }, { "head": { - "id": "bcdb60f1-6cbc-464a-9bbd-a00b2a9f58aa", + "id": "e60ed970-06ea-46ba-aca8-28f36401d1ba", "name": "End initialize module-target build option map, moduleName=entry", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603114972083 + "startTime": 352925331033500 }, "additional": { "logType": "debug", @@ -3024,15 +3024,15 @@ }, { "head": { - "id": "51e6c00c-878d-4d07-8c55-5c9a691587d6", + "id": "598280c6-90cf-47e4-9b76-e3448f16d8c9", "name": "Start initialize module-target build option map, moduleName=entry, buildMode=release", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603114987041 + "startTime": 352925331047041 }, "additional": { "logType": "debug", @@ -3041,15 +3041,15 @@ }, { "head": { - "id": "85f36f47-d126-4d6a-9501-0faf009a4c54", + "id": "150c3953-35f3-42f7-aeb0-a2a4f0abb6f5", "name": "Target 'default' config initialized", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603114996791 + "startTime": 352925331056625 }, "additional": { "logType": "debug", @@ -3058,15 +3058,15 @@ }, { "head": { - "id": "47976fbd-4292-4fb1-8fcf-692ff9321d07", + "id": "9870d678-f8a0-49b1-a4bc-dfe01b6fcb46", "name": "Module 'entry' target 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603115039875 + "startTime": 352925331097000 }, "additional": { "logType": "debug", @@ -3075,15 +3075,15 @@ }, { "head": { - "id": "299ecd89-73af-4f32-93e8-280036b84d39", + "id": "1802e85b-eb79-4368-802a-3c6374dfe8c8", "name": "End initialize module-target build option map, moduleName=entry", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603115047375 + "startTime": 352925331104041 }, "additional": { "logType": "debug", @@ -3092,15 +3092,15 @@ }, { "head": { - "id": "bc3814dc-e3f7-460d-827f-d67a956ef01b", + "id": "10d65d83-835c-4a51-9850-ba9d44a54a76", "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603115067000 + "startTime": 352925331118708 }, "additional": { "logType": "debug", @@ -3109,15 +3109,15 @@ }, { "head": { - "id": "5343805d-4194-47b0-8be4-adebd134fad9", + "id": "2c5cbae2-b8c2-4c9e-92a9-9423feee7879", "name": "Target 'default' config initialized", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603115076333 + "startTime": 352925331127583 }, "additional": { "logType": "debug", @@ -3126,15 +3126,15 @@ }, { "head": { - "id": "13b450fa-e4bd-43e7-9492-9eed3fefa4dc", + "id": "1ab49382-c59d-4cce-9a48-39b4d67760b9", "name": "Module 'entry' target 'default' build option initialized", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603115110166 + "startTime": 352925331160041 }, "additional": { "logType": "debug", @@ -3143,15 +3143,15 @@ }, { "head": { - "id": "41731b25-6882-43f4-97f4-2610018717eb", + "id": "69027820-1507-428d-8d94-8c15d043c3e8", "name": "End initialize module-target build option map, moduleName=entry", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603115116291 + "startTime": 352925331165916 }, "additional": { "logType": "debug", @@ -3160,15 +3160,15 @@ }, { "head": { - "id": "2f98549a-622e-4491-a911-01fe97f5216f", + "id": "e9ce813c-5167-4a67-b3c6-15202c927972", "name": "Obtain build option for module 'entry' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603115127208 + "startTime": 352925331175416 }, "additional": { "logType": "debug", @@ -3177,15 +3177,15 @@ }, { "head": { - "id": "817613b8-a31a-4ad5-b471-650293add059", + "id": "fbebf7d1-8719-46a1-b200-2ab798b8dd72", "name": "Module entry task initialization takes 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603115954375 + "startTime": 352925331821333 }, "additional": { "logType": "debug", @@ -3194,15 +3194,15 @@ }, { "head": { - "id": "65920fb4-7a79-4d0d-aed3-fc71ab108fb4", + "id": "40e55c4c-8710-4968-a717-1c7f8b6e68a2", "name": "Hap plugin register hook start...", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603116003958 + "startTime": 352925331857625 }, "additional": { "logType": "debug", @@ -3211,15 +3211,15 @@ }, { "head": { - "id": "f5db6c44-cc7e-4113-8d00-c7e42291c2ae", + "id": "bc440b25-be12-4d0c-91a8-1ae9e45868a1", "name": "Hap plugin register hook end...", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603116014416 + "startTime": 352925331867083 }, "additional": { "logType": "debug", @@ -3228,15 +3228,15 @@ }, { "head": { - "id": "bcdd0638-4888-4337-a119-9647fead082e", + "id": "2990fe4b-625f-442d-87bc-83b23afee706", "name": "Plugin build process completed", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603116020875 + "startTime": 352925331873041 }, "additional": { "logType": "debug", @@ -3245,15 +3245,15 @@ }, { "head": { - "id": "09c5e8fd-5033-4679-9c59-8227a7a4a3ac", + "id": "d7430bec-ae8d-45c8-a31c-36be6ca5a5a1", "name": "hvigorfile, binding custom plugins []", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603116056166 + "startTime": 352925331904625 }, "additional": { "logType": "debug", @@ -3262,15 +3262,15 @@ }, { "head": { - "id": "0d000bea-c56f-4ea6-829f-beddc8f9ce52", + "id": "735c1e03-8899-4fc2-85a8-ecd1c99e0c86", "name": "hvigorfile, no custom plugins were found in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603116065583 + "startTime": 352925331913708 }, "additional": { "logType": "debug", @@ -3279,15 +3279,15 @@ }, { "head": { - "id": "df441081-f2bd-44a6-b732-0793910982b0", + "id": "95885db1-dc03-4ac2-931d-3bc2e2f47bee", "name": "hvigorfile, resolve finished /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/hvigorfile.ts", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603116072000 + "startTime": 352925331920041 }, "additional": { "logType": "debug", @@ -3296,59 +3296,59 @@ }, { "head": { - "id": "eff0d90f-3630-4d3b-a312-79dd4da25c05", + "id": "2f323b5e-8cd3-413b-8e3e-f3cd637aa273", "name": "bind plugins", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603113017416, - "endTime": 340603116080625 + "startTime": 352925328912750, + "endTime": 352925331926000 }, "additional": { "logType": "info", "children": [], - "durationId": "00b1824f-46db-4c22-8f5d-97f29d909f70", - "parent": "ce4e0601-5caf-45d5-87c6-504d9c6a472e" + "durationId": "3b9b6c92-768e-4e6b-85b9-efc7acdb315f", + "parent": "6d7ff2de-3137-4fa9-8311-c0fd1c3e26c5" } }, { "head": { - "id": "ce4e0601-5caf-45d5-87c6-504d9c6a472e", + "id": "6d7ff2de-3137-4fa9-8311-c0fd1c3e26c5", "name": "eval hvigorfile", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603110195916, - "endTime": 340603116086416 + "startTime": 352925325657625, + "endTime": 352925331931166 }, "additional": { "logType": "info", "children": [ - "77fc0496-2ed5-46ef-a6ab-029647cf7317", - "eff0d90f-3630-4d3b-a312-79dd4da25c05" + "3fd464c9-1232-472f-809f-0c905b1813e4", + "2f323b5e-8cd3-413b-8e3e-f3cd637aa273" ], - "durationId": "25995343-bb22-4bdd-a23e-d77215c99f25", - "parent": "8b4ffeb2-0282-4ae9-a84a-479da27108bc" + "durationId": "43abd83f-d523-474f-8467-c7c2b1b2f01a", + "parent": "9038f0b0-c8b1-41e2-9000-ac0dbb7e44fa" } }, { "head": { - "id": "dda02cb1-e94b-4031-a9d0-0606de3348a1", + "id": "e8b63995-e129-4abd-8300-a1690935975c", "name": "\"afterNodeEvaluate\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603116118166, - "endTime": 340603116121166 + "startTime": 352925331963958, + "endTime": 352925331967375 }, "additional": { "children": [], @@ -3357,8 +3357,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "3a6d473f-a6c6-4951-94dc-b4599f54a253", - "logId": "a4b41b6b-1949-4c7c-8ac6-774ba7cb5960" + "parent": "356e4692-d9c1-44e0-a99d-3f2d9f5aafc9", + "logId": "e95ea03e-c742-49a5-a094-63c014921247" }, "log": { "_logger": { @@ -3382,103 +3382,103 @@ }, { "head": { - "id": "a4b41b6b-1949-4c7c-8ac6-774ba7cb5960", + "id": "e95ea03e-c742-49a5-a094-63c014921247", "name": "\"afterNodeEvaluate\" hook function", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603116118166, - "endTime": 340603116121166 + "startTime": 352925331963958, + "endTime": 352925331967375 }, "additional": { "logType": "info", "children": [], - "durationId": "dda02cb1-e94b-4031-a9d0-0606de3348a1", - "parent": "8b4ffeb2-0282-4ae9-a84a-479da27108bc" + "durationId": "e8b63995-e129-4abd-8300-a1690935975c", + "parent": "9038f0b0-c8b1-41e2-9000-ac0dbb7e44fa" } }, { "head": { - "id": "8b4ffeb2-0282-4ae9-a84a-479da27108bc", + "id": "9038f0b0-c8b1-41e2-9000-ac0dbb7e44fa", "name": "eval submodule", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603110141875, - "endTime": 340603116125250 + "startTime": 352925325593958, + "endTime": 352925331971000 }, "additional": { "logType": "info", "children": [ - "325e97e9-997e-4585-8c57-447c2754f2e2", - "ce4e0601-5caf-45d5-87c6-504d9c6a472e", - "a4b41b6b-1949-4c7c-8ac6-774ba7cb5960" + "5034422f-6bb8-4140-973f-2f912998d8d6", + "6d7ff2de-3137-4fa9-8311-c0fd1c3e26c5", + "e95ea03e-c742-49a5-a094-63c014921247" ], - "durationId": "3a6d473f-a6c6-4951-94dc-b4599f54a253", - "parent": "110be9aa-e0d2-4fec-ba44-7ca55e8aab4d" + "durationId": "356e4692-d9c1-44e0-a99d-3f2d9f5aafc9", + "parent": "d27130cd-8565-49ae-a989-4e5845ffaf84" } }, { "head": { - "id": "110be9aa-e0d2-4fec-ba44-7ca55e8aab4d", + "id": "d27130cd-8565-49ae-a989-4e5845ffaf84", "name": "eval modules", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603083267541, - "endTime": 340603116130041 + "startTime": 352925297050833, + "endTime": 352925331975333 }, "additional": { "logType": "info", "children": [ - "48ea0045-d947-48cf-8510-0763c2f1b61d", - "8b4ffeb2-0282-4ae9-a84a-479da27108bc" + "4a08f37a-3356-4a30-b0cd-15d225404f2b", + "9038f0b0-c8b1-41e2-9000-ac0dbb7e44fa" ], - "durationId": "e0486465-327e-4d8d-8115-e580ebd88686", - "parent": "c322382f-f1e6-460d-877d-457a67d60912" + "durationId": "725d02d2-b31f-4017-b54e-42a8dbcbd139", + "parent": "88d7237a-cca8-49e6-bc78-f822ec8be205" } }, { "head": { - "id": "fff59eb8-4ffe-479f-9fe4-394910f6cc73", + "id": "c6449574-30ab-440c-9932-991cb0fb5571", "name": "add config dependencies", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603116149875, - "endTime": 340603116150333 + "startTime": 352925331991750, + "endTime": 352925331992041 }, "additional": { "logType": "info", "children": [], - "durationId": "cb9ddb63-f156-4c5c-977e-5edbd645ed87", - "parent": "c322382f-f1e6-460d-877d-457a67d60912" + "durationId": "2bd842ad-2dfc-4b8e-afd9-2342134827b4", + "parent": "88d7237a-cca8-49e6-bc78-f822ec8be205" } }, { "head": { - "id": "2c1c9dc3-fdd3-41ef-ad30-6a0c6f5c4f9a", + "id": "98dba585-8edb-4d4f-9a7c-b3929bad4b5c", "name": "\"nodesEvaluated\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603116156791, - "endTime": 340603116283750 + "startTime": 352925331997750, + "endTime": 352925332120541 }, "additional": { "children": [], @@ -3487,8 +3487,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "c69c2635-b11c-4ed5-9dfc-a8ae46fb62db", - "logId": "576111a4-2a20-43f2-a068-0e8e6b445091" + "parent": "4f198f7f-f685-4de6-be88-5f65a92428e1", + "logId": "4472a045-00f0-47c8-8b26-3fd13611050c" }, "log": { "_logger": { @@ -3512,15 +3512,15 @@ }, { "head": { - "id": "c97d4ae3-54ce-44ba-8869-13af0dafdcaf", + "id": "746c605b-473f-4a34-8782-5119652d5f6e", "name": "project has submodules:xuqmSdk,entry", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603116185458 + "startTime": 352925332023333 }, "additional": { "logType": "debug", @@ -3529,15 +3529,15 @@ }, { "head": { - "id": "dea0e175-dac9-47fd-b434-c1e0416588f8", + "id": "6932edc1-082a-4824-9775-5c00bb4d58be", "name": "module:xuqmSdk no need to execute packageHap", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603116247541 + "startTime": 352925332084041 }, "additional": { "logType": "debug", @@ -3546,35 +3546,35 @@ }, { "head": { - "id": "576111a4-2a20-43f2-a068-0e8e6b445091", + "id": "4472a045-00f0-47c8-8b26-3fd13611050c", "name": "\"nodesEvaluated\" hook function", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603116156791, - "endTime": 340603116283750 + "startTime": 352925331997750, + "endTime": 352925332120541 }, "additional": { "logType": "info", "children": [], - "durationId": "2c1c9dc3-fdd3-41ef-ad30-6a0c6f5c4f9a", - "parent": "c322382f-f1e6-460d-877d-457a67d60912" + "durationId": "98dba585-8edb-4d4f-9a7c-b3929bad4b5c", + "parent": "88d7237a-cca8-49e6-bc78-f822ec8be205" } }, { "head": { - "id": "f935e568-1a7f-4fa0-af86-2a09fb24139f", + "id": "3df04ee6-3645-4fd7-b5f0-df2231708f45", "name": "start to load updatedOhPackageInfo to the disk", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603116864708 + "startTime": 352925333007333 }, "additional": { "logType": "debug", @@ -3583,15 +3583,15 @@ }, { "head": { - "id": "26ca52ed-f1f7-4215-a3f3-08a8ea0c6faa", + "id": "3b6bdbd0-e218-477a-b52e-3d001a87ff2e", "name": "load to the disk finished", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603118537458 + "startTime": 352925335813125 }, "additional": { "logType": "debug", @@ -3600,35 +3600,35 @@ }, { "head": { - "id": "73a4a640-b552-42a1-866a-16421e34e1de", + "id": "d6529b19-82a5-47c5-b2a5-e227cc420141", "name": "ohpm install", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603116286666, - "endTime": 340603118754083 + "startTime": 352925332123458, + "endTime": 352925336071666 }, "additional": { "logType": "info", "children": [], - "durationId": "c8b7bc75-cddc-451d-914b-844894687896", - "parent": "c322382f-f1e6-460d-877d-457a67d60912" + "durationId": "712658be-7f95-42cf-93bc-a47b7fec216e", + "parent": "88d7237a-cca8-49e6-bc78-f822ec8be205" } }, { "head": { - "id": "46b3e702-bfa0-4f3e-ad76-e016f6062d56", + "id": "48f100e9-fc06-46d6-8adb-c827ae2dea87", "name": "Start to initialize dependency information.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603118807041 + "startTime": 352925336120208 }, "additional": { "logType": "debug", @@ -3637,15 +3637,15 @@ }, { "head": { - "id": "3f53417d-edf1-460d-aca4-627dedef8963", + "id": "9b8571a4-b1f0-4b63-b757-a6e68ef32642", "name": "Module XuqmGroup-HarmonySDK Collected Dependency: ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603119493625 + "startTime": 352925336839000 }, "additional": { "logType": "debug", @@ -3654,15 +3654,15 @@ }, { "head": { - "id": "c3873e60-9976-41ea-87d1-b735361305c7", + "id": "2718cb51-baa3-4a46-bae1-a93baca17132", "name": "Module XuqmGroup-HarmonySDK's total dependency: 0", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603119503291 + "startTime": 352925336852708 }, "additional": { "logType": "debug", @@ -3671,15 +3671,15 @@ }, { "head": { - "id": "53f39287-a5e9-45a1-b7d8-78488cf68b6e", + "id": "53efd24e-6603-40ad-a265-204161bd213e", "name": "Start to initialize dependency information.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603120084916 + "startTime": 352925337494375 }, "additional": { "logType": "debug", @@ -3688,15 +3688,15 @@ }, { "head": { - "id": "262f087d-118d-4904-b49e-c8ff819dcd3d", + "id": "d2f0a79a-f5a3-44ec-95a6-491a1f3ac445", "name": "Module xuqmSdk Collected Dependency: ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603120460583 + "startTime": 352925337865666 }, "additional": { "logType": "debug", @@ -3705,15 +3705,15 @@ }, { "head": { - "id": "8db25209-012a-4509-b559-3ae1544388ca", + "id": "0bc5c100-827a-42fa-bcc3-9c5cf5179d5f", "name": "Module xuqmSdk's total dependency: 0", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603120469625 + "startTime": 352925337876583 }, "additional": { "logType": "debug", @@ -3722,15 +3722,15 @@ }, { "head": { - "id": "d0b0d6d9-aba6-4dfd-9b27-1dd88f8c191a", + "id": "46c5ac91-6d4b-48a3-b4d1-461ae23c38dd", "name": "Start to initialize dependency information.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603121661041 + "startTime": 352925339131083 }, "additional": { "logType": "debug", @@ -3739,15 +3739,15 @@ }, { "head": { - "id": "14405798-b052-41fe-b4fb-74beaa320aff", + "id": "315b12a6-4c57-4ee0-ab20-8265d610daa5", "name": "Module entry Collected Dependency: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603122495833 + "startTime": 352925340033625 }, "additional": { "logType": "debug", @@ -3756,15 +3756,15 @@ }, { "head": { - "id": "7b42f8fa-346c-4a62-a474-f15acf3852a3", + "id": "aeb66c6a-8f05-4cfb-9250-010f5f0396a1", "name": "Module entry's total dependency: 1", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603122505791 + "startTime": 352925340045958 }, "additional": { "logType": "debug", @@ -3773,35 +3773,35 @@ }, { "head": { - "id": "aab4d490-ff71-4074-a3fb-adef63eae202", + "id": "5dfbd751-ce30-4b56-98a4-0f86b274088c", "name": "eval hook", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603118760083, - "endTime": 340603123017833 + "startTime": 352925336079041, + "endTime": 352925340599875 }, "additional": { "logType": "info", "children": [], - "durationId": "5f8edd8c-9b4c-43f1-b8e6-784fdf629691", - "parent": "c322382f-f1e6-460d-877d-457a67d60912" + "durationId": "aedc4f7f-84c3-419e-9040-1ed2f4f4ee55", + "parent": "88d7237a-cca8-49e6-bc78-f822ec8be205" } }, { "head": { - "id": "db1aa995-6e4e-45f6-8081-2d586e9bcb17", - "name": "Configuration phase cost:580 ms ", + "id": "5fccfb4c-bae9-4a07-be9d-c35453c9edf2", + "name": "Configuration phase cost:845 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603123036666 + "startTime": 352925340626916 }, "additional": { "logType": "debug", @@ -3810,66 +3810,66 @@ }, { "head": { - "id": "9156177d-d271-42d6-ac73-e9e2f29447a5", + "id": "3dff4b65-6c5c-48af-8f63-db1f41c7053d", "name": "fin configuration", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603123022625, - "endTime": 340603123046166 + "startTime": 352925340607750, + "endTime": 352925340637916 }, "additional": { "logType": "info", "children": [], - "durationId": "930eeeae-22c3-4ec8-8270-ebc323f33688", - "parent": "c322382f-f1e6-460d-877d-457a67d60912" + "durationId": "cff36887-2d66-4a0c-9c5f-50993dcb143e", + "parent": "88d7237a-cca8-49e6-bc78-f822ec8be205" } }, { "head": { - "id": "c322382f-f1e6-460d-877d-457a67d60912", + "id": "88d7237a-cca8-49e6-bc78-f822ec8be205", "name": "configure hvigor plugin", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602542912458, - "endTime": 340603123049541 + "startTime": 352924495602958, + "endTime": 352925340642541 }, "additional": { "logType": "info", "children": [ - "ab441f3f-5b32-4009-ab95-0ba861662032", - "67869f92-d4a9-442a-b651-c11eb31e5495", - "cf2275b8-a389-475a-a58a-16030e1d4ab1", - "110be9aa-e0d2-4fec-ba44-7ca55e8aab4d", - "fff59eb8-4ffe-479f-9fe4-394910f6cc73", - "73a4a640-b552-42a1-866a-16421e34e1de", - "aab4d490-ff71-4074-a3fb-adef63eae202", - "9156177d-d271-42d6-ac73-e9e2f29447a5", - "576111a4-2a20-43f2-a068-0e8e6b445091" + "a9155bac-e6bb-49dc-8b5e-541c3521b0fe", + "4fe150d0-d9c0-4095-a20f-0ac8920c1cf4", + "a25ea9f0-e4ee-4196-abe3-7ab44caa973c", + "d27130cd-8565-49ae-a989-4e5845ffaf84", + "c6449574-30ab-440c-9932-991cb0fb5571", + "d6529b19-82a5-47c5-b2a5-e227cc420141", + "5dfbd751-ce30-4b56-98a4-0f86b274088c", + "3dff4b65-6c5c-48af-8f63-db1f41c7053d", + "4472a045-00f0-47c8-8b26-3fd13611050c" ], - "durationId": "c69c2635-b11c-4ed5-9dfc-a8ae46fb62db", - "parent": "ab35d679-3b09-4e39-aa1e-47214396ae81" + "durationId": "4f198f7f-f685-4de6-be88-5f65a92428e1", + "parent": "30e3799a-340f-4436-a312-1124fa4c25af" } }, { "head": { - "id": "ff207e63-916b-4132-9ee3-95e9c595507b", + "id": "cc672813-5f3c-4f83-9cca-e0523d78bdab", "name": "\"taskGraphResolved\" hook function", "description": "", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603123954416, - "endTime": 340603123967166 + "startTime": 352925341508583, + "endTime": 352925341523708 }, "additional": { "children": [], @@ -3878,8 +3878,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "08951db9-f0cc-4d50-bf5d-d89f2eaf8c8a", - "logId": "bd9f4a5c-00a0-4371-b9e2-0a0cb1d43239" + "parent": "4e8b5ea4-67e1-405b-9477-980a1382b503", + "logId": "7aa9524e-c364-460e-97db-b488b8f3f1b6" }, "log": { "_logger": { @@ -3903,102 +3903,102 @@ }, { "head": { - "id": "bd9f4a5c-00a0-4371-b9e2-0a0cb1d43239", + "id": "7aa9524e-c364-460e-97db-b488b8f3f1b6", "name": "\"taskGraphResolved\" hook function", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603123954416, - "endTime": 340603123967166 + "startTime": 352925341508583, + "endTime": 352925341523708 }, "additional": { "logType": "info", "children": [], - "durationId": "ff207e63-916b-4132-9ee3-95e9c595507b", - "parent": "ab35d679-3b09-4e39-aa1e-47214396ae81" + "durationId": "cc672813-5f3c-4f83-9cca-e0523d78bdab", + "parent": "30e3799a-340f-4436-a312-1124fa4c25af" } }, { "head": { - "id": "99af1333-d126-450b-9961-c95d1643e902", + "id": "c4a7e13d-294d-458a-80c7-4a06ea0a4f11", "name": "build task graph", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603123062125, - "endTime": 340603123970333 + "startTime": 352925340657625, + "endTime": 352925341527541 }, "additional": { "logType": "info", "children": [], - "durationId": "3a804ace-9dd6-4440-917b-2e526550a122", - "parent": "ab35d679-3b09-4e39-aa1e-47214396ae81" + "durationId": "6a0e0d5b-d6aa-4bc9-8f75-6d27b274c099", + "parent": "30e3799a-340f-4436-a312-1124fa4c25af" } }, { "head": { - "id": "9708e716-ceae-4ae6-93c5-61c18f9322be", + "id": "95be262f-040d-4304-b7ba-e52cf96ffd44", "name": "init task execution option", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603123972375, - "endTime": 340603123975791 + "startTime": 352925341529666, + "endTime": 352925341533583 }, "additional": { "logType": "info", "children": [], - "durationId": "8ea710cb-a5f5-4ae8-8fe9-d7419c99bae3", - "parent": "ab35d679-3b09-4e39-aa1e-47214396ae81" + "durationId": "04c78ff8-d708-456c-ab3f-1c3cd4c7d727", + "parent": "30e3799a-340f-4436-a312-1124fa4c25af" } }, { "head": { - "id": "ab35d679-3b09-4e39-aa1e-47214396ae81", + "id": "30e3799a-340f-4436-a312-1124fa4c25af", "name": "init", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602538137333, - "endTime": 340603123979000 + "startTime": 352924489436000, + "endTime": 352925341536583 }, "additional": { "logType": "info", "children": [ - "254cc277-afc8-4ae0-a341-6aecdf9f4677", - "c322382f-f1e6-460d-877d-457a67d60912", - "99af1333-d126-450b-9961-c95d1643e902", - "9708e716-ceae-4ae6-93c5-61c18f9322be", - "ae7f0bff-b3cf-4fc3-809c-9a8221cd7b54", - "14bf872a-21ee-4a66-85ba-2c611113b511", - "bd9f4a5c-00a0-4371-b9e2-0a0cb1d43239" + "1d0c08b8-927a-4892-ae67-ed4bd332e158", + "88d7237a-cca8-49e6-bc78-f822ec8be205", + "c4a7e13d-294d-458a-80c7-4a06ea0a4f11", + "95be262f-040d-4304-b7ba-e52cf96ffd44", + "1a6f33ce-41ed-40ab-ac15-aceed6f80110", + "ba399894-2ff6-46e0-9d53-b3faede69044", + "7aa9524e-c364-460e-97db-b488b8f3f1b6" ], - "durationId": "08951db9-f0cc-4d50-bf5d-d89f2eaf8c8a" + "durationId": "4e8b5ea4-67e1-405b-9477-980a1382b503" } }, { "head": { - "id": "2b164b7b-fd6a-4999-8a68-d50712e3f155", - "name": "Configuration task cost before running: 588 ms ", + "id": "bbc569c3-7198-40b7-8255-853ec5dddf3e", + "name": "Configuration task cost before running: 853 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603124340250 + "startTime": 352925341887000 }, "additional": { "logType": "debug", @@ -4007,16 +4007,16 @@ }, { "head": { - "id": "ae2f18c0-f907-40d5-8527-acbcb6922591", + "id": "cc7d8258-92e2-4066-8a7f-2c3f5e3a27b6", "name": "entry:default@PreBuild", "description": "Pre-build in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603126351125, - "endTime": 340603180742625 + "startTime": 352925344104916, + "endTime": 352925347870416 }, "additional": { "children": [], @@ -4024,11 +4024,9 @@ "targetName": "default", "moduleName": "entry", "category": "Verification", - "taskRunReasons": [ - "The input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5' has been changed." - ], - "detailId": "718cc78d-428e-461f-8548-01fe3e403098", - "logId": "44f43219-885f-4d54-b557-8b2104d995e5" + "taskRunReasons": [], + "detailId": "e85e26b8-5beb-4c83-b1bf-400d5171f63e", + "logId": "04651ae2-8b3a-459e-a83b-9d83603cbb4d" }, "log": { "_logger": { @@ -4052,33 +4050,33 @@ }, { "head": { - "id": "718cc78d-428e-461f-8548-01fe3e403098", + "id": "e85e26b8-5beb-4c83-b1bf-400d5171f63e", "name": "create entry:default@PreBuild task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603124592125 + "startTime": 352925342149291 }, "additional": { "logType": "detail", "children": [], - "durationId": "ae2f18c0-f907-40d5-8527-acbcb6922591" + "durationId": "cc7d8258-92e2-4066-8a7f-2c3f5e3a27b6" } }, { "head": { - "id": "73f29937-be4a-486e-99c8-b4fc872f6487", + "id": "9c38f13e-246d-4d79-9043-5b3e0f4107bb", "name": "Executing task :entry:default@PreBuild", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603126362916 + "startTime": 352925344122541 }, "additional": { "logType": "debug", @@ -4087,15 +4085,15 @@ }, { "head": { - "id": "8d8fe970-b467-48ae-a7bc-58ae2e0edb8c", + "id": "acd204c5-ceb0-4092-8026-f628d22f092f", "name": "The project has not explicitly set the 'targetSdkVersion' version at build-profile.json5. It is recommended to configure it. Reference: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides/ide-hvigor-build-profile-app#section45865492619", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603126549000 + "startTime": 352925344359333 }, "additional": { "logType": "warn", @@ -4104,15 +4102,15 @@ }, { "head": { - "id": "e17c9df4-b470-49d6-9a2a-bd6a7110bc90", + "id": "ee40a6e1-6a14-403a-8c10-39a1d9be5547", "name": "Task 'entry:default@PreBuild' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603128072416 + "startTime": 352925345743625 }, "additional": { "logType": "debug", @@ -4121,15 +4119,15 @@ }, { "head": { - "id": "a401ee4d-19a4-4702-84fb-c1328b64ebc1", - "name": "entry:default@PreBuild is not up-to-date, since the input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5' has been changed.", + "id": "492f2dc7-c6cf-498b-858b-04a2a39e1e25", + "name": "Incremental task entry:default@PreBuild pre-execution cost: 2 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603129671375 + "startTime": 352925347780958 }, "additional": { "logType": "debug", @@ -4138,15 +4136,15 @@ }, { "head": { - "id": "80a6c823-84aa-44f0-9a2b-0d174bf964ce", - "name": "Incremental task entry:default@PreBuild pre-execution cost: 1 ms .", + "id": "336d0469-c483-4705-82fc-e1d51af11ba7", + "name": "entry : default@PreBuild cost memory 0.566558837890625", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603129715125 + "startTime": 352925347825083 }, "additional": { "logType": "debug", @@ -4155,138 +4153,35 @@ }, { "head": { - "id": "946ffd5e-b694-4e70-885f-fe64dd3e6dcf", - "name": "Missing module info for local modules '@xuqm/harmony-sdk'. Check project-level build-profile.json5. ", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603179698916 - }, - "additional": { - "logType": "warn", - "children": [] - } - }, - { - "head": { - "id": "77a6ad3d-d0c0-418c-b677-18de7de18ed2", - "name": "current product is not Atomic service.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603180207666 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "832f2770-282b-4b79-80a9-3378bb4e312d", - "name": "Use tool [darwin: JAVA_HOME, CLASSPATH]\n [ { JAVA_HOME: undefined }, { CLASSPATH: undefined } ]", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603180301458 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "1df8b5d1-9f7e-4935-aeb9-335bc67b3d9e", - "name": "Use tool [darwin: NODE_HOME]\n [ { NODE_HOME: undefined } ]", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603180327666 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "dae73dcf-af61-46e8-acc4-8abb1c0430dd", - "name": "entry : default@PreBuild cost memory 3.858978271484375", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603180646958 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "969b6565-a29f-4cf6-9068-dcc314a691c0", - "name": "runTaskFromQueue task cost before running: 645 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603180697083 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "44f43219-885f-4d54-b557-8b2104d995e5", - "name": "Finished :entry:default@PreBuild", + "id": "04651ae2-8b3a-459e-a83b-9d83603cbb4d", + "name": "UP-TO-DATE :entry:default@PreBuild", "description": "Pre-build in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603126351125, - "endTime": 340603180742625, - "totalTime": 54322000 + "startTime": 352925344104916, + "endTime": 352925347870416 }, "additional": { "logType": "info", "children": [], - "durationId": "ae2f18c0-f907-40d5-8527-acbcb6922591" + "durationId": "cc7d8258-92e2-4066-8a7f-2c3f5e3a27b6" } }, { "head": { - "id": "750ac7b2-2060-438f-a408-4a1c43dcc501", + "id": "70d6900c-c54e-4a41-84ec-b6176736c3aa", "name": "xuqmSdk:default@PreBuild", "description": "Pre-build in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603181781458, - "endTime": 340603198927083 + "startTime": 352925348802125, + "endTime": 352925349899250 }, "additional": { "children": [], @@ -4295,8 +4190,8 @@ "moduleName": "xuqmSdk", "category": "Verification", "taskRunReasons": [], - "detailId": "eada9143-a51f-4dde-9356-c0f768eca58e", - "logId": "c982fff9-5b9d-4d53-a8ef-809a00b09e05" + "detailId": "080b1687-04fb-46ed-ae1f-60e669ae988a", + "logId": "4890ada1-ea40-45f9-b6a7-c3e8b90e0dd4" }, "log": { "_logger": { @@ -4320,33 +4215,33 @@ }, { "head": { - "id": "eada9143-a51f-4dde-9356-c0f768eca58e", + "id": "080b1687-04fb-46ed-ae1f-60e669ae988a", "name": "create xuqmSdk:default@PreBuild task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603181375291 + "startTime": 352925348359166 }, "additional": { "logType": "detail", "children": [], - "durationId": "750ac7b2-2060-438f-a408-4a1c43dcc501" + "durationId": "70d6900c-c54e-4a41-84ec-b6176736c3aa" } }, { "head": { - "id": "6b14864e-626c-4a79-a291-ea8d555feebd", + "id": "9a6a5cbb-f4b2-4fc1-a240-892d3a188395", "name": "Executing task :xuqmSdk:default@PreBuild", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603181786625 + "startTime": 352925348805916 }, "additional": { "logType": "debug", @@ -4355,15 +4250,15 @@ }, { "head": { - "id": "90260694-6e39-48ca-a3aa-6d37329f3231", + "id": "de3da222-c6e3-4367-9a38-f68d4ac2a2f9", "name": "Task 'xuqmSdk:default@PreBuild' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603182043750 + "startTime": 352925348921750 }, "additional": { "logType": "debug", @@ -4372,32 +4267,15 @@ }, { "head": { - "id": "72bd09cc-ae1f-40ad-94eb-1fe8617dbabd", - "name": "The version number of the '@xuqm/harmony-sdk' module does not comply with the SemVer specification.\n This will affect the installation and publication by ohpm.\n Make sure the value of version in the oh-package.json5 file of the module complies with the SemVer specification.", + "id": "2b3433b2-7256-400c-8963-84e964a09050", + "name": "Incremental task xuqmSdk:default@PreBuild pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603182544125 - }, - "additional": { - "logType": "warn", - "children": [] - } - }, - { - "head": { - "id": "cad74608-c6fb-4d6d-b999-605ec88f8b56", - "name": "current product is not Atomic service.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603192395250 + "startTime": 352925349853625 }, "additional": { "logType": "debug", @@ -4406,15 +4284,15 @@ }, { "head": { - "id": "88d0611d-71ce-4479-9602-c3708ac43173", - "name": "Use tool [darwin: JAVA_HOME, CLASSPATH]\n [ { JAVA_HOME: undefined }, { CLASSPATH: undefined } ]", + "id": "0a2c256f-64eb-4239-b68b-700a62000193", + "name": "xuqmSdk : default@PreBuild cost memory 0.2033233642578125", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603192469208 + "startTime": 352925349885375 }, "additional": { "logType": "debug", @@ -4423,87 +4301,35 @@ }, { "head": { - "id": "d8191059-eb93-431d-9543-23df2e67a512", - "name": "Use tool [darwin: NODE_HOME]\n [ { NODE_HOME: undefined } ]", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603192497125 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0c86410d-70e6-49b3-b875-b180971843d6", - "name": "xuqmSdk : default@PreBuild cost memory -2.060638427734375", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603198852583 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "feaa5448-6f4c-4782-9df6-f441aaca5177", - "name": "runTaskFromQueue task cost before running: 663 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603198911166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "c982fff9-5b9d-4d53-a8ef-809a00b09e05", - "name": "Finished :xuqmSdk:default@PreBuild", + "id": "4890ada1-ea40-45f9-b6a7-c3e8b90e0dd4", + "name": "UP-TO-DATE :xuqmSdk:default@PreBuild", "description": "Pre-build in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603181781458, - "endTime": 340603198927083, - "totalTime": 17111125 + "startTime": 352925348802125, + "endTime": 352925349899250 }, "additional": { "logType": "info", "children": [], - "durationId": "750ac7b2-2060-438f-a408-4a1c43dcc501" + "durationId": "70d6900c-c54e-4a41-84ec-b6176736c3aa" } }, { "head": { - "id": "cfdd1007-4260-45a8-a5be-bcbc4da8f2ec", + "id": "ee44261d-1118-47eb-bbc0-b1387e37346d", "name": "entry:default@CreateModuleInfo", "description": "Create the ModuleInfo.ts file for the hap/hsp package.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603199526833, - "endTime": 340603199869541 + "startTime": 352925350424958, + "endTime": 352925350730958 }, "additional": { "children": [], @@ -4512,8 +4338,8 @@ "moduleName": "entry", "category": "Generate", "taskRunReasons": [], - "detailId": "a467a6e2-d68a-431a-9178-f90ece6c1f84", - "logId": "573773e1-bc6b-488c-890a-96b56dd28f43" + "detailId": "db7bf1e2-5423-4f3a-aeec-b0292ee4e105", + "logId": "12b1970f-3c37-4eb8-97a4-09c8e831e1cb" }, "log": { "_logger": { @@ -4537,33 +4363,33 @@ }, { "head": { - "id": "a467a6e2-d68a-431a-9178-f90ece6c1f84", + "id": "db7bf1e2-5423-4f3a-aeec-b0292ee4e105", "name": "create entry:default@CreateModuleInfo task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603199362666 + "startTime": 352925350283541 }, "additional": { "logType": "detail", "children": [], - "durationId": "cfdd1007-4260-45a8-a5be-bcbc4da8f2ec" + "durationId": "ee44261d-1118-47eb-bbc0-b1387e37346d" } }, { "head": { - "id": "e759815f-32ea-415d-bf22-be9f406704ef", + "id": "51dbf46b-a3d6-433b-8db8-8a0da77603e6", "name": "Executing task :entry:default@CreateModuleInfo", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603199530750 + "startTime": 352925350427875 }, "additional": { "logType": "debug", @@ -4572,15 +4398,15 @@ }, { "head": { - "id": "03885440-e7b0-49e3-8f7c-1ff5e1e032cf", + "id": "68fa3d55-0166-4bd5-9833-332bb6aa4ca9", "name": "Task 'entry:default@CreateModuleInfo' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603199735541 + "startTime": 352925350544875 }, "additional": { "logType": "debug", @@ -4589,15 +4415,15 @@ }, { "head": { - "id": "a4eb6b6b-8cf5-49cc-9dba-0ced1e81d143", - "name": "entry : default@CreateModuleInfo cost memory 0.0358428955078125", + "id": "4b652896-1064-40ce-91c3-4366c3b3b567", + "name": "entry : default@CreateModuleInfo cost memory 0.03591156005859375", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603199844708 + "startTime": 352925350678833 }, "additional": { "logType": "debug", @@ -4606,15 +4432,15 @@ }, { "head": { - "id": "cbd34d61-2f30-47a1-bed9-c30d4a6eab8b", - "name": "runTaskFromQueue task cost before running: 664 ms ", + "id": "51f8a9f6-c49d-4307-ac7a-6f50d9e1e1a1", + "name": "runTaskFromQueue task cost before running: 862 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603199861666 + "startTime": 352925350697625 }, "additional": { "logType": "debug", @@ -4623,36 +4449,36 @@ }, { "head": { - "id": "573773e1-bc6b-488c-890a-96b56dd28f43", + "id": "12b1970f-3c37-4eb8-97a4-09c8e831e1cb", "name": "Finished :entry:default@CreateModuleInfo", "description": "Create the ModuleInfo.ts file for the hap/hsp package.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603199526833, - "endTime": 340603199869541, - "totalTime": 329167 + "startTime": 352925350424958, + "endTime": 352925350730958, + "totalTime": 265458 }, "additional": { "logType": "info", "children": [], - "durationId": "cfdd1007-4260-45a8-a5be-bcbc4da8f2ec" + "durationId": "ee44261d-1118-47eb-bbc0-b1387e37346d" } }, { "head": { - "id": "14693d60-30f3-47f9-9e75-e70ec912627c", + "id": "08306e28-287d-4a7b-9c11-6789de6bbf83", "name": "entry:default@GenerateMetadata", "description": "Generate metadata in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603200376958, - "endTime": 340603201192125 + "startTime": 352925351382125, + "endTime": 352925351748541 }, "additional": { "children": [], @@ -4661,8 +4487,8 @@ "moduleName": "entry", "category": "Generate", "taskRunReasons": [], - "detailId": "85a4b0c4-63f6-417c-8d41-d09df7a3da55", - "logId": "d89b2755-3bde-4332-9111-5eed6d2c0066" + "detailId": "acd312de-cdaf-471c-92e3-0ec153ede2cd", + "logId": "d76dacdd-25a2-47ad-8a10-9fb107d6079f" }, "log": { "_logger": { @@ -4686,33 +4512,33 @@ }, { "head": { - "id": "85a4b0c4-63f6-417c-8d41-d09df7a3da55", + "id": "acd312de-cdaf-471c-92e3-0ec153ede2cd", "name": "create entry:default@GenerateMetadata task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603199981875 + "startTime": 352925350907666 }, "additional": { "logType": "detail", "children": [], - "durationId": "14693d60-30f3-47f9-9e75-e70ec912627c" + "durationId": "08306e28-287d-4a7b-9c11-6789de6bbf83" } }, { "head": { - "id": "5b893ac9-0129-484c-ae1c-47cebcbe220c", + "id": "c8664011-c584-4d84-a6b6-6841a47799f3", "name": "Executing task :entry:default@GenerateMetadata", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603200381250 + "startTime": 352925351387333 }, "additional": { "logType": "debug", @@ -4721,15 +4547,15 @@ }, { "head": { - "id": "c6542b86-631a-4465-a8a3-38e8ededb209", + "id": "d0141c50-6586-4ddd-90c1-ba6727b11e05", "name": "Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603200554541 + "startTime": 352925351559375 }, "additional": { "logType": "debug", @@ -4738,15 +4564,15 @@ }, { "head": { - "id": "95e8fc11-6b73-4f7c-bc49-20166dffce04", + "id": "eb4fea9c-d03c-4eda-87e0-dac2e8c75276", "name": "Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603201143666 + "startTime": 352925351720750 }, "additional": { "logType": "debug", @@ -4755,15 +4581,15 @@ }, { "head": { - "id": "daeb590c-7565-4632-9242-197546afebbd", - "name": "entry : default@GenerateMetadata cost memory 0.07225799560546875", + "id": "b066ccb0-d6ad-49e8-912a-35ca48606ef4", + "name": "entry : default@GenerateMetadata cost memory 0.070404052734375", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603201167791 + "startTime": 352925351737166 }, "additional": { "logType": "debug", @@ -4772,35 +4598,35 @@ }, { "head": { - "id": "d89b2755-3bde-4332-9111-5eed6d2c0066", + "id": "d76dacdd-25a2-47ad-8a10-9fb107d6079f", "name": "UP-TO-DATE :entry:default@GenerateMetadata", "description": "Generate metadata in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603200376958, - "endTime": 340603201192125 + "startTime": 352925351382125, + "endTime": 352925351748541 }, "additional": { "logType": "info", "children": [], - "durationId": "14693d60-30f3-47f9-9e75-e70ec912627c" + "durationId": "08306e28-287d-4a7b-9c11-6789de6bbf83" } }, { "head": { - "id": "aab64375-faac-4604-b0f7-0c5a5a0377ea", + "id": "cc7aec98-93ed-4dac-91c2-da6414a1b21d", "name": "entry:default@PreCheckSyscap", "description": "Pre-check SysCap.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603201580625, - "endTime": 340603201697250 + "startTime": 352925352162291, + "endTime": 352925352281416 }, "additional": { "children": [], @@ -4809,8 +4635,8 @@ "moduleName": "entry", "category": "Verification", "taskRunReasons": [], - "detailId": "06befc7f-df29-4ebc-884f-15759374dca3", - "logId": "f3e5f7f7-ba9f-45a5-94c9-cb35a5414e61" + "detailId": "2d56d2d6-bf26-4220-b3c9-f804dd5a7eb2", + "logId": "1e6b059d-cd42-44e3-bfc9-81c093fb4505" }, "log": { "_logger": { @@ -4834,33 +4660,33 @@ }, { "head": { - "id": "06befc7f-df29-4ebc-884f-15759374dca3", + "id": "2d56d2d6-bf26-4220-b3c9-f804dd5a7eb2", "name": "create entry:default@PreCheckSyscap task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603201303541 + "startTime": 352925351843583 }, "additional": { "logType": "detail", "children": [], - "durationId": "aab64375-faac-4604-b0f7-0c5a5a0377ea" + "durationId": "cc7aec98-93ed-4dac-91c2-da6414a1b21d" } }, { "head": { - "id": "111d6151-4b70-4848-98ee-c314e5c39f09", + "id": "c591301e-1c4d-4005-bf61-db7e7121c027", "name": "Executing task :entry:default@PreCheckSyscap", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603201584083 + "startTime": 352925352167958 }, "additional": { "logType": "debug", @@ -4869,15 +4695,15 @@ }, { "head": { - "id": "c97e8e60-0801-44ac-86e6-804323f28224", - "name": "entry : default@PreCheckSyscap cost memory 0.01348876953125", + "id": "d7c33f01-a50f-475d-b61b-49875b03f543", + "name": "entry : default@PreCheckSyscap cost memory 0.01346588134765625", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603201652541 + "startTime": 352925352255291 }, "additional": { "logType": "debug", @@ -4886,15 +4712,15 @@ }, { "head": { - "id": "dc49593e-e33b-4c4f-abf0-40348e001f15", - "name": "runTaskFromQueue task cost before running: 666 ms ", + "id": "67aa1b88-e03d-49e1-a9aa-0043acfc8d49", + "name": "runTaskFromQueue task cost before running: 864 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603201681375 + "startTime": 352925352273291 }, "additional": { "logType": "debug", @@ -4903,36 +4729,36 @@ }, { "head": { - "id": "f3e5f7f7-ba9f-45a5-94c9-cb35a5414e61", + "id": "1e6b059d-cd42-44e3-bfc9-81c093fb4505", "name": "Finished :entry:default@PreCheckSyscap", "description": "Pre-check SysCap.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603201580625, - "endTime": 340603201697250, - "totalTime": 82417 + "startTime": 352925352162291, + "endTime": 352925352281416, + "totalTime": 103292 }, "additional": { "logType": "info", "children": [], - "durationId": "aab64375-faac-4604-b0f7-0c5a5a0377ea" + "durationId": "cc7aec98-93ed-4dac-91c2-da6414a1b21d" } }, { "head": { - "id": "81ec2b80-d2b7-4ad3-aba7-d487a50edc8f", + "id": "6b9588b5-f27e-4138-9d1a-0ca314b2dc0b", "name": "entry:default@GeneratePkgContextInfo", "description": "Generate pkgContextInfo.json to ets-loader.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603202199000, - "endTime": 340603206765500 + "startTime": 352925352689625, + "endTime": 352925356827291 }, "additional": { "children": [], @@ -4940,11 +4766,9 @@ "targetName": "default", "moduleName": "entry", "category": "Generate", - "taskRunReasons": [ - "The task snapshots are different." - ], - "detailId": "dbac841b-68df-4f33-8f95-c6c87dc69ba3", - "logId": "599b3c74-5ca9-460b-bbb6-565fc5f3dcbd" + "taskRunReasons": [], + "detailId": "9e85f38d-f7c9-4c34-b5dc-8c7960f63869", + "logId": "992c6cfe-254d-40f5-9931-ef19d91b3f4b" }, "log": { "_logger": { @@ -4968,33 +4792,33 @@ }, { "head": { - "id": "dbac841b-68df-4f33-8f95-c6c87dc69ba3", + "id": "9e85f38d-f7c9-4c34-b5dc-8c7960f63869", "name": "create entry:default@GeneratePkgContextInfo task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603201831166 + "startTime": 352925352410708 }, "additional": { "logType": "detail", "children": [], - "durationId": "81ec2b80-d2b7-4ad3-aba7-d487a50edc8f" + "durationId": "6b9588b5-f27e-4138-9d1a-0ca314b2dc0b" } }, { "head": { - "id": "cceb3002-a6a2-4a68-a615-2ea8e3e987d9", + "id": "17a3fa4d-2635-4ad1-ae2f-e05d9e0a9441", "name": "Executing task :entry:default@GeneratePkgContextInfo", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603202202125 + "startTime": 352925352692791 }, "additional": { "logType": "debug", @@ -5003,15 +4827,15 @@ }, { "head": { - "id": "d7b67b6c-b246-43ad-9075-a385f05dd60b", + "id": "cae76ffe-b02b-463a-8ebc-d696f5c62978", "name": "Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603206140958 + "startTime": 352925356601833 }, "additional": { "logType": "debug", @@ -5020,32 +4844,15 @@ }, { "head": { - "id": "d48ddf37-4b3f-4641-a077-6afc8c3dea30", - "name": "entry:default@GeneratePkgContextInfo is not up-to-date, since the task snapshots are different.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603206390208 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "c325c33f-1681-4e44-a297-10d6218ee796", + "id": "278c865f-53ea-4176-80b3-d534f1e2fbae", "name": "Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603206411083 + "startTime": 352925356789583 }, "additional": { "logType": "debug", @@ -5054,15 +4861,15 @@ }, { "head": { - "id": "a2ad197d-561e-4a1b-9fd4-dc7b939087c4", - "name": "entry : default@GeneratePkgContextInfo cost memory 0.6783905029296875", + "id": "2e5c654d-c38e-4008-98d4-53c8ba1b2514", + "name": "entry : default@GeneratePkgContextInfo cost memory 0.5120773315429688", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603206728750 + "startTime": 352925356811250 }, "additional": { "logType": "debug", @@ -5071,53 +4878,35 @@ }, { "head": { - "id": "9a899008-f1f9-4a57-9236-5311a81469d7", - "name": "runTaskFromQueue task cost before running: 671 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603206751083 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "599b3c74-5ca9-460b-bbb6-565fc5f3dcbd", - "name": "Finished :entry:default@GeneratePkgContextInfo", + "id": "992c6cfe-254d-40f5-9931-ef19d91b3f4b", + "name": "UP-TO-DATE :entry:default@GeneratePkgContextInfo", "description": "Generate pkgContextInfo.json to ets-loader.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603202199000, - "endTime": 340603206765500, - "totalTime": 4542833 + "startTime": 352925352689625, + "endTime": 352925356827291 }, "additional": { "logType": "info", "children": [], - "durationId": "81ec2b80-d2b7-4ad3-aba7-d487a50edc8f" + "durationId": "6b9588b5-f27e-4138-9d1a-0ca314b2dc0b" } }, { "head": { - "id": "5b6afbdf-903b-4b66-8412-607657d8bce0", + "id": "7566a3b6-e474-412f-8eed-345fe52a2704", "name": "entry:default@ProcessIntegratedHsp", "description": "Use package tool process integrated hsp.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603207819833, - "endTime": 340603208047500 + "startTime": 352925357689375, + "endTime": 352925357889708 }, "additional": { "children": [], @@ -5128,8 +4917,8 @@ "taskRunReasons": [ "The output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist." ], - "detailId": "89017b14-00eb-478b-a0e3-7ed57dc8f3b2", - "logId": "d33a9d86-196a-45bc-9829-d2828197539b" + "detailId": "ceb8b369-2f30-415d-972f-a45b5aacc65e", + "logId": "0146ecd6-1b4c-4b26-8ebe-a11c19f6bf7e" }, "log": { "_logger": { @@ -5153,33 +4942,33 @@ }, { "head": { - "id": "89017b14-00eb-478b-a0e3-7ed57dc8f3b2", + "id": "ceb8b369-2f30-415d-972f-a45b5aacc65e", "name": "create entry:default@ProcessIntegratedHsp task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603207027666 + "startTime": 352925356993166 }, "additional": { "logType": "detail", "children": [], - "durationId": "5b6afbdf-903b-4b66-8412-607657d8bce0" + "durationId": "7566a3b6-e474-412f-8eed-345fe52a2704" } }, { "head": { - "id": "57f2b172-9a0b-48a1-8b1f-d53014eff38f", + "id": "eafbbca7-1371-4b01-880e-5eb7a91f7511", "name": "Executing task :entry:default@ProcessIntegratedHsp", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603207825875 + "startTime": 352925357693166 }, "additional": { "logType": "debug", @@ -5188,15 +4977,15 @@ }, { "head": { - "id": "3b1ab3a9-8307-4c4a-bf6c-2c466b9a5793", + "id": "f9f0e45c-5592-4550-b943-cbb76add81e0", "name": "entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603207961250 + "startTime": 352925357805291 }, "additional": { "logType": "debug", @@ -5205,15 +4994,15 @@ }, { "head": { - "id": "2cf5effb-ff1b-47e7-91d1-b5e70f532dbf", + "id": "7d3850c9-2ace-4ef3-bce2-28af675cd870", "name": "Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603207979583 + "startTime": 352925357824375 }, "additional": { "logType": "debug", @@ -5222,15 +5011,15 @@ }, { "head": { - "id": "4424d17d-797f-4006-9462-693ef1a192ff", - "name": "entry : default@ProcessIntegratedHsp cost memory 0.047088623046875", + "id": "b629688a-c2c1-411e-adbb-7dc3e3e7af0d", + "name": "entry : default@ProcessIntegratedHsp cost memory 0.0472259521484375", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603208024708 + "startTime": 352925357867375 }, "additional": { "logType": "debug", @@ -5239,15 +5028,15 @@ }, { "head": { - "id": "6bedabca-9eeb-4f38-ab33-99a713b6e6c3", - "name": "runTaskFromQueue task cost before running: 672 ms ", + "id": "55563c4f-c524-42b7-8fce-79fbc936cf78", + "name": "runTaskFromQueue task cost before running: 869 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603208039416 + "startTime": 352925357881916 }, "additional": { "logType": "debug", @@ -5256,36 +5045,36 @@ }, { "head": { - "id": "d33a9d86-196a-45bc-9829-d2828197539b", + "id": "0146ecd6-1b4c-4b26-8ebe-a11c19f6bf7e", "name": "Finished :entry:default@ProcessIntegratedHsp", "description": "Use package tool process integrated hsp.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603207819833, - "endTime": 340603208047500, - "totalTime": 215209 + "startTime": 352925357689375, + "endTime": 352925357889708, + "totalTime": 188125 }, "additional": { "logType": "info", "children": [], - "durationId": "5b6afbdf-903b-4b66-8412-607657d8bce0" + "durationId": "7566a3b6-e474-412f-8eed-345fe52a2704" } }, { "head": { - "id": "c0844398-4cd5-49b3-b8b8-a5768ca5b290", + "id": "bc8d98f4-0d86-432e-b6e7-e5f490772434", "name": "xuqmSdk:default@CreateHarBuildProfile", "description": "Create the BuildProfile.ets file for the HAR package.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603208585416, - "endTime": 340603208920875 + "startTime": 352925358356166, + "endTime": 352925358615458 }, "additional": { "children": [], @@ -5294,8 +5083,8 @@ "moduleName": "xuqmSdk", "category": "Generate", "taskRunReasons": [], - "detailId": "40106c50-9a60-4637-aee4-0301f69f249b", - "logId": "cd1661fc-1076-474e-ba57-b3734f72752f" + "detailId": "4a8c4f59-fa3b-4d3a-b82b-fd7268a6fff6", + "logId": "d405ab52-48e0-4d0b-aba5-9e98b3027f17" }, "log": { "_logger": { @@ -5319,33 +5108,33 @@ }, { "head": { - "id": "40106c50-9a60-4637-aee4-0301f69f249b", + "id": "4a8c4f59-fa3b-4d3a-b82b-fd7268a6fff6", "name": "create xuqmSdk:default@CreateHarBuildProfile task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603208277750 + "startTime": 352925358060791 }, "additional": { "logType": "detail", "children": [], - "durationId": "c0844398-4cd5-49b3-b8b8-a5768ca5b290" + "durationId": "bc8d98f4-0d86-432e-b6e7-e5f490772434" } }, { "head": { - "id": "f01d0f28-bcae-47e0-91b0-27285210782b", + "id": "8b351469-2eb3-468d-b490-bc7f13f66fbb", "name": "Executing task :xuqmSdk:default@CreateHarBuildProfile", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603208588166 + "startTime": 352925358359041 }, "additional": { "logType": "debug", @@ -5354,15 +5143,15 @@ }, { "head": { - "id": "2660ca3b-67f1-4403-a45a-bbaab765e0ec", + "id": "100a3797-73c5-4774-b73b-5bf7b1e21486", "name": "Task 'xuqmSdk:default@CreateHarBuildProfile' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603208661500 + "startTime": 352925358429583 }, "additional": { "logType": "debug", @@ -5371,15 +5160,15 @@ }, { "head": { - "id": "930e4e1b-7ea1-46ff-b6df-1cfa5d0c1521", - "name": "xuqmSdk : default@CreateHarBuildProfile cost memory 0.0422210693359375", + "id": "a8561ff3-c6b5-47f2-a9d7-e8cbde855542", + "name": "Incremental task xuqmSdk:default@CreateHarBuildProfile pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603208898041 + "startTime": 352925358590000 }, "additional": { "logType": "debug", @@ -5388,15 +5177,15 @@ }, { "head": { - "id": "a2117e75-a292-4e96-8f56-c8c928353a3d", - "name": "runTaskFromQueue task cost before running: 673 ms ", + "id": "d2af6d22-f9ec-4574-bca3-8f1804e15dcb", + "name": "xuqmSdk : default@CreateHarBuildProfile cost memory 0.07201385498046875", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603208913708 + "startTime": 352925358604958 }, "additional": { "logType": "debug", @@ -5405,36 +5194,35 @@ }, { "head": { - "id": "cd1661fc-1076-474e-ba57-b3734f72752f", - "name": "Finished :xuqmSdk:default@CreateHarBuildProfile", + "id": "d405ab52-48e0-4d0b-aba5-9e98b3027f17", + "name": "UP-TO-DATE :xuqmSdk:default@CreateHarBuildProfile", "description": "Create the BuildProfile.ets file for the HAR package.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603208585416, - "endTime": 340603208920875, - "totalTime": 322834 + "startTime": 352925358356166, + "endTime": 352925358615458 }, "additional": { "logType": "info", "children": [], - "durationId": "c0844398-4cd5-49b3-b8b8-a5768ca5b290" + "durationId": "bc8d98f4-0d86-432e-b6e7-e5f490772434" } }, { "head": { - "id": "994ea9e0-cdec-4866-a6c2-456f917410ad", + "id": "16b80de6-07d0-40ab-af8f-ed841eb6c257", "name": "xuqmSdk:default@ConfigureCmake", "description": "cache native strip .so fileInfo", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603209322500, - "endTime": 340603209382708 + "startTime": 352925359014041, + "endTime": 352925359076291 }, "additional": { "children": [], @@ -5443,8 +5231,8 @@ "moduleName": "xuqmSdk", "category": "Native", "taskRunReasons": [], - "detailId": "f9202ed7-eff5-420c-be10-18d6b37322fb", - "logId": "719dfcce-9f44-4f96-a741-5acefa812915" + "detailId": "05a3cc1e-f505-4c19-b5ad-3fd094323a32", + "logId": "5fa87f0c-0fde-4912-b9a1-d876fbed4c1b" }, "log": { "_logger": { @@ -5468,33 +5256,33 @@ }, { "head": { - "id": "f9202ed7-eff5-420c-be10-18d6b37322fb", + "id": "05a3cc1e-f505-4c19-b5ad-3fd094323a32", "name": "create xuqmSdk:default@ConfigureCmake task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603209027583 + "startTime": 352925358754666 }, "additional": { "logType": "detail", "children": [], - "durationId": "994ea9e0-cdec-4866-a6c2-456f917410ad" + "durationId": "16b80de6-07d0-40ab-af8f-ed841eb6c257" } }, { "head": { - "id": "80fd8ade-a26f-443d-bb18-018997f8a32f", + "id": "9f35d8de-90ac-45f7-b871-c043eb4589c4", "name": "Executing task :xuqmSdk:default@ConfigureCmake", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603209327666 + "startTime": 352925359017250 }, "additional": { "logType": "debug", @@ -5503,15 +5291,15 @@ }, { "head": { - "id": "a2a787f9-d3a1-4bac-a432-5e0acdcefca7", - "name": "xuqmSdk : default@ConfigureCmake cost memory 0.0123748779296875", + "id": "dc40b3a8-0b4b-43fd-83a5-58aa0ea18c6e", + "name": "xuqmSdk : default@ConfigureCmake cost memory 0.01244354248046875", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603209361541 + "startTime": 352925359053625 }, "additional": { "logType": "debug", @@ -5520,15 +5308,15 @@ }, { "head": { - "id": "f69dec89-93bc-46f5-b6a8-aad0e7bd24b7", - "name": "runTaskFromQueue task cost before running: 674 ms ", + "id": "79989095-0364-4717-b77a-581dad04a131", + "name": "runTaskFromQueue task cost before running: 871 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603209376208 + "startTime": 352925359069208 }, "additional": { "logType": "debug", @@ -5537,36 +5325,36 @@ }, { "head": { - "id": "719dfcce-9f44-4f96-a741-5acefa812915", + "id": "5fa87f0c-0fde-4912-b9a1-d876fbed4c1b", "name": "Finished :xuqmSdk:default@ConfigureCmake", "description": "cache native strip .so fileInfo", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603209322500, - "endTime": 340603209382708, - "totalTime": 47625 + "startTime": 352925359014041, + "endTime": 352925359076291, + "totalTime": 48375 }, "additional": { "logType": "info", "children": [], - "durationId": "994ea9e0-cdec-4866-a6c2-456f917410ad" + "durationId": "16b80de6-07d0-40ab-af8f-ed841eb6c257" } }, { "head": { - "id": "ef7fec58-70a0-4670-91f3-50f3c3d4c06c", + "id": "f26b09ac-4569-4b32-99bf-d5d6937c8412", "name": "xuqmSdk:default@MergeProfile", "description": "Merge app config manifest files in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603209685375, - "endTime": 340603210774500 + "startTime": 352925359400458, + "endTime": 352925359930000 }, "additional": { "children": [], @@ -5575,8 +5363,8 @@ "moduleName": "xuqmSdk", "category": "Config", "taskRunReasons": [], - "detailId": "7a0841e3-b343-4468-9d59-c4a74bde4620", - "logId": "cbd6aaab-2875-40f4-9670-746922bebf8f" + "detailId": "0a5b4ff8-e211-4b38-a284-78ac6947d195", + "logId": "64facc60-fcda-40f4-a74c-d9490d05fcbd" }, "log": { "_logger": { @@ -5600,33 +5388,33 @@ }, { "head": { - "id": "7a0841e3-b343-4468-9d59-c4a74bde4620", + "id": "0a5b4ff8-e211-4b38-a284-78ac6947d195", "name": "create xuqmSdk:default@MergeProfile task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603209514208 + "startTime": 352925359227583 }, "additional": { "logType": "detail", "children": [], - "durationId": "ef7fec58-70a0-4670-91f3-50f3c3d4c06c" + "durationId": "f26b09ac-4569-4b32-99bf-d5d6937c8412" } }, { "head": { - "id": "582713ab-5d0d-4999-81de-dc03b46caeb8", + "id": "63cad6b3-8634-42a3-a659-cd78e811dbf4", "name": "Executing task :xuqmSdk:default@MergeProfile", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603209688791 + "startTime": 352925359403666 }, "additional": { "logType": "debug", @@ -5635,15 +5423,15 @@ }, { "head": { - "id": "f79743a2-e1d2-483f-9fcb-b62ebac3c49b", + "id": "469c333a-0e58-40be-b111-ed91f12db279", "name": "Task 'xuqmSdk:default@MergeProfile' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603209774583 + "startTime": 352925359489041 }, "additional": { "logType": "debug", @@ -5652,15 +5440,15 @@ }, { "head": { - "id": "b0931668-4ac3-40f7-8224-5efec94e7d30", - "name": "Change app api release type with 'Release'", + "id": "c5074729-a850-402f-9142-94b94b5093bb", + "name": "Incremental task xuqmSdk:default@MergeProfile pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603210039291 + "startTime": 352925359904666 }, "additional": { "logType": "debug", @@ -5669,15 +5457,15 @@ }, { "head": { - "id": "554c481c-afb0-4040-bec1-4048350dda9d", - "name": "Change app compile API version with '6.0.2.130'", + "id": "20daf4b9-e460-4507-80d8-e6b69d0523e1", + "name": "xuqmSdk : default@MergeProfile cost memory 0.09925079345703125", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603210115916 + "startTime": 352925359919166 }, "additional": { "logType": "debug", @@ -5686,121 +5474,35 @@ }, { "head": { - "id": "c3cb496a-c457-48b6-b8bd-ef1ef71b92de", - "name": "Change app target API version with '60002022'", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603210127958 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "d4ee1773-19cd-449f-859e-980adbccd995", - "name": "Change app minimum API version with '50000012'", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603210135125 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "5716a99a-c42b-4ea5-a62d-d8c9e8c21db7", - "name": "Use cli appEnvironment", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603210176291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "267ed020-1111-4b34-9c3e-f07c13f4572c", - "name": "xuqmSdk : default@MergeProfile cost memory 0.1004791259765625", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603210749375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "d25a8512-acfa-4ba5-8f2a-d80e0db17000", - "name": "runTaskFromQueue task cost before running: 675 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603210766291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "cbd6aaab-2875-40f4-9670-746922bebf8f", - "name": "Finished :xuqmSdk:default@MergeProfile", + "id": "64facc60-fcda-40f4-a74c-d9490d05fcbd", + "name": "UP-TO-DATE :xuqmSdk:default@MergeProfile", "description": "Merge app config manifest files in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603209685375, - "endTime": 340603210774500, - "totalTime": 1074667 + "startTime": 352925359400458, + "endTime": 352925359930000 }, "additional": { "logType": "info", "children": [], - "durationId": "ef7fec58-70a0-4670-91f3-50f3c3d4c06c" + "durationId": "f26b09ac-4569-4b32-99bf-d5d6937c8412" } }, { "head": { - "id": "3913ff4f-49bc-4821-9ebd-afbc38bb6f31", + "id": "675f79ff-069f-4ffc-accc-b49072cfe676", "name": "entry:default@SyscapTransform", "description": "Transform SysCap in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603211301000, - "endTime": 340603217203166 + "startTime": 352925360311041, + "endTime": 352925372410166 }, "additional": { "children": [], @@ -5811,8 +5513,8 @@ "taskRunReasons": [ "The output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist." ], - "detailId": "4d829f7a-3eb5-486a-8e6f-19301efd5235", - "logId": "35d8d79f-6278-40e4-ac42-82af5ad06cea" + "detailId": "f156242c-3685-4090-9b0a-db810878a6b9", + "logId": "3d9380b6-b868-44b0-80b6-48467a17d546" }, "log": { "_logger": { @@ -5836,33 +5538,33 @@ }, { "head": { - "id": "4d829f7a-3eb5-486a-8e6f-19301efd5235", + "id": "f156242c-3685-4090-9b0a-db810878a6b9", "name": "create entry:default@SyscapTransform task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603211027541 + "startTime": 352925360034541 }, "additional": { "logType": "detail", "children": [], - "durationId": "3913ff4f-49bc-4821-9ebd-afbc38bb6f31" + "durationId": "675f79ff-069f-4ffc-accc-b49072cfe676" } }, { "head": { - "id": "59656203-e123-47fd-b15f-22b31ee47493", + "id": "522c829a-13d5-45cd-b49c-b1cc729ff9b3", "name": "Executing task :entry:default@SyscapTransform", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603211304000 + "startTime": 352925360314625 }, "additional": { "logType": "debug", @@ -5871,15 +5573,15 @@ }, { "head": { - "id": "e6a391d5-17e9-4a31-893b-1ac9af7136b4", + "id": "bac7b385-2c54-461f-966f-9928b3d1310e", "name": "File: '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603211324333 + "startTime": 352925360339291 }, "additional": { "logType": "debug", @@ -5888,15 +5590,15 @@ }, { "head": { - "id": "4c00bc5d-b60a-4434-8d41-2b20a63407d7", + "id": "2bd5d1ac-14c2-4ab9-9e0d-b6c5a24d0718", "name": "Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603211407958 + "startTime": 352925360428916 }, "additional": { "logType": "debug", @@ -5905,15 +5607,15 @@ }, { "head": { - "id": "dfafc07d-c12d-4416-8904-b9409d9befcf", + "id": "ddb3a1a0-ef0e-420c-b269-87d66ad203dc", "name": "entry:default@SyscapTransform is not up-to-date, since the output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603216825958 + "startTime": 352925372151541 }, "additional": { "logType": "debug", @@ -5922,15 +5624,15 @@ }, { "head": { - "id": "49685305-d511-4e0d-9f66-d2f8c874a543", - "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 6 ms .", + "id": "50ae8040-e44e-457f-881b-e6e70e5ec5aa", + "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 12 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603216842083 + "startTime": 352925372220958 }, "additional": { "logType": "debug", @@ -5939,15 +5641,15 @@ }, { "head": { - "id": "c737eead-e22c-4e1b-89b7-8450f69caa35", - "name": "entry : default@SyscapTransform cost memory 0.102874755859375", + "id": "81760cb1-3800-43a0-b93a-45f1b3bde8ad", + "name": "entry : default@SyscapTransform cost memory 0.10262298583984375", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603217133041 + "startTime": 352925372371625 }, "additional": { "logType": "debug", @@ -5956,15 +5658,15 @@ }, { "head": { - "id": "775563b8-2252-4320-952b-37d6b104f61f", - "name": "runTaskFromQueue task cost before running: 681 ms ", + "id": "0615e318-37dd-483b-8dd9-7cfc8864cf42", + "name": "runTaskFromQueue task cost before running: 884 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603217186750 + "startTime": 352925372398541 }, "additional": { "logType": "debug", @@ -5973,36 +5675,36 @@ }, { "head": { - "id": "35d8d79f-6278-40e4-ac42-82af5ad06cea", + "id": "3d9380b6-b868-44b0-80b6-48467a17d546", "name": "Finished :entry:default@SyscapTransform", "description": "Transform SysCap in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603211301000, - "endTime": 340603217203166, - "totalTime": 5870167 + "startTime": 352925360311041, + "endTime": 352925372410166, + "totalTime": 12075917 }, "additional": { "logType": "info", "children": [], - "durationId": "3913ff4f-49bc-4821-9ebd-afbc38bb6f31" + "durationId": "675f79ff-069f-4ffc-accc-b49072cfe676" } }, { "head": { - "id": "a6b61404-eded-4ab2-b462-93ab4fc091b4", + "id": "60fa82c1-8625-47c4-91e8-418c1d85b009", "name": "entry:default@ProcessRouterMap", "description": "Process router map configuration.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603217925083, - "endTime": 340603219095833 + "startTime": 352925373191666, + "endTime": 352925374041958 }, "additional": { "children": [], @@ -6010,11 +5712,9 @@ "targetName": "default", "moduleName": "entry", "category": "Generate", - "taskRunReasons": [ - "The input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json' has been changed." - ], - "detailId": "4de5739f-0d8b-4c26-8cd8-71c2b6a13e82", - "logId": "109076f6-a8f0-4cda-adcd-dfd673a7de2a" + "taskRunReasons": [], + "detailId": "ac3a921c-939d-49d6-8413-0cf319474dbb", + "logId": "b8c06266-1180-4f93-8425-a927ef88c378" }, "log": { "_logger": { @@ -6038,33 +5738,33 @@ }, { "head": { - "id": "4de5739f-0d8b-4c26-8cd8-71c2b6a13e82", + "id": "ac3a921c-939d-49d6-8413-0cf319474dbb", "name": "create entry:default@ProcessRouterMap task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603217422791 + "startTime": 352925372628291 }, "additional": { "logType": "detail", "children": [], - "durationId": "a6b61404-eded-4ab2-b462-93ab4fc091b4" + "durationId": "60fa82c1-8625-47c4-91e8-418c1d85b009" } }, { "head": { - "id": "9e66c3ff-fd4b-4a25-a55f-7fd91a52a7e0", + "id": "7a4022b5-fe3b-44dd-b971-db3c8a0c1fb5", "name": "Executing task :entry:default@ProcessRouterMap", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603217929750 + "startTime": 352925373196541 }, "additional": { "logType": "debug", @@ -6073,32 +5773,15 @@ }, { "head": { - "id": "ef12aeac-a831-4810-aae4-526439d1b55c", - "name": "entry:default@ProcessRouterMap is not up-to-date, since the input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json' has been changed.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603218530208 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0edccfd3-d472-47ba-a780-dc77f4da203e", + "id": "1b3553c2-a912-42c4-9109-a89ae904db8c", "name": "Incremental task entry:default@ProcessRouterMap pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603218548875 + "startTime": 352925373949916 }, "additional": { "logType": "debug", @@ -6107,15 +5790,15 @@ }, { "head": { - "id": "8e704719-3392-4500-a9f5-29c5e0083433", - "name": "entry : default@ProcessRouterMap cost memory 0.1233062744140625", + "id": "86931c1a-5fa3-4618-a84e-738e78e1103d", + "name": "entry : default@ProcessRouterMap cost memory 0.13946533203125", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603218965833 + "startTime": 352925373971583 }, "additional": { "logType": "debug", @@ -6124,53 +5807,35 @@ }, { "head": { - "id": "3df6c1d7-9588-4e65-b9d3-b9d8231a2b15", - "name": "runTaskFromQueue task cost before running: 683 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603219084166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "109076f6-a8f0-4cda-adcd-dfd673a7de2a", - "name": "Finished :entry:default@ProcessRouterMap", + "id": "b8c06266-1180-4f93-8425-a927ef88c378", + "name": "UP-TO-DATE :entry:default@ProcessRouterMap", "description": "Process router map configuration.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603217925083, - "endTime": 340603219095833, - "totalTime": 1053708 + "startTime": 352925373191666, + "endTime": 352925374041958 }, "additional": { "logType": "info", "children": [], - "durationId": "a6b61404-eded-4ab2-b462-93ab4fc091b4" + "durationId": "60fa82c1-8625-47c4-91e8-418c1d85b009" } }, { "head": { - "id": "66afc505-f6a8-45ee-933f-5ffa5946efe9", + "id": "5ff01b81-55c6-45e8-8284-1311468e65ea", "name": "entry:default@ProcessShareConfig", "description": "Process share config configuration.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603219806500, - "endTime": 340603220575458 + "startTime": 352925374624208, + "endTime": 352925375062458 }, "additional": { "children": [], @@ -6178,11 +5843,9 @@ "targetName": "default", "moduleName": "entry", "category": "Generate", - "taskRunReasons": [ - "The input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json' has been changed." - ], - "detailId": "053823d3-2f00-4140-8e44-7b1b4a8b97c6", - "logId": "a136b105-2378-42aa-b5b2-e37617fe4c8c" + "taskRunReasons": [], + "detailId": "51f345fe-72f4-4bb2-8d13-d16622ba0085", + "logId": "aebc4b96-5dd8-40bb-b4c7-77ac894152f9" }, "log": { "_logger": { @@ -6206,33 +5869,33 @@ }, { "head": { - "id": "053823d3-2f00-4140-8e44-7b1b4a8b97c6", + "id": "51f345fe-72f4-4bb2-8d13-d16622ba0085", "name": "create entry:default@ProcessShareConfig task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603219349625 + "startTime": 352925374278791 }, "additional": { "logType": "detail", "children": [], - "durationId": "66afc505-f6a8-45ee-933f-5ffa5946efe9" + "durationId": "5ff01b81-55c6-45e8-8284-1311468e65ea" } }, { "head": { - "id": "e1363d64-f5af-406d-bd2d-17924f64ead1", + "id": "a22ae891-a818-4417-862e-153963e1f0cb", "name": "Executing task :entry:default@ProcessShareConfig", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603219814500 + "startTime": 352925374629333 }, "additional": { "logType": "debug", @@ -6241,32 +5904,15 @@ }, { "head": { - "id": "012a6d33-3f24-4342-ba3c-69c21c2c2bbd", - "name": "entry:default@ProcessShareConfig is not up-to-date, since the input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json' has been changed.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603220247291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0ae813ce-048d-4ae2-9b1f-f2cfb830e997", + "id": "5a9707ef-9d24-41ef-be9c-74ae7b3672f9", "name": "Incremental task entry:default@ProcessShareConfig pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603220269333 + "startTime": 352925375023125 }, "additional": { "logType": "debug", @@ -6275,15 +5921,15 @@ }, { "head": { - "id": "2dcfa8f6-63d1-4dec-9ec3-7b6b3db2518f", - "name": "entry : default@ProcessShareConfig cost memory 0.11621856689453125", + "id": "ce4a9cf1-4568-4cc0-9875-c19cf165dde8", + "name": "entry : default@ProcessShareConfig cost memory 0.12372589111328125", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603220526791 + "startTime": 352925375044583 }, "additional": { "logType": "debug", @@ -6292,53 +5938,35 @@ }, { "head": { - "id": "e2d97c1a-4f7b-4c7f-aa33-446ae6070b42", - "name": "runTaskFromQueue task cost before running: 685 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603220551625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "a136b105-2378-42aa-b5b2-e37617fe4c8c", - "name": "Finished :entry:default@ProcessShareConfig", + "id": "aebc4b96-5dd8-40bb-b4c7-77ac894152f9", + "name": "UP-TO-DATE :entry:default@ProcessShareConfig", "description": "Process share config configuration.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603219806500, - "endTime": 340603220575458, - "totalTime": 738792 + "startTime": 352925374624208, + "endTime": 352925375062458 }, "additional": { "logType": "info", "children": [], - "durationId": "66afc505-f6a8-45ee-933f-5ffa5946efe9" + "durationId": "5ff01b81-55c6-45e8-8284-1311468e65ea" } }, { "head": { - "id": "42cf15d0-099a-477c-9ad9-67b9ce26bb49", + "id": "1e83aca9-9fd7-4b6a-a29a-4018136778c7", "name": "entry:default@ProcessStartupConfig", "description": "Process startup configuration.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603221174458, - "endTime": 340603221673708 + "startTime": 352925375472625, + "endTime": 352925376421416 }, "additional": { "children": [], @@ -6347,10 +5975,10 @@ "moduleName": "entry", "category": "Generate", "taskRunReasons": [ - "The input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json' has been changed." + "The output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/startup/default/startup_config.json' does not exist." ], - "detailId": "c9fe00ff-262c-421c-82b2-9336626c1a85", - "logId": "77beed12-739a-4ced-8062-2f31c75b4a67" + "detailId": "bcbc1b67-1c51-4e84-9f9d-a4461750aa62", + "logId": "2b7710cf-18c6-444d-8819-28bd7fbd2378" }, "log": { "_logger": { @@ -6374,33 +6002,33 @@ }, { "head": { - "id": "c9fe00ff-262c-421c-82b2-9336626c1a85", + "id": "bcbc1b67-1c51-4e84-9f9d-a4461750aa62", "name": "create entry:default@ProcessStartupConfig task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603220850583 + "startTime": 352925375193416 }, "additional": { "logType": "detail", "children": [], - "durationId": "42cf15d0-099a-477c-9ad9-67b9ce26bb49" + "durationId": "1e83aca9-9fd7-4b6a-a29a-4018136778c7" } }, { "head": { - "id": "febad06f-2c91-40d0-8fc5-e68015988087", + "id": "ed6d2d06-f000-4800-8a7d-a0a0fd692e5c", "name": "Executing task :entry:default@ProcessStartupConfig", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603221178958 + "startTime": 352925375476541 }, "additional": { "logType": "debug", @@ -6409,15 +6037,15 @@ }, { "head": { - "id": "eb487a14-aad3-4971-9fef-9e172d22b14e", + "id": "00016e97-8212-4b95-b97f-a86e930da950", "name": "Task 'entry:default@ProcessStartupConfig' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603221241583 + "startTime": 352925375540166 }, "additional": { "logType": "debug", @@ -6426,15 +6054,15 @@ }, { "head": { - "id": "3721ed23-f496-493f-9d9f-ca79f7fc3292", - "name": "entry:default@ProcessStartupConfig is not up-to-date, since the input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json' has been changed.", + "id": "b4f4513c-5539-4302-b479-606200811190", + "name": "entry:default@ProcessStartupConfig is not up-to-date, since the output file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/startup/default/startup_config.json' does not exist.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603221424750 + "startTime": 352925375728416 }, "additional": { "logType": "debug", @@ -6443,15 +6071,15 @@ }, { "head": { - "id": "ff376abe-c5c5-4b04-bd12-7ecc17dff7ce", + "id": "18502162-9307-4c88-9c18-c8c4eb4919c4", "name": "Incremental task entry:default@ProcessStartupConfig pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603221440083 + "startTime": 352925375742958 }, "additional": { "logType": "debug", @@ -6460,15 +6088,15 @@ }, { "head": { - "id": "3ad030a2-9f01-4bdb-802c-b550f5d06bcd", - "name": "entry : default@ProcessStartupConfig cost memory 0.11893463134765625", + "id": "b5401091-10af-4962-afd8-1a274311fc95", + "name": "entry : default@ProcessStartupConfig cost memory 0.11785125732421875", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603221647541 + "startTime": 352925376358291 }, "additional": { "logType": "debug", @@ -6477,15 +6105,15 @@ }, { "head": { - "id": "970c5ae2-78b4-4260-bfc3-0e0c7f9d6f72", - "name": "runTaskFromQueue task cost before running: 686 ms ", + "id": "fb56ae19-030c-4518-b0ba-995b1eb21ee9", + "name": "runTaskFromQueue task cost before running: 888 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603221664583 + "startTime": 352925376397750 }, "additional": { "logType": "debug", @@ -6494,36 +6122,36 @@ }, { "head": { - "id": "77beed12-739a-4ced-8062-2f31c75b4a67", + "id": "2b7710cf-18c6-444d-8819-28bd7fbd2378", "name": "Finished :entry:default@ProcessStartupConfig", "description": "Process startup configuration.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603221174458, - "endTime": 340603221673708, - "totalTime": 483542 + "startTime": 352925375472625, + "endTime": 352925376421416, + "totalTime": 913208 }, "additional": { "logType": "info", "children": [], - "durationId": "42cf15d0-099a-477c-9ad9-67b9ce26bb49" + "durationId": "1e83aca9-9fd7-4b6a-a29a-4018136778c7" } }, { "head": { - "id": "36b12af6-5ef6-4acc-8fd6-b1e2570c5ab6", + "id": "418ef2ba-63b2-4a69-9880-05e0de7c71e0", "name": "entry:default@CreateBuildProfile", "description": "Create the BuildProfile.ets file for the HAP/HSP package.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603222084375, - "endTime": 340603222595833 + "startTime": 352925377135875, + "endTime": 352925377479125 }, "additional": { "children": [], @@ -6531,11 +6159,9 @@ "targetName": "default", "moduleName": "entry", "category": "Generate", - "taskRunReasons": [ - "The input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5' has been changed." - ], - "detailId": "e43e5965-a2d0-4f22-a8f5-4c3cd00ca11d", - "logId": "08c2e629-d97d-4932-a487-82b0c795f8fd" + "taskRunReasons": [], + "detailId": "fc495a4b-c678-483d-ba66-47356fb03f9a", + "logId": "f49544ef-8078-44a9-94d4-5cc00dba21ad" }, "log": { "_logger": { @@ -6559,33 +6185,33 @@ }, { "head": { - "id": "e43e5965-a2d0-4f22-a8f5-4c3cd00ca11d", + "id": "fc495a4b-c678-483d-ba66-47356fb03f9a", "name": "create entry:default@CreateBuildProfile task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603221791708 + "startTime": 352925376763416 }, "additional": { "logType": "detail", "children": [], - "durationId": "36b12af6-5ef6-4acc-8fd6-b1e2570c5ab6" + "durationId": "418ef2ba-63b2-4a69-9880-05e0de7c71e0" } }, { "head": { - "id": "e9a3cea6-afec-4bb9-af5a-4a7953656244", + "id": "3f0e25d0-a04d-4263-b519-3d604d1a3350", "name": "Executing task :entry:default@CreateBuildProfile", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603222087375 + "startTime": 352925377139875 }, "additional": { "logType": "debug", @@ -6594,15 +6220,15 @@ }, { "head": { - "id": "9603ac55-737e-4e65-bf82-1ebb4de1ddc4", + "id": "c3709773-54af-4515-8a63-9402fe04be1f", "name": "Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603222275291 + "startTime": 352925377223791 }, "additional": { "logType": "debug", @@ -6611,32 +6237,15 @@ }, { "head": { - "id": "ce868157-df29-428f-9296-2897eed6009b", - "name": "entry:default@CreateBuildProfile is not up-to-date, since the input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5' has been changed.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603222346541 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "3f7fc5c7-5775-44db-9554-e9a5db663801", + "id": "809988c1-3684-4b5b-b200-0a920020a2d5", "name": "Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603222413416 + "startTime": 352925377445291 }, "additional": { "logType": "debug", @@ -6645,15 +6254,15 @@ }, { "head": { - "id": "ef3faae5-fb64-475d-abcf-e5c7ec48ba84", - "name": "entry : default@CreateBuildProfile cost memory 0.07872772216796875", + "id": "7ce2d282-31a7-4bf9-b96d-f15ce91bad47", + "name": "entry : default@CreateBuildProfile cost memory 0.0758209228515625", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603222568958 + "startTime": 352925377464833 }, "additional": { "logType": "debug", @@ -6662,53 +6271,35 @@ }, { "head": { - "id": "e690505d-c582-45a2-9a00-594eed258d2a", - "name": "runTaskFromQueue task cost before running: 687 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603222586708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "08c2e629-d97d-4932-a487-82b0c795f8fd", - "name": "Finished :entry:default@CreateBuildProfile", + "id": "f49544ef-8078-44a9-94d4-5cc00dba21ad", + "name": "UP-TO-DATE :entry:default@CreateBuildProfile", "description": "Create the BuildProfile.ets file for the HAP/HSP package.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603222084375, - "endTime": 340603222595833, - "totalTime": 495000 + "startTime": 352925377135875, + "endTime": 352925377479125 }, "additional": { "logType": "info", "children": [], - "durationId": "36b12af6-5ef6-4acc-8fd6-b1e2570c5ab6" + "durationId": "418ef2ba-63b2-4a69-9880-05e0de7c71e0" } }, { "head": { - "id": "46d6a486-cac4-4b91-8b1b-955197275b71", + "id": "3fcc7bb0-de48-41ca-a468-b32397f37892", "name": "xuqmSdk:default@BuildNativeWithCmake", "description": "Compile CPP source with CMake in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603222935916, - "endTime": 340603223004916 + "startTime": 352925377847750, + "endTime": 352925377920375 }, "additional": { "children": [], @@ -6717,8 +6308,8 @@ "moduleName": "xuqmSdk", "category": "Native", "taskRunReasons": [], - "detailId": "a0c864df-9a3e-460e-b31e-6f5153e50306", - "logId": "52b8122f-e956-457f-bc22-2ba668c5b8e1" + "detailId": "eccdb0b2-f3a1-47af-aa3e-9d9d49b2724a", + "logId": "f457fa1b-6f92-4806-a29a-e73fbaa912ff" }, "log": { "_logger": { @@ -6742,33 +6333,33 @@ }, { "head": { - "id": "a0c864df-9a3e-460e-b31e-6f5153e50306", + "id": "eccdb0b2-f3a1-47af-aa3e-9d9d49b2724a", "name": "create xuqmSdk:default@BuildNativeWithCmake task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603222696958 + "startTime": 352925377582541 }, "additional": { "logType": "detail", "children": [], - "durationId": "46d6a486-cac4-4b91-8b1b-955197275b71" + "durationId": "3fcc7bb0-de48-41ca-a468-b32397f37892" } }, { "head": { - "id": "e2dc86e0-afee-433f-8601-f8a9961e8da6", + "id": "cde1418f-ae6d-4553-b474-484c4546ee84", "name": "Executing task :xuqmSdk:default@BuildNativeWithCmake", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603222939458 + "startTime": 352925377851666 }, "additional": { "logType": "debug", @@ -6777,15 +6368,15 @@ }, { "head": { - "id": "ef1e8354-7608-4d84-a469-be2e1db8bc37", - "name": "xuqmSdk : default@BuildNativeWithCmake cost memory 0.01406097412109375", + "id": "2feac8d3-f372-4106-b158-c25cb2241960", + "name": "xuqmSdk : default@BuildNativeWithCmake cost memory 0.013580322265625", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603222982750 + "startTime": 352925377896291 }, "additional": { "logType": "debug", @@ -6794,15 +6385,15 @@ }, { "head": { - "id": "d199f3c8-a138-453e-86d1-8d6d1a694a71", - "name": "runTaskFromQueue task cost before running: 687 ms ", + "id": "1e3c484a-24eb-4fa2-9d75-42cb47c5fb6f", + "name": "runTaskFromQueue task cost before running: 889 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603222997208 + "startTime": 352925377912166 }, "additional": { "logType": "debug", @@ -6811,36 +6402,36 @@ }, { "head": { - "id": "52b8122f-e956-457f-bc22-2ba668c5b8e1", + "id": "f457fa1b-6f92-4806-a29a-e73fbaa912ff", "name": "Finished :xuqmSdk:default@BuildNativeWithCmake", "description": "Compile CPP source with CMake in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603222935916, - "endTime": 340603223004916, - "totalTime": 56375 + "startTime": 352925377847750, + "endTime": 352925377920375, + "totalTime": 58709 }, "additional": { "logType": "info", "children": [], - "durationId": "46d6a486-cac4-4b91-8b1b-955197275b71" + "durationId": "3fcc7bb0-de48-41ca-a468-b32397f37892" } }, { "head": { - "id": "f9222629-7b9c-4752-b18a-d8eb2a9618e3", + "id": "55e61521-7b5a-41c8-9685-05fb0f3f04b5", "name": "entry:default@MergeProfile", "description": "Merge app config manifest files in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603223179375, - "endTime": 340603224651666 + "startTime": 352925378184208, + "endTime": 352925378838791 }, "additional": { "children": [], @@ -6848,11 +6439,9 @@ "targetName": "default", "moduleName": "entry", "category": "Config", - "taskRunReasons": [ - "The input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5' has been changed." - ], - "detailId": "65d64d96-437a-47cd-851c-b15555e44a77", - "logId": "5b77c38c-c76c-4646-8971-241b65fbd80c" + "taskRunReasons": [], + "detailId": "b699666e-3d9d-4aba-a601-e4c381c45c75", + "logId": "99a009c5-78fe-4f19-8aaa-095d52045342" }, "log": { "_logger": { @@ -6876,33 +6465,33 @@ }, { "head": { - "id": "65d64d96-437a-47cd-851c-b15555e44a77", + "id": "b699666e-3d9d-4aba-a601-e4c381c45c75", "name": "create entry:default@MergeProfile task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603223062250 + "startTime": 352925377992791 }, "additional": { "logType": "detail", "children": [], - "durationId": "f9222629-7b9c-4752-b18a-d8eb2a9618e3" + "durationId": "55e61521-7b5a-41c8-9685-05fb0f3f04b5" } }, { "head": { - "id": "39a02614-5b18-4108-a93f-6a54c17e036c", + "id": "611d1933-2525-4205-8f66-37573dfba7ca", "name": "Executing task :entry:default@MergeProfile", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603223183333 + "startTime": 352925378188791 }, "additional": { "logType": "debug", @@ -6911,15 +6500,15 @@ }, { "head": { - "id": "061c9656-ad2e-460b-8258-3f275a2f3928", + "id": "1c0b8c17-9729-4614-b74d-2b024be5c5f9", "name": "Task 'entry:default@MergeProfile' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603223340291 + "startTime": 352925378459500 }, "additional": { "logType": "debug", @@ -6928,32 +6517,15 @@ }, { "head": { - "id": "d7c081e5-788d-4ef3-b334-bb7f5d8b22c1", - "name": "entry:default@MergeProfile is not up-to-date, since the input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5' has been changed.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603223471416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "ab92fafa-b67a-458c-a3ff-a3c58457a17d", + "id": "7d5fa4fd-6d52-443c-a8ca-83679e9528c7", "name": "Incremental task entry:default@MergeProfile pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603223484458 + "startTime": 352925378807875 }, "additional": { "logType": "debug", @@ -6962,15 +6534,15 @@ }, { "head": { - "id": "5f9f2b2a-b90c-4310-bfa7-008250facc49", - "name": "Change app api release type with 'Release'", + "id": "8bd0675e-6471-45e9-81e8-902cb222fd5c", + "name": "entry : default@MergeProfile cost memory 0.14604949951171875", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603223521333 + "startTime": 352925378825791 }, "additional": { "logType": "debug", @@ -6979,138 +6551,35 @@ }, { "head": { - "id": "1bf0ce1d-94bd-489d-969f-086813e0a154", - "name": "Change app compile API version with '6.0.2.130'", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603223539916 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "5dd748d7-baae-4eac-bf77-2742dfe46a6f", - "name": "Change app target API version with '60002022'", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603223547166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "1283fadb-73f3-4182-93fa-9b3395fcda22", - "name": "Change app minimum API version with '50000012'", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603223553333 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "296c9b34-76e9-4551-8071-3cae99351cc5", - "name": "Use cli appEnvironment", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603223564041 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "acc55543-698a-4451-9964-9c43579ba021", - "name": "entry : default@MergeProfile cost memory 0.2298431396484375", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603224579000 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "ac99a352-e627-443f-9e00-5800be9fa301", - "name": "runTaskFromQueue task cost before running: 689 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603224634208 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "5b77c38c-c76c-4646-8971-241b65fbd80c", - "name": "Finished :entry:default@MergeProfile", + "id": "99a009c5-78fe-4f19-8aaa-095d52045342", + "name": "UP-TO-DATE :entry:default@MergeProfile", "description": "Merge app config manifest files in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603223179375, - "endTime": 340603224651666, - "totalTime": 1438125 + "startTime": 352925378184208, + "endTime": 352925378838791 }, "additional": { "logType": "info", "children": [], - "durationId": "f9222629-7b9c-4752-b18a-d8eb2a9618e3" + "durationId": "55e61521-7b5a-41c8-9685-05fb0f3f04b5" } }, { "head": { - "id": "4cd5b072-3748-4cb6-9c7f-987f0d87a18e", + "id": "8fcb2611-c5bf-491d-a7f0-fa9464ef34fc", "name": "entry:default@GenerateLoaderJson", "description": "Generate loader.json in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603225727500, - "endTime": 340603228545166 + "startTime": 352925379657375, + "endTime": 352925381638916 }, "additional": { "children": [], @@ -7118,11 +6587,9 @@ "targetName": "default", "moduleName": "entry", "category": "Generate", - "taskRunReasons": [ - "The input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json' has been changed." - ], - "detailId": "ffca54ed-2e8c-4425-b228-77c2546b7082", - "logId": "fb54e187-b301-4edb-a9f1-1d371547ba35" + "taskRunReasons": [], + "detailId": "075cb720-6f1d-4e48-8236-e8e8bef91eb5", + "logId": "5f95e73e-a55c-4871-a996-81444275fdc9" }, "log": { "_logger": { @@ -7146,33 +6613,33 @@ }, { "head": { - "id": "ffca54ed-2e8c-4425-b228-77c2546b7082", + "id": "075cb720-6f1d-4e48-8236-e8e8bef91eb5", "name": "create entry:default@GenerateLoaderJson task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603224977000 + "startTime": 352925379014708 }, "additional": { "logType": "detail", "children": [], - "durationId": "4cd5b072-3748-4cb6-9c7f-987f0d87a18e" + "durationId": "8fcb2611-c5bf-491d-a7f0-fa9464ef34fc" } }, { "head": { - "id": "30ac9548-d029-4439-be10-c65cdf086185", + "id": "be5145a2-fe75-4317-bc17-6d630d227a32", "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603225440916 + "startTime": 352925379361416 }, "additional": { "logType": "debug", @@ -7181,15 +6648,15 @@ }, { "head": { - "id": "c4dbe8b4-d52d-4cdf-98a6-29d56de844fa", + "id": "64f6f2db-53e2-457c-9b08-f30c98dc46ef", "name": "Executing task :entry:default@GenerateLoaderJson", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603225731625 + "startTime": 352925379660583 }, "additional": { "logType": "debug", @@ -7198,15 +6665,15 @@ }, { "head": { - "id": "9971ca73-7b55-40e5-b9a9-513bcea961b5", + "id": "4f68f957-eff7-4159-aac9-fd65f16f6313", "name": "Task 'entry:default@GenerateLoaderJson' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603226231250 + "startTime": 352925380059875 }, "additional": { "logType": "debug", @@ -7215,15 +6682,15 @@ }, { "head": { - "id": "1aaffd39-5261-40db-af59-9bc0806de53e", + "id": "7b8c751d-8e46-4523-b4f3-361d2745ba75", "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603226620625 + "startTime": 352925380409041 }, "additional": { "logType": "debug", @@ -7232,15 +6699,15 @@ }, { "head": { - "id": "4146de83-7e9c-4bfd-86b0-f146bdc455ba", + "id": "0bb9d762-3120-4233-aa26-ad35e0a587c7", "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603226870500 + "startTime": 352925381003000 }, "additional": { "logType": "debug", @@ -7249,15 +6716,15 @@ }, { "head": { - "id": "136969ad-421b-4e47-9b76-fd03afab0796", + "id": "6d05b0ef-47b1-4517-99a6-d1c05c3b210a", "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603227110625 + "startTime": 352925381225541 }, "additional": { "logType": "debug", @@ -7266,15 +6733,15 @@ }, { "head": { - "id": "1569a9a2-6acb-4f56-8d76-acec3181d086", + "id": "20de6e12-7e5b-4c73-87c9-ae58575d6944", "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603227208458 + "startTime": 352925381329666 }, "additional": { "logType": "debug", @@ -7283,15 +6750,15 @@ }, { "head": { - "id": "388d3502-cc06-40b2-b17e-2c7dfcae3e29", + "id": "3b02b416-9727-4c50-ae1a-22262da24de4", "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603227290708 + "startTime": 352925381410666 }, "additional": { "logType": "debug", @@ -7300,32 +6767,15 @@ }, { "head": { - "id": "7b76cb73-004c-4375-b61c-00cc1416cbaf", - "name": "entry:default@GenerateLoaderJson is not up-to-date, since the input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json' has been changed.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603227337958 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "a6988976-8e3f-4a4e-83fb-07401500b51a", + "id": "f33e2ff6-dab4-459f-af73-626b2eb87376", "name": "Incremental task entry:default@GenerateLoaderJson pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603227353291 + "startTime": 352925381607750 }, "additional": { "logType": "debug", @@ -7334,15 +6784,15 @@ }, { "head": { - "id": "7c83d087-e880-4969-8682-69b5f9aaa0b3", - "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "id": "dea1d973-f1d3-4faa-918d-6d6b02d6b7e2", + "name": "entry : default@GenerateLoaderJson cost memory 0.365020751953125", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603227640083 + "startTime": 352925381626916 }, "additional": { "logType": "debug", @@ -7351,104 +6801,69 @@ }, { "head": { - "id": "454e2c2d-29d1-4060-83bd-343aed5d822d", - "name": "entry : default@GenerateLoaderJson cost memory 0.48764801025390625", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603228508500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "85aa4fd7-87b4-4bc7-be66-6d28df549f15", - "name": "runTaskFromQueue task cost before running: 693 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603228533458 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "dd333f79-d8fe-4f2d-ae21-71e5c9c99c97", - "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603228742083 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "5c451cad-7266-4e64-a81a-e31ab48ed1d9", - "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603228825958 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "fb54e187-b301-4edb-a9f1-1d371547ba35", - "name": "Finished :entry:default@GenerateLoaderJson", + "id": "5f95e73e-a55c-4871-a996-81444275fdc9", + "name": "UP-TO-DATE :entry:default@GenerateLoaderJson", "description": "Generate loader.json in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603225727500, - "endTime": 340603228545166, - "totalTime": 2795416 + "startTime": 352925379657375, + "endTime": 352925381638916 }, "additional": { "logType": "info", "children": [], - "durationId": "4cd5b072-3748-4cb6-9c7f-987f0d87a18e" + "durationId": "8fcb2611-c5bf-491d-a7f0-fa9464ef34fc" } }, { "head": { - "id": "9c8f890f-fd40-4ea9-b260-4f0cee141dd5", + "id": "f9560f9e-bac8-47e1-8ae8-5bd6e820d698", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352925381866333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f968893f-474f-4428-947e-cc20e8bab238", + "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352925381957791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ffe07879-e0d8-472f-be0c-af3b75d60c4e", "name": "xuqmSdk:default@BuildNativeWithNinja", "description": "Compile CPP source with Ninja in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603229312666, - "endTime": 340603229694958 + "startTime": 352925382369041, + "endTime": 352925382819833 }, "additional": { "children": [], @@ -7457,8 +6872,8 @@ "moduleName": "xuqmSdk", "category": "Native", "taskRunReasons": [], - "detailId": "3ca9fbcc-9ef3-4d97-88c4-5c108552ccfc", - "logId": "aff7f29b-5377-4b77-bd46-cda3c62640c8" + "detailId": "3969bef7-318a-4128-9f22-e4ee7288848e", + "logId": "5b0cb394-a7e4-47ad-bfeb-f35cce054104" }, "log": { "_logger": { @@ -7482,33 +6897,33 @@ }, { "head": { - "id": "3ca9fbcc-9ef3-4d97-88c4-5c108552ccfc", + "id": "3969bef7-318a-4128-9f22-e4ee7288848e", "name": "create xuqmSdk:default@BuildNativeWithNinja task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603228996416 + "startTime": 352925382107250 }, "additional": { "logType": "detail", "children": [], - "durationId": "9c8f890f-fd40-4ea9-b260-4f0cee141dd5" + "durationId": "ffe07879-e0d8-472f-be0c-af3b75d60c4e" } }, { "head": { - "id": "99894007-754e-4599-b1c8-2cff18e8de51", + "id": "a9c39ce8-49e2-46b7-83ce-37acb9a01902", "name": "Executing task :xuqmSdk:default@BuildNativeWithNinja", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603229331916 + "startTime": 352925382371958 }, "additional": { "logType": "debug", @@ -7517,15 +6932,15 @@ }, { "head": { - "id": "3ab95f0a-2ea9-4196-b426-966f7d495791", - "name": "xuqmSdk : default@BuildNativeWithNinja cost memory 0.0234832763671875", + "id": "8c5f2d76-6f92-40cd-8e58-b939692a621f", + "name": "xuqmSdk : default@BuildNativeWithNinja cost memory 0.0190582275390625", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603229582625 + "startTime": 352925382771000 }, "additional": { "logType": "debug", @@ -7534,15 +6949,15 @@ }, { "head": { - "id": "480b2556-6a1a-4550-b53b-87860eb3e81a", - "name": "runTaskFromQueue task cost before running: 694 ms ", + "id": "149887be-4a04-45cd-9bc4-365aa671998f", + "name": "runTaskFromQueue task cost before running: 894 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603229685208 + "startTime": 352925382805625 }, "additional": { "logType": "debug", @@ -7551,36 +6966,36 @@ }, { "head": { - "id": "aff7f29b-5377-4b77-bd46-cda3c62640c8", + "id": "5b0cb394-a7e4-47ad-bfeb-f35cce054104", "name": "Finished :xuqmSdk:default@BuildNativeWithNinja", "description": "Compile CPP source with Ninja in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603229312666, - "endTime": 340603229694958, - "totalTime": 362417 + "startTime": 352925382369041, + "endTime": 352925382819833, + "totalTime": 424709 }, "additional": { "logType": "info", "children": [], - "durationId": "9c8f890f-fd40-4ea9-b260-4f0cee141dd5" + "durationId": "ffe07879-e0d8-472f-be0c-af3b75d60c4e" } }, { "head": { - "id": "603d4800-3a62-42f2-b798-315fb2d01b49", + "id": "1d74c806-de34-4fb2-925b-920540201765", "name": "entry:default@ConfigureCmake", "description": "cache native strip .so fileInfo", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603229959166, - "endTime": 340603230011416 + "startTime": 352925383179916, + "endTime": 352925383250416 }, "additional": { "children": [], @@ -7589,8 +7004,8 @@ "moduleName": "entry", "category": "Native", "taskRunReasons": [], - "detailId": "89ea9ccf-4686-4107-8e60-7a38d9291d2c", - "logId": "6a871f13-43bc-4ba9-817a-8ff770b71eec" + "detailId": "ca74bc9e-21b9-4c66-b5bf-f2e1a3a723b1", + "logId": "3f59c380-362d-4bb9-83b7-5d7d9c48627e" }, "log": { "_logger": { @@ -7614,33 +7029,33 @@ }, { "head": { - "id": "89ea9ccf-4686-4107-8e60-7a38d9291d2c", + "id": "ca74bc9e-21b9-4c66-b5bf-f2e1a3a723b1", "name": "create entry:default@ConfigureCmake task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603229805375 + "startTime": 352925382982333 }, "additional": { "logType": "detail", "children": [], - "durationId": "603d4800-3a62-42f2-b798-315fb2d01b49" + "durationId": "1d74c806-de34-4fb2-925b-920540201765" } }, { "head": { - "id": "3901659a-8f4f-4cb9-8e6c-dbf5b55e6c32", + "id": "985dca9e-b983-4e9c-82e8-06f66922b4b3", "name": "Executing task :entry:default@ConfigureCmake", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603229962041 + "startTime": 352925383183083 }, "additional": { "logType": "debug", @@ -7649,15 +7064,15 @@ }, { "head": { - "id": "e320520e-ffaf-4b37-a802-b7c84e2fcb0f", - "name": "entry : default@ConfigureCmake cost memory 0.01214599609375", + "id": "d8301ed4-8942-4ee7-9567-353f957e23ba", + "name": "entry : default@ConfigureCmake cost memory 0.01210784912109375", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603229991750 + "startTime": 352925383224000 }, "additional": { "logType": "debug", @@ -7666,15 +7081,15 @@ }, { "head": { - "id": "bb88825c-d039-4372-9857-1f9bab8d7058", - "name": "runTaskFromQueue task cost before running: 694 ms ", + "id": "62e57fec-49e5-4433-80b3-52bdc1383b6a", + "name": "runTaskFromQueue task cost before running: 895 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603230004208 + "startTime": 352925383240708 }, "additional": { "logType": "debug", @@ -7683,36 +7098,36 @@ }, { "head": { - "id": "6a871f13-43bc-4ba9-817a-8ff770b71eec", + "id": "3f59c380-362d-4bb9-83b7-5d7d9c48627e", "name": "Finished :entry:default@ConfigureCmake", "description": "cache native strip .so fileInfo", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603229959166, - "endTime": 340603230011416, - "totalTime": 40958 + "startTime": 352925383179916, + "endTime": 352925383250416, + "totalTime": 54667 }, "additional": { "logType": "info", "children": [], - "durationId": "603d4800-3a62-42f2-b798-315fb2d01b49" + "durationId": "1d74c806-de34-4fb2-925b-920540201765" } }, { "head": { - "id": "b0042d4b-ad44-4b77-aeba-761b38a98046", + "id": "11dd7f5f-86ab-44c0-9f46-5df7eaaf46c7", "name": "entry:default@MakePackInfo", "description": "Generate module pack.info in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603230356541, - "endTime": 340603231339750 + "startTime": 352925383781958, + "endTime": 352925384211875 }, "additional": { "children": [], @@ -7720,11 +7135,9 @@ "targetName": "default", "moduleName": "entry", "category": "Generate", - "taskRunReasons": [ - "The input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5' has been changed." - ], - "detailId": "05198c9b-3a29-468e-a7b8-b8b66c6f4575", - "logId": "1a970756-34de-444a-82ca-b098412bb45a" + "taskRunReasons": [], + "detailId": "583e5ac9-6ac6-46e8-a958-803e24998bef", + "logId": "8904e65f-fcd4-4754-8c31-f89272b31a3a" }, "log": { "_logger": { @@ -7748,33 +7161,33 @@ }, { "head": { - "id": "05198c9b-3a29-468e-a7b8-b8b66c6f4575", + "id": "583e5ac9-6ac6-46e8-a958-803e24998bef", "name": "create entry:default@MakePackInfo task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603230093875 + "startTime": 352925383468541 }, "additional": { "logType": "detail", "children": [], - "durationId": "b0042d4b-ad44-4b77-aeba-761b38a98046" + "durationId": "11dd7f5f-86ab-44c0-9f46-5df7eaaf46c7" } }, { "head": { - "id": "3e688fe4-6c0f-4b40-81e4-65936426c969", + "id": "d23cc132-d999-4e3b-b659-e83f22ef21d2", "name": "Executing task :entry:default@MakePackInfo", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603230359125 + "startTime": 352925383785416 }, "additional": { "logType": "debug", @@ -7783,32 +7196,15 @@ }, { "head": { - "id": "d22f0329-1cba-4630-9cac-a7c358e4e1ab", - "name": "entry:default@MakePackInfo is not up-to-date, since the input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5' has been changed.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603230656916 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "1dd4ffe0-64ae-4d15-879f-efa16aaa5199", + "id": "4ab8b0d5-c224-49e9-8d0b-1105b40d1663", "name": "Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603230672708 + "startTime": 352925384182583 }, "additional": { "logType": "debug", @@ -7817,15 +7213,15 @@ }, { "head": { - "id": "543afbf3-3332-4764-b800-97017a7a6711", - "name": "Module Pack Info: {\n summary: {\n app: { bundleName: 'c***k', bundleType: 'app', version: [Object] },\n modules: [ [Object] ]\n },\n packages: [\n {\n deviceType: [Array],\n moduleType: 'entry',\n deliveryWithInstall: true,\n name: 'entry-default'\n }\n ]\n}", + "id": "7a0b17f1-eefe-4ce5-9e92-e5055b6aee2f", + "name": "entry : default@MakePackInfo cost memory 0.0887603759765625", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603231135083 + "startTime": 352925384200375 }, "additional": { "logType": "debug", @@ -7834,70 +7230,35 @@ }, { "head": { - "id": "3ea8a59b-bd73-4107-9c83-854b1eadbc75", - "name": "entry : default@MakePackInfo cost memory 0.29372406005859375", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603231312625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "8c8b9312-a38c-4f3b-9919-a4956ddaf7c7", - "name": "runTaskFromQueue task cost before running: 695 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603231330583 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "1a970756-34de-444a-82ca-b098412bb45a", - "name": "Finished :entry:default@MakePackInfo", + "id": "8904e65f-fcd4-4754-8c31-f89272b31a3a", + "name": "UP-TO-DATE :entry:default@MakePackInfo", "description": "Generate module pack.info in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603230356541, - "endTime": 340603231339750, - "totalTime": 966542 + "startTime": 352925383781958, + "endTime": 352925384211875 }, "additional": { "logType": "info", "children": [], - "durationId": "b0042d4b-ad44-4b77-aeba-761b38a98046" + "durationId": "11dd7f5f-86ab-44c0-9f46-5df7eaaf46c7" } }, { "head": { - "id": "6ebbbea6-2cd8-4a4e-bd14-b7080bd3ad67", + "id": "81c57473-3499-45e6-9e47-9e9e9ecc9112", "name": "entry:default@ProcessProfile", "description": "Process app config manifest files in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603232042166, - "endTime": 340603273584750 + "startTime": 352925384851208, + "endTime": 352925385736250 }, "additional": { "children": [], @@ -7905,11 +7266,9 @@ "targetName": "default", "moduleName": "entry", "category": "Config", - "taskRunReasons": [ - "The input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/merge_profile/default/module.json' has been changed." - ], - "detailId": "bd7ed1c5-b171-42a1-beaf-7a5230cf8d4f", - "logId": "09dcf11b-a3af-40c1-8bcf-eb09302def17" + "taskRunReasons": [], + "detailId": "6b0be972-b06e-46ee-9626-caab15804310", + "logId": "8448d81e-f829-4e06-9fc0-7cdb2c627895" }, "log": { "_logger": { @@ -7933,33 +7292,33 @@ }, { "head": { - "id": "bd7ed1c5-b171-42a1-beaf-7a5230cf8d4f", + "id": "6b0be972-b06e-46ee-9626-caab15804310", "name": "create entry:default@ProcessProfile task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603231494291 + "startTime": 352925384335250 }, "additional": { "logType": "detail", "children": [], - "durationId": "6ebbbea6-2cd8-4a4e-bd14-b7080bd3ad67" + "durationId": "81c57473-3499-45e6-9e47-9e9e9ecc9112" } }, { "head": { - "id": "b1a8f557-d006-4c7f-906c-f31b29e363c7", + "id": "132b4247-b9f0-4171-98a1-0b40000a57a1", "name": "Executing task :entry:default@ProcessProfile", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603232045458 + "startTime": 352925384854666 }, "additional": { "logType": "debug", @@ -7968,15 +7327,15 @@ }, { "head": { - "id": "99e76c11-1e87-407d-9d4b-2b76ec1e3172", + "id": "541c13fd-c39d-4f07-8815-519cbba632d9", "name": "Task 'entry:default@ProcessProfile' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603232366416 + "startTime": 352925385430958 }, "additional": { "logType": "debug", @@ -7985,32 +7344,15 @@ }, { "head": { - "id": "01087ae2-674d-48d1-bf32-801c6e8e31bb", - "name": "entry:default@ProcessProfile is not up-to-date, since the input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/merge_profile/default/module.json' has been changed.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603232560750 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "20a4a081-f872-4b37-976a-825839bf5818", + "id": "186851d7-5eb2-477b-8916-88dd16a43403", "name": "Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603232576625 + "startTime": 352925385707000 }, "additional": { "logType": "debug", @@ -8019,15 +7361,15 @@ }, { "head": { - "id": "7b4776c9-c828-4a30-a042-1e733d8a6eaa", - "name": "12.0.2.0", + "id": "8d777169-bb3a-4328-9a51-36e9538298b1", + "name": "entry : default@ProcessProfile cost memory 0.113922119140625", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603272950041 + "startTime": 352925385724833 }, "additional": { "logType": "debug", @@ -8036,99 +7378,45 @@ }, { "head": { - "id": "9751289b-be4b-4425-a1b6-c3187d63df76", - "name": "No need to add fake ui ability because of not in preview process.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603273394791 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "6bdd395d-6b26-48fa-9102-5c12404fc2ae", - "name": "entry : default@ProcessProfile cost memory 0.33621978759765625", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603273539291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e6107159-a45d-47e9-a9d8-cee396a1f35c", - "name": "runTaskFromQueue task cost before running: 738 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603273570833 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "09dcf11b-a3af-40c1-8bcf-eb09302def17", - "name": "Finished :entry:default@ProcessProfile", + "id": "8448d81e-f829-4e06-9fc0-7cdb2c627895", + "name": "UP-TO-DATE :entry:default@ProcessProfile", "description": "Process app config manifest files in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603232042166, - "endTime": 340603273584750, - "totalTime": 41511042 + "startTime": 352925384851208, + "endTime": 352925385736250 }, "additional": { "logType": "info", "children": [], - "durationId": "6ebbbea6-2cd8-4a4e-bd14-b7080bd3ad67" + "durationId": "81c57473-3499-45e6-9e47-9e9e9ecc9112" } }, { "head": { - "id": "ccb80673-d54c-4ef7-87c3-4418a5601e16", + "id": "8764c660-48f6-4b3b-872a-ee01b1a97c69", "name": "xuqmSdk:default@ProcessLibs", "description": "Process .so files in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603274183833, - "endTime": 340603276857666 + "startTime": 352925386137208, + "endTime": 352925386710708 }, "additional": { - "children": [ - "108be6b6-0202-4ed9-9667-b6fed4c44020" - ], + "children": [], "state": "success", "targetName": "default", "moduleName": "xuqmSdk", "category": "Resources", "taskRunReasons": [], - "detailId": "acf7d023-10ed-493e-834e-e3f4934257c7", - "logId": "536230e2-5786-401c-99af-b4527574a54f" + "detailId": "290857c3-22fd-4032-8dcc-0724a892d658", + "logId": "d3de38f5-4455-4755-8caf-9c51219f2115" }, "log": { "_logger": { @@ -8152,33 +7440,33 @@ }, { "head": { - "id": "acf7d023-10ed-493e-834e-e3f4934257c7", + "id": "290857c3-22fd-4032-8dcc-0724a892d658", "name": "create xuqmSdk:default@ProcessLibs task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603273769583 + "startTime": 352925385830833 }, "additional": { "logType": "detail", "children": [], - "durationId": "ccb80673-d54c-4ef7-87c3-4418a5601e16" + "durationId": "8764c660-48f6-4b3b-872a-ee01b1a97c69" } }, { "head": { - "id": "ffb37c60-e86c-42eb-ae3e-be1aca89333c", + "id": "71888bf6-f20d-4c25-a9e9-8de113869eb6", "name": "Executing task :xuqmSdk:default@ProcessLibs", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603274187416 + "startTime": 352925386140250 }, "additional": { "logType": "debug", @@ -8187,58 +7475,15 @@ }, { "head": { - "id": "108be6b6-0202-4ed9-9667-b6fed4c44020", - "name": "process libs", - "description": "", - "type": "duration" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603276447291, - "endTime": 340603276769541 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "ccb80673-d54c-4ef7-87c3-4418a5601e16", - "logId": "82e554c9-0ec8-4053-8662-27ab36a09034" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "777fe8d3-31aa-4ea1-9035-7f3e8401444e", - "name": "Worker dispatch failed, running processLibs on main thread.", + "id": "0439e186-a01d-467a-9deb-65f80b27ecb4", + "name": "Incremental task xuqmSdk:default@ProcessLibs pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603276451708 + "startTime": 352925386676041 }, "additional": { "logType": "debug", @@ -8247,35 +7492,15 @@ }, { "head": { - "id": "82e554c9-0ec8-4053-8662-27ab36a09034", - "name": "process libs", + "id": "11debb88-353a-4cc8-9431-18f0c462f54d", + "name": "xuqmSdk : default@ProcessLibs cost memory 0.0811309814453125", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603276447291, - "endTime": 340603276769541 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "108be6b6-0202-4ed9-9667-b6fed4c44020", - "parent": "536230e2-5786-401c-99af-b4527574a54f" - } - }, - { - "head": { - "id": "ec28ef03-d1cc-43cb-8485-c12baf0ffc34", - "name": "xuqmSdk : default@ProcessLibs cost memory 0.4665985107421875", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603276810041 + "startTime": 352925386697625 }, "additional": { "logType": "debug", @@ -8284,55 +7509,35 @@ }, { "head": { - "id": "49954587-01b4-42b7-a6f8-e11bb941b802", - "name": "runTaskFromQueue task cost before running: 741 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603276843791 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "536230e2-5786-401c-99af-b4527574a54f", - "name": "Finished :xuqmSdk:default@ProcessLibs", + "id": "d3de38f5-4455-4755-8caf-9c51219f2115", + "name": "UP-TO-DATE :xuqmSdk:default@ProcessLibs", "description": "Process .so files in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603274183833, - "endTime": 340603276857666, - "totalTime": 2644042 + "startTime": 352925386137208, + "endTime": 352925386710708 }, "additional": { "logType": "info", - "children": [ - "82e554c9-0ec8-4053-8662-27ab36a09034" - ], - "durationId": "ccb80673-d54c-4ef7-87c3-4418a5601e16" + "children": [], + "durationId": "8764c660-48f6-4b3b-872a-ee01b1a97c69" } }, { "head": { - "id": "95ea6e29-6dab-4983-8076-fda7aeec35d5", + "id": "7d1b6645-3039-4e27-945b-a706994d3bc1", "name": "entry:default@BuildNativeWithCmake", "description": "Compile CPP source with CMake in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603277231083, - "endTime": 340603277294041 + "startTime": 352925386892583, + "endTime": 352925386962041 }, "additional": { "children": [], @@ -8341,8 +7546,8 @@ "moduleName": "entry", "category": "Native", "taskRunReasons": [], - "detailId": "a7313a32-f24c-4a89-abdc-4000199d015b", - "logId": "d2bfb8c6-0eab-4d73-8c2a-1d7c60469850" + "detailId": "a98a2147-ef06-4714-ae25-86ca6fcd8950", + "logId": "1b45bb47-b0de-4d12-b5c9-8c7bcf024a1a" }, "log": { "_logger": { @@ -8366,33 +7571,33 @@ }, { "head": { - "id": "a7313a32-f24c-4a89-abdc-4000199d015b", + "id": "a98a2147-ef06-4714-ae25-86ca6fcd8950", "name": "create entry:default@BuildNativeWithCmake task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603277072416 + "startTime": 352925386809458 }, "additional": { "logType": "detail", "children": [], - "durationId": "95ea6e29-6dab-4983-8076-fda7aeec35d5" + "durationId": "7d1b6645-3039-4e27-945b-a706994d3bc1" } }, { "head": { - "id": "ef2a8139-3737-44b5-bced-2dcd617ed4ab", + "id": "09b678fb-92fd-4224-ad3a-e086c47fd6a7", "name": "Executing task :entry:default@BuildNativeWithCmake", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603277233500 + "startTime": 352925386894291 }, "additional": { "logType": "debug", @@ -8401,15 +7606,15 @@ }, { "head": { - "id": "104ba180-9893-449d-acd1-06e6a0ced848", - "name": "entry : default@BuildNativeWithCmake cost memory 0.01209259033203125", + "id": "7e50e206-17ef-47ba-a65f-3513a2c6a267", + "name": "entry : default@BuildNativeWithCmake cost memory 0.012054443359375", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603277267083 + "startTime": 352925386925125 }, "additional": { "logType": "debug", @@ -8418,15 +7623,15 @@ }, { "head": { - "id": "106f8f4e-5ec7-4c5d-9b2c-d868946ba0e8", - "name": "runTaskFromQueue task cost before running: 741 ms ", + "id": "58287fb2-2de1-4106-86af-fb78fad24b94", + "name": "runTaskFromQueue task cost before running: 898 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603277284708 + "startTime": 352925386952500 }, "additional": { "logType": "debug", @@ -8435,36 +7640,36 @@ }, { "head": { - "id": "d2bfb8c6-0eab-4d73-8c2a-1d7c60469850", + "id": "1b45bb47-b0de-4d12-b5c9-8c7bcf024a1a", "name": "Finished :entry:default@BuildNativeWithCmake", "description": "Compile CPP source with CMake in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603277231083, - "endTime": 340603277294041, - "totalTime": 48666 + "startTime": 352925386892583, + "endTime": 352925386962041, + "totalTime": 40250 }, "additional": { "logType": "info", "children": [], - "durationId": "95ea6e29-6dab-4983-8076-fda7aeec35d5" + "durationId": "7d1b6645-3039-4e27-945b-a706994d3bc1" } }, { "head": { - "id": "a258a1e0-a578-421e-9672-01664861b664", + "id": "e1530ab2-31d2-4a9c-b736-55acd169229f", "name": "entry:default@ProcessResource", "description": "Process resources in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603278160625, - "endTime": 340603279430500 + "startTime": 352925387765750, + "endTime": 352925388948166 }, "additional": { "children": [], @@ -8472,11 +7677,9 @@ "targetName": "default", "moduleName": "entry", "category": "Resources", - "taskRunReasons": [ - "The task snapshots are different." - ], - "detailId": "98ffeb20-1988-44a5-9410-d962c8560ac3", - "logId": "9695b3dc-48d7-4905-a715-ad2511a07072" + "taskRunReasons": [], + "detailId": "7d54be0c-def1-48bf-81b5-14d455ebf3bf", + "logId": "1c1fdc6a-a764-4d2d-8e77-93f58f65a41c" }, "log": { "_logger": { @@ -8500,33 +7703,33 @@ }, { "head": { - "id": "98ffeb20-1988-44a5-9410-d962c8560ac3", + "id": "7d54be0c-def1-48bf-81b5-14d455ebf3bf", "name": "create entry:default@ProcessResource task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603277411750 + "startTime": 352925387085083 }, "additional": { "logType": "detail", "children": [], - "durationId": "a258a1e0-a578-421e-9672-01664861b664" + "durationId": "e1530ab2-31d2-4a9c-b736-55acd169229f" } }, { "head": { - "id": "fd1d5694-e03c-4640-8b63-cddf6b5e1a09", + "id": "4207e61a-c0a8-4028-a7f6-53b6c59b8aee", "name": "restool module names: entry,xuqmSdk; moduleName=entry, taskName=default@ProcessResource", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603277652416 + "startTime": 352925387317666 }, "additional": { "logType": "debug", @@ -8535,15 +7738,15 @@ }, { "head": { - "id": "866129e5-d57d-4c66-aa64-5e0bc9d910f0", + "id": "5d2b1216-153b-486c-ad0f-65b9300b8b5f", "name": "Executing task :entry:default@ProcessResource", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603278588750 + "startTime": 352925388187500 }, "additional": { "logType": "debug", @@ -8552,15 +7755,15 @@ }, { "head": { - "id": "4b8dad95-bb0f-454e-884c-7da744cefab3", + "id": "db38b3d4-af1c-4e2d-ad3d-4bf76a5712a7", "name": "Task 'entry:default@ProcessResource' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603278640166 + "startTime": 352925388231166 }, "additional": { "logType": "debug", @@ -8569,32 +7772,15 @@ }, { "head": { - "id": "c33badf5-515c-4fde-bacb-1c88605e8827", - "name": "entry:default@ProcessResource is not up-to-date, since the task snapshots are different.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603278862458 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0c43bc32-99d6-4c3d-be7c-a8776865fcba", + "id": "78d74c90-6609-4a12-8ca6-6b69bbb2f9db", "name": "Incremental task entry:default@ProcessResource pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603278875625 + "startTime": 352925388728875 }, "additional": { "logType": "debug", @@ -8603,15 +7789,15 @@ }, { "head": { - "id": "be2a99c0-5048-406d-95d3-37b46ac45c7e", - "name": "entry : default@ProcessResource cost memory 0.13349151611328125", + "id": "176ca775-6b2a-42e4-8641-ae3152539dac", + "name": "entry : default@ProcessResource cost memory 0.108734130859375", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603279322125 + "startTime": 352925388816250 }, "additional": { "logType": "debug", @@ -8620,53 +7806,35 @@ }, { "head": { - "id": "252077f2-0647-4772-a5bc-28ebd225b2da", - "name": "runTaskFromQueue task cost before running: 744 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603279420041 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "9695b3dc-48d7-4905-a715-ad2511a07072", - "name": "Finished :entry:default@ProcessResource", + "id": "1c1fdc6a-a764-4d2d-8e77-93f58f65a41c", + "name": "UP-TO-DATE :entry:default@ProcessResource", "description": "Process resources in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603278160625, - "endTime": 340603279430500, - "totalTime": 1175833 + "startTime": 352925387765750, + "endTime": 352925388948166 }, "additional": { "logType": "info", "children": [], - "durationId": "a258a1e0-a578-421e-9672-01664861b664" + "durationId": "e1530ab2-31d2-4a9c-b736-55acd169229f" } }, { "head": { - "id": "e1c2cda5-4f64-4703-bd90-f606100992b9", + "id": "23dce3d1-a062-4157-8bae-0ea8e9f14b34", "name": "xuqmSdk:default@DoNativeStrip", "description": "Strip .so files to decrease size.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603279926541, - "endTime": 340603281368250 + "startTime": 352925389493916, + "endTime": 352925389747083 }, "additional": { "children": [], @@ -8675,8 +7843,8 @@ "moduleName": "xuqmSdk", "category": "Native", "taskRunReasons": [], - "detailId": "ca147572-8baf-40d0-b44a-04dd4b94bc00", - "logId": "2300249a-5812-49a5-8ae8-385745904378" + "detailId": "fcd91fa5-67ae-484d-a5f6-043ab795e41d", + "logId": "edabd2a5-fcb0-4b05-b192-14f1ef9d780c" }, "log": { "_logger": { @@ -8700,33 +7868,33 @@ }, { "head": { - "id": "ca147572-8baf-40d0-b44a-04dd4b94bc00", + "id": "fcd91fa5-67ae-484d-a5f6-043ab795e41d", "name": "create xuqmSdk:default@DoNativeStrip task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603279617500 + "startTime": 352925389177708 }, "additional": { "logType": "detail", "children": [], - "durationId": "e1c2cda5-4f64-4703-bd90-f606100992b9" + "durationId": "23dce3d1-a062-4157-8bae-0ea8e9f14b34" } }, { "head": { - "id": "7726f8cc-8b94-469b-b386-e849b431fc39", + "id": "ddd13561-9ec1-4a6b-91be-d1228caf4349", "name": "Executing task :xuqmSdk:default@DoNativeStrip", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603279929291 + "startTime": 352925389497416 }, "additional": { "logType": "debug", @@ -8735,15 +7903,15 @@ }, { "head": { - "id": "6bb07d50-8bfd-4be1-84ac-bbcb452470aa", + "id": "1a7cce61-f071-4d23-a8cd-68b798b56dc1", "name": "Task 'xuqmSdk:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603279977291 + "startTime": 352925389546250 }, "additional": { "logType": "debug", @@ -8752,15 +7920,15 @@ }, { "head": { - "id": "c3301d07-ba4e-4e21-828d-0259fc76fa64", - "name": "xuqmSdk : default@DoNativeStrip cost memory 0.369537353515625", + "id": "cbcf8818-ef51-4e13-b947-abaf8275a062", + "name": "Incremental task xuqmSdk:default@DoNativeStrip pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603281336041 + "startTime": 352925389719375 }, "additional": { "logType": "debug", @@ -8769,15 +7937,15 @@ }, { "head": { - "id": "c5ee9dc3-e704-4a01-9e53-b3bc45c1fb4f", - "name": "runTaskFromQueue task cost before running: 745 ms ", + "id": "089567fc-2c38-436e-89eb-062e7ee19235", + "name": "xuqmSdk : default@DoNativeStrip cost memory 0.05886077880859375", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603281358416 + "startTime": 352925389736375 }, "additional": { "logType": "debug", @@ -8786,51 +7954,45 @@ }, { "head": { - "id": "2300249a-5812-49a5-8ae8-385745904378", - "name": "Finished :xuqmSdk:default@DoNativeStrip", + "id": "edabd2a5-fcb0-4b05-b192-14f1ef9d780c", + "name": "UP-TO-DATE :xuqmSdk:default@DoNativeStrip", "description": "Strip .so files to decrease size.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603279926541, - "endTime": 340603281368250, - "totalTime": 1422125 + "startTime": 352925389493916, + "endTime": 352925389747083 }, "additional": { "logType": "info", "children": [], - "durationId": "e1c2cda5-4f64-4703-bd90-f606100992b9" + "durationId": "23dce3d1-a062-4157-8bae-0ea8e9f14b34" } }, { "head": { - "id": "89c14c77-e7f2-41e9-b5bf-4396b79ea8df", + "id": "debb9234-8e7e-489e-9648-3a46822fd9d0", "name": "entry:default@CompileResource", "description": "Compile project resources in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603281973666, - "endTime": 340603345507083 + "startTime": 352925390261666, + "endTime": 352925392538416 }, "additional": { - "children": [ - "6eff557e-118a-46d0-b081-4a425712394b", - "84e4e0f8-341b-43ad-b3a2-e11d0a297c3f" - ], + "children": [], "state": "success", "targetName": "default", "moduleName": "entry", "category": "Resources", - "taskRunReasons": [ - "The input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/process_profile/default/module.json' has been changed." - ], - "detailId": "837fabd2-b355-49e2-a463-25f7992234ab", - "logId": "864d4171-fa9d-41f6-b77f-af970f17238c" + "taskRunReasons": [], + "detailId": "20f14810-eecc-4912-8129-9c58902f8562", + "logId": "ffa51492-8073-4b53-ac08-137f43cb2ca2" }, "log": { "_logger": { @@ -8854,33 +8016,33 @@ }, { "head": { - "id": "837fabd2-b355-49e2-a463-25f7992234ab", + "id": "20f14810-eecc-4912-8129-9c58902f8562", "name": "create entry:default@CompileResource task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603281554458 + "startTime": 352925389844541 }, "additional": { "logType": "detail", "children": [], - "durationId": "89c14c77-e7f2-41e9-b5bf-4396b79ea8df" + "durationId": "debb9234-8e7e-489e-9648-3a46822fd9d0" } }, { "head": { - "id": "0c5f422f-4724-4ec2-84fb-bbb97d4a2881", + "id": "8c079a9a-7443-4dd8-83db-6bfdce3ab77f", "name": "restool module names: entry,xuqmSdk; moduleName=entry, taskName=default@CompileResource", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603281686083 + "startTime": 352925389968500 }, "additional": { "logType": "debug", @@ -8889,15 +8051,15 @@ }, { "head": { - "id": "abfd5969-7f5b-41c5-a43c-29a963e72f97", + "id": "d5ee6b65-f921-45d5-a14e-2fc6cc9a4aa5", "name": "Executing task :entry:default@CompileResource", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603281994625 + "startTime": 352925390284375 }, "additional": { "logType": "debug", @@ -8906,15 +8068,15 @@ }, { "head": { - "id": "dec30ebf-d2e5-40d4-84f2-d8afc2405dca", - "name": "entry:default@CompileResource is not up-to-date, since the input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/process_profile/default/module.json' has been changed.", + "id": "a9ce8e1c-2c45-498d-87eb-04ada3b41c1b", + "name": "Incremental task entry:default@CompileResource pre-execution cost: 2 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603282643750 + "startTime": 352925392476416 }, "additional": { "logType": "debug", @@ -8923,15 +8085,15 @@ }, { "head": { - "id": "e53d82cb-d4d2-4b31-b1d0-6a48b911ad7b", - "name": "Incremental task entry:default@CompileResource pre-execution cost: 1 ms .", + "id": "5f4cb141-2498-4f16-ab6c-114ece21d50e", + "name": "entry : default@CompileResource cost memory 0.32169342041015625", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603282659833 + "startTime": 352925392516541 }, "additional": { "logType": "debug", @@ -8940,403 +8102,35 @@ }, { "head": { - "id": "6eff557e-118a-46d0-b081-4a425712394b", - "name": "create intermediate resource category", - "description": "", - "type": "duration" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603282739333, - "endTime": 340603282956916 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "89c14c77-e7f2-41e9-b5bf-4396b79ea8df", - "logId": "8c00582b-21b0-4eac-9368-e85565e1d649" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "8c00582b-21b0-4eac-9368-e85565e1d649", - "name": "create intermediate resource category", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603282739333, - "endTime": 340603282956916 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "6eff557e-118a-46d0-b081-4a425712394b", - "parent": "864d4171-fa9d-41f6-b77f-af970f17238c" - } - }, - { - "head": { - "id": "4dc1dd3b-f1b5-4b67-a608-c91bd83d7824", - "name": "Use tool [/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/restool]\n [\n '/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/restool',\n '-l',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resConfig.json'\n]", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603283217375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "84e4e0f8-341b-43ad-b3a2-e11d0a297c3f", - "name": "execute compile resource command using restool", - "description": "", - "type": "duration" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603283238416, - "endTime": 340603345047416 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "89c14c77-e7f2-41e9-b5bf-4396b79ea8df", - "logId": "55165b21-36dd-49f6-8c24-3390a096eabd" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "dd5b05c7-d837-459b-a0ae-bab8b1ae56f8", - "name": "current process memoryUsage: {\n rss: 277102592,\n heapTotal: 169000960,\n heapUsed: 141525344,\n external: 4209356,\n arrayBuffers: 1270516\n} os memoryUsage :47.831634521484375", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603283571333 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0f9b49de-b1e8-4a4d-9bbf-c0cccf9e9295", - "name": "Info: Pack: normal pack mode\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603295592000 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b66a4a9a-2972-4166-a0ef-13e7fc24fa75", - "name": "Info: hardware concurrency count is : 14\nInfo: thread count is : 14\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603337432541 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "01b5c09f-8bb5-46f9-b5d8-d6b071e59e64", - "name": "Info: thread pool is started\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603337553541 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "8981caec-47b2-4453-b0cc-2bf5b93c63bd", - "name": "Info: GenericCompiler::CompileFiles\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603338233250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "fd1ed24c-6375-47a7-a830-2126009923ee", - "name": "Info: GenericCompiler::CompileFiles\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603338739125 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "4a1b118d-1438-425e-9cc2-3184cdc471c4", - "name": "04-28 19:03:50.241 16777 4097163 E C01400/ImageTranscoderUtils: DecodeToRGBA IN\n04-28 19:03:50.241 16777 4097163 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/media/app_icon.png\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603340116708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "2a5e10f0-74ff-4362-aa41-170f4676693b", - "name": "04-28 19:03:50.244 16777 4097163 E C01400/ImageTranscoder: TranscodeSLR DecodeToRGBA failed\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603342441458 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "29b8824e-6256-437c-8fac-bd0128ca9efe", - "name": "Warning: ScaleImage failed, error message: IMAGE_ERROR, file path = /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/media/app_icon.png\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603342531833 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "39cd80b8-c2e7-4ca1-afc8-f9feac27221c", - "name": "Info: restool resources compile success.\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603342968500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b810389f-3ef9-45d7-bedd-ae4c3333af31", - "name": "Info: thread pool is stopped\n", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603343168291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "55165b21-36dd-49f6-8c24-3390a096eabd", - "name": "execute compile resource command using restool", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603283238416, - "endTime": 340603345047416 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "84e4e0f8-341b-43ad-b3a2-e11d0a297c3f", - "parent": "864d4171-fa9d-41f6-b77f-af970f17238c" - } - }, - { - "head": { - "id": "cd1c56b2-42a8-4921-b5f5-04fc1161b585", - "name": "entry : default@CompileResource cost memory 0.93109130859375", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603345441166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "942b7df3-fd91-4447-acd0-294ba3efe429", - "name": "runTaskFromQueue task cost before running: 810 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603345492875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "864d4171-fa9d-41f6-b77f-af970f17238c", - "name": "Finished :entry:default@CompileResource", + "id": "ffa51492-8073-4b53-ac08-137f43cb2ca2", + "name": "UP-TO-DATE :entry:default@CompileResource", "description": "Compile project resources in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603281973666, - "endTime": 340603345507083, - "totalTime": 63485791 + "startTime": 352925390261666, + "endTime": 352925392538416 }, "additional": { "logType": "info", - "children": [ - "8c00582b-21b0-4eac-9368-e85565e1d649", - "55165b21-36dd-49f6-8c24-3390a096eabd" - ], - "durationId": "89c14c77-e7f2-41e9-b5bf-4396b79ea8df" + "children": [], + "durationId": "debb9234-8e7e-489e-9648-3a46822fd9d0" } }, { "head": { - "id": "ba4fac0f-2101-418d-a23f-ed36ac5d58b8", + "id": "5490017b-d9e5-4043-b5f8-b57810ac7f1d", "name": "entry:default@BuildNativeWithNinja", "description": "Compile CPP source with Ninja in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603345865666, - "endTime": 340603345977958 + "startTime": 352925392808708, + "endTime": 352925392912166 }, "additional": { "children": [], @@ -9345,8 +8139,8 @@ "moduleName": "entry", "category": "Native", "taskRunReasons": [], - "detailId": "da6c3b46-3f5c-4833-9eb1-de2fbbfce6af", - "logId": "4404efa1-9508-4c3d-94c0-902d85e7b856" + "detailId": "64c0a332-118b-405f-a2eb-0cb05dba7109", + "logId": "53b3c5b1-3f96-48e9-9b22-b4e4f987d96c" }, "log": { "_logger": { @@ -9370,33 +8164,33 @@ }, { "head": { - "id": "da6c3b46-3f5c-4833-9eb1-de2fbbfce6af", + "id": "64c0a332-118b-405f-a2eb-0cb05dba7109", "name": "create entry:default@BuildNativeWithNinja task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603345748250 + "startTime": 352925392719500 }, "additional": { "logType": "detail", "children": [], - "durationId": "ba4fac0f-2101-418d-a23f-ed36ac5d58b8" + "durationId": "5490017b-d9e5-4043-b5f8-b57810ac7f1d" } }, { "head": { - "id": "a68fd6ab-eb14-4f02-9d71-77750d1409b8", + "id": "c563ff87-49bc-45ea-9a72-92cdbfbe1f34", "name": "Executing task :entry:default@BuildNativeWithNinja", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603345868958 + "startTime": 352925392811791 }, "additional": { "logType": "debug", @@ -9405,15 +8199,15 @@ }, { "head": { - "id": "e6ab0849-ef83-4605-8b2f-20c0521bdac1", - "name": "entry : default@BuildNativeWithNinja cost memory 0.01776885986328125", + "id": "1b979d96-2a32-4e42-a1ef-dd6a551809d8", + "name": "entry : default@BuildNativeWithNinja cost memory 0.0177764892578125", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603345949458 + "startTime": 352925392886333 }, "additional": { "logType": "debug", @@ -9422,15 +8216,15 @@ }, { "head": { - "id": "73e1e6f4-3419-4687-8fd7-eab6b185316f", - "name": "runTaskFromQueue task cost before running: 810 ms ", + "id": "500853dd-5bd9-4f5b-a89f-382e1f8efcc6", + "name": "runTaskFromQueue task cost before running: 904 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603345969208 + "startTime": 352925392901791 }, "additional": { "logType": "debug", @@ -9439,49 +8233,51 @@ }, { "head": { - "id": "4404efa1-9508-4c3d-94c0-902d85e7b856", + "id": "53b3c5b1-3f96-48e9-9b22-b4e4f987d96c", "name": "Finished :entry:default@BuildNativeWithNinja", "description": "Compile CPP source with Ninja in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603345865666, - "endTime": 340603345977958, - "totalTime": 94625 + "startTime": 352925392808708, + "endTime": 352925392912166, + "totalTime": 87375 }, "additional": { "logType": "info", "children": [], - "durationId": "ba4fac0f-2101-418d-a23f-ed36ac5d58b8" + "durationId": "5490017b-d9e5-4043-b5f8-b57810ac7f1d" } }, { "head": { - "id": "c573572f-fd3b-4aac-b580-1655511f0d29", + "id": "64203e39-5e96-4df9-9b07-f07a5cdb7d90", "name": "entry:default@CompileArkTS", "description": "Compile ArkTS or JS components for large-system devices in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603346674958, - "endTime": 340605976175666 + "startTime": 352925393558750, + "endTime": 352928227357416 }, "additional": { "children": [ - "32c33c11-3319-4b31-b964-0b38851e685f", - "3b63cef9-15b0-4512-9c8e-ad283b4819a0" + "60c80e52-a47a-442d-a03d-e5fa04eec477", + "da6258e2-271e-4302-8729-29e1bf479ee3" ], - "state": "failed", + "state": "success", "targetName": "default", "moduleName": "entry", "category": "ArkTS", - "taskRunReasons": [], - "detailId": "3f2530c3-c73c-47a1-8a5d-16f1dba2f425", - "logId": "09ce257b-39ab-4c0a-9c85-1db404f7b79d" + "taskRunReasons": [ + "The input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets' has been changed." + ], + "detailId": "6a9b2bcf-6c86-4677-9c46-26952e02b6f1", + "logId": "eb5ecc37-7378-4ff3-a5bf-aae9c64b9301" }, "log": { "_logger": { @@ -9505,33 +8301,33 @@ }, { "head": { - "id": "3f2530c3-c73c-47a1-8a5d-16f1dba2f425", + "id": "6a9b2bcf-6c86-4677-9c46-26952e02b6f1", "name": "create entry:default@CompileArkTS task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603346196041 + "startTime": 352925393123458 }, "additional": { "logType": "detail", "children": [], - "durationId": "c573572f-fd3b-4aac-b580-1655511f0d29" + "durationId": "64203e39-5e96-4df9-9b07-f07a5cdb7d90" } }, { "head": { - "id": "84d67900-1020-468e-98ab-eb61848bf71c", + "id": "b4be9f8e-58c0-47bb-a3ac-1338f0ec01a9", "name": "Executing task :entry:default@CompileArkTS", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603346679375 + "startTime": 352925393562125 }, "additional": { "logType": "debug", @@ -9540,15 +8336,15 @@ }, { "head": { - "id": "946d6bb4-525f-4c38-a55b-36e9f5014dc6", + "id": "a651dc9f-9e0e-46a4-a76e-f7f3e0421afc", "name": "obfuscationOptions: undefined", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603346951958 + "startTime": 352925393843375 }, "additional": { "logType": "debug", @@ -9557,15 +8353,15 @@ }, { "head": { - "id": "b9c7add7-c8ed-4a5c-9b9a-a654d0401ace", + "id": "6dde5769-4107-49d9-b58e-f2d614cbce47", "name": "Task 'entry:default@CompileArkTS' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603347871208 + "startTime": 352925394671541 }, "additional": { "logType": "debug", @@ -9574,15 +8370,49 @@ }, { "head": { - "id": "6652ef45-4b32-411c-b567-ac18e7ba5984", + "id": "4b80425a-5eda-4e23-a6fa-e4b6fd98fb8b", + "name": "entry:default@CompileArkTS is not up-to-date, since the input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352925395820458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a6e13c94-b1a1-40b6-991c-cf85ef293a6f", + "name": "Incremental task entry:default@CompileArkTS pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352925395837708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6f20d429-964b-4834-a868-b6a0829f41e8", "name": "build config:", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603351191833 + "startTime": 352925401191583 }, "additional": { "logType": "debug", @@ -9591,15 +8421,15 @@ }, { "head": { - "id": "95adfea9-7233-4fb8-8191-4cbb82e4d12b", + "id": "9920193f-ec83-472e-bd6f-bef679720ec3", "name": "Compile arkts with external api path: /Users/xuqinmin/sdk/command-line-tools/sdk/default/hms/ets", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603351553791 + "startTime": 352925401760375 }, "additional": { "logType": "debug", @@ -9608,15 +8438,15 @@ }, { "head": { - "id": "fac8416d-5eae-4b5c-be91-004b7ee2519d", + "id": "02c859f7-6c93-466a-8d39-1087aaf4591c", "name": "Since there is no instance or instance is terminated, create a new worker pool.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603351736416 + "startTime": 352925402015625 }, "additional": { "logType": "debug", @@ -9625,15 +8455,15 @@ }, { "head": { - "id": "57092c00-a8f0-4227-b5ce-5511c084306c", + "id": "74945c70-ee84-48f8-8dbb-d4c4aef24d8a", "name": "Worker pool is initialized with config: {\n minPoolNum: 2,\n maxPoolNum: undefined,\n maxCoreSize: undefined,\n cacheCapacity: undefined,\n cacheTtl: undefined\n}", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603351773083 + "startTime": 352925402056708 }, "additional": { "logType": "debug", @@ -9642,15 +8472,15 @@ }, { "head": { - "id": "8cc4a8a6-0f35-4427-b80e-d22179b84b71", + "id": "ed4ee011-9329-4fa1-a52b-817a4e85ccd7", "name": "Create resident worker with id: 0.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603352275541 + "startTime": 352925402589583 }, "additional": { "logType": "debug", @@ -9659,15 +8489,15 @@ }, { "head": { - "id": "77619ea3-3f27-450e-a209-df5beabe216f", + "id": "4f89f13d-cd61-4275-b77f-3d15ba06d43b", "name": "Create resident worker with id: 1.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603353078000 + "startTime": 352925403497083 }, "additional": { "logType": "debug", @@ -9676,15 +8506,15 @@ }, { "head": { - "id": "4b6e2108-6472-4925-9cab-b4075b6eb2bb", + "id": "eae53684-7695-434e-9715-fb1b9525df78", "name": "default@CompileArkTS work[0] is submitted.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603353926041 + "startTime": 352925404425291 }, "additional": { "logType": "debug", @@ -9693,26 +8523,34 @@ }, { "head": { - "id": "32c33c11-3319-4b31-b964-0b38851e685f", + "id": "60c80e52-a47a-442d-a03d-e5fa04eec477", "name": "entry:default@CompileArkTS", "description": "Compile ArkTS or JS components for large-system devices in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Worker4", - "startTime": 340603354731125, - "endTime": 340605975952250 + "startTime": 352926032598916, + "endTime": 352928226100916 }, "additional": { - "children": [], - "state": "failed", + "children": [ + "e84e96f2-4439-4212-a05f-9befab7ceb1e", + "eb2b0a91-fb14-4fe9-bd16-e2f19c84a3d9", + "de6e367f-0289-4460-bf58-cab45331b6f8", + "de223608-7e98-460a-b54c-fb0b23b7ec24", + "16bb6cd7-5bd3-423c-a08f-092215003ee1", + "9efc2e97-e1c0-4da5-b04b-926d48c58515", + "d0cab8c0-1ce2-4cff-abc6-3025928bfc6e" + ], + "state": "success", "targetName": "default", "moduleName": "entry", "category": "", "taskRunReasons": [], - "parent": "c573572f-fd3b-4aac-b580-1655511f0d29", - "logId": "47f95ca6-b739-4f89-a9ca-6d8718011516" + "parent": "64203e39-5e96-4df9-9b07-f07a5cdb7d90", + "logId": "8e394f37-cc63-4501-9a46-8f54034053ca" }, "log": { "_logger": { @@ -9736,15 +8574,15 @@ }, { "head": { - "id": "ec8a4883-5d00-49d3-b26a-bf87da521fb5", + "id": "6c33a0b3-a2d7-4f14-bfec-dec44840ad2a", "name": "default@CompileArkTS work[0] is pushed to ready queue.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603354076250 + "startTime": 352925404613000 }, "additional": { "logType": "debug", @@ -9753,15 +8591,15 @@ }, { "head": { - "id": "30fa2aac-b63e-4b38-a887-2737d08b7fff", + "id": "dff19eaf-390d-4a2d-84dc-b3b2cf436a60", "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603354145625 + "startTime": 352925404687458 }, "additional": { "logType": "debug", @@ -9770,15 +8608,15 @@ }, { "head": { - "id": "85a97db1-9e3d-4011-bc25-e4134c9fbfe1", + "id": "f7a416d0-a819-4675-bb17-2019b58b85ea", "name": "A work dispatched to worker[12] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603354154833 + "startTime": 352925404697875 }, "additional": { "logType": "debug", @@ -9787,15 +8625,15 @@ }, { "head": { - "id": "ed50ea14-4f32-4cd5-9329-798145535b51", + "id": "e0d728ff-e4d2-4bf5-92fd-b54e5b2d5206", "name": "A work dispatched to worker[11] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603354161666 + "startTime": 352925404704875 }, "additional": { "logType": "debug", @@ -9804,15 +8642,15 @@ }, { "head": { - "id": "94c9eebf-9c2c-48c2-9f8d-8b8a31909202", + "id": "73e1deea-e22b-469a-b405-8ca76623401e", "name": "A work dispatched to worker[10] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603354167458 + "startTime": 352925404710750 }, "additional": { "logType": "debug", @@ -9821,15 +8659,15 @@ }, { "head": { - "id": "e258f220-3f9a-402c-b7fb-e11ae7c0ea17", + "id": "f524284a-bf84-48b0-9c6a-262d1c320ee0", "name": "A work dispatched to worker[9] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603354173125 + "startTime": 352925404716125 }, "additional": { "logType": "debug", @@ -9838,15 +8676,15 @@ }, { "head": { - "id": "9b2c599a-a0c4-4564-94a6-eb1ee639d750", + "id": "aca1b1d2-12cc-49a9-90b0-32cc2843ce95", "name": "A work dispatched to worker[8] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603354179541 + "startTime": 352925404722333 }, "additional": { "logType": "debug", @@ -9855,15 +8693,15 @@ }, { "head": { - "id": "ab3b090d-bd88-43e4-8503-371988b38691", + "id": "af8677c3-c09e-45c7-84b1-efe95f2dac02", "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603354186208 + "startTime": 352925404728708 }, "additional": { "logType": "debug", @@ -9872,15 +8710,15 @@ }, { "head": { - "id": "03cf93e1-76f4-4f46-9763-1ef0d4b1626c", + "id": "c5dccd9e-32dd-435f-95dd-665e9021eb11", "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603354192041 + "startTime": 352925404734416 }, "additional": { "logType": "debug", @@ -9889,15 +8727,15 @@ }, { "head": { - "id": "e2e9ae64-336d-4872-afc1-c2f975513eec", + "id": "b4eba3bb-e3fa-43cb-af7c-89b4bde73dd0", "name": "A work dispatched to worker[5] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603354198041 + "startTime": 352925404740375 }, "additional": { "logType": "debug", @@ -9906,15 +8744,15 @@ }, { "head": { - "id": "113ec29b-aad3-43d5-9607-e2d78efc7ea0", + "id": "7f062dc7-e559-41cc-9f45-a321a2a0082d", "name": "Create resident worker with id: 4.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603354239625 + "startTime": 352925404783083 }, "additional": { "logType": "debug", @@ -9923,15 +8761,15 @@ }, { "head": { - "id": "6fe35bc2-60a2-49bf-95aa-9e4113871c1f", + "id": "16f39905-46f3-48ae-8972-0396b799e533", "name": "default@CompileArkTS work[0] has been dispatched to worker[4].", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603354758833 + "startTime": 352925405126250 }, "additional": { "logType": "debug", @@ -9940,15 +8778,15 @@ }, { "head": { - "id": "620c0a60-9e82-453c-950f-a51e47eac393", + "id": "b64fbf26-e64b-4585-a45c-2ce4a817caf5", "name": "default@CompileArkTS work[0] is dispatched.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603354830166 + "startTime": 352925405158958 }, "additional": { "logType": "debug", @@ -9957,15 +8795,15 @@ }, { "head": { - "id": "7c818eba-dd24-49a1-8277-aece9b18383c", - "name": "CopyResources startTime: 340603354874125", + "id": "b707c545-029c-446d-9ea9-c4d2d0ec2b2e", + "name": "CopyResources startTime: 352925405189750", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603354876000 + "startTime": 352925405191333 }, "additional": { "logType": "debug", @@ -9974,15 +8812,15 @@ }, { "head": { - "id": "ac8b1b45-7767-4fb6-980a-6a1683c0546f", + "id": "39f9612c-f813-4d0e-aff3-d77e374fa39d", "name": "default@CompileArkTS work[1] is submitted.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603354898916 + "startTime": 352925405211500 }, "additional": { "logType": "debug", @@ -9991,16 +8829,16 @@ }, { "head": { - "id": "3b63cef9-15b0-4512-9c8e-ad283b4819a0", + "id": "da6258e2-271e-4302-8729-29e1bf479ee3", "name": "entry:default@CompileArkTS", "description": "Compile ArkTS or JS components for large-system devices in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Worker12", - "startTime": 340603590334833, - "endTime": 340603594433000 + "startTime": 352925697124125, + "endTime": 352925701372541 }, "additional": { "children": [], @@ -10009,8 +8847,8 @@ "moduleName": "entry", "category": "", "taskRunReasons": [], - "parent": "c573572f-fd3b-4aac-b580-1655511f0d29", - "logId": "7c3b538d-20b4-4668-a523-ce698f863080" + "parent": "64203e39-5e96-4df9-9b07-f07a5cdb7d90", + "logId": "8c2b11b1-e100-4a28-8af5-e77e496f850a" }, "log": { "_logger": { @@ -10034,15 +8872,15 @@ }, { "head": { - "id": "8a470fca-7e33-4a63-bcce-eb95c0cfeb74", + "id": "38e60ed6-4730-4a5e-b871-974af18a42cd", "name": "default@CompileArkTS work[1] is pushed to ready queue.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603354946583 + "startTime": 352925405310458 }, "additional": { "logType": "debug", @@ -10051,15 +8889,15 @@ }, { "head": { - "id": "45148196-0755-4910-bc8d-0f1d5e447b8a", + "id": "8a62c00a-9045-4447-9420-b3408e1e9311", "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603354958708 + "startTime": 352925405319625 }, "additional": { "logType": "debug", @@ -10068,15 +8906,15 @@ }, { "head": { - "id": "e7a1608c-4fe6-4809-b10c-692acfc7b1dc", + "id": "ec7cb381-35f8-4fe5-817d-13343deddbc2", "name": "Create resident worker with id: 12.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603354991791 + "startTime": 352925405329375 }, "additional": { "logType": "debug", @@ -10085,15 +8923,15 @@ }, { "head": { - "id": "21013487-62ab-4929-b3fa-8c66b33cb05d", + "id": "b30c893d-6d55-411b-af80-395a5a36155c", "name": "default@CompileArkTS work[1] has been dispatched to worker[12].", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603355390666 + "startTime": 352925405582416 }, "additional": { "logType": "debug", @@ -10102,15 +8940,15 @@ }, { "head": { - "id": "ac537942-6686-42c4-8655-f9ac89fbae5c", + "id": "e039c3a7-533d-44f8-9c6f-b34f846e5f7b", "name": "default@CompileArkTS work[1] is dispatched.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603355405333 + "startTime": 352925405592500 }, "additional": { "logType": "debug", @@ -10119,15 +8957,15 @@ }, { "head": { - "id": "3545f7b9-6c11-4bd1-9ebe-591a04e28647", - "name": "entry : default@CompileArkTS cost memory 2.0907363891601562", + "id": "021c9352-7224-411e-b983-97cb41f3d2d9", + "name": "entry : default@CompileArkTS cost memory -8.946540832519531", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603355466791 + "startTime": 352925405658041 }, "additional": { "logType": "debug", @@ -10136,16 +8974,16 @@ }, { "head": { - "id": "64feb32f-ea89-41d6-b6ad-ef14f9220700", + "id": "6a525d89-ef27-4cbb-aca1-204f6b476343", "name": "entry:default@BuildJS", "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603356238791, - "endTime": 340603356993583 + "startTime": 352925406405333, + "endTime": 352925407320958 }, "additional": { "children": [], @@ -10154,8 +8992,8 @@ "moduleName": "entry", "category": "ArkTS", "taskRunReasons": [], - "detailId": "a8c46ef2-ab92-4a11-924a-04059ba42d79", - "logId": "db160354-9e53-48e7-9bcd-2091ae983a66" + "detailId": "41eaa710-d46d-4f41-ade7-ae7af5cea367", + "logId": "479e3ae4-0f53-494c-be0a-a1824a27d92f" }, "log": { "_logger": { @@ -10179,33 +9017,33 @@ }, { "head": { - "id": "a8c46ef2-ab92-4a11-924a-04059ba42d79", + "id": "41eaa710-d46d-4f41-ade7-ae7af5cea367", "name": "create entry:default@BuildJS task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603355657250 + "startTime": 352925405856291 }, "additional": { "logType": "detail", "children": [], - "durationId": "64feb32f-ea89-41d6-b6ad-ef14f9220700" + "durationId": "6a525d89-ef27-4cbb-aca1-204f6b476343" } }, { "head": { - "id": "9c955ced-4a78-4654-bf55-74cbc68e91eb", + "id": "4a0a6a6d-49c8-4718-a576-a4a025c9796b", "name": "Executing task :entry:default@BuildJS", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603356243250 + "startTime": 352925406410750 }, "additional": { "logType": "debug", @@ -10214,15 +9052,15 @@ }, { "head": { - "id": "f8087247-5aaa-4d90-bea3-4bc4b5c1dd85", + "id": "f3e92f12-b589-47d3-85ed-2b1d3d128b15", "name": "Task 'entry:default@BuildJS' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603356356041 + "startTime": 352925406526750 }, "additional": { "logType": "debug", @@ -10231,15 +9069,15 @@ }, { "head": { - "id": "220e2f4f-914f-4fa5-8ad6-9d2cafb78df2", - "name": "entry : default@BuildJS cost memory 0.13338470458984375", + "id": "1bad8516-e9f4-4dc2-9c9a-be923ac2243c", + "name": "entry : default@BuildJS cost memory 0.13262176513671875", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603356945625 + "startTime": 352925407259750 }, "additional": { "logType": "debug", @@ -10248,15 +9086,15 @@ }, { "head": { - "id": "cc354f93-f090-4f37-be36-3ab310166d62", - "name": "runTaskFromQueue task cost before running: 821 ms ", + "id": "d6374587-9128-4ac6-98de-533a59cbce21", + "name": "runTaskFromQueue task cost before running: 919 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603356967583 + "startTime": 352925407303416 }, "additional": { "logType": "debug", @@ -10265,50 +9103,46 @@ }, { "head": { - "id": "db160354-9e53-48e7-9bcd-2091ae983a66", + "id": "479e3ae4-0f53-494c-be0a-a1824a27d92f", "name": "Finished :entry:default@BuildJS", "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603356238791, - "endTime": 340603356993583, - "totalTime": 720333 + "startTime": 352925406405333, + "endTime": 352925407320958, + "totalTime": 887792 }, "additional": { "logType": "info", "children": [], - "durationId": "64feb32f-ea89-41d6-b6ad-ef14f9220700" + "durationId": "6a525d89-ef27-4cbb-aca1-204f6b476343" } }, { "head": { - "id": "8577038e-72c7-4fe6-8b67-9e5b9cee2311", + "id": "54d9b4db-aebf-4612-94cd-96f8d4e05ee1", "name": "entry:default@ProcessLibs", "description": "Process .so files in the stage model.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603357177416, - "endTime": 340603358871708 + "startTime": 352925407560166, + "endTime": 352925409021541 }, "additional": { - "children": [ - "950e8c99-d364-4b24-a2ac-7cefd4cee7c8" - ], + "children": [], "state": "success", "targetName": "default", "moduleName": "entry", "category": "Resources", - "taskRunReasons": [ - "The input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/libs/default' has been changed." - ], - "detailId": "c94c9bef-9cb8-41d4-b362-54165cd14c26", - "logId": "f194f82c-4585-4183-b0d3-85b0d4085f74" + "taskRunReasons": [], + "detailId": "251dd18b-d47f-4469-b754-52b784127377", + "logId": "474b532e-79f3-4c5f-80e6-549e2da7894b" }, "log": { "_logger": { @@ -10332,33 +9166,33 @@ }, { "head": { - "id": "c94c9bef-9cb8-41d4-b362-54165cd14c26", + "id": "251dd18b-d47f-4469-b754-52b784127377", "name": "create entry:default@ProcessLibs task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603357093375 + "startTime": 352925407443666 }, "additional": { "logType": "detail", "children": [], - "durationId": "8577038e-72c7-4fe6-8b67-9e5b9cee2311" + "durationId": "54d9b4db-aebf-4612-94cd-96f8d4e05ee1" } }, { "head": { - "id": "c7b2a2cb-cfc0-478f-a458-37d3e2f12e08", + "id": "9ae90059-ab8d-45ee-83cb-c60c548c0713", "name": "Executing task :entry:default@ProcessLibs", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603357179166 + "startTime": 352925407563500 }, "additional": { "logType": "debug", @@ -10367,32 +9201,15 @@ }, { "head": { - "id": "e82c13bd-f89a-4247-afaf-926d63db7371", - "name": "entry:default@ProcessLibs is not up-to-date, since the input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/libs/default' has been changed.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603357948041 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "41a84205-9572-4019-a709-fa2c77f4897f", + "id": "77f3a750-e872-4044-b741-c9f2bbbd123b", "name": "Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603357964833 + "startTime": 352925408988875 }, "additional": { "logType": "debug", @@ -10401,58 +9218,15 @@ }, { "head": { - "id": "950e8c99-d364-4b24-a2ac-7cefd4cee7c8", - "name": "process libs", - "description": "", - "type": "duration" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603358623583, - "endTime": 340603358833250 - }, - "additional": { - "children": [], - "state": "success", - "targetName": "", - "moduleName": "", - "category": "", - "taskRunReasons": [], - "parent": "8577038e-72c7-4fe6-8b67-9e5b9cee2311", - "logId": "6c050358-48e2-4381-be5e-46b66fef3048" - }, - "log": { - "_logger": { - "category": "DurationEvent", - "context": {}, - "callStackSkipIndex": 0 - }, - "_filelogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - }, - "anonymizeFileLogger": { - "fileLogger": { - "category": "debug-file", - "context": {}, - "callStackSkipIndex": 0 - } - } - } - }, - { - "head": { - "id": "dd594f5a-6baf-40c4-961a-9c6fc066bb25", - "name": "Worker dispatch failed, running processLibs on main thread.", + "id": "30b34367-b5b5-420b-94d8-d3f88e4a0c6f", + "name": "entry : default@ProcessLibs cost memory 0.21852874755859375", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603358625125 + "startTime": 352925409011041 }, "additional": { "logType": "debug", @@ -10461,92 +9235,35 @@ }, { "head": { - "id": "6c050358-48e2-4381-be5e-46b66fef3048", - "name": "process libs", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603358623583, - "endTime": 340603358833250 - }, - "additional": { - "logType": "info", - "children": [], - "durationId": "950e8c99-d364-4b24-a2ac-7cefd4cee7c8", - "parent": "f194f82c-4585-4183-b0d3-85b0d4085f74" - } - }, - { - "head": { - "id": "ccfac30c-eaad-40b6-95cf-bd45c1894a21", - "name": "entry : default@ProcessLibs cost memory 0.393585205078125", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603358848916 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "db4a2e88-63fe-42bb-a5b1-b86566ca2d06", - "name": "runTaskFromQueue task cost before running: 823 ms ", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603358864375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "f194f82c-4585-4183-b0d3-85b0d4085f74", - "name": "Finished :entry:default@ProcessLibs", + "id": "474b532e-79f3-4c5f-80e6-549e2da7894b", + "name": "UP-TO-DATE :entry:default@ProcessLibs", "description": "Process .so files in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603357177416, - "endTime": 340603358871708, - "totalTime": 1681417 + "startTime": 352925407560166, + "endTime": 352925409021541 }, "additional": { "logType": "info", - "children": [ - "6c050358-48e2-4381-be5e-46b66fef3048" - ], - "durationId": "8577038e-72c7-4fe6-8b67-9e5b9cee2311" + "children": [], + "durationId": "54d9b4db-aebf-4612-94cd-96f8d4e05ee1" } }, { "head": { - "id": "046fa5c4-1db2-4570-8080-3ac2cf3fe790", + "id": "c9ba1a0a-c571-4513-9afb-25ced2fbfade", "name": "entry:default@DoNativeStrip", "description": "Strip .so files to decrease size.", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603359082958, - "endTime": 340603359329208 + "startTime": 352925409224708, + "endTime": 352925409443333 }, "additional": { "children": [], @@ -10555,8 +9272,8 @@ "moduleName": "entry", "category": "Native", "taskRunReasons": [], - "detailId": "b22dd813-0976-49db-bfe7-396a25a32346", - "logId": "f797264b-a373-44be-9655-420cff4d2349" + "detailId": "ddc50fed-9f38-42b1-9622-bdc612531ca7", + "logId": "5202fde7-43f6-4ae6-807d-0f05930af1b6" }, "log": { "_logger": { @@ -10580,33 +9297,33 @@ }, { "head": { - "id": "b22dd813-0976-49db-bfe7-396a25a32346", + "id": "ddc50fed-9f38-42b1-9622-bdc612531ca7", "name": "create entry:default@DoNativeStrip task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603358973666 + "startTime": 352925409110875 }, "additional": { "logType": "detail", "children": [], - "durationId": "046fa5c4-1db2-4570-8080-3ac2cf3fe790" + "durationId": "c9ba1a0a-c571-4513-9afb-25ced2fbfade" } }, { "head": { - "id": "a78768e8-3ef1-4fea-94f7-9d9561293086", + "id": "27a1c7e4-9e85-42b7-b243-ae6ee4874bdf", "name": "Executing task :entry:default@DoNativeStrip", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603359085000 + "startTime": 352925409226916 }, "additional": { "logType": "debug", @@ -10615,15 +9332,15 @@ }, { "head": { - "id": "74e9c4fe-e471-4572-8776-19383ac82f44", + "id": "da96bd60-da74-4f84-b104-b3523bbec491", "name": "Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603359111458 + "startTime": 352925409260750 }, "additional": { "logType": "debug", @@ -10632,15 +9349,15 @@ }, { "head": { - "id": "6d1bb92f-4c53-4aa8-a18b-3106f0d1b1c7", + "id": "c1436ee1-2c04-4ce9-a110-6f6fce9ca7b0", "name": "Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603359304833 + "startTime": 352925409423250 }, "additional": { "logType": "debug", @@ -10649,15 +9366,15 @@ }, { "head": { - "id": "73acc5d7-2654-40ca-a246-08ea2fb0f76a", - "name": "entry : default@DoNativeStrip cost memory 0.05815887451171875", + "id": "2234c5b6-ef53-4b78-9dc2-32fd3d1b9817", + "name": "entry : default@DoNativeStrip cost memory 0.05706024169921875", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603359319833 + "startTime": 352925409435000 }, "additional": { "logType": "debug", @@ -10666,35 +9383,35 @@ }, { "head": { - "id": "f797264b-a373-44be-9655-420cff4d2349", + "id": "5202fde7-43f6-4ae6-807d-0f05930af1b6", "name": "UP-TO-DATE :entry:default@DoNativeStrip", "description": "Strip .so files to decrease size.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603359082958, - "endTime": 340603359329208 + "startTime": 352925409224708, + "endTime": 352925409443333 }, "additional": { "logType": "info", "children": [], - "durationId": "046fa5c4-1db2-4570-8080-3ac2cf3fe790" + "durationId": "c9ba1a0a-c571-4513-9afb-25ced2fbfade" } }, { "head": { - "id": "9924f9ee-5c74-470b-881e-8ba1ee0b5b90", + "id": "8e5863b2-5540-4bc9-9014-4289dbdf7bc0", "name": "entry:default@CacheNativeLibs", "description": "cache native strip .so fileInfo", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603359706791, - "endTime": 340603359990958 + "startTime": 352925409848791, + "endTime": 352925410092125 }, "additional": { "children": [], @@ -10703,8 +9420,8 @@ "moduleName": "entry", "category": "Native", "taskRunReasons": [], - "detailId": "b7ebd7c3-2ddc-4bf6-95e2-a0a45205e014", - "logId": "54246cf1-6053-47a7-a050-e0be7fd2a1d5" + "detailId": "e6a64b1d-e256-41c7-be5f-236690e57078", + "logId": "724ccda2-f215-4df5-a489-a8b6d5317796" }, "log": { "_logger": { @@ -10728,33 +9445,33 @@ }, { "head": { - "id": "b7ebd7c3-2ddc-4bf6-95e2-a0a45205e014", + "id": "e6a64b1d-e256-41c7-be5f-236690e57078", "name": "create entry:default@CacheNativeLibs task", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603359401500 + "startTime": 352925409513666 }, "additional": { "logType": "detail", "children": [], - "durationId": "9924f9ee-5c74-470b-881e-8ba1ee0b5b90" + "durationId": "8e5863b2-5540-4bc9-9014-4289dbdf7bc0" } }, { "head": { - "id": "490ac541-a9c3-4f81-8c85-ea604436539a", + "id": "e58aaf3a-d2e8-41a2-891d-b887e5095662", "name": "Executing task :entry:default@CacheNativeLibs", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603359711166 + "startTime": 352925409854250 }, "additional": { "logType": "debug", @@ -10763,15 +9480,15 @@ }, { "head": { - "id": "313076bd-39df-4857-b6a1-7e4562dc6582", + "id": "842c7231-16d4-473a-98bd-d35cc520d25b", "name": "Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms ", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603359751791 + "startTime": 352925409909000 }, "additional": { "logType": "debug", @@ -10780,15 +9497,15 @@ }, { "head": { - "id": "1f90796e-0aec-4cad-ac1d-b9850b7f16d9", + "id": "a62419ce-8192-442e-9c15-915b89e1232a", "name": "Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603359967000 + "startTime": 352925410069208 }, "additional": { "logType": "debug", @@ -10797,15 +9514,15 @@ }, { "head": { - "id": "b7609d4a-1e3f-4d0b-8a64-2b011d457621", - "name": "entry : default@CacheNativeLibs cost memory 0.06795501708984375", + "id": "4ab4ae0a-b2e7-486b-a186-a474b4dc0888", + "name": "entry : default@CacheNativeLibs cost memory 0.06646728515625", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603359983166 + "startTime": 352925410082708 }, "additional": { "logType": "debug", @@ -10814,34 +9531,34 @@ }, { "head": { - "id": "54246cf1-6053-47a7-a050-e0be7fd2a1d5", + "id": "724ccda2-f215-4df5-a489-a8b6d5317796", "name": "UP-TO-DATE :entry:default@CacheNativeLibs", "description": "cache native strip .so fileInfo", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603359706791, - "endTime": 340603359990958 + "startTime": 352925409848791, + "endTime": 352925410092125 }, "additional": { "logType": "info", "children": [], - "durationId": "9924f9ee-5c74-470b-881e-8ba1ee0b5b90" + "durationId": "8e5863b2-5540-4bc9-9014-4289dbdf7bc0" } }, { "head": { - "id": "3f20a3f5-3e96-4b2a-996f-203b339d1edd", + "id": "243be10a-f678-49eb-8589-5cc92320670d", "name": "worker[12] has one work done.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603594601958 + "startTime": 352925701553041 }, "additional": { "logType": "debug", @@ -10850,15 +9567,15 @@ }, { "head": { - "id": "e86ce9b6-4d43-4b8b-9fa1-3b05643b2eb9", - "name": "CopyResources is end, endTime: 340603594739958", + "id": "9c48eec1-34d6-4d9e-a29f-339d58b46a87", + "name": "CopyResources is end, endTime: 352925701639958", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603594746166 + "startTime": 352925701642291 }, "additional": { "logType": "debug", @@ -10867,15 +9584,15 @@ }, { "head": { - "id": "61ce28ee-a063-428f-a83e-a58cd2eba7f7", + "id": "0c2429b5-0b5d-46ef-9645-dffb799ab4a9", "name": "default@CompileArkTS work[1] done.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603594870500 + "startTime": 352925701751333 }, "additional": { "logType": "debug", @@ -10884,35 +9601,35 @@ }, { "head": { - "id": "7c3b538d-20b4-4668-a523-ce698f863080", + "id": "8c2b11b1-e100-4a28-8af5-e77e496f850a", "name": "entry:default@CompileArkTS", "description": "Compile ArkTS or JS components for large-system devices in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Worker12", - "startTime": 340603590334833, - "endTime": 340603594433000 + "startTime": 352925697124125, + "endTime": 352925701372541 }, "additional": { "logType": "info", "children": [], - "durationId": "3b63cef9-15b0-4512-9c8e-ad283b4819a0", - "parent": "09ce257b-39ab-4c0a-9c85-1db404f7b79d" + "durationId": "da6258e2-271e-4302-8729-29e1bf479ee3", + "parent": "eb5ecc37-7378-4ff3-a5bf-aae9c64b9301" } }, { "head": { - "id": "ede032df-d34e-42cb-aae6-a72b5218e4c8", + "id": "2cd89ec4-7a55-4724-9262-4c9e306d69aa", "name": "A work dispatched to worker[12] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340603594953708 + "startTime": 352925701831166 }, "additional": { "logType": "debug", @@ -10921,15 +9638,15 @@ }, { "head": { - "id": "d48ada91-e97d-41ae-907d-c0b5538a6646", - "name": "worker[4] has one work error.", + "id": "e02f413e-8559-4fca-ac39-9e45d50a99d1", + "name": "worker[4] has one work done.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605975718000 + "startTime": 352928226573916 }, "additional": { "logType": "debug", @@ -10938,15 +9655,643 @@ }, { "head": { - "id": "d6b40728-927f-4eca-bcab-6a2ae5c0c44c", - "name": "default@CompileArkTS work[0] failed.", + "id": "e84e96f2-4439-4212-a05f-9befab7ceb1e", + "name": "generate configuration information", + "description": "", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Worker4", + "startTime": 352926033089375, + "endTime": 352926439078416 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "60c80e52-a47a-442d-a03d-e5fa04eec477", + "logId": "f8581690-5e8d-4428-91e6-5a120cc2a79d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f8581690-5e8d-4428-91e6-5a120cc2a79d", + "name": "generate configuration information", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605976052458 + "startTime": 352926033089375, + "endTime": 352926439078416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e84e96f2-4439-4212-a05f-9befab7ceb1e", + "parent": "8e394f37-cc63-4501-9a46-8f54034053ca" + } + }, + { + "head": { + "id": "eb2b0a91-fb14-4fe9-bd16-e2f19c84a3d9", + "name": "read build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Worker4", + "startTime": 352926439183625, + "endTime": 352926449566625 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "60c80e52-a47a-442d-a03d-e5fa04eec477", + "logId": "91bdcd9c-38e5-415a-81f3-0f795aa9c056" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "91bdcd9c-38e5-415a-81f3-0f795aa9c056", + "name": "read build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352926439183625, + "endTime": 352926449566625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "eb2b0a91-fb14-4fe9-bd16-e2f19c84a3d9", + "parent": "8e394f37-cc63-4501-9a46-8f54034053ca" + } + }, + { + "head": { + "id": "de6e367f-0289-4460-bf58-cab45331b6f8", + "name": "remove uncacheable modules", + "description": "", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Worker4", + "startTime": 352926449611666, + "endTime": 352926449642916 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "60c80e52-a47a-442d-a03d-e5fa04eec477", + "logId": "8be3ffeb-32bd-488e-9a13-c55939d919c4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8be3ffeb-32bd-488e-9a13-c55939d919c4", + "name": "remove uncacheable modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352926449611666, + "endTime": 352926449642916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "de6e367f-0289-4460-bf58-cab45331b6f8", + "parent": "8e394f37-cc63-4501-9a46-8f54034053ca" + } + }, + { + "head": { + "id": "de223608-7e98-460a-b54c-fb0b23b7ec24", + "name": "compile ArkTS with rollup", + "description": "", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Worker4", + "startTime": 352926449708958, + "endTime": 352928194962625 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "60c80e52-a47a-442d-a03d-e5fa04eec477", + "logId": "62ef9e8d-3203-483e-8ecd-a0e20df0bdcd" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "62ef9e8d-3203-483e-8ecd-a0e20df0bdcd", + "name": "compile ArkTS with rollup", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352926449708958, + "endTime": 352928194962625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "de223608-7e98-460a-b54c-fb0b23b7ec24", + "parent": "8e394f37-cc63-4501-9a46-8f54034053ca" + } + }, + { + "head": { + "id": "16bb6cd7-5bd3-423c-a08f-092215003ee1", + "name": "write build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Worker4", + "startTime": 352928195053250, + "endTime": 352928203770791 + }, + "additional": { + "children": [ + "bec7f7d1-adc3-4520-8cc4-7fe597c9b23d", + "c32d581d-f12c-485f-a8fb-2acd27ed8aba", + "31565b9f-3ab1-464a-9987-0d624929ad53" + ], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "60c80e52-a47a-442d-a03d-e5fa04eec477", + "logId": "70d6bd40-98b2-4a18-8d40-75356f7dfa4d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "70d6bd40-98b2-4a18-8d40-75356f7dfa4d", + "name": "write build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928195053250, + "endTime": 352928203770791 + }, + "additional": { + "logType": "info", + "children": [ + "f69ebf58-6e72-43a7-99ac-c9ffb3eeabdc", + "0de8a1b9-b2fa-448e-aa45-53d9387e6bea", + "7856d896-6a84-42c0-80c3-2cff085bdfde" + ], + "durationId": "16bb6cd7-5bd3-423c-a08f-092215003ee1", + "parent": "8e394f37-cc63-4501-9a46-8f54034053ca" + } + }, + { + "head": { + "id": "bec7f7d1-adc3-4520-8cc4-7fe597c9b23d", + "name": "get final cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Worker4", + "startTime": 352928195124125, + "endTime": 352928195133500 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "16bb6cd7-5bd3-423c-a08f-092215003ee1", + "logId": "f69ebf58-6e72-43a7-99ac-c9ffb3eeabdc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f69ebf58-6e72-43a7-99ac-c9ffb3eeabdc", + "name": "get final cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928195124125, + "endTime": 352928195133500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "bec7f7d1-adc3-4520-8cc4-7fe597c9b23d", + "parent": "70d6bd40-98b2-4a18-8d40-75356f7dfa4d" + } + }, + { + "head": { + "id": "c32d581d-f12c-485f-a8fb-2acd27ed8aba", + "name": "pack cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Worker4", + "startTime": 352928195139666, + "endTime": 352928203295333 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "16bb6cd7-5bd3-423c-a08f-092215003ee1", + "logId": "0de8a1b9-b2fa-448e-aa45-53d9387e6bea" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0de8a1b9-b2fa-448e-aa45-53d9387e6bea", + "name": "pack cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928195139666, + "endTime": 352928203295333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c32d581d-f12c-485f-a8fb-2acd27ed8aba", + "parent": "70d6bd40-98b2-4a18-8d40-75356f7dfa4d" + } + }, + { + "head": { + "id": "31565b9f-3ab1-464a-9987-0d624929ad53", + "name": "write cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Worker4", + "startTime": 352928203301250, + "endTime": 352928203759791 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "16bb6cd7-5bd3-423c-a08f-092215003ee1", + "logId": "7856d896-6a84-42c0-80c3-2cff085bdfde" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7856d896-6a84-42c0-80c3-2cff085bdfde", + "name": "write cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928203301250, + "endTime": 352928203759791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "31565b9f-3ab1-464a-9987-0d624929ad53", + "parent": "70d6bd40-98b2-4a18-8d40-75356f7dfa4d" + } + }, + { + "head": { + "id": "9efc2e97-e1c0-4da5-b04b-926d48c58515", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Worker4", + "startTime": 352928203778708, + "endTime": 352928223991958 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "60c80e52-a47a-442d-a03d-e5fa04eec477", + "logId": "8925077a-4331-4734-9a63-6ce5b6de7096" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8925077a-4331-4734-9a63-6ce5b6de7096", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928203778708, + "endTime": 352928223991958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9efc2e97-e1c0-4da5-b04b-926d48c58515", + "parent": "8e394f37-cc63-4501-9a46-8f54034053ca" + } + }, + { + "head": { + "id": "d0cab8c0-1ce2-4cff-abc6-3025928bfc6e", + "name": "load compilation dependencies", + "description": "", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Worker4", + "startTime": 352925678383125, + "endTime": 352926032229708 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "60c80e52-a47a-442d-a03d-e5fa04eec477", + "logId": "9c17caa4-6d33-44e5-aa48-e3ea5b873cb5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9c17caa4-6d33-44e5-aa48-e3ea5b873cb5", + "name": "load compilation dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352925678383125, + "endTime": 352926032229708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d0cab8c0-1ce2-4cff-abc6-3025928bfc6e", + "parent": "8e394f37-cc63-4501-9a46-8f54034053ca" + } + }, + { + "head": { + "id": "db64e3a8-2e1a-4c5a-ab85-59e6a9dcf0f9", + "name": "default@CompileArkTS work[0] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928227140250 }, "additional": { "logType": "debug", @@ -10955,111 +10300,551 @@ }, { "head": { - "id": "47f95ca6-b739-4f89-a9ca-6d8718011516", + "id": "8e394f37-cc63-4501-9a46-8f54034053ca", "name": "entry:default@CompileArkTS", "description": "Compile ArkTS or JS components for large-system devices in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Worker4", - "startTime": 340603354731125, - "endTime": 340605975952250 + "startTime": 352926032598916, + "endTime": 352928226100916 }, "additional": { - "logType": "error", - "children": [], - "durationId": "32c33c11-3319-4b31-b964-0b38851e685f", - "parent": "09ce257b-39ab-4c0a-9c85-1db404f7b79d" - } - }, - { - "head": { - "id": "09ce257b-39ab-4c0a-9c85-1db404f7b79d", - "name": "Failed :entry:default@CompileArkTS", - "description": "Compile ArkTS or JS components for large-system devices in the stage model.", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340603346674958, - "endTime": 340605976175666 - }, - "additional": { - "logType": "error", + "logType": "info", "children": [ - "47f95ca6-b739-4f89-a9ca-6d8718011516", - "7c3b538d-20b4-4668-a523-ce698f863080" + "f8581690-5e8d-4428-91e6-5a120cc2a79d", + "91bdcd9c-38e5-415a-81f3-0f795aa9c056", + "8be3ffeb-32bd-488e-9a13-c55939d919c4", + "62ef9e8d-3203-483e-8ecd-a0e20df0bdcd", + "70d6bd40-98b2-4a18-8d40-75356f7dfa4d", + "8925077a-4331-4734-9a63-6ce5b6de7096", + "9c17caa4-6d33-44e5-aa48-e3ea5b873cb5" ], - "durationId": "c573572f-fd3b-4aac-b580-1655511f0d29" + "durationId": "60c80e52-a47a-442d-a03d-e5fa04eec477", + "parent": "eb5ecc37-7378-4ff3-a5bf-aae9c64b9301" } }, { "head": { - "id": "25abcb6d-e22f-4498-afe6-d745e87de5c6", - "name": "\n\u001b[33m1 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:347:22\n \"globalThis\" is not supported (arkts-no-globalthis)\n\u001b[39m\u001b[39m\n\u001b[33m2 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/XuqmSDK.ets:40:12\n Classes cannot be used as objects (arkts-no-classes-as-obj)\n\u001b[39m\u001b[39m\n\u001b[33m3 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/XuqmSDK.ets:44:12\n Classes cannot be used as objects (arkts-no-classes-as-obj)\n\u001b[39m\u001b[39m\n\u001b[33m4 WARN: \u001b[33m\u001b[33mArkTS:WARN: For details about ArkTS syntax errors, see FAQs\u001b[39m\u001b[39m\n\u001b[33m5 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:28:30\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m6 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:29:25\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m7 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:37:15\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m8 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:39:15\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m9 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/SDKContext.ets:41:13\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m10 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/HttpClient.ets:37:25\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m11 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:77:5\n Function may throw exceptions. Special handling is required.\n\u001b[39m\u001b[39m\n\u001b[33m12 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:17:22\n 'showToast' has been deprecated.\n\u001b[39m\u001b[39m\n\u001b[33m13 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:27:22\n 'showToast' has been deprecated.\n\u001b[39m\u001b[39m\n\u001b[33m14 WARN: \u001b[33m\u001b[33mArkTS:WARN File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:87:28\n 'showToast' has been deprecated.\n\u001b[39m\u001b[39m", + "id": "1770a737-7fef-4dfc-a34a-13293d187190", + "name": "A work dispatched to worker[4] failed because unable to get work from ready queue.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605976221041 + "startTime": 352928227280958 }, "additional": { - "logType": "warn", + "logType": "debug", "children": [] } }, { "head": { - "id": "06c6608b-ac3f-4b13-a4aa-a3736df89d15", - "name": "hvigor build process will be closed with an error.", - "description": "", + "id": "eb5ecc37-7378-4ff3-a5bf-aae9c64b9301", + "name": "Finished :entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605976424875 + "startTime": 352925393558750, + "endTime": 352928227357416, + "totalTime": 2209870833 }, "additional": { - "logType": "debug", - "children": [], - "durationId": "c573572f-fd3b-4aac-b580-1655511f0d29" + "logType": "info", + "children": [ + "8e394f37-cc63-4501-9a46-8f54034053ca", + "8c2b11b1-e100-4a28-8af5-e77e496f850a" + ], + "durationId": "64203e39-5e96-4df9-9b07-f07a5cdb7d90" } }, { "head": { - "id": "25158aed-7f2d-4195-9d3e-67c9fa87d713", - "name": "ERROR: stacktrace = Error: ArkTS Compiler Error\n\u001b[31m1 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/HttpClient.ets:30:11\n\u001b[39m\n\u001b[39m\n\u001b[31m2 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/HttpClient.ets:30:23\n\u001b[39m\n\u001b[39m\n\u001b[31m3 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/core/HttpClient.ets:30:64\n\u001b[39m\n\u001b[39m\n\u001b[31m4 ERROR: \u001b[31m10605008 ArkTS Compiler Error\nError Message: Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:56:15\n\u001b[39m\n\u001b[39m\n\u001b[31m5 ERROR: \u001b[31m10605040 ArkTS Compiler Error\nError Message: Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:57:43\n\u001b[39m\n\u001b[39m\n\u001b[31m6 ERROR: \u001b[31m10605008 ArkTS Compiler Error\nError Message: Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:57:68\n\u001b[39m\n\u001b[39m\n\u001b[31m7 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:83:16\n\u001b[39m\n\u001b[39m\n\u001b[31m8 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:89:18\n\u001b[39m\n\u001b[39m\n\u001b[31m9 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:90:11\n\u001b[39m\n\u001b[39m\n\u001b[31m10 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:110:18\n\u001b[39m\n\u001b[39m\n\u001b[31m11 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:124:106\n\u001b[39m\n\u001b[39m\n\u001b[31m12 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:145:115\n\u001b[39m\n\u001b[39m\n\u001b[31m13 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:161:72\n\u001b[39m\n\u001b[39m\n\u001b[31m14 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:169:105\n\u001b[39m\n\u001b[39m\n\u001b[31m15 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:176:106\n\u001b[39m\n\u001b[39m\n\u001b[31m16 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:184:107\n\u001b[39m\n\u001b[39m\n\u001b[31m17 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:192:106\n\u001b[39m\n\u001b[39m\n\u001b[31m18 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:200:92\n\u001b[39m\n\u001b[39m\n\u001b[31m19 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:207:56\n\u001b[39m\n\u001b[39m\n\u001b[31m20 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:213:56\n\u001b[39m\n\u001b[39m\n\u001b[31m21 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:219:85\n\u001b[39m\n\u001b[39m\n\u001b[31m22 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:225:81\n\u001b[39m\n\u001b[39m\n\u001b[31m23 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:228:7\n\u001b[39m\n\u001b[39m\n\u001b[31m24 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:228:46\n\u001b[39m\n\u001b[39m\n\u001b[31m25 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:233:71\n\u001b[39m\n\u001b[39m\n\u001b[31m26 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:240:121\n\u001b[39m\n\u001b[39m\n\u001b[31m27 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:246:121\n\u001b[39m\n\u001b[39m\n\u001b[31m28 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:252:120\n\u001b[39m\n\u001b[39m\n\u001b[31m29 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:254:7\n\u001b[39m\n\u001b[39m\n\u001b[31m30 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:254:46\n\u001b[39m\n\u001b[39m\n\u001b[31m31 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:259:110\n\u001b[39m\n\u001b[39m\n\u001b[31m32 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:265:160\n\u001b[39m\n\u001b[39m\n\u001b[31m33 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:271:160\n\u001b[39m\n\u001b[39m\n\u001b[31m34 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:277:90\n\u001b[39m\n\u001b[39m\n\u001b[31m35 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:288:101\n\u001b[39m\n\u001b[39m\n\u001b[31m36 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:290:7\n\u001b[39m\n\u001b[39m\n\u001b[31m37 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:290:31\n\u001b[39m\n\u001b[39m\n\u001b[31m38 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:291:7\n\u001b[39m\n\u001b[39m\n\u001b[31m39 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:291:29\n\u001b[39m\n\u001b[39m\n\u001b[31m40 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:292:7\n\u001b[39m\n\u001b[39m\n\u001b[31m41 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:292:29\n\u001b[39m\n\u001b[39m\n\u001b[31m42 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:339:7\n\u001b[39m\n\u001b[39m\n\u001b[31m43 ERROR: \u001b[31m10605008 ArkTS Compiler Error\nError Message: Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:347:11\n\u001b[39m\n\u001b[39m\n\u001b[31m44 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/push/PushSDK.ets:16:58\n\u001b[39m\n\u001b[39m\n\u001b[31m45 ERROR: \u001b[31m10605099 ArkTS Compiler Error\nError Message: It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/push/PushSDK.ets:17:7\n\u001b[39m\n\u001b[39m\n\u001b[31m46 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/push/PushSDK.ets:26:60\n\u001b[39m\n\u001b[39m\n\u001b[31m47 ERROR: \u001b[31m10605060 ArkTS Compiler Error\nError Message: \"typeof\" operator is allowed only in expression contexts (arkts-no-type-query) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/XuqmSDK.ets:39:22\n\u001b[39m\n\u001b[39m\n\u001b[31m48 ERROR: \u001b[31m10605060 ArkTS Compiler Error\nError Message: \"typeof\" operator is allowed only in expression contexts (arkts-no-type-query) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/XuqmSDK.ets:43:24\n\u001b[39m\n\u001b[39m\n\u001b[31m49 ERROR: \u001b[31m10605038 ArkTS Compiler Error\nError Message: Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals) At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets/pages/Index.ets:14:19\n\u001b[39m\n\u001b[39m\n\u001b[31m50 ERROR: \u001b[31m10505001 ArkTS Compiler Error\nError Message: Cannot find name 'TextDecoder'. At File: /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets/im/ImClient.ets:56:62\n\u001b[39m\n\u001b[39m\n\u001b[31mCOMPILE RESULT:FAIL {ERROR:51 WARN:14}\u001b[39m\n at runArkPack (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5860)\nArkTSCompilerError: ArkTS Compiler Error\n at throwArkTsCompilerError (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/data/compose-error.js:1:423)\n at throwErrorIfHasErrorInfo (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/plugins/common-plugin.js:1:4478)\n at Object.handler (/Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/plugins/common-plugin.js:1:2547)\n at /Users/xuqinmin/sdk/command-line-tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-base/node_modules/rollup/dist/shared/rollup.js:27765:40", - "description": "", - "type": "log" + "id": "ad89115f-8861-4acf-a083-6a881a2de37c", + "name": "entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605976932541 + "startTime": 352928228266958, + "endTime": 352928228828875 }, "additional": { - "logType": "debug", "children": [], - "durationId": "c573572f-fd3b-4aac-b580-1655511f0d29" + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "50d0d827-7637-471c-9bf0-ddc37a68dedf", + "logId": "192a413c-d503-4a63-99b3-b1d729ad2d6e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } } }, { "head": { - "id": "3720ade9-7a8f-49e9-878f-4a2ef186170b", - "name": "\"buildFinished\" hook function", + "id": "50d0d827-7637-471c-9bf0-ddc37a68dedf", + "name": "create entry:default@GeneratePkgModuleJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928228101791 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "ad89115f-8861-4acf-a083-6a881a2de37c" + } + }, + { + "head": { + "id": "af5f53da-e398-4394-b61a-efbf4cf1c26d", + "name": "Executing task :entry:default@GeneratePkgModuleJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928228271000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "482ba3f7-aa7d-41ac-841f-0cdaf5760fb3", + "name": "File: '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/preload/default/preload.json' from 'preloadSoJsonPath' is not exists, just ignore.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928228302208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ac974954-25bc-438d-baa0-0a5d440c5121", + "name": "Error occurs while handling @Input 'shouldDeduplicateHar': The \"data\" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928228572208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64bc5616-91f4-4b8e-8b29-dbbfbd9358e6", + "name": "Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928228626833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "43d46b6b-417b-4ff3-8078-5b056a7ceca8", + "name": "Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928228792500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3b108c33-a0e1-422b-9f63-89886fc0c60a", + "name": "entry : default@GeneratePkgModuleJson cost memory 0.073394775390625", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928228815958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "192a413c-d503-4a63-99b3-b1d729ad2d6e", + "name": "UP-TO-DATE :entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928228266958, + "endTime": 352928228828875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ad89115f-8861-4acf-a083-6a881a2de37c" + } + }, + { + "head": { + "id": "f76e05e6-c8d3-47a2-84b7-56d09e82459b", + "name": "entry:default@ProcessCompiledResources", + "description": "Process compiled resources in stage model.", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928229127791, + "endTime": 352928229326500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "a63ff11f-393f-4c60-a284-a7b0109f739d", + "logId": "fcc9c2e4-660c-42b2-a38c-19187f2453dc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a63ff11f-393f-4c60-a284-a7b0109f739d", + "name": "create entry:default@ProcessCompiledResources task", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928228996666 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f76e05e6-c8d3-47a2-84b7-56d09e82459b" + } + }, + { + "head": { + "id": "8526e4b7-2ee6-4b66-89bf-2f2889eb6dfe", + "name": "Executing task :entry:default@ProcessCompiledResources", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928229131041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ae73b112-61ca-436f-9192-bb70c0544451", + "name": "File: '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/preload/default/preload.json' from 'preloadSoJsonPath' is not exists, just ignore.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928229152375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "394b06fd-bfa0-43b2-a892-0e9bc8fab85c", + "name": "Task 'entry:default@ProcessCompiledResources' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928229168583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e862051e-79bd-49b9-9453-a37b222bab9c", + "name": "entry : default@ProcessCompiledResources cost memory 0.0463714599609375", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928229294791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f7bccfab-b554-4f3e-80df-4adbc8fec218", + "name": "runTaskFromQueue task cost before running: 3 s 741 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928229316333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fcc9c2e4-660c-42b2-a38c-19187f2453dc", + "name": "Finished :entry:default@ProcessCompiledResources", + "description": "Process compiled resources in stage model.", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928229127791, + "endTime": 352928229326500, + "totalTime": 180875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f76e05e6-c8d3-47a2-84b7-56d09e82459b" + } + }, + { + "head": { + "id": "a954898c-f474-49da-a467-53e35489d736", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928230353166, + "endTime": 352928464555375 + }, + "additional": { + "children": [ + "5cf3a769-03e6-4c6b-9320-552f806c1552", + "3de0f5af-9cf4-426b-8c2b-1c4c701f3bf3", + "38ec9d31-7b32-4551-9c72-ae45882c8d40", + "02bdb072-493c-432a-aaf6-70e67515a560" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [ + "The input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets' has been changed." + ], + "detailId": "17f2659e-419f-4641-8b61-8ddd1bdf00d5", + "logId": "3f75f938-f104-40a5-b317-c0492d26a214" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "17f2659e-419f-4641-8b61-8ddd1bdf00d5", + "name": "create entry:default@PackageHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928229794000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a954898c-f474-49da-a467-53e35489d736" + } + }, + { + "head": { + "id": "7fc37788-c9bf-47c9-bcbc-45eb5d7cb704", + "name": "Executing task :entry:default@PackageHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928230360083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "06cab8da-33d0-4ef7-a358-966bda9d47b5", + "name": "entry:default@PackageHap is not up-to-date, since the input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928231363708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3665f242-771c-41cf-9ca9-eaed02b0b87f", + "name": "Incremental task entry:default@PackageHap pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928231387958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5cf3a769-03e6-4c6b-9320-552f806c1552", + "name": "generate HAP packaging command", "description": "", "type": "duration" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605977545708, - "endTime": 340605977771750 + "startTime": 352928231515791, + "endTime": 352928231855458 }, "additional": { "children": [], @@ -11068,8 +10853,8 @@ "moduleName": "", "category": "", "taskRunReasons": [], - "parent": "4cdc39de-63db-4698-aab2-e1d99d0f5285", - "logId": "61371de5-ace5-428e-a7ad-135134e0edb4" + "parent": "a954898c-f474-49da-a467-53e35489d736", + "logId": "267f74b0-b753-4daf-8314-4c2aed1d5652" }, "log": { "_logger": { @@ -11093,81 +10878,1146 @@ }, { "head": { - "id": "61371de5-ace5-428e-a7ad-135134e0edb4", + "id": "8bf137e5-1fc4-4afa-ba45-9475f4f0d6b8", + "name": "Use tool [/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar]\n [\n 'java',\n '-Dfile.encoding=utf-8',\n '-jar',\n '/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar',\n '--mode',\n 'hap',\n '--force',\n 'true',\n '--lib-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default',\n '--json-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/package/default/module.json',\n '--resources-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources',\n '--index-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources.index',\n '--pack-info-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/pack.info',\n '--out-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap',\n '--ets-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets',\n '--pkg-context-path',\n '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json'\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928231784541 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "a954898c-f474-49da-a467-53e35489d736" + } + }, + { + "head": { + "id": "267f74b0-b753-4daf-8314-4c2aed1d5652", + "name": "generate HAP packaging command", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928231515791, + "endTime": 352928231855458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5cf3a769-03e6-4c6b-9320-552f806c1552", + "parent": "3f75f938-f104-40a5-b317-c0492d26a214" + } + }, + { + "head": { + "id": "3de0f5af-9cf4-426b-8c2b-1c4c701f3bf3", + "name": "submit HAP packaging task to java daemon server", + "description": "Pack HAP in java daemon", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928231879125, + "endTime": 352928235345833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a954898c-f474-49da-a467-53e35489d736", + "logId": "33748fcc-81ae-4abc-9260-dac6d9870812" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "581637f9-996a-415e-a2ed-98d4ef95ca4b", + "name": "java daemon socket close code:1006 reason:", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928235203541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "33748fcc-81ae-4abc-9260-dac6d9870812", + "name": "submit HAP packaging task to java daemon server", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928231879125, + "endTime": 352928235342083 + }, + "additional": { + "logType": "warn", + "children": [], + "durationId": "3de0f5af-9cf4-426b-8c2b-1c4c701f3bf3", + "parent": "3f75f938-f104-40a5-b317-c0492d26a214" + } + }, + { + "head": { + "id": "2f7335ba-c8b0-4f25-97b9-407fb746e355", + "name": "java daemon remote pack failed: connect EPERM 127.0.0.1:45050 - Local (0.0.0.0:0). fallback to local java -jar pack", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928235349958 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "a954898c-f474-49da-a467-53e35489d736" + } + }, + { + "head": { + "id": "38ec9d31-7b32-4551-9c72-ae45882c8d40", + "name": "submit HAP packaging task to work pool", + "description": "Pack HAP in work pool", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928235387291, + "endTime": 352928235970875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a954898c-f474-49da-a467-53e35489d736", + "logId": "9ec69c3b-286d-4a60-9231-a79f3e4e0584" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c5a7f93d-0a72-42a5-a8b6-41813d05d3e9", + "name": "default@PackageHap work[2] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928235781000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "02bdb072-493c-432a-aaf6-70e67515a560", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Worker12", + "startTime": 352928276854833, + "endTime": 352928464254000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "a954898c-f474-49da-a467-53e35489d736", + "logId": "562a2454-07a5-4210-b32d-34fd2aba3005" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "be76d2e8-24b1-49ea-a696-2dd7162cb86e", + "name": "default@PackageHap work[2] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928235887291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "576d6eab-0b1f-4876-8858-4a3d4974d9e4", + "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928235905375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "da0ed309-0da6-4e05-b6e3-6545568555ae", + "name": "default@PackageHap work[2] has been dispatched to worker[12].", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928235946791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "69b7ba35-eb7f-4001-8bca-976eed6ddf83", + "name": "default@PackageHap work[2] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928235958500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9ec69c3b-286d-4a60-9231-a79f3e4e0584", + "name": "submit HAP packaging task to work pool", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928235387291, + "endTime": 352928235970875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "38ec9d31-7b32-4551-9c72-ae45882c8d40", + "parent": "3f75f938-f104-40a5-b317-c0492d26a214" + } + }, + { + "head": { + "id": "37b866f9-2f09-4298-bec4-1a023ea6432e", + "name": "entry : default@PackageHap cost memory 0.5997772216796875", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928237141666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6b329bce-8e23-4348-837a-c0685f030aae", + "name": "worker[12] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928464354125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "46022768-4b02-4031-ad4d-bb809eefa036", + "name": "default@PackageHap work[2] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928464491541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "562a2454-07a5-4210-b32d-34fd2aba3005", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Worker12", + "startTime": 352928276854833, + "endTime": 352928464254000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "02bdb072-493c-432a-aaf6-70e67515a560", + "parent": "3f75f938-f104-40a5-b317-c0492d26a214" + } + }, + { + "head": { + "id": "244a70d9-d225-4da8-b521-b28fdc73f28a", + "name": "A work dispatched to worker[12] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928464537583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3f75f938-f104-40a5-b317-c0492d26a214", + "name": "Finished :entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928230353166, + "endTime": 352928464555375, + "totalTime": 194206250 + }, + "additional": { + "logType": "info", + "children": [ + "267f74b0-b753-4daf-8314-4c2aed1d5652", + "33748fcc-81ae-4abc-9260-dac6d9870812", + "9ec69c3b-286d-4a60-9231-a79f3e4e0584", + "562a2454-07a5-4210-b32d-34fd2aba3005" + ], + "durationId": "a954898c-f474-49da-a467-53e35489d736" + } + }, + { + "head": { + "id": "ccc2455c-c769-42d1-a61a-de9c207e1c73", + "name": "entry:default@PackingCheck", + "description": "Check package product", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928465586958, + "endTime": 352928467847000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "c2f5d077-4dab-4c81-8712-22d0c17fd3b4", + "logId": "1b9c32e1-adac-432d-b437-ea81c60d14ae" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c2f5d077-4dab-4c81-8712-22d0c17fd3b4", + "name": "create entry:default@PackingCheck task", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928465069416 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "ccc2455c-c769-42d1-a61a-de9c207e1c73" + } + }, + { + "head": { + "id": "830d622d-5750-4910-b6b3-8370eae70cea", + "name": "Executing task :entry:default@PackingCheck", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928465592875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a30e66bb-7bc2-4bed-97cb-5e42880abc1c", + "name": "entry : default@PackingCheck cost memory 0.48992919921875", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928467781625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9fc5f488-8c08-48c7-8e25-7a680fade26d", + "name": "runTaskFromQueue task cost before running: 3 s 979 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928467828875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1b9c32e1-adac-432d-b437-ea81c60d14ae", + "name": "Finished :entry:default@PackingCheck", + "description": "Check package product", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928465586958, + "endTime": 352928467847000, + "totalTime": 2226542 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ccc2455c-c769-42d1-a61a-de9c207e1c73" + } + }, + { + "head": { + "id": "c419fe3c-dfeb-40a4-a426-721344d7f3b8", + "name": "entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928468517958, + "endTime": 352928468989333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed." + ], + "detailId": "76c55e78-42aa-4199-91c1-b8b28baf2b46", + "logId": "fd6ba967-8263-4f53-bc28-a72f8f2f50c8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "76c55e78-42aa-4199-91c1-b8b28baf2b46", + "name": "create entry:default@SignHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928468027458 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "c419fe3c-dfeb-40a4-a426-721344d7f3b8" + } + }, + { + "head": { + "id": "1b666346-ddbd-48f6-a0ab-316f4d3e392d", + "name": "Executing task :entry:default@SignHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928468521958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6334d567-8d1a-4916-a350-7c40a05adb86", + "name": "Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project.\n If needed, configure the signingConfigs in /Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928468555083 + }, + "additional": { + "logType": "warn", + "children": [], + "durationId": "c419fe3c-dfeb-40a4-a426-721344d7f3b8" + } + }, + { + "head": { + "id": "9e17233f-c4f0-4116-859b-2ba0fc51392d", + "name": "entry:default@SignHap is not up-to-date, since the input file '/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928468791333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d91c95d5-489f-4eea-ac6b-bebdc1b3bb87", + "name": "Incremental task entry:default@SignHap pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928468807875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5cdd4061-456c-4ec1-8ce0-8cb76662ade5", + "name": "entry : default@SignHap cost memory 0.240875244140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928468960541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "45b8786d-bb6e-44d0-9ad1-ef0383a8f02d", + "name": "runTaskFromQueue task cost before running: 3 s 980 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928468977041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd6ba967-8263-4f53-bc28-a72f8f2f50c8", + "name": "Finished :entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928468517958, + "endTime": 352928468989333, + "totalTime": 453458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c419fe3c-dfeb-40a4-a426-721344d7f3b8" + } + }, + { + "head": { + "id": "93312b0d-52f9-4ebd-9278-6ad9ed82bb6e", + "name": "entry:default@CollectDebugSymbol", + "description": "Collect debug symbols to output dir.", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928469389500, + "endTime": 352928469660750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "3eae8b51-298d-4161-9d18-9124a2a563bf", + "logId": "745489ff-83e2-4453-bb96-80b317d3fd6c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3eae8b51-298d-4161-9d18-9124a2a563bf", + "name": "create entry:default@CollectDebugSymbol task", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928469101625 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "93312b0d-52f9-4ebd-9278-6ad9ed82bb6e" + } + }, + { + "head": { + "id": "ea9a76dc-4baf-46de-9aa7-24d5d5623f15", + "name": "Executing task :entry:default@CollectDebugSymbol", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928469392708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ea2f7dbf-4a07-4297-a785-02f7ce83ab3a", + "name": "entry : default@CollectDebugSymbol cost memory 0.08789825439453125", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928469636416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ec114b81-bd0c-4856-ac19-55aa4e70fb26", + "name": "runTaskFromQueue task cost before running: 3 s 981 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928469652458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "745489ff-83e2-4453-bb96-80b317d3fd6c", + "name": "Finished :entry:default@CollectDebugSymbol", + "description": "Collect debug symbols to output dir.", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928469389500, + "endTime": 352928469660750, + "totalTime": 257541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "93312b0d-52f9-4ebd-9278-6ad9ed82bb6e" + } + }, + { + "head": { + "id": "b4493ad9-10c6-4bff-afb0-1d54b55814f3", + "name": "entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928469752666, + "endTime": 352928469800791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "entry", + "category": "Hook", + "taskRunReasons": [], + "detailId": "11ef8e77-8ac4-42a2-a89d-57648280d8be", + "logId": "af922a7c-0543-42a5-864e-dc725fcd7a54" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "11ef8e77-8ac4-42a2-a89d-57648280d8be", + "name": "create entry:assembleHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928469742333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b4493ad9-10c6-4bff-afb0-1d54b55814f3" + } + }, + { + "head": { + "id": "f93ef1dd-3608-49b6-aaff-f2a5def41e11", + "name": "Executing task :entry:assembleHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928469754625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0dd11b3d-ab9a-4b8d-9fd2-7134869d7710", + "name": "entry : assembleHap cost memory 0.0102996826171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928469780875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e5f9cf42-aa99-4564-828c-f03fb1cd7e6b", + "name": "runTaskFromQueue task cost before running: 3 s 981 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928469792541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "af922a7c-0543-42a5-864e-dc725fcd7a54", + "name": "Finished :entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928469752666, + "endTime": 352928469800791, + "totalTime": 35750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b4493ad9-10c6-4bff-afb0-1d54b55814f3" + } + }, + { + "head": { + "id": "55ef1798-56df-4153-aed7-71a67718ef53", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928470201958, + "endTime": 352928470303083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "812ca23e-783c-40cb-9249-d158bfeff91d", + "logId": "bbbb1e14-8d24-4b7a-901f-0b7b06142a26" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "bbbb1e14-8d24-4b7a-901f-0b7b06142a26", "name": "\"buildFinished\" hook function", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605977545708, - "endTime": 340605977771750 + "startTime": 352928470201958, + "endTime": 352928470303083 }, "additional": { "logType": "info", "children": [], - "durationId": "3720ade9-7a8f-49e9-878f-4a2ef186170b" + "durationId": "55ef1798-56df-4153-aed7-71a67718ef53" } }, { "head": { - "id": "2cce61d1-378d-455e-8b3d-7f7b8e962fe2", + "id": "d6d54fa1-0641-4d22-b900-329c19116e3f", + "name": "BUILD SUCCESSFUL in 3 s 982 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928470320250 + }, + "additional": { + "logType": "info", + "children": [] + } + }, + { + "head": { + "id": "d2e9721c-d5f4-426c-981f-96accacb4d23", "name": "assembleHap", "description": "", "type": "mark" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340602536367875, - "endTime": 340605978182000 + "startTime": 352924489034333, + "endTime": 352928470535875 }, "additional": { "time": { "year": 2026, "month": 4, "day": 28, - "hour": 19, - "minute": 3, - "second": 52 + "hour": 22, + "minute": 29, + "second": 15 }, "completeCommand": "{\"prop\":[],\"_\":[\"assembleHap\"]};assembleHap", "hvigorVersion": "6.22.4", "markType": "history", "nodeVersion": "v18.20.1", "category": "build", - "state": "failed" + "state": "success" } }, { "head": { - "id": "653223fc-7a4a-4d15-8dc4-10f3abe5dbcf", - "name": "BUILD FAILED in 3 s 442 ms ", + "id": "84e26b88-1ed4-4089-b831-d1858c588287", + "name": "There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605978205250 - }, - "additional": { - "logType": "error", - "children": [] - } - }, - { - "head": { - "id": "aa1e7d25-7c17-4e70-ae1a-b16eb784d4aa", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605978448333 + "startTime": 352928470588666 }, "additional": { "logType": "debug", @@ -11176,15 +12026,15 @@ }, { "head": { - "id": "ddf663fa-ed87-443d-bfdb-e4bcc1697b03", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5 cache by regenerate.", + "id": "da17000b-4658-451f-8c81-cab1064870ad", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@PreBuild is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605978548666 + "startTime": 352928470597916 }, "additional": { "logType": "debug", @@ -11193,270 +12043,15 @@ }, { "head": { - "id": "195f8cfa-c101-4bcb-8e70-03d643222f7a", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5 cache from map.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605978573500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b31775e0-25dd-45dc-89c1-a03858a3e8a7", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build-profile.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605978581125 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "401fbb14-b15b-44a2-ab81-c2a94df5597d", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources/base/profile/main_pages.json cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605978603250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "39f0297c-32bc-40cd-8456-dcb254c83a23", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigor/hvigor-config.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605978623958 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "f93da85b-44eb-4cab-bf61-18239d424381", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/oh-package.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605978644458 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "fc0f30d0-a9be-4090-9295-cfb4498b37d1", - "name": "Update task entry:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605978661708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "70f433ab-cd2a-4022-b99b-0b47f44b0234", - "name": "Incremental task entry:default@PreBuild post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605978738958 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0dbac2d3-5a15-49f5-a620-64d496e11b64", - "name": "Update task xuqmSdk:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605978852458 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "5fba9e0b-6e67-45dc-bb05-9f48a425f9b2", - "name": "Update task xuqmSdk:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605978883041 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "25bc499e-6aa5-43ff-9f2f-9226e5bb9314", - "name": "Update task xuqmSdk:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605978907375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "97eb8c00-b46e-4ead-ab5f-032622ae852d", - "name": "Update task xuqmSdk:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build-profile.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605978924416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "3bfd8025-16fd-40d6-b666-b711d19b8f64", - "name": "Update task xuqmSdk:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/hvigor/hvigor-config.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605978944000 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e83812c1-bbf9-4abe-ba2d-5acd860be497", - "name": "Update task xuqmSdk:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/oh-package.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605978961791 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "92b80a3f-2b07-4f93-a925-6f025fe1264f", - "name": "Update task xuqmSdk:default@PreBuild input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605978978291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "97a8b237-8961-4760-a0a9-c23fe157e854", - "name": "Incremental task xuqmSdk:default@PreBuild post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605979004541 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "108455d9-10db-4e48-ba69-9020eada6e6d", + "id": "fd081161-f393-473a-998a-88a218bf9b02", "name": "Update task entry:default@CreateModuleInfo output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/ModuleInfo.ts cache.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605979038333 + "startTime": 352928470631791 }, "additional": { "logType": "debug", @@ -11465,15 +12060,15 @@ }, { "head": { - "id": "147894b9-9b2e-494c-9a08-61a478c46f25", + "id": "0bbe0d0b-0be7-4f65-b722-5d303c41dba7", "name": "Incremental task entry:default@CreateModuleInfo post-execution cost:1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605979111041 + "startTime": 352928470727541 }, "additional": { "logType": "debug", @@ -11482,15 +12077,15 @@ }, { "head": { - "id": "da194510-5b56-4062-9c56-eeacb0f3afaa", + "id": "5c29805f-ac99-46fb-ad7a-9ebcb67819f4", "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605979123416 + "startTime": 352928470736291 }, "additional": { "logType": "debug", @@ -11499,15 +12094,15 @@ }, { "head": { - "id": "4c9261f2-072b-46a3-ac93-dbfd97cd9446", - "name": "Update task entry:default@GeneratePkgContextInfo output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache.", + "id": "5af90fdf-3f05-441c-951d-56f6c92a0e09", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605979149916 + "startTime": 352928470743791 }, "additional": { "logType": "debug", @@ -11516,32 +12111,15 @@ }, { "head": { - "id": "5722a8e5-2049-4a3f-856a-ef4f681edfae", - "name": "Incremental task entry:default@GeneratePkgContextInfo post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605979177916 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0a67cd0d-23b0-4dca-9a41-6fe9cb2fe1d9", + "id": "9d2d85f2-70d3-4388-ae7a-41c6dca5f93e", "name": "Update task entry:default@ProcessIntegratedHsp output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build/cache/default/integrated_hsp/integratedHspCache.json cache.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605979215625 + "startTime": 352928470762375 }, "additional": { "logType": "debug", @@ -11550,15 +12128,15 @@ }, { "head": { - "id": "b2b3ab20-13af-4a85-95a3-dbea39b847b0", + "id": "67efd022-14f6-46b3-8b41-8ef56879a6cf", "name": "Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605979250125 + "startTime": 352928470798166 }, "additional": { "logType": "debug", @@ -11567,15 +12145,15 @@ }, { "head": { - "id": "9be3a9c1-2b82-4fb0-a2b3-34e07b30cae3", - "name": "Update task xuqmSdk:default@CreateHarBuildProfile input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5 cache by regenerate.", + "id": "3d68ace0-1c6e-4764-a352-7776310a011e", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@CreateHarBuildProfile is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605979266750 + "startTime": 352928470806166 }, "additional": { "logType": "debug", @@ -11584,15 +12162,15 @@ }, { "head": { - "id": "25f6a609-c3c2-4422-a4e5-7c29499b0203", - "name": "Update task xuqmSdk:default@CreateHarBuildProfile input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5 cache by regenerate.", + "id": "109c19c9-0530-46d2-bcb5-69d7587588a7", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@MergeProfile is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605979287750 + "startTime": 352928470823291 }, "additional": { "logType": "debug", @@ -11601,134 +12179,15 @@ }, { "head": { - "id": "a8465a02-bc0b-484e-9375-49aa4296aee0", - "name": "Update task xuqmSdk:default@CreateHarBuildProfile output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/BuildProfile.ets cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605979304375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0c083aa9-11f6-4574-aefa-9d1445455875", - "name": "Incremental task xuqmSdk:default@CreateHarBuildProfile post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605979326416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "2a2a71e3-f26b-4ce5-a7e8-a219e7cac470", - "name": "Update task xuqmSdk:default@MergeProfile input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605979347958 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "93dfc1a8-6d12-4e4f-910e-d5595e922543", - "name": "Update task xuqmSdk:default@MergeProfile input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605979364291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "abeb1f98-42ec-473f-9ddd-e7c97eb83c83", - "name": "Update task xuqmSdk:default@MergeProfile input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/module.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605979378208 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "ed2c04a0-c836-491d-9e87-16d289ea7b19", - "name": "Update task xuqmSdk:default@MergeProfile output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/merge_profile/default/module.json cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605979397333 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "2d0d6a6a-0626-4f98-95cb-68ba4630801a", - "name": "Incremental task xuqmSdk:default@MergeProfile post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605979424375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "3cc6fe88-e757-4043-9546-d05b0028458c", + "id": "c23a9396-e19d-488d-ad88-f09dd6ea1efc", "name": "Update task entry:default@SyscapTransform input file:/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605979436875 + "startTime": 352928470845416 }, "additional": { "logType": "debug", @@ -11737,15 +12196,15 @@ }, { "head": { - "id": "c20fb8e0-9944-4a53-8022-daa5b1103e4a", + "id": "4f74b75e-d82f-4278-8161-f425fd9f8bf7", "name": "Update task entry:default@SyscapTransform input file:/Users/xuqinmin/sdk/command-line-tools/sdk/default/openharmony/ets/api/device-define cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605979469833 + "startTime": 352928470887291 }, "additional": { "logType": "debug", @@ -11754,15 +12213,15 @@ }, { "head": { - "id": "315a48bf-a808-4005-80d9-a1d706dd3304", + "id": "8ed696f3-ed1f-4c13-95ea-d93b5722e51c", "name": "Update task entry:default@SyscapTransform output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/syscap/default/rpcid.sc cache.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605979655958 + "startTime": 352928471110000 }, "additional": { "logType": "debug", @@ -11771,15 +12230,15 @@ }, { "head": { - "id": "08160d76-39b4-4623-9739-2eaeca7fe88f", + "id": "4857fb8a-d4fe-41d2-bd71-988153761ca6", "name": "Incremental task entry:default@SyscapTransform post-execution cost:1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605979685666 + "startTime": 352928471194125 }, "additional": { "logType": "debug", @@ -11788,15 +12247,15 @@ }, { "head": { - "id": "fc279bc0-0b35-4f0e-927f-59f5aaa5209b", - "name": "Update task entry:default@ProcessRouterMap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/oh-package.json5 cache by regenerate.", + "id": "a93d0df4-a7ff-415b-ae40-b378a3ab2478", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605979771291 + "startTime": 352928471212916 }, "additional": { "logType": "debug", @@ -11805,15 +12264,15 @@ }, { "head": { - "id": "4b82f1c4-03ae-44f3-a70a-7184d3695c4a", - "name": "Update task entry:default@ProcessRouterMap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5 cache by regenerate.", + "id": "f3248ab5-5d2a-4887-a877-7565d69695b4", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessShareConfig is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605979788541 + "startTime": 352928471222958 }, "additional": { "logType": "debug", @@ -11822,15 +12281,15 @@ }, { "head": { - "id": "ae6f3d21-0de5-4ebb-8494-e4bd35ba3d3c", - "name": "Update task entry:default@ProcessRouterMap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5 cache by regenerate.", + "id": "4c2c7b33-77da-43cc-9b4d-af9d5933aebc", + "name": "Update task entry:default@ProcessStartupConfig input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605979803208 + "startTime": 352928471272875 }, "additional": { "logType": "debug", @@ -11839,202 +12298,15 @@ }, { "head": { - "id": "93c51ee8-afe8-4ebf-949b-aa85b96fd462", - "name": "Update task entry:default@ProcessRouterMap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache from map.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605979818416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "4b6376ed-4a1f-4052-976b-04cc568e8186", - "name": "Update task entry:default@ProcessRouterMap output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/temp-router-map.json cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605979829875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "422d12c1-e6b4-4d1f-9436-4377aa712d2a", - "name": "Update task entry:default@ProcessRouterMap output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/loader-router-map.json cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605979851541 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "7622868a-1a3f-4ec5-878e-f2b654302236", - "name": "Incremental task entry:default@ProcessRouterMap post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605979947166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "19de9f31-fa47-46e3-b051-74431f128cbc", - "name": "Update task entry:default@ProcessShareConfig input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/oh-package.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605979995041 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "01df5985-ada4-41af-9ed5-91c08b28c3ae", - "name": "Update task entry:default@ProcessShareConfig input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/oh-package.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980010833 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "6a76397f-014c-4948-a3eb-d838ccd09565", - "name": "Update task entry:default@ProcessShareConfig input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980025500 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "9b260551-095f-4bb2-a049-cab19cfac028", - "name": "Update task entry:default@ProcessShareConfig input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache from map.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980040125 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "3ab1cfcd-17f3-4a59-8ca2-13a01c43d700", - "name": "Update task entry:default@ProcessShareConfig output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/share_config/default/temp-share-config.json cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980048250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "08299f13-6577-4988-9452-93b343d1ca43", - "name": "Incremental task entry:default@ProcessShareConfig post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980076375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "73584284-acad-45c2-915c-3600d2b87d49", - "name": "Update task entry:default@ProcessStartupConfig input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache from map.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980131208 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "093d0aa1-c541-4c85-b388-2b9838befc7f", + "id": "e8090d0c-dc30-43f2-9910-3b3d32a6c3e3", "name": "Update task entry:default@ProcessStartupConfig output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/startup/default/startup_config.json cache.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605980141875 + "startTime": 352928471303250 }, "additional": { "logType": "debug", @@ -12043,15 +12315,15 @@ }, { "head": { - "id": "35ae67d4-bbe3-4906-ace2-8dd5e5b46287", + "id": "9f4b66e0-bad4-4578-8229-70157fba0e49", "name": "Incremental task entry:default@ProcessStartupConfig post-execution cost:1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605980173875 + "startTime": 352928471335416 }, "additional": { "logType": "debug", @@ -12060,15 +12332,15 @@ }, { "head": { - "id": "fddaa6e0-2777-46cd-82bc-4a314c0cd723", - "name": "Update task entry:default@CreateBuildProfile input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5 cache by regenerate.", + "id": "6f24a796-aecb-492c-bb3d-aaf626d83029", + "name": "There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605980184916 + "startTime": 352928471343750 }, "additional": { "logType": "debug", @@ -12077,15 +12349,15 @@ }, { "head": { - "id": "eff5c333-8fb2-45f6-b094-7b5682a48043", - "name": "Update task entry:default@CreateBuildProfile input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5 cache from map.", + "id": "d33f1c38-475d-455b-8222-eb2274ac4e66", + "name": "There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605980200958 + "startTime": 352928471350500 }, "additional": { "logType": "debug", @@ -12094,15 +12366,15 @@ }, { "head": { - "id": "5b30c998-109d-4b5c-affa-ec19be0b443f", - "name": "Update task entry:default@CreateBuildProfile output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets cache.", + "id": "04f21973-4467-434a-a54d-727e92bc3e20", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605980209000 + "startTime": 352928471357791 }, "additional": { "logType": "debug", @@ -12111,15 +12383,15 @@ }, { "head": { - "id": "7d9e69a9-c363-480e-9e51-cd1db64bebf9", - "name": "Incremental task entry:default@CreateBuildProfile post-execution cost:1 ms .", + "id": "5b63d4f7-fd7a-4c2f-adcc-603c970e702e", + "name": "There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605980234666 + "startTime": 352928471364666 }, "additional": { "logType": "debug", @@ -12128,15 +12400,15 @@ }, { "head": { - "id": "c744114e-ec20-4314-bfc7-5190a9bff294", - "name": "Update task entry:default@MergeProfile input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5 cache by regenerate.", + "id": "5c10382e-b2e5-4098-86f3-cf60cdfa7045", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605980308750 + "startTime": 352928471371666 }, "additional": { "logType": "debug", @@ -12145,15 +12417,15 @@ }, { "head": { - "id": "60067ef3-c025-4b6d-a6db-68278cfa1325", - "name": "Update task entry:default@MergeProfile input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5 cache from map.", + "id": "19849c59-6703-4b03-baf1-ea61ac8813e8", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@ProcessLibs is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605980333666 + "startTime": 352928471383500 }, "additional": { "logType": "debug", @@ -12162,15 +12434,15 @@ }, { "head": { - "id": "ad5e1580-74ce-4446-aa9c-4166c8ba0179", - "name": "Update task entry:default@MergeProfile input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5 cache by regenerate.", + "id": "305b2e22-9bed-4fba-8017-580a63ec3d43", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605980339625 + "startTime": 352928471392500 }, "additional": { "logType": "debug", @@ -12179,15 +12451,15 @@ }, { "head": { - "id": "a6853c68-948c-4853-958c-a1f5840dbb42", - "name": "Update task entry:default@MergeProfile input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/merge_profile/default/module.json cache by regenerate.", + "id": "1515cc7e-1c68-4453-acd4-0f159134283a", + "name": "There is no need to refresh cache, since the incremental task xuqmSdk:default@DoNativeStrip is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605980353333 + "startTime": 352928471400208 }, "additional": { "logType": "debug", @@ -12196,15 +12468,15 @@ }, { "head": { - "id": "e2a95574-9be7-4ad5-9570-72b9526ba3a0", - "name": "Update task entry:default@MergeProfile output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/merge_profile/default/module.json cache.", + "id": "b9342734-4639-46a8-8dcf-d1b2b429cc01", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605980374250 + "startTime": 352928471408000 }, "additional": { "logType": "debug", @@ -12213,542 +12485,15 @@ }, { "head": { - "id": "e4e28312-bc60-42fa-8163-6c3af4e62bea", - "name": "Incremental task entry:default@MergeProfile post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980401583 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "bd4bda69-68a0-4602-91ef-fd0b9259b67f", - "name": "Obtain build option for module 'xuqmSdk' target 'default'in this build.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980632958 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "ab997df5-f7ec-4672-9d1f-8dc7cc07ce8f", - "name": "Update task entry:default@GenerateLoaderJson input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache from map.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980644250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "eaa13259-5e1f-49f1-a1c4-190979198a40", - "name": "Update task entry:default@GenerateLoaderJson input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/router_map/default/temp-router-map.json cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980650458 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "fe3a1b22-e0e1-4e42-86bb-cb28dd842e42", - "name": "Update task entry:default@GenerateLoaderJson output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/loader.json cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980673041 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "fa96c831-50d1-414a-a835-29bf5fb48a30", - "name": "Incremental task entry:default@GenerateLoaderJson post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980704125 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "4aade27a-6129-4fab-9db9-1691d3fd8d32", - "name": "Update task entry:default@MakePackInfo input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/AppScope/app.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980729000 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b4b65800-bd47-4e46-9613-6b55de342d5f", - "name": "Update task entry:default@MakePackInfo input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/module.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980744250 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "b192b7f9-8411-4cb6-971e-3344705ed5fb", - "name": "Update task entry:default@MakePackInfo input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5 cache from map.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980758291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e02e1c16-0b70-4bc6-810a-fcae534ae8d3", - "name": "Update task entry:default@MakePackInfo output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/pack.info cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980776541 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "50213f20-5008-497d-9b61-483fc7120e13", - "name": "Incremental task entry:default@MakePackInfo post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980807916 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "edf72cf3-ffee-41e1-86e3-57e2e7fe9b07", - "name": "Update task entry:default@ProcessProfile input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/merge_profile/default/module.json cache from map.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980824750 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "7b8737bb-03f7-4fae-9ba5-566b59e5513b", - "name": "Update task entry:default@ProcessProfile output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/process_profile/default/module.json cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980833875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "a28e7381-003b-4d47-b920-ecb7315edf6b", - "name": "Incremental task entry:default@ProcessProfile post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980858166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "aca04b42-ad28-44af-9523-4b4346aeba07", - "name": "Update task xuqmSdk:default@ProcessLibs input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980895833 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "dbd59b38-fb8b-45df-a5e3-1430e5dbf932", - "name": "Update task xuqmSdk:default@ProcessLibs input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build-profile.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980910750 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "947d31ab-3d18-4b19-9c72-8fb34e65a097", - "name": "Update task xuqmSdk:default@ProcessLibs output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/libs/default cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605980926916 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "6d790c5e-4dd5-4ee6-a46e-b5978666863f", - "name": "Incremental task xuqmSdk:default@ProcessLibs post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605981003083 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "370e8e34-a9d4-4960-bbe4-dc91458200d2", - "name": "Update task entry:default@ProcessResource output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resConfig.json cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605981022875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "43d469ea-c4a5-490c-a401-914a110f32d3", - "name": "Update task entry:default@ProcessResource output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/opt-compression.json cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605981041291 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "e90c7399-6a15-46a9-9e60-4033e1d99b8f", - "name": "Incremental task entry:default@ProcessResource post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605981061541 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "73393e0d-ba1c-492a-8537-0a64e2ba1643", - "name": "Update task xuqmSdk:default@DoNativeStrip input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/libs/default cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605981071375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "727406c8-2175-47cc-8c54-7857b8cd4af6", - "name": "Update task xuqmSdk:default@DoNativeStrip output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/stripped_native_libs/default cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605981104166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "4327b89a-06d9-4a3f-a161-297797256bfc", - "name": "Incremental task xuqmSdk:default@DoNativeStrip post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605981143166 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "222b2f32-27ed-49a7-9ba6-47790e8c7eec", - "name": "Update task entry:default@CompileResource input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/resources cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605981246833 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "4d9023e6-90b0-4264-8658-8d35d880d347", - "name": "Update task entry:default@CompileResource input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/process_profile/default/module.json cache from map.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605981480000 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "6b76ed4e-34b0-413d-b56b-793821efca83", - "name": "Update task entry:default@CompileResource input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resConfig.json cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605981487083 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "c9bd97dc-327c-4885-95c3-85e967c34b4d", - "name": "Update task entry:default@CompileResource output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605981508583 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "5092787b-4c76-4737-913c-98cde44c0268", - "name": "Update task entry:default@CompileResource output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default/ResourceTable.h cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605981961416 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "108963e7-54d8-4e0a-a5dd-3324efa2eedd", - "name": "Update task entry:default@CompileResource output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/r/default cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605981980708 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "4e688299-3162-4d51-9c71-d18902fa6ed1", - "name": "Incremental task entry:default@CompileResource post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605982036375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "13d591c0-5b57-4481-853f-e77de5344a39", + "id": "72551e33-f932-488d-9aa7-077a1e9719ac", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605982290625 + "startTime": 352928471629458 }, "additional": { "logType": "debug", @@ -12757,15 +12502,15 @@ }, { "head": { - "id": "98861d80-6c3d-47ac-bda0-3086944d20a6", + "id": "208fd9e6-5262-4bb6-a89b-e792ecd7c25d", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/Index.ets cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605982419083 + "startTime": 352928471722750 }, "additional": { "logType": "debug", @@ -12774,15 +12519,15 @@ }, { "head": { - "id": "3ca05fea-a914-4d0f-b9da-c54f61c36691", - "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets cache by regenerate.", + "id": "58e24d3c-be05-48d6-8076-00d005a3bdce", + "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/src/main/ets cache from map.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605982449791 + "startTime": 352928471743875 }, "additional": { "logType": "debug", @@ -12791,15 +12536,15 @@ }, { "head": { - "id": "b7b22cd7-ceb4-47a3-a422-924255177ce2", + "id": "ee76cac4-0edc-4254-8231-8606c6f09d5c", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605982750583 + "startTime": 352928471752500 }, "additional": { "logType": "debug", @@ -12808,15 +12553,15 @@ }, { "head": { - "id": "096e91f0-73e6-440c-9a8d-cf7a53d131d5", + "id": "17698003-0eb2-44fc-a0c8-24e157dc982b", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605982840041 + "startTime": 352928471855958 }, "additional": { "logType": "debug", @@ -12825,15 +12570,15 @@ }, { "head": { - "id": "4689a787-2d75-4c8c-9ed2-010dc780f0b4", + "id": "4f7414d2-712a-4cf3-abdf-b8be9d19dc99", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605982857541 + "startTime": 352928471877000 }, "additional": { "logType": "debug", @@ -12842,15 +12587,15 @@ }, { "head": { - "id": "2ab7edc1-0146-4bf5-9ee4-d8e878603e9a", + "id": "66aa4bf4-9215-4f31-a6a4-3564ad688f70", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605982874000 + "startTime": 352928471895708 }, "additional": { "logType": "debug", @@ -12859,15 +12604,15 @@ }, { "head": { - "id": "0a7997c0-86df-4390-b038-b48c180442f7", + "id": "8f034f05-2ee3-4f09-a4c2-d222bbbb44c6", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/src/main/ets cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605982919458 + "startTime": 352928471947666 }, "additional": { "logType": "debug", @@ -12876,15 +12621,15 @@ }, { "head": { - "id": "df03f10a-ad65-4986-9ee4-7af6adb35f62", + "id": "6bfdcc98-acf8-4855-a2ae-53f143eef353", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605983031625 + "startTime": 352928472089666 }, "additional": { "logType": "debug", @@ -12893,15 +12638,15 @@ }, { "head": { - "id": "7965d80b-9d00-4eb0-8895-70367b868338", + "id": "d33a54a1-f7e3-4995-a3c5-1a8b44c87a43", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605983049833 + "startTime": 352928472107958 }, "additional": { "logType": "debug", @@ -12910,15 +12655,15 @@ }, { "head": { - "id": "0897e756-7ee6-41cc-8f2e-1fb31a4e357b", + "id": "3a701d2e-604e-4a6b-b79b-23f6c8fcd35d", "name": "Update task entry:default@CompileArkTS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/BuildProfile.ets cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605983066083 + "startTime": 352928472128791 }, "additional": { "logType": "debug", @@ -12927,15 +12672,15 @@ }, { "head": { - "id": "ae932e9f-01ad-4352-a3d7-eae674f2a7df", + "id": "f7062bf4-44ea-41b9-a43a-87b5a428e21a", "name": "Update task entry:default@CompileArkTS output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets cache.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605983113583 + "startTime": 352928472244166 }, "additional": { "logType": "debug", @@ -12944,15 +12689,15 @@ }, { "head": { - "id": "7a08d32e-0344-49a1-82c2-332e8f93bb0d", - "name": "Incremental task entry:default@CompileArkTS post-execution cost:2 ms .", + "id": "c74351fd-e53e-4d03-9828-9ac0fa30fa90", + "name": "Incremental task entry:default@CompileArkTS post-execution cost:1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605983180208 + "startTime": 352928472334458 }, "additional": { "logType": "debug", @@ -12961,15 +12706,15 @@ }, { "head": { - "id": "b87e8fef-ffed-40fe-92d8-ec0a75cc3313", + "id": "50429f2a-adaa-4032-811f-e148b918a67c", "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605983312791 + "startTime": 352928472441041 }, "additional": { "logType": "debug", @@ -12978,15 +12723,15 @@ }, { "head": { - "id": "41cb03cf-e5f5-4480-a920-3e4254e890de", + "id": "008bf27d-8dca-4eed-8179-868b63d24de2", "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/Index.ets cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605983374708 + "startTime": 352928472503333 }, "additional": { "logType": "debug", @@ -12995,15 +12740,15 @@ }, { "head": { - "id": "937ac755-d5fd-4684-bb91-57e3131e4072", + "id": "313d7496-a912-457f-9fc6-9c21ccaac1ab", "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605983392041 + "startTime": 352928472522375 }, "additional": { "logType": "debug", @@ -13012,15 +12757,15 @@ }, { "head": { - "id": "569239e4-b6c1-4f8b-8f8b-890f1ed96023", + "id": "c2767010-85d4-4298-b8d2-bacff709b2f3", "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605983474333 + "startTime": 352928472613375 }, "additional": { "logType": "debug", @@ -13029,15 +12774,15 @@ }, { "head": { - "id": "ca716307-3110-457f-9a4f-723b31f8182f", + "id": "56914daf-be9a-469c-ac88-4598a4a7e629", "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605983491250 + "startTime": 352928472632666 }, "additional": { "logType": "debug", @@ -13046,15 +12791,15 @@ }, { "head": { - "id": "0a5981f5-fbb8-4a82-9af1-fbcf418e7b99", + "id": "b8a2a57e-1892-4a9f-b48b-420fccba9d95", "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605983506000 + "startTime": 352928472647833 }, "additional": { "logType": "debug", @@ -13063,15 +12808,15 @@ }, { "head": { - "id": "1c111f62-64ad-4026-b3b5-36a9f975b465", + "id": "5005ca70-ea83-4651-b8b1-68cc7d77ff91", "name": "Update task entry:default@BuildJS input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605983548083 + "startTime": 352928472692875 }, "additional": { "logType": "debug", @@ -13080,15 +12825,15 @@ }, { "head": { - "id": "ac22ae9c-8e6b-4816-8215-bfe186719292", + "id": "18cac3b8-1fe6-4f89-8fc9-48861053e53f", "name": "Update task entry:default@BuildJS output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/js cache.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605983567416 + "startTime": 352928472766666 }, "additional": { "logType": "debug", @@ -13097,15 +12842,15 @@ }, { "head": { - "id": "a2f4fa7a-990e-494b-a8dd-536b607222ae", + "id": "2ed33a10-c7ff-4078-8d70-41a17fe182bb", "name": "Incremental task entry:default@BuildJS post-execution cost:1 ms .", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605983629000 + "startTime": 352928472838833 }, "additional": { "logType": "debug", @@ -13114,15 +12859,15 @@ }, { "head": { - "id": "76f60391-f452-4877-93ab-1c2430176403", - "name": "Update task entry:default@ProcessLibs input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/xuqm-sdk/build/default/intermediates/libs/default cache from map.", + "id": "137aeb0d-ac4f-4e84-8f30-490f9ea04ecc", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605983659500 + "startTime": 352928472853208 }, "additional": { "logType": "debug", @@ -13131,83 +12876,15 @@ }, { "head": { - "id": "ed6b76a8-4c81-4276-a497-e5736f99649c", - "name": "Update task entry:default@ProcessLibs input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/build-profile.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605983666666 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "ffbbf4b4-9952-4c79-9e65-8da7d088106c", - "name": "Update task entry:default@ProcessLibs input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build-profile.json5 cache by regenerate.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605983684375 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "c535f182-e1ac-4b80-95ee-27c94180be88", - "name": "Update task entry:default@ProcessLibs output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/libs/default cache.", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605983702875 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "da58ce72-1bd6-4efa-aed5-60c92915c0e2", - "name": "Incremental task entry:default@ProcessLibs post-execution cost:1 ms .", - "description": "", - "type": "log" - }, - "body": { - "pid": 16738, - "tid": "Main Thread", - "startTime": 340605983744625 - }, - "additional": { - "logType": "debug", - "children": [] - } - }, - { - "head": { - "id": "0e462d38-4448-42f4-81fe-1d8ddcd8b832", + "id": "deda91b8-337b-4556-87bc-3ee04a3b420c", "name": "There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605983758375 + "startTime": 352928472861333 }, "additional": { "logType": "debug", @@ -13216,15 +12893,389 @@ }, { "head": { - "id": "d9c4194f-dad3-4dd3-847d-184977a50b0e", + "id": "e8026b90-bacb-42d7-990d-e4a29e7b40f9", "name": "There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date.", "description": "", "type": "log" }, "body": { - "pid": 16738, + "pid": 67315, "tid": "Main Thread", - "startTime": 340605983773958 + "startTime": 352928472870291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67f5e97b-0583-4f01-8a94-0ae9140f7c3d", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928472876791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "02da0aac-0881-48bb-89bf-af02a59aaab8", + "name": "Incremental task entry:default@ProcessCompiledResources post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928472891208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ed3a496c-8259-4198-ba80-660918d5976f", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928472957208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9431c964-43ad-403a-8f98-57bef1eb1399", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928473021916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df560cb4-9219-4d10-a477-301ffaba946f", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928473050875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "58d5d599-aac7-4a0e-8250-ab8de88969a6", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/res/default/resources.index cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928473304750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e1ad8672-5ff5-42bf-b9ec-2a802d6bccbe", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/pack.info cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928473326791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b7843bbd-0b45-41b6-908f-d9327002b5db", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928473346250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4f7ee069-8553-433f-958b-a39e31a786bc", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928473354041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c8ab59a1-77b3-4d98-a6fb-19e57443a8e8", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928473372041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "197600c4-5398-4ebd-9e1e-5a935a80dc6f", + "name": "Update task entry:default@PackageHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928473392416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc1757b0-a321-4840-9fa5-95bc1abfc082", + "name": "Update task entry:default@PackageHap output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928473421541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5e773d21-3df5-4d00-811a-6d8fae94a5ba", + "name": "Update task entry:default@PackageHap output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/source_map/default/sourceMaps.map cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928473441416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "965c25e0-7d3f-4acf-a533-c181e1495c40", + "name": "Update task entry:default@PackageHap output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/mapping/sourceMaps.map cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928473461708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1f688e72-b008-4b9d-94a9-373bc8088af5", + "name": "Incremental task entry:default@PackageHap post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928473514291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fbfd7908-09d9-426d-a385-806738ada98f", + "name": "Update task entry:default@SignHap input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928473539958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "87592add-c4ce-4328-a8f5-51e96f22f015", + "name": "Update task entry:default@SignHap output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/entry-default-signed.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928473550500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d8a03c47-bafb-4a90-8225-b41eb678551d", + "name": "Incremental task entry:default@SignHap post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928473643333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eaf45301-c033-4d5b-8e87-b6e1aaec146c", + "name": "Update task entry:default@CollectDebugSymbol input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928473701416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e8ebe91d-6cf4-4bcc-aa52-5a3846ed4803", + "name": "Update task entry:default@CollectDebugSymbol input file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/intermediates/libs/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928473720291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2ad50bf6-61a4-475f-8702-7bfed663c103", + "name": "Update task entry:default@CollectDebugSymbol output file:/Users/xuqinmin/Projects/XuqmGroup/XuqmGroup-HarmonySDK/entry/build/default/outputs/default/symbol cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928473767208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8ff82fb8-0a42-4c2a-b612-88b9105f47ae", + "name": "Incremental task entry:default@CollectDebugSymbol post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 67315, + "tid": "Main Thread", + "startTime": 352928473798583 }, "additional": { "logType": "debug", diff --git a/xuqm-sdk/src/main/ets/im/ImClient.ets b/xuqm-sdk/src/main/ets/im/ImClient.ets index 08d5d5e..9a751e4 100644 --- a/xuqm-sdk/src/main/ets/im/ImClient.ets +++ b/xuqm-sdk/src/main/ets/im/ImClient.ets @@ -19,6 +19,7 @@ export interface ImEventDelegate { onConnected?(): void onDisconnected?(code: number, reason: string): void onMessage?(msg: ImMessage): void + onRead?(msg: ImMessage): void onRevoke?(data: RevokeData): void onError?(message: string): void } @@ -73,6 +74,10 @@ class GroupJoinRequestBody { remark: string = '' } +class EditMessageBody { + content: string = '' +} + class UpdateProfileBody { appId: string = '' nickname: string = '' @@ -141,7 +146,14 @@ export class ImClient { } const frame = JSON.parse(value) as WebSocketFrame if (frame.type === 'MESSAGE') { - this.delegate?.onMessage?.(this.normalizeMessage(frame.payload as ImMessage)) + const message = this.normalizeMessage(frame.payload as ImMessage) + if (message.status === 'READ') { + this.delegate?.onRead?.(message) + } + if (message.revoked || message.status === 'REVOKED' || message.msgType === 'REVOKED') { + this.delegate?.onRevoke?.({ msgId: message.id, operatorId: message.fromId }) + } + this.delegate?.onMessage?.(message) } else if (frame.type === 'REVOKE') { this.delegate?.onRevoke?.(frame.payload as RevokeData) } @@ -223,6 +235,46 @@ export class ImClient { return HttpClient.get>('/api/im/messages/group-history/' + encodeURIComponent(groupId), queryString) } + async locateHistoryPage( + toId: string, + messageId: string, + pageSize: number = 20, + maxPages: number = 20, + ): Promise { + const pageCount = Math.max(maxPages, 1) + for (let page = 0; page < pageCount; page += 1) { + const result = await this.fetchHistory(toId, page, pageSize) + const messages = result.content ?? [] + if (messages.some(item => item.id === messageId)) { + return messages + } + if (messages.length < pageSize) { + return null + } + } + return null + } + + async locateGroupHistoryPage( + groupId: string, + messageId: string, + pageSize: number = 50, + maxPages: number = 20, + ): Promise { + const pageCount = Math.max(maxPages, 1) + for (let page = 0; page < pageCount; page += 1) { + const result = await this.fetchGroupHistory(groupId, page, pageSize) + const messages = result.content ?? [] + if (messages.some(item => item.id === messageId)) { + return messages + } + if (messages.length < pageSize) { + return null + } + } + return null + } + async listConversations(size: number = 20): Promise { return HttpClient.get('/api/im/conversations', this.buildConversationQuery(size)) } @@ -298,6 +350,16 @@ export class ImClient { ) } + async editMessage(messageId: string, content: string): Promise { + const body = new EditMessageBody() + body.content = content + return HttpClient.put( + '/api/im/messages/' + encodeURIComponent(messageId), + body, + this.buildAppQuery(), + ) + } + async sendFriendRequest(toUserId: string, remark: string | null = null): Promise { const params = new FriendRequestBody() params.appId = SDKContext.getConfig().appKey