From 900b732663f026ee54e9474b39365983abccdcef Mon Sep 17 00:00:00 2001 From: CC-star Date: Mon, 31 Mar 2025 21:16:43 +0800 Subject: [PATCH] create --- .clang-format | 64 + .gitignore | 3 + .hvigor/cache/file-cache.json | 1 + .hvigor/cache/meta.json | 1 + .hvigor/cache/task-cache.json | 1 + .hvigor/dependencyMap/dependencyMap.json5 | 1 + .hvigor/dependencyMap/entry/oh-package.json5 | 1 + .hvigor/dependencyMap/oh-package.json5 | 1 + .hvigor/outputs/build-logs/build.log | 3091 +++ .hvigor/outputs/build-logs/build.log.1 | 23063 ++++++++++++++++ .hvigor/outputs/logs/details/details.json | 37 + .hvigor/outputs/sync/fileCache.json | 1 + .hvigor/outputs/sync/output.json | 174 + .hvigor/report/report-202503312043095020.json | 8080 ++++++ .hvigor/report/report-202503312043359530.json | 10301 +++++++ .hvigor/report/report-202503312044068870.json | 8435 ++++++ .hvigor/report/report-202503312047504740.json | 8063 ++++++ .hvigor/report/report-202503312048101640.json | 10301 +++++++ .hvigor/report/report-202503312048259050.json | 8435 ++++++ .hvigor/report/report-202503312055335170.json | 8063 ++++++ .hvigor/report/report-202503312056548370.json | 10301 +++++++ .hvigor/report/report-202503312111026130.json | 8080 ++++++ .hvigor/report/report-202503312112520550.json | 8044 ++++++ AppScope/app.json5 | 10 + AppScope/resources/base/element/string.json | 8 + AppScope/resources/base/media/app_icon.png | Bin 0 -> 2777 bytes build-profile.json5 | 41 + code-linter.json5 | 32 + entry/.gitignore | 6 + entry/build-profile.json5 | 28 + entry/hvigorfile.ts | 6 + entry/obfuscation-rules.txt | 23 + entry/oh-package.json5 | 10 + entry/src/main/ets/common/SettingsService.ets | 391 + entry/src/main/ets/common/logtext.ets | 229 + .../main/ets/entryability/EntryAbility.ets | 44 + .../entrybackupability/EntryBackupAbility.ets | 16 + entry/src/main/ets/pages/ClassPage.ets | 274 + entry/src/main/ets/pages/HomePage.ets | 266 + entry/src/main/ets/pages/SettingsPage.ets | 909 + entry/src/main/ets/pages/WelcomePage.ets | 90 + entry/src/main/ets/pages/login.ets | 133 + entry/src/main/module.json5 | 58 + .../main/resources/base/element/color.json | 8 + .../main/resources/base/element/float.json | 8 + .../main/resources/base/element/string.json | 16 + .../main/resources/base/media/arrow_right.png | Bin 0 -> 4260 bytes .../main/resources/base/media/background.png | Bin 0 -> 91942 bytes entry/src/main/resources/base/media/class.png | Bin 0 -> 5353 bytes entry/src/main/resources/base/media/edit.png | Bin 0 -> 3675 bytes .../main/resources/base/media/foreground.png | Bin 0 -> 8805 bytes entry/src/main/resources/base/media/home.png | Bin 0 -> 3616 bytes entry/src/main/resources/base/media/info.png | Bin 0 -> 3527 bytes .../main/resources/base/media/language.png | Bin 0 -> 6327 bytes .../resources/base/media/layered_image.json | 7 + .../resources/base/media/notification.png | Bin 0 -> 6464 bytes .../main/resources/base/media/settings.png | Bin 0 -> 8020 bytes .../main/resources/base/media/startIcon.png | Bin 0 -> 20093 bytes .../src/main/resources/base/media/tdcat.webp | Bin 0 -> 461212 bytes entry/src/main/resources/base/media/theme.png | Bin 0 -> 4288 bytes .../src/main/resources/base/media/welcome.gif | Bin 0 -> 112997 bytes .../resources/base/profile/backup_config.json | 3 + .../resources/base/profile/main_pages.json | 10 + .../main/resources/dark/element/color.json | 8 + entry/src/mock/mock-config.json5 | 2 + entry/src/ohosTest/ets/test/Ability.test.ets | 35 + entry/src/ohosTest/ets/test/List.test.ets | 5 + entry/src/ohosTest/module.json5 | 13 + entry/src/test/List.test.ets | 5 + entry/src/test/LocalUnit.test.ets | 33 + hvigor/hvigor-config.json5 | 22 + hvigorfile.ts | 6 + local.properties | 9 + oh-package-lock.json5 | 27 + oh-package.json5 | 10 + .../oh_modules/@ohos/hamock/CHANGELOG.md | 4 + .../oh_modules/@ohos/hamock/LICENSE | 177 + .../oh_modules/@ohos/hamock/README.md | 82 + .../@ohos/hamock/build-profile.json5 | 25 + .../oh_modules/@ohos/hamock/hvigorfile.js | 17 + .../oh_modules/@ohos/hamock/hvigorfile.ts | 17 + .../oh_modules/@ohos/hamock/index.d.ts | 58 + .../oh_modules/@ohos/hamock/index.ets | 17 + .../oh_modules/@ohos/hamock/index.js | 16 + .../oh_modules/@ohos/hamock/index.ts | 17 + .../oh_modules/@ohos/hamock/oh-package.json5 | 28 + .../hamock/src/main/mock/ArgumentMatchers.js | 97 + .../hamock/src/main/mock/ArgumentMatchers.ts | 118 + .../hamock/src/main/mock/ExtendInterface.js | 48 + .../hamock/src/main/mock/ExtendInterface.ts | 63 + .../@ohos/hamock/src/main/mock/MockKit.js | 253 + .../@ohos/hamock/src/main/mock/MockKit.ts | 294 + .../hamock/src/main/mock/VerificationMode.js | 45 + .../hamock/src/main/mock/VerificationMode.ts | 56 + .../@ohos/hamock/src/main/module.json | 22 + .../res/schemas/mock-config-json5-schema.json | 25 + .../oh_modules/@ohos/hypium/BuildProfile.ets | 17 + .../oh_modules/@ohos/hypium/CHANGELOG.md | 27 + .../oh_modules/@ohos/hypium/LICENSE | 177 + .../oh_modules/@ohos/hypium/README.md | 224 + .../oh_modules/@ohos/hypium/ResourceTable.txt | 1 + .../@ohos/hypium/build-profile.json5 | 28 + .../@ohos/hypium/consumer-rules.txt | 0 .../oh_modules/@ohos/hypium/hvigorfile.ts | 6 + .../oh_modules/@ohos/hypium/index.d.ts | 150 + .../oh_modules/@ohos/hypium/index.ets | 137 + .../oh_modules/@ohos/hypium/index.js | 261 + .../oh_modules/@ohos/hypium/index.ts | 32 + .../@ohos/hypium/obfuscation-rules.txt | 18 + .../oh_modules/@ohos/hypium/oh-package.json5 | 1 + .../@ohos/hypium/src/main/Constant.js | 99 + .../oh_modules/@ohos/hypium/src/main/core.js | 159 + .../oh_modules/@ohos/hypium/src/main/event.js | 100 + .../@ohos/hypium/src/main/interface.js | 68 + .../@ohos/hypium/src/main/module.json | 31 + .../src/main/module/assert/ExpectExtend.js | 85 + .../src/main/module/assert/assertClose.js | 40 + .../src/main/module/assert/assertContain.js | 35 + .../src/main/module/assert/assertFail.js | 23 + .../src/main/module/assert/assertFalse.js | 23 + .../main/module/assert/assertInstanceOf.js | 29 + .../src/main/module/assert/assertLarger.js | 23 + .../main/module/assert/assertLargerOrEqual.js | 23 + .../src/main/module/assert/assertLess.js | 23 + .../main/module/assert/assertLessOrEqual.js | 23 + .../src/main/module/assert/assertNaN.js | 23 + .../main/module/assert/assertNegUnlimited.js | 23 + .../src/main/module/assert/assertNull.js | 23 + .../main/module/assert/assertPosUnlimited.js | 23 + .../module/assert/assertPromiseIsPending.js | 42 + .../module/assert/assertPromiseIsRejected.js | 38 + .../assert/assertPromiseIsRejectedWith.js | 55 + .../assertPromiseIsRejectedWithError.js | 77 + .../module/assert/assertPromiseIsResolved.js | 40 + .../assert/assertPromiseIsResolvedWith.js | 55 + .../main/module/assert/assertThrowError.js | 48 + .../src/main/module/assert/assertUndefined.js | 23 + .../module/assert/deepEquals/DeepTypeUtils.js | 139 + .../assert/deepEquals/assertDeepEquals.js | 341 + .../src/main/module/assert/isPromiseLike.js | 32 + .../src/main/module/config/DataDriver.js | 135 + .../hypium/src/main/module/config/Filter.js | 143 + .../src/main/module/config/configService.js | 299 + .../main/module/coverage/coverageCollect.js | 76 + .../hypium/src/main/module/kit/SysTestKit.js | 102 + .../src/main/module/mock/ArgumentMatchers.js | 122 + .../src/main/module/mock/ExtendInterface.js | 57 + .../hypium/src/main/module/mock/MockKit.js | 347 + .../src/main/module/mock/VerificationMode.js | 49 + .../src/main/module/report/LogExpectError.js | 65 + .../hypium/src/main/module/report/OhReport.js | 217 + .../src/main/module/report/ReportExtend.js | 149 + .../@ohos/hypium/src/main/service.js | 1265 + .../main/testrunner/OpenHarmonyTestRunner.ts | 83 + oh_modules/.ohpm/lock.json5 | 55 + oh_modules/.ohpm/oh_modules/@ohos/hamock | 1 + oh_modules/.ohpm/oh_modules/@ohos/hypium | 1 + oh_modules/@ohos/hamock | 1 + oh_modules/@ohos/hypium | 1 + 159 files changed, 124835 insertions(+) create mode 100644 .clang-format create mode 100644 .gitignore create mode 100644 .hvigor/cache/file-cache.json create mode 100644 .hvigor/cache/meta.json create mode 100644 .hvigor/cache/task-cache.json create mode 100644 .hvigor/dependencyMap/dependencyMap.json5 create mode 100644 .hvigor/dependencyMap/entry/oh-package.json5 create mode 100644 .hvigor/dependencyMap/oh-package.json5 create mode 100644 .hvigor/outputs/build-logs/build.log create mode 100644 .hvigor/outputs/build-logs/build.log.1 create mode 100644 .hvigor/outputs/logs/details/details.json create mode 100644 .hvigor/outputs/sync/fileCache.json create mode 100644 .hvigor/outputs/sync/output.json create mode 100644 .hvigor/report/report-202503312043095020.json create mode 100644 .hvigor/report/report-202503312043359530.json create mode 100644 .hvigor/report/report-202503312044068870.json create mode 100644 .hvigor/report/report-202503312047504740.json create mode 100644 .hvigor/report/report-202503312048101640.json create mode 100644 .hvigor/report/report-202503312048259050.json create mode 100644 .hvigor/report/report-202503312055335170.json create mode 100644 .hvigor/report/report-202503312056548370.json create mode 100644 .hvigor/report/report-202503312111026130.json create mode 100644 .hvigor/report/report-202503312112520550.json create mode 100644 AppScope/app.json5 create mode 100644 AppScope/resources/base/element/string.json create mode 100644 AppScope/resources/base/media/app_icon.png create mode 100644 build-profile.json5 create mode 100644 code-linter.json5 create mode 100644 entry/.gitignore create mode 100644 entry/build-profile.json5 create mode 100644 entry/hvigorfile.ts create mode 100644 entry/obfuscation-rules.txt create mode 100644 entry/oh-package.json5 create mode 100644 entry/src/main/ets/common/SettingsService.ets create mode 100644 entry/src/main/ets/common/logtext.ets create mode 100644 entry/src/main/ets/entryability/EntryAbility.ets create mode 100644 entry/src/main/ets/entrybackupability/EntryBackupAbility.ets create mode 100644 entry/src/main/ets/pages/ClassPage.ets create mode 100644 entry/src/main/ets/pages/HomePage.ets create mode 100644 entry/src/main/ets/pages/SettingsPage.ets create mode 100644 entry/src/main/ets/pages/WelcomePage.ets create mode 100644 entry/src/main/ets/pages/login.ets create mode 100644 entry/src/main/module.json5 create mode 100644 entry/src/main/resources/base/element/color.json create mode 100644 entry/src/main/resources/base/element/float.json create mode 100644 entry/src/main/resources/base/element/string.json create mode 100644 entry/src/main/resources/base/media/arrow_right.png create mode 100644 entry/src/main/resources/base/media/background.png create mode 100644 entry/src/main/resources/base/media/class.png create mode 100644 entry/src/main/resources/base/media/edit.png create mode 100644 entry/src/main/resources/base/media/foreground.png create mode 100644 entry/src/main/resources/base/media/home.png create mode 100644 entry/src/main/resources/base/media/info.png create mode 100644 entry/src/main/resources/base/media/language.png create mode 100644 entry/src/main/resources/base/media/layered_image.json create mode 100644 entry/src/main/resources/base/media/notification.png create mode 100644 entry/src/main/resources/base/media/settings.png create mode 100644 entry/src/main/resources/base/media/startIcon.png create mode 100644 entry/src/main/resources/base/media/tdcat.webp create mode 100644 entry/src/main/resources/base/media/theme.png create mode 100644 entry/src/main/resources/base/media/welcome.gif create mode 100644 entry/src/main/resources/base/profile/backup_config.json create mode 100644 entry/src/main/resources/base/profile/main_pages.json create mode 100644 entry/src/main/resources/dark/element/color.json create mode 100644 entry/src/mock/mock-config.json5 create mode 100644 entry/src/ohosTest/ets/test/Ability.test.ets create mode 100644 entry/src/ohosTest/ets/test/List.test.ets create mode 100644 entry/src/ohosTest/module.json5 create mode 100644 entry/src/test/List.test.ets create mode 100644 entry/src/test/LocalUnit.test.ets create mode 100644 hvigor/hvigor-config.json5 create mode 100644 hvigorfile.ts create mode 100644 local.properties create mode 100644 oh-package-lock.json5 create mode 100644 oh-package.json5 create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/CHANGELOG.md create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/LICENSE create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/README.md create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/build-profile.json5 create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/hvigorfile.js create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/hvigorfile.ts create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/index.d.ts create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/index.ets create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/index.js create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/index.ts create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/oh-package.json5 create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/ArgumentMatchers.js create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/ArgumentMatchers.ts create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/ExtendInterface.js create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/ExtendInterface.ts create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/MockKit.js create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/MockKit.ts create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/VerificationMode.js create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/VerificationMode.ts create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/module.json create mode 100644 oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/res/schemas/mock-config-json5-schema.json create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/BuildProfile.ets create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/CHANGELOG.md create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/LICENSE create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/README.md create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/ResourceTable.txt create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/build-profile.json5 create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/consumer-rules.txt create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/hvigorfile.ts create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/index.d.ts create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/index.ets create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/index.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/index.ts create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/obfuscation-rules.txt create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/oh-package.json5 create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/Constant.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/core.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/event.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/interface.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module.json create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/config/Filter.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/config/configService.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/report/LogExpectError.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/service.js create mode 100644 oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/testrunner/OpenHarmonyTestRunner.ts create mode 100644 oh_modules/.ohpm/lock.json5 create mode 120000 oh_modules/.ohpm/oh_modules/@ohos/hamock create mode 120000 oh_modules/.ohpm/oh_modules/@ohos/hypium create mode 120000 oh_modules/@ohos/hamock create mode 120000 oh_modules/@ohos/hypium diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..48439ed --- /dev/null +++ b/.clang-format @@ -0,0 +1,64 @@ +Language: Cpp +# BasedOnStyle: LLVM +ColumnLimit: 120 +SortIncludes: CaseSensitive +TabWidth: 4 +IndentWidth: 4 +UseTab: Never +AccessModifierOffset: -4 +ContinuationIndentWidth: 4 +IndentCaseBlocks: false +IndentCaseLabels: false +IndentGotoLabels: true +IndentWrappedFunctionNames: false +SortUsingDeclarations: false +NamespaceIndentation: None +SpaceAfterCStyleCast: false +SpaceAfterLogicalNot: false +SpaceAfterTemplateKeyword: true +SpaceBeforeAssignmentOperators: true +SpaceBeforeCaseColon: false +SpaceBeforeCpp11BracedList: false +SpaceBeforeCtorInitializerColon: true +SpaceBeforeInheritanceColon: true +SpaceBeforeRangeBasedForLoopColon: true +SpaceBeforeSquareBrackets: false +SpaceInEmptyBlock: false +SpaceInEmptyParentheses: false +SpacesInAngles: false +SpacesInCStyleCastParentheses: false +SpacesInConditionalStatement: false +SpacesInParentheses: false +SpacesInSquareBrackets: false +AlignTrailingComments: true +AlignAfterOpenBracket: true +AllowShortCaseLabelsOnASingleLine: false +AllowShortEnumsOnASingleLine: true +AllowShortFunctionsOnASingleLine: All +AllowShortIfStatementsOnASingleLine: Never +AllowShortLambdasOnASingleLine: All +AllowShortLoopsOnASingleLine: false +AlwaysBreakTemplateDeclarations: MultiLine +BinPackArguments: true +BinPackParameters: true +BreakBeforeTernaryOperators: true +BreakConstructorInitializers: BeforeColon +BreakInheritanceList: BeforeColon +BreakStringLiterals: true +InsertBraces: false +IndentExternBlock: NoIndent +BreakBeforeBraces: Custom +BraceWrapping: + AfterCaseLabel: false + AfterClass: false + AfterControlStatement: Never + AfterEnum: false + AfterFunction: false + AfterNamespace: false + AfterStruct: false + AfterUnion: false + AfterExternBlock: false + BeforeCatch: false + BeforeElse: false +ReflowComments: true +MaxEmptyLinesToKeep: 2 \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..76d3088 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build +.preview +.idea \ No newline at end of file diff --git a/.hvigor/cache/file-cache.json b/.hvigor/cache/file-cache.json new file mode 100644 index 0000000..8ff0f01 --- /dev/null +++ b/.hvigor/cache/file-cache.json @@ -0,0 +1 @@ +{"/Users/tian/Documents/DevEco/Home2/AppScope/app.json5":{"hashValue":"f353b1be81804f3825d1728654657532","name":"app.json5","path":"/Users/tian/Documents/DevEco/Home2/AppScope/app.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":210,"lastModifiedTime":1741080330000}},"/Users/tian/Documents/DevEco/Home2/entry/src/main/module.json5":{"hashValue":"9179369544c6e5019bca8ee2ae826d10","name":"module.json5","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/module.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1291,"lastModifiedTime":1741080330000}},"/Users/tian/Documents/DevEco/Home2/build-profile.json5":{"hashValue":"fa70af0ea2ce79e936cd3378f6185ce2","name":"build-profile.json5","path":"/Users/tian/Documents/DevEco/Home2/build-profile.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":716,"lastModifiedTime":1741080330000}},"/Users/tian/Documents/DevEco/Home2/entry/build-profile.json5":{"hashValue":"530c82bd94203d2034b4333476bdc7ba","name":"build-profile.json5","path":"/Users/tian/Documents/DevEco/Home2/entry/build-profile.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":422,"lastModifiedTime":1741080330000}},"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/profile/main_pages.json":{"hashValue":"c9fadf0f356d25d03d710a18f7617c22","name":"main_pages.json","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":270,"lastModifiedTime":1742863014000}},"/Users/tian/Documents/DevEco/Home2/hvigor/hvigor-config.json5":{"hashValue":"02402414c69cc7dc34adc3c498a44090","name":"hvigor-config.json5","path":"/Users/tian/Documents/DevEco/Home2/hvigor/hvigor-config.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1301,"lastModifiedTime":1741080330000}},"/Users/tian/Documents/DevEco/Home2/entry/src/mock/mock-config.json5":{"hashValue":"9efefd62771274477f30c21e0ee0e690","name":"mock-config.json5","path":"/Users/tian/Documents/DevEco/Home2/entry/src/mock/mock-config.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3,"lastModifiedTime":1741080330000}},"/Users/tian/Documents/DevEco/Home2/entry/oh-package.json5":{"hashValue":"28239b48c904a9fe69987456d487b927","name":"oh-package.json5","path":"/Users/tian/Documents/DevEco/Home2/entry/oh-package.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":173,"lastModifiedTime":1741080330000}},"/Users/tian/Documents/DevEco/Home2/oh-package.json5":{"hashValue":"a0b4f9eaa523bced96f28acda5f03a93","name":"oh-package.json5","path":"/Users/tian/Documents/DevEco/Home2/oh-package.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":200,"lastModifiedTime":1741080330000}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/hap_metadata/default/output_metadata.json":{"hashValue":"15c3f8dca00bb2f0fdf75f6b5b6459b5","name":"output_metadata.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/hap_metadata/default/output_metadata.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":100,"lastModifiedTime":1742869739459}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/merge_profile/default/module.json":{"hashValue":"912f6bb75c4f4faf3c0ee21b48e70c61","name":"module.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/merge_profile/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1577,"lastModifiedTime":1742869739468}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/profile/default/BuildProfile.ets":{"hashValue":"8741dc6cf2822990fd97d942e43b39f6","name":"BuildProfile.ets","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/profile/default/BuildProfile.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":868,"lastModifiedTime":1742869739473}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json":{"hashValue":"62f0dd14723964aca6f56fc769ef2d5b","name":"pkgContextInfo.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":444,"lastModifiedTime":1742869739482}},"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/profile/backup_config.json":{"hashValue":"7f7c6411183c0e62a8e728e0cfb54feb","name":"backup_config.json","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/profile/backup_config.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":34,"lastModifiedTime":1741080330000}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/pack.info":{"hashValue":"53293d36816b37c56131d558020a994c","name":"pack.info","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/pack.info","type":"file","isSymbolicLink":false,"fileMetaData":{"size":642,"lastModifiedTime":1742869739498}},"/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool":{"hashValue":"51d758e70ff305e18a69ca31c15a29df","name":"syscap_tool","path":"/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool","type":"file","isSymbolicLink":false,"fileMetaData":{"size":419056,"lastModifiedTime":1739250265000}},"/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define":{"hashValue":"2f72b77f283dbd674301a21d27c1af66","name":"device-define","path":"/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"c18accfe86352e37bf62b8240e367d6d","name":"default.json","path":"/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define/default.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":12477,"lastModifiedTime":1739250254000}},{"hashValue":"e98fc3841861207b6cd8b39d763cf854","name":"liteWearable.json","path":"/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define/liteWearable.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":883,"lastModifiedTime":1739250254000}},{"hashValue":"c7ea2bd5665b776edd7af2dad116751d","name":"tablet.json","path":"/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define/tablet.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":11990,"lastModifiedTime":1739250254000}},{"hashValue":"5ac5697d431962a04ae542a92c5c6e6d","name":"wearable.json","path":"/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define/wearable.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":12130,"lastModifiedTime":1739250254000}}]},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/process_profile/default/module.json":{"hashValue":"ccf12a7ff42f165ec6fba7b71a0230dd","name":"module.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/process_profile/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1663,"lastModifiedTime":1742869739615}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/router_map/default/temp-router-map.json":{"hashValue":"26995148716f2e125859582138ef04f2","name":"temp-router-map.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/router_map/default/temp-router-map.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":16,"lastModifiedTime":1742869739621}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/router_map/default/loader-router-map.json":{"hashValue":"17e60142b0098237bc5924076f83e1ec","name":"loader-router-map.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/router_map/default/loader-router-map.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":16,"lastModifiedTime":1742869739621}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resConfig.json":{"hashValue":"d01c09bd1d7b68bdc6d452d357fd48c5","name":"resConfig.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resConfig.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1021,"lastModifiedTime":1742869739631}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/opt-compression.json":{"hashValue":"ddbbf5fd731079889bf692a2d3a20d06","name":"opt-compression.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/opt-compression.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":191,"lastModifiedTime":1742869739631}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/loader.json":{"hashValue":"9ea16b983a35ac2974a5c7b4a1527515","name":"loader.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/loader.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":903,"lastModifiedTime":1742869739646}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/libs/default":{"hashValue":"","name":"default","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/libs/default","type":"directory","isSymbolicLink":false,"children":[]},"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources":{"hashValue":"687be0e75beb813133abae24bf203bbc","name":"resources","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"8de2a9d7b1e16624247ae14263d76266","name":"base","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"7aa94bf3104233a8d47bada5b6990220","name":"element","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"08a8a84bf53f805f0f71bad343bf09e4","name":"color.json","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/element/color.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":98,"lastModifiedTime":1741080330000}},{"hashValue":"33974ad8f7dc44c2717fdf033665d04c","name":"float.json","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/element/float.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":91,"lastModifiedTime":1741575944000}},{"hashValue":"004a8c2c11553f11bdbe033ad6e63d16","name":"string.json","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/element/string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":247,"lastModifiedTime":1741080330000}}]},{"hashValue":"a257d0f315aa7c40a6ee4ce2a637fba3","name":"media","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"49da40257a25c3f47e6504cc3897d869","name":"arrow_right.png","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/media/arrow_right.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4260,"lastModifiedTime":1742865816000}},{"hashValue":"007cea9f47d6fc9b0868020fb62986ba","name":"background.png","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/media/background.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":91942,"lastModifiedTime":1741080330000}},{"hashValue":"6e34cca8c162a22d96166f99a714ca0f","name":"class.png","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/media/class.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":5353,"lastModifiedTime":1742865768000}},{"hashValue":"fe60f9e6d91924b189a7d8751216bf74","name":"foreground.png","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/media/foreground.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":8805,"lastModifiedTime":1741080330000}},{"hashValue":"f465c38e51b3bc3445c0d08ae052286a","name":"home.png","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/media/home.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3616,"lastModifiedTime":1742865746000}},{"hashValue":"f5152cd7107ff2339c6e57e6a0c7f7a6","name":"layered_image.json","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/media/layered_image.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":109,"lastModifiedTime":1741080330000}},{"hashValue":"4bd45b37459a6c3c98a9f4793cdf9082","name":"settings.png","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/media/settings.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":8020,"lastModifiedTime":1742865830000}},{"hashValue":"40aedbaaa5d703de15ce030e13c587b9","name":"startIcon.png","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/media/startIcon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":20093,"lastModifiedTime":1741080330000}},{"hashValue":"f76fef1c5054117b75685284077763b5","name":"tdcat.webp","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/media/tdcat.webp","type":"file","isSymbolicLink":false,"fileMetaData":{"size":461212,"lastModifiedTime":1741693556000}},{"hashValue":"a2cfd471c04d14c55f8decc313b86c1f","name":"welcome.gif","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/media/welcome.gif","type":"file","isSymbolicLink":false,"fileMetaData":{"size":112997,"lastModifiedTime":1741681226000}}]},{"hashValue":"eab85d848e4ed7e5845c9255bf8a7cc2","name":"profile","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"7f7c6411183c0e62a8e728e0cfb54feb","name":"backup_config.json","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/profile/backup_config.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":34,"lastModifiedTime":1741080330000}},{"hashValue":"c9fadf0f356d25d03d710a18f7617c22","name":"main_pages.json","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":270,"lastModifiedTime":1742863014000}}]}]},{"hashValue":"c616881d59a2c44a27a45e5656dcb36b","name":"dark","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/dark","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"677a5189132e1d38b224343ce67042e2","name":"element","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/dark/element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"08a8a84bf53f805f0f71bad343bf09e4","name":"color.json","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/dark/element/color.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":98,"lastModifiedTime":1741080330000}}]}]},{"hashValue":"","name":"rawfile","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/rawfile","type":"directory","isSymbolicLink":false,"children":[]}]},"/Users/tian/Documents/DevEco/Home2/AppScope/resources":{"hashValue":"aca3898b8be5438ff70064bf6c8a9ecf","name":"resources","path":"/Users/tian/Documents/DevEco/Home2/AppScope/resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"9e4198b41d96c1df880bc1bf622a6ece","name":"base","path":"/Users/tian/Documents/DevEco/Home2/AppScope/resources/base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"8725e1edf5c6837a403a12c791271055","name":"element","path":"/Users/tian/Documents/DevEco/Home2/AppScope/resources/base/element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"08091cdb54734fee25ff990b7d86601d","name":"string.json","path":"/Users/tian/Documents/DevEco/Home2/AppScope/resources/base/element/string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":91,"lastModifiedTime":1741080330000}}]},{"hashValue":"8bbb8480ae0f639cb6c4e65c0a534231","name":"media","path":"/Users/tian/Documents/DevEco/Home2/AppScope/resources/base/media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"9370f932abdb6a3d254a8d162c4e52a7","name":"app_icon.png","path":"/Users/tian/Documents/DevEco/Home2/AppScope/resources/base/media/app_icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2777,"lastModifiedTime":1741080330000}}]}]}]},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default":{"hashValue":"d19aa35dcbb15c121a4d9fea7fcc483c","name":"default","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"2f7cf1c1c1174b7eba48533e3e567283","name":".caches","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/.caches","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"bda03b8f2098d778b8ec1b1bd94da223","name":"base","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/.caches/base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"64192bd5cb3c10594cffe91cb40c777c","name":"media","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/.caches/base/media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"0c57d49f7afa1309d3813e478b60793b","name":"background.png","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/.caches/base/media/background.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":75603,"lastModifiedTime":1742869740434}},{"hashValue":"73f3abb3654d37e345c82a43b879f821","name":"foreground.png","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/.caches/base/media/foreground.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":9325,"lastModifiedTime":1742869740476}}]}]}]},{"hashValue":"efcfebe61a04f6b1253a61e2526c6b87","name":"ark_module.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ark_module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1318,"lastModifiedTime":1742869739615}},{"hashValue":"c01f1ab98f2164113d74fc9f7b7b2f0d","name":"ids_map","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ids_map","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"b88638b48fcc79a5d3d8720da7868973","name":"id_defined.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ids_map/id_defined.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1448,"lastModifiedTime":1742869740478}}]},{"hashValue":"1c7994d5f1bac7d0842da98b574426ce","name":"module.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1843,"lastModifiedTime":1742869740365}},{"hashValue":"ddbbf5fd731079889bf692a2d3a20d06","name":"opt-compression.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/opt-compression.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":191,"lastModifiedTime":1742869739631}},{"hashValue":"d01c09bd1d7b68bdc6d452d357fd48c5","name":"resConfig.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resConfig.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1021,"lastModifiedTime":1742869739631}},{"hashValue":"b8cd06bfc9e8ad391f95d0a9fbbf3b80","name":"resources","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"de00cf28cba03f7c5f971d11b7dbebd2","name":"base","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"7005af6a92b3dafd565513b44ebbea5f","name":"media","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f2f4b08a5397d4d5b5b3854e49181c63","name":"app_icon.png","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/app_icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2777,"lastModifiedTime":1742869740376}},{"hashValue":"19dfd32339af587ce421e45329c64acd","name":"arrow_right.png","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/arrow_right.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4260,"lastModifiedTime":1742869740346}},{"hashValue":"3f8b9de0b01360552ecae474833a1a4e","name":"background.png","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/background.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":75603,"lastModifiedTime":1742869740435}},{"hashValue":"5c7fcf556f8c54d07e224648ad8c972a","name":"class.png","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/class.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":5353,"lastModifiedTime":1742869740351}},{"hashValue":"73f3abb3654d37e345c82a43b879f821","name":"foreground.png","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/foreground.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":9325,"lastModifiedTime":1742869740476}},{"hashValue":"8de87b40772fc068d5c13ebd1159b170","name":"home.png","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/home.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3616,"lastModifiedTime":1742869740352}},{"hashValue":"e2e7893c3491b916249d169183a7f601","name":"layered_image.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/layered_image.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":95,"lastModifiedTime":1742869740364}},{"hashValue":"ee0a694786a1fa5a7627a2e355347188","name":"settings.png","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/settings.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":8020,"lastModifiedTime":1742869740353}},{"hashValue":"387cdd6e33fda2ff21ad2c165f93610a","name":"startIcon.png","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/startIcon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":20093,"lastModifiedTime":1742869740353}},{"hashValue":"3db05c300a6c93f8e8b0a43d688b2ee5","name":"tdcat.webp","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/tdcat.webp","type":"file","isSymbolicLink":false,"fileMetaData":{"size":461212,"lastModifiedTime":1742869740360}},{"hashValue":"320c580aa99d3a8132d54ec6857dbfea","name":"welcome.gif","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/welcome.gif","type":"file","isSymbolicLink":false,"fileMetaData":{"size":112997,"lastModifiedTime":1742869740363}}]},{"hashValue":"ee39977261a407960d8d5d3d073eec92","name":"profile","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f73424d583cfdd0462804e0f874fb5ff","name":"backup_config.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile/backup_config.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":34,"lastModifiedTime":1742869740363}},{"hashValue":"7287646b1edc107e853b5673653f0b5e","name":"main_pages.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":270,"lastModifiedTime":1742869740364}}]}]},{"hashValue":"","name":"rawfile","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/rawfile","type":"directory","isSymbolicLink":false,"children":[]}]},{"hashValue":"a5d068f74070b9f749cec85520caa9da","name":"resources.index","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources.index","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1525,"lastModifiedTime":1742869740477}},{"hashValue":"b0f6707486c1980d952a70be8be1e2d5","name":"ResourceTable.txt","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":558,"lastModifiedTime":1742869740364}}]},"/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/r/default/ResourceTable.h":{"hashValue":"51b608f5175f46af742dc29c3e8261c0","name":"ResourceTable.h","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/r/default/ResourceTable.h","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1587,"lastModifiedTime":1742869740364}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/r/default":{"hashValue":"407596e74210d39cf3c0980cace50cd6","name":"default","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/r/default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"51b608f5175f46af742dc29c3e8261c0","name":"ResourceTable.h","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/r/default/ResourceTable.h","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1587,"lastModifiedTime":1742869740364}}]},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default":{"hashValue":"ff2f337146b45c376b1c05340b92e4bb","name":"default","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"9ea16b983a35ac2974a5c7b4a1527515","name":"loader.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/loader.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":903,"lastModifiedTime":1742869739646}},{"hashValue":"62f0dd14723964aca6f56fc769ef2d5b","name":"pkgContextInfo.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":444,"lastModifiedTime":1742869739482}}]},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/rawfile":{"hashValue":"","name":"rawfile","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/rawfile","type":"directory","isSymbolicLink":false,"children":[]},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ResourceTable.txt":{"hashValue":"b0f6707486c1980d952a70be8be1e2d5","name":"ResourceTable.txt","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":558,"lastModifiedTime":1742869740364}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ark_module.json":{"hashValue":"efcfebe61a04f6b1253a61e2526c6b87","name":"ark_module.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ark_module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1318,"lastModifiedTime":1742869739615}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile":{"hashValue":"ee39977261a407960d8d5d3d073eec92","name":"profile","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f73424d583cfdd0462804e0f874fb5ff","name":"backup_config.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile/backup_config.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":34,"lastModifiedTime":1742869740363}},{"hashValue":"7287646b1edc107e853b5673653f0b5e","name":"main_pages.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":270,"lastModifiedTime":1742869740364}}]},"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets":{"hashValue":"dc1e9bb84b87257ee10948dbf9f14f4f","name":"ets","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"b17f5726a7cec6fe24ef12ab3550626b","name":"common","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets/common","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"eb8ef3bb2a0fe01580dda6e7f2093075","name":"SettingsService.ets","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets/common/SettingsService.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":5803,"lastModifiedTime":1742870526876}}]},{"hashValue":"bdd380f32d281c98d51bfefd1b08fcbc","name":"entryability","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets/entryability","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"c1c3e012f6fb6b610865bc510aafde01","name":"EntryAbility.ets","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets/entryability/EntryAbility.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1586,"lastModifiedTime":1742833492000}}]},{"hashValue":"bd8c0399b8648705c68b5e3b858752ab","name":"entrybackupability","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets/entrybackupability","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e1b5b7dc4469b6c5589efc410e4e711f","name":"EntryBackupAbility.ets","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets/entrybackupability/EntryBackupAbility.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":507,"lastModifiedTime":1741080330000}}]},{"hashValue":"4867c1fe475970eee38954112cbde03f","name":"pages","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets/pages","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"8519db7d63c41cbb9c56e88ce0cc3669","name":"ClassPage.ets","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets/pages/ClassPage.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6393,"lastModifiedTime":1742867606000}},{"hashValue":"92728c87dfae1ece17fd73b33c250c7c","name":"HomePage.ets","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets/pages/HomePage.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6084,"lastModifiedTime":1742867606000}},{"hashValue":"e7bb9ad251e448e1118ea1fdf43246c2","name":"login.ets","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets/pages/login.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2946,"lastModifiedTime":1742868196000}},{"hashValue":"c1ac2ccb4c7a41852e69569faceb4397","name":"SettingsPage.ets","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets/pages/SettingsPage.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":10043,"lastModifiedTime":1742870477962}},{"hashValue":"4d8a5b13a234d2f4b92eba18e6537a82","name":"WelcomePage.ets","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets/pages/WelcomePage.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1650,"lastModifiedTime":1742869849776}}]},{"hashValue":"ca9bbf5d006a27a2bfaa145ce341e884","name":"Study","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets/Study","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"4a5abeaebbb16f05225c8d367154e9b3","name":"change.ets","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets/Study/change.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":179,"lastModifiedTime":1741604910000}},{"hashValue":"919096c1b1a49eedf2a3d1815437ba9d","name":"Flexdemo2Page.ets","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets/Study/Flexdemo2Page.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":660,"lastModifiedTime":1741684564000}},{"hashValue":"7830a6ba7dc33b3721507e79127ed790","name":"FlexdemoPage.ets","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets/Study/FlexdemoPage.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":511,"lastModifiedTime":1741684080000}},{"hashValue":"50478f40fa1925c38ae88dde801350f4","name":"Index.ets","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets/Study/Index.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1415,"lastModifiedTime":1742220672000}},{"hashValue":"3a2d75f0b7758270074f2c42a6f97b7c","name":"SwiperPage.ets","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets/Study/SwiperPage.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":975,"lastModifiedTime":1742867012000}},{"hashValue":"713b08bc22af0f12f56b5946d50de934","name":"testPage.ets","path":"/Users/tian/Documents/DevEco/Home2/entry/src/main/ets/Study/testPage.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":714,"lastModifiedTime":1741695682000}}]}]},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets":{"hashValue":"57356c1492a196bd16ed9b565e3818c5","name":"ets","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"b9849de2f41b5db6ccd1f0aef83a816a","name":"modules.abc","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets/modules.abc","type":"file","isSymbolicLink":false,"fileMetaData":{"size":175184,"lastModifiedTime":1742870534244}},{"hashValue":"2e3a79476b12f434f8824f89f4017d1a","name":"sourceMaps.map","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map","type":"file","isSymbolicLink":false,"fileMetaData":{"size":48411,"lastModifiedTime":1742870534193}}]},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/stripped_native_libs/default":{"hashValue":"","name":"default","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/stripped_native_libs/default","type":"directory","isSymbolicLink":false,"children":[]},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/patch/default/base_native_libs.json":{"hashValue":"11e752ac0318cdf1d916d3e1fe4fb054","name":"base_native_libs.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/patch/default/base_native_libs.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":25,"lastModifiedTime":1742869741859}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/module.json":{"hashValue":"1c7994d5f1bac7d0842da98b574426ce","name":"module.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1843,"lastModifiedTime":1742869740365}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/package/default/module.json":{"hashValue":"d4e1d6369f30c5bc2181263cdd7e0a5d","name":"module.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/package/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1843,"lastModifiedTime":1742869750167}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources":{"hashValue":"b8cd06bfc9e8ad391f95d0a9fbbf3b80","name":"resources","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"de00cf28cba03f7c5f971d11b7dbebd2","name":"base","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"7005af6a92b3dafd565513b44ebbea5f","name":"media","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f2f4b08a5397d4d5b5b3854e49181c63","name":"app_icon.png","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/app_icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2777,"lastModifiedTime":1742869740376}},{"hashValue":"19dfd32339af587ce421e45329c64acd","name":"arrow_right.png","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/arrow_right.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4260,"lastModifiedTime":1742869740346}},{"hashValue":"3f8b9de0b01360552ecae474833a1a4e","name":"background.png","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/background.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":75603,"lastModifiedTime":1742869740435}},{"hashValue":"5c7fcf556f8c54d07e224648ad8c972a","name":"class.png","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/class.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":5353,"lastModifiedTime":1742869740351}},{"hashValue":"73f3abb3654d37e345c82a43b879f821","name":"foreground.png","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/foreground.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":9325,"lastModifiedTime":1742869740476}},{"hashValue":"8de87b40772fc068d5c13ebd1159b170","name":"home.png","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/home.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3616,"lastModifiedTime":1742869740352}},{"hashValue":"e2e7893c3491b916249d169183a7f601","name":"layered_image.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/layered_image.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":95,"lastModifiedTime":1742869740364}},{"hashValue":"ee0a694786a1fa5a7627a2e355347188","name":"settings.png","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/settings.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":8020,"lastModifiedTime":1742869740353}},{"hashValue":"387cdd6e33fda2ff21ad2c165f93610a","name":"startIcon.png","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/startIcon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":20093,"lastModifiedTime":1742869740353}},{"hashValue":"3db05c300a6c93f8e8b0a43d688b2ee5","name":"tdcat.webp","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/tdcat.webp","type":"file","isSymbolicLink":false,"fileMetaData":{"size":461212,"lastModifiedTime":1742869740360}},{"hashValue":"320c580aa99d3a8132d54ec6857dbfea","name":"welcome.gif","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/media/welcome.gif","type":"file","isSymbolicLink":false,"fileMetaData":{"size":112997,"lastModifiedTime":1742869740363}}]},{"hashValue":"ee39977261a407960d8d5d3d073eec92","name":"profile","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f73424d583cfdd0462804e0f874fb5ff","name":"backup_config.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile/backup_config.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":34,"lastModifiedTime":1742869740363}},{"hashValue":"7287646b1edc107e853b5673653f0b5e","name":"main_pages.json","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":270,"lastModifiedTime":1742869740364}}]}]},{"hashValue":"","name":"rawfile","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/rawfile","type":"directory","isSymbolicLink":false,"children":[]}]},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources.index":{"hashValue":"a5d068f74070b9f749cec85520caa9da","name":"resources.index","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources.index","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1525,"lastModifiedTime":1742869740477}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map":{"hashValue":"2e3a79476b12f434f8824f89f4017d1a","name":"sourceMaps.map","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map","type":"file","isSymbolicLink":false,"fileMetaData":{"size":48411,"lastModifiedTime":1742870534193}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap":{"hashValue":"7c1bbbe509c31b870896be95d43c56b6","name":"entry-default-unsigned.hap","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap","type":"file","isSymbolicLink":false,"fileMetaData":{"size":933839,"lastModifiedTime":1742870534765}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/source_map/default/sourceMaps.map":{"hashValue":"d38a94bc9d7d8cbc16817e2784b82825","name":"sourceMaps.map","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/source_map/default/sourceMaps.map","type":"file","isSymbolicLink":false,"fileMetaData":{"size":48411,"lastModifiedTime":1742870534277}},"/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/mapping/sourceMaps.map":{"hashValue":"0d1e614a5a0ec048ecbc3556dd847870","name":"sourceMaps.map","path":"/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/mapping/sourceMaps.map","type":"file","isSymbolicLink":false,"fileMetaData":{"size":48411,"lastModifiedTime":1742870534279}},"/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5":{"hashValue":"f353b1be81804f3825d1728654657532","name":"app.json5","path":"/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":210,"lastModifiedTime":1741080330000}},"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5":{"hashValue":"e795677e7091372e0b65062773fbcdb7","name":"module.json5","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1409,"lastModifiedTime":1742879928000}},"/Users/tian/Documents/DevEco/ClassMG/build-profile.json5":{"hashValue":"fa70af0ea2ce79e936cd3378f6185ce2","name":"build-profile.json5","path":"/Users/tian/Documents/DevEco/ClassMG/build-profile.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":716,"lastModifiedTime":1741080330000}},"/Users/tian/Documents/DevEco/ClassMG/entry/build-profile.json5":{"hashValue":"530c82bd94203d2034b4333476bdc7ba","name":"build-profile.json5","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build-profile.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":422,"lastModifiedTime":1741080330000}},"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/main_pages.json":{"hashValue":"298ed7c74b0fe56d16d2c14ee4a15831","name":"main_pages.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":133,"lastModifiedTime":1742871970000}},"/Users/tian/Documents/DevEco/ClassMG/hvigor/hvigor-config.json5":{"hashValue":"02402414c69cc7dc34adc3c498a44090","name":"hvigor-config.json5","path":"/Users/tian/Documents/DevEco/ClassMG/hvigor/hvigor-config.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1301,"lastModifiedTime":1741080330000}},"/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5":{"hashValue":"9efefd62771274477f30c21e0ee0e690","name":"mock-config.json5","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3,"lastModifiedTime":1741080330000}},"/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5":{"hashValue":"28239b48c904a9fe69987456d487b927","name":"oh-package.json5","path":"/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":173,"lastModifiedTime":1741080330000}},"/Users/tian/Documents/DevEco/ClassMG/oh-package.json5":{"hashValue":"a0b4f9eaa523bced96f28acda5f03a93","name":"oh-package.json5","path":"/Users/tian/Documents/DevEco/ClassMG/oh-package.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":200,"lastModifiedTime":1741080330000}},"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/merge_profile/default/module.json":{"hashValue":"4c3e3c07976769fc8d3e3753cba82cda","name":"module.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/merge_profile/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1577,"lastModifiedTime":1742871884476}},"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/generated/profile/default/BuildProfile.ets":{"hashValue":"4d80bd66b659c3bd0fb2e12a5859a2bf","name":"BuildProfile.ets","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/generated/profile/default/BuildProfile.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":868,"lastModifiedTime":1742871884482}},"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default/pkgContextInfo.json":{"hashValue":"8d3db90a9db4bbca0a7d88c82858a8c0","name":"pkgContextInfo.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default/pkgContextInfo.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":444,"lastModifiedTime":1742871884491}},"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/process_profile/default/module.json":{"hashValue":"3a9f1c17947cd5d0bb668148f5281e23","name":"module.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/process_profile/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1663,"lastModifiedTime":1742871884567}},"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/router_map/default/temp-router-map.json":{"hashValue":"fdd11775c88ae6867752b8d60feb111a","name":"temp-router-map.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/router_map/default/temp-router-map.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":16,"lastModifiedTime":1742871884570}},"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/router_map/default/loader-router-map.json":{"hashValue":"abda35b4e625e2d81c0b4a262549b525","name":"loader-router-map.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/router_map/default/loader-router-map.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":16,"lastModifiedTime":1742871884570}},"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default/loader.json":{"hashValue":"0db245d0d85a75d6b61d0000ba1bdaec","name":"loader.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default/loader.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":821,"lastModifiedTime":1742871884588}},"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources":{"hashValue":"c0a1bdbd6ffb76d40fcf2aace88e01de","name":"resources","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"a97c02c5dedc17b8ac74579b1eb58cbd","name":"base","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"7aa94bf3104233a8d47bada5b6990220","name":"element","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"08a8a84bf53f805f0f71bad343bf09e4","name":"color.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/element/color.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":98,"lastModifiedTime":1741080330000}},{"hashValue":"33974ad8f7dc44c2717fdf033665d04c","name":"float.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/element/float.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":91,"lastModifiedTime":1741575944000}},{"hashValue":"004a8c2c11553f11bdbe033ad6e63d16","name":"string.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/element/string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":247,"lastModifiedTime":1741080330000}}]},{"hashValue":"8f079e08f26f9d517fe1b5a41a761d1d","name":"media","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"49da40257a25c3f47e6504cc3897d869","name":"arrow_right.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/arrow_right.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4260,"lastModifiedTime":1742865816000}},{"hashValue":"007cea9f47d6fc9b0868020fb62986ba","name":"background.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/background.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":91942,"lastModifiedTime":1741080330000}},{"hashValue":"6e34cca8c162a22d96166f99a714ca0f","name":"class.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/class.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":5353,"lastModifiedTime":1742865768000}},{"hashValue":"fd67e1482e8bc136e80dade3612b2630","name":"edit.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/edit.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3675,"lastModifiedTime":1743424258334}},{"hashValue":"fe60f9e6d91924b189a7d8751216bf74","name":"foreground.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/foreground.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":8805,"lastModifiedTime":1741080330000}},{"hashValue":"f465c38e51b3bc3445c0d08ae052286a","name":"home.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/home.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3616,"lastModifiedTime":1742865746000}},{"hashValue":"0f402d0e4b30ebb970cb767e96eaf224","name":"info.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/info.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3527,"lastModifiedTime":1743424204537}},{"hashValue":"75d129c269749dc783fa0d469af0ee53","name":"language.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/language.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6327,"lastModifiedTime":1743424314227}},{"hashValue":"f5152cd7107ff2339c6e57e6a0c7f7a6","name":"layered_image.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/layered_image.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":109,"lastModifiedTime":1741080330000}},{"hashValue":"e7b1689b507c080624cee2df40bf95b7","name":"notification.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/notification.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6464,"lastModifiedTime":1743424336549}},{"hashValue":"4bd45b37459a6c3c98a9f4793cdf9082","name":"settings.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/settings.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":8020,"lastModifiedTime":1742865830000}},{"hashValue":"40aedbaaa5d703de15ce030e13c587b9","name":"startIcon.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/startIcon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":20093,"lastModifiedTime":1741080330000}},{"hashValue":"f76fef1c5054117b75685284077763b5","name":"tdcat.webp","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/tdcat.webp","type":"file","isSymbolicLink":false,"fileMetaData":{"size":461212,"lastModifiedTime":1741693556000}},{"hashValue":"fa16971ea97bb89420da0794c4621e58","name":"theme.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/theme.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4288,"lastModifiedTime":1743424292330}},{"hashValue":"a2cfd471c04d14c55f8decc313b86c1f","name":"welcome.gif","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/welcome.gif","type":"file","isSymbolicLink":false,"fileMetaData":{"size":112997,"lastModifiedTime":1741681226000}}]},{"hashValue":"17053971d4e64554fac73a96daefea28","name":"profile","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"7f7c6411183c0e62a8e728e0cfb54feb","name":"backup_config.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/backup_config.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":34,"lastModifiedTime":1741080330000}},{"hashValue":"298ed7c74b0fe56d16d2c14ee4a15831","name":"main_pages.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":133,"lastModifiedTime":1742871970000}}]}]},{"hashValue":"c616881d59a2c44a27a45e5656dcb36b","name":"dark","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/dark","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"677a5189132e1d38b224343ce67042e2","name":"element","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/dark/element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"08a8a84bf53f805f0f71bad343bf09e4","name":"color.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/dark/element/color.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":98,"lastModifiedTime":1741080330000}}]}]},{"hashValue":"","name":"rawfile","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/rawfile","type":"directory","isSymbolicLink":false,"children":[]}]},"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default":{"hashValue":"ad9c118cce3abbdb116caa7ad614c8e4","name":"default","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"bb916dfcac80e44a9f3fc63d97ff21b0","name":"app_compiled","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/app_compiled","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"2fb302a8e8aad3c0f9e78943c4c6de04","name":"17353552244035408972","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/app_compiled/17353552244035408972","type":"file","isSymbolicLink":false,"fileMetaData":{"size":198,"lastModifiedTime":1742871979067}},{"hashValue":"54e4b4c22c13ab1ddeeebccce5b0f2a9","name":"7313552644371503791","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/app_compiled/7313552644371503791","type":"file","isSymbolicLink":false,"fileMetaData":{"size":129,"lastModifiedTime":1742871979066}}]},{"hashValue":"2234b7428f0206e7afeafb2069972458","name":"ids_map","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/ids_map","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"69e61a46e8fa59292b97e6ae751bd512","name":"id_defined.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/ids_map/id_defined.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1448,"lastModifiedTime":1742871979143}}]},{"hashValue":"7f1ead07beed20c3c0285c7f12c8fc33","name":"mock-config.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/mock-config.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2,"lastModifiedTime":1742871987048}},{"hashValue":"3d37e866b8dfb4f1f4c10dbe5ed14d59","name":"module_compiled","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"8e5849ed4670b2b00181653f5be3ecbc","name":"12606586295152749519","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled/12606586295152749519","type":"file","isSymbolicLink":false,"fileMetaData":{"size":136,"lastModifiedTime":1742871979086}},{"hashValue":"71a833246c05b166e399839c3722dd3b","name":"12624410347624895727","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled/12624410347624895727","type":"file","isSymbolicLink":false,"fileMetaData":{"size":201,"lastModifiedTime":1742871979088}},{"hashValue":"1078c6b123fc64fb2ae5c93d8972fcb1","name":"13114996828799914171","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled/13114996828799914171","type":"file","isSymbolicLink":false,"fileMetaData":{"size":151,"lastModifiedTime":1742871979085}},{"hashValue":"7a34699d215b915302e10c525cd2c2c9","name":"14347009568046172730","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled/14347009568046172730","type":"file","isSymbolicLink":false,"fileMetaData":{"size":204,"lastModifiedTime":1742871979088}},{"hashValue":"4f3382b7f4ed2d71d068fd740cb9a307","name":"14390840089088358006","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled/14390840089088358006","type":"file","isSymbolicLink":false,"fileMetaData":{"size":207,"lastModifiedTime":1742871979089}},{"hashValue":"2f06f237fc6c2a8f2acfea1d5610464e","name":"15127882581301992659","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled/15127882581301992659","type":"file","isSymbolicLink":false,"fileMetaData":{"size":228,"lastModifiedTime":1742871979089}},{"hashValue":"16b0f968d0df44a009a7170dfca65e85","name":"15329888386703987795","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled/15329888386703987795","type":"file","isSymbolicLink":false,"fileMetaData":{"size":232,"lastModifiedTime":1742871979087}},{"hashValue":"cf93f44a580c8b1e6ed91ac82fad3593","name":"16139802221908409484","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled/16139802221908409484","type":"file","isSymbolicLink":false,"fileMetaData":{"size":143,"lastModifiedTime":1742871979085}},{"hashValue":"1bdb02f3e745ddfb0e481799c88d2037","name":"18353919026377833481","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled/18353919026377833481","type":"file","isSymbolicLink":false,"fileMetaData":{"size":198,"lastModifiedTime":1742871979089}},{"hashValue":"04cf682d60781347f0de9d5cba876176","name":"2278876654734573362","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled/2278876654734573362","type":"file","isSymbolicLink":false,"fileMetaData":{"size":213,"lastModifiedTime":1742871979090}},{"hashValue":"6c3f453913d27b2cbb52dc20a98bee8b","name":"2915552208746687219","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled/2915552208746687219","type":"file","isSymbolicLink":false,"fileMetaData":{"size":422,"lastModifiedTime":1742871979086}},{"hashValue":"834f3e4540c1b20c333e924640b98ab0","name":"6275553959948547432","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled/6275553959948547432","type":"file","isSymbolicLink":false,"fileMetaData":{"size":216,"lastModifiedTime":1742871979089}},{"hashValue":"59fc31082359a4f1aa5cbabf67036f1e","name":"682205868768614582","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled/682205868768614582","type":"file","isSymbolicLink":false,"fileMetaData":{"size":216,"lastModifiedTime":1742871979090}},{"hashValue":"55eaba66101b646edbb19a7c17a45084","name":"9528889539053668042","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled/9528889539053668042","type":"file","isSymbolicLink":false,"fileMetaData":{"size":210,"lastModifiedTime":1742871979089}},{"hashValue":"7dafff4fe032e3838527d997891efc2f","name":"9732605019494693339","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled/9732605019494693339","type":"file","isSymbolicLink":false,"fileMetaData":{"size":223,"lastModifiedTime":1742871979087}},{"hashValue":"509073dd130c377f63e00d785722b0db","name":"9871430320580092796","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled/9871430320580092796","type":"file","isSymbolicLink":false,"fileMetaData":{"size":219,"lastModifiedTime":1742871979087}}]},{"hashValue":"be08cc331caa2f4d14f24d9700d4cf1c","name":"module.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1601,"lastModifiedTime":1742871979181}},{"hashValue":"f406c5937fdd609d04b987f2cbc756b7","name":"resources","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"8933d17dddfdd2defc1df292b29e4204","name":"base","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"a5af41729be8417aa6d3ab46e0440423","name":"media","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"48722a5b41685391608a3faf49e6a0da","name":"layered_image.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/media/layered_image.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":95,"lastModifiedTime":1742871979143}}]},{"hashValue":"fec7d6218432f73efc953b6750cd50a3","name":"profile","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"48f2121fd396a4abf255d35ecc30465d","name":"backup_config.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile/backup_config.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":34,"lastModifiedTime":1742871979154}},{"hashValue":"9a0fb373c5da381f194c1073b495fbca","name":"main_pages.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":100,"lastModifiedTime":1742871979162}}]}]}]},{"hashValue":"77db2ab867c5a64f2f6a36ef830b2ccc","name":"resources.index","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources.index","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2151,"lastModifiedTime":1742871979143}},{"hashValue":"150b548786de12feafe389931685d2ea","name":"ResourceTable.txt","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":558,"lastModifiedTime":1742871979144}}]},"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/generated/r/default":{"hashValue":"7c552887bd691fd9347d5c75ba66f57c","name":"default","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/generated/r/default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e7e2b9583da61f372163b29e6e733dcd","name":"ResourceTable.h","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/generated/r/default/ResourceTable.h","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1587,"lastModifiedTime":1742871979144}}]},"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile":{"hashValue":"15cf22cf01748c58462a69bd2c86ad22","name":"profile","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"7f7c6411183c0e62a8e728e0cfb54feb","name":"backup_config.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/backup_config.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":34,"lastModifiedTime":1741080330000}},{"hashValue":"7add3ffe141bebc328ea337fca7b0935","name":"main_pages.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":133,"lastModifiedTime":1742871969846}}]},"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile":{"hashValue":"fec7d6218432f73efc953b6750cd50a3","name":"profile","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"48f2121fd396a4abf255d35ecc30465d","name":"backup_config.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile/backup_config.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":34,"lastModifiedTime":1742871979154}},{"hashValue":"9a0fb373c5da381f194c1073b495fbca","name":"main_pages.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":100,"lastModifiedTime":1742871979162}}]},"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module.json":{"hashValue":"be08cc331caa2f4d14f24d9700d4cf1c","name":"module.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1601,"lastModifiedTime":1742871979181}},"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile/main_pages.json":{"hashValue":"9a0fb373c5da381f194c1073b495fbca","name":"main_pages.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":100,"lastModifiedTime":1742871979162}},"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default":{"hashValue":"4f76d88b96852b2b493f62501657c24f","name":"default","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"0db245d0d85a75d6b61d0000ba1bdaec","name":"loader.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default/loader.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":821,"lastModifiedTime":1742871884588}},{"hashValue":"8d3db90a9db4bbca0a7d88c82858a8c0","name":"pkgContextInfo.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default/pkgContextInfo.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":444,"lastModifiedTime":1742871884491}}]},"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/ResourceTable.txt":{"hashValue":"150b548786de12feafe389931685d2ea","name":"ResourceTable.txt","path":"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":558,"lastModifiedTime":1742871979144}},"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets":{"hashValue":"a701243b857f6aed7afc92be5ac9f647","name":"ets","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"bcdc458ff58505070e376953f4af28b3","name":"common","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"6a6f2a7deee41d1d9bc704a1aced02d6","name":"logtext.ets","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/logtext.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":5800,"lastModifiedTime":1743426769713}},{"hashValue":"6c71292ab8cd5c00e9b6434ca78d96de","name":"SettingsService.ets","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":10368,"lastModifiedTime":1743426335190}}]},{"hashValue":"bdd380f32d281c98d51bfefd1b08fcbc","name":"entryability","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/entryability","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"c1c3e012f6fb6b610865bc510aafde01","name":"EntryAbility.ets","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/entryability/EntryAbility.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1586,"lastModifiedTime":1742833492000}}]},{"hashValue":"bd8c0399b8648705c68b5e3b858752ab","name":"entrybackupability","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/entrybackupability","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e1b5b7dc4469b6c5589efc410e4e711f","name":"EntryBackupAbility.ets","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/entrybackupability/EntryBackupAbility.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":507,"lastModifiedTime":1741080330000}}]},{"hashValue":"b2196b63f5b6dc1997ac2088675ee92e","name":"pages","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"cd81bdc7322c1aa19233b6bc56852254","name":"ClassPage.ets","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":7403,"lastModifiedTime":1743426039114}},{"hashValue":"dbba03610d5ed0bfdb8c76eb032b1aea","name":"HomePage.ets","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6867,"lastModifiedTime":1743426039114}},{"hashValue":"fda41f4d0ab1edbb7a5d7d0349c20d3b","name":"login.ets","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3514,"lastModifiedTime":1743426107762}},{"hashValue":"f612ffc3f635e116a7fc8ad98891463a","name":"SettingsPage.ets","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":27758,"lastModifiedTime":1743426569380}},{"hashValue":"24d7caa45fa2294e3294aa684d393b4b","name":"WelcomePage.ets","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2459,"lastModifiedTime":1743426086488}}]}]},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/hap_metadata/default/output_metadata.json":{"hashValue":"f94d2365c4a62553ebe9ee38b510129e","name":"output_metadata.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/hap_metadata/default/output_metadata.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":100,"lastModifiedTime":1743421260495}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json":{"hashValue":"d825b12f5e6665f7a2e0812dc0627265","name":"module.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1657,"lastModifiedTime":1743421260541}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets":{"hashValue":"b9c3fd845dc875018bcb6754fac03dd4","name":"BuildProfile.ets","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":868,"lastModifiedTime":1743421260558}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json":{"hashValue":"a1ff09e24b8a25fe21955e28d417ab29","name":"pkgContextInfo.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":444,"lastModifiedTime":1743421260584}},"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/backup_config.json":{"hashValue":"7f7c6411183c0e62a8e728e0cfb54feb","name":"backup_config.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/backup_config.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":34,"lastModifiedTime":1741080330000}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info":{"hashValue":"191c7243b4f245149b47209b4749431e","name":"pack.info","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info","type":"file","isSymbolicLink":false,"fileMetaData":{"size":642,"lastModifiedTime":1743421260633}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json":{"hashValue":"d54b1b12d19fe7029f5d6a4cc30c160d","name":"module.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1743,"lastModifiedTime":1743421261414}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/temp-router-map.json":{"hashValue":"b30c5fef2d89288ed2d504e8884893a5","name":"temp-router-map.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/temp-router-map.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":16,"lastModifiedTime":1743421261454}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/loader-router-map.json":{"hashValue":"8e9b718edd6982e26b67570fb361ea16","name":"loader-router-map.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/loader-router-map.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":16,"lastModifiedTime":1743421261456}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json":{"hashValue":"27b05670f1bd88f4b0b7b4107c58c52e","name":"resConfig.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1037,"lastModifiedTime":1743421261535}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/opt-compression.json":{"hashValue":"d13f33d869d3b71e386249eed1f9fbc7","name":"opt-compression.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/opt-compression.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":191,"lastModifiedTime":1743421261530}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json":{"hashValue":"ca6e89440e897cf12686ad1e73a94cfb","name":"loader.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":913,"lastModifiedTime":1743421261829}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default":{"hashValue":"","name":"default","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default","type":"directory","isSymbolicLink":false,"children":[]},"/Users/tian/Documents/DevEco/ClassMG/AppScope/resources":{"hashValue":"aca3898b8be5438ff70064bf6c8a9ecf","name":"resources","path":"/Users/tian/Documents/DevEco/ClassMG/AppScope/resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"9e4198b41d96c1df880bc1bf622a6ece","name":"base","path":"/Users/tian/Documents/DevEco/ClassMG/AppScope/resources/base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"8725e1edf5c6837a403a12c791271055","name":"element","path":"/Users/tian/Documents/DevEco/ClassMG/AppScope/resources/base/element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"08091cdb54734fee25ff990b7d86601d","name":"string.json","path":"/Users/tian/Documents/DevEco/ClassMG/AppScope/resources/base/element/string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":91,"lastModifiedTime":1741080330000}}]},{"hashValue":"8bbb8480ae0f639cb6c4e65c0a534231","name":"media","path":"/Users/tian/Documents/DevEco/ClassMG/AppScope/resources/base/media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"9370f932abdb6a3d254a8d162c4e52a7","name":"app_icon.png","path":"/Users/tian/Documents/DevEco/ClassMG/AppScope/resources/base/media/app_icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2777,"lastModifiedTime":1741080330000}}]}]}]},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default":{"hashValue":"410a72ebc4f7a8a446ea5b4bf7b3dabe","name":"default","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ca9a94b82fa6122c6e0466103509f34f","name":".caches","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/.caches","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"1036fc26bbc93c04acaf0b352e69b7c6","name":"base","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/.caches/base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ceb43f334fd20f78fc2b27eaf55e67ce","name":"media","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/.caches/base/media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"50f38837ef425cd8ea6a94dbaa13dd79","name":"background.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/.caches/base/media/background.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":75603,"lastModifiedTime":1743424351168}},{"hashValue":"5a72949fcc98995d3baeadd8632ee410","name":"foreground.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/.caches/base/media/foreground.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":9325,"lastModifiedTime":1743424351196}}]}]}]},{"hashValue":"9347b32d19cd10dfe2d4a5fe87108195","name":"ark_module.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1377,"lastModifiedTime":1743421261408}},{"hashValue":"e415eaa6e65a5519bc4e7e31d8c5e6d9","name":"ids_map","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ids_map","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e664ad2c8c66bd77f30840c984796d65","name":"id_defined.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ids_map/id_defined.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1801,"lastModifiedTime":1743424351197}}]},{"hashValue":"db49e9ef14bb0749d5cfecc4a006ced7","name":"module.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1916,"lastModifiedTime":1743424351131}},{"hashValue":"d13f33d869d3b71e386249eed1f9fbc7","name":"opt-compression.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/opt-compression.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":191,"lastModifiedTime":1743421261530}},{"hashValue":"27b05670f1bd88f4b0b7b4107c58c52e","name":"resConfig.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1037,"lastModifiedTime":1743421261535}},{"hashValue":"7b8e4367f72d153e5d8f10c182f46436","name":"resources","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"8b5afa060e5a6b36d15cfe85b161c37e","name":"base","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f825cdd06095170f50f051699f41f6d8","name":"media","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d5f8ee9fae0f906f3e068c0e23558131","name":"app_icon.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/app_icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2777,"lastModifiedTime":1743424351136}},{"hashValue":"38637a5c0d256005e274865708161afd","name":"arrow_right.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/arrow_right.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4260,"lastModifiedTime":1743424351118}},{"hashValue":"eb686624f66a9d83d7df9723dfcb60a6","name":"background.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/background.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":75603,"lastModifiedTime":1743424351170}},{"hashValue":"108363401c296a4b54ab5172771cf297","name":"class.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/class.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":5353,"lastModifiedTime":1743424351120}},{"hashValue":"231f7c2ce8406d7d39a3c39c7fe56c79","name":"edit.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/edit.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3675,"lastModifiedTime":1743424351120}},{"hashValue":"06ad57186e89d037365402a2072856f6","name":"foreground.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/foreground.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":9325,"lastModifiedTime":1743424351197}},{"hashValue":"7bc3772faf5914302c2eb2895845fb82","name":"home.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/home.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3616,"lastModifiedTime":1743424351120}},{"hashValue":"a1e3ee98453790620ae96d39df02ef56","name":"info.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/info.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3527,"lastModifiedTime":1743424351121}},{"hashValue":"40b11785f727315cb03ea0c510704d98","name":"language.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/language.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6327,"lastModifiedTime":1743424351121}},{"hashValue":"54c98e4ab076ac139959b75878d16dc3","name":"layered_image.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/layered_image.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":95,"lastModifiedTime":1743424351130}},{"hashValue":"da48ab1d4247d67287ba941659b759e4","name":"notification.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/notification.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6464,"lastModifiedTime":1743424351122}},{"hashValue":"9d771d2fe790fe97b4568f9575057cec","name":"settings.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/settings.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":8020,"lastModifiedTime":1743424351122}},{"hashValue":"442a1b47de8e705250d4d9870b8e4628","name":"startIcon.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/startIcon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":20093,"lastModifiedTime":1743424351123}},{"hashValue":"7ef0ac75ca2b89babd6ebd82855f617f","name":"tdcat.webp","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/tdcat.webp","type":"file","isSymbolicLink":false,"fileMetaData":{"size":461212,"lastModifiedTime":1743424351127}},{"hashValue":"e7d8c7f67f155e24f27fc384b367976b","name":"theme.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/theme.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4288,"lastModifiedTime":1743424351127}},{"hashValue":"0fc49f9c9aa7fd4dde796485f85f696c","name":"welcome.gif","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/welcome.gif","type":"file","isSymbolicLink":false,"fileMetaData":{"size":112997,"lastModifiedTime":1743424351129}}]},{"hashValue":"afca9d4320e98d9090828bc0ab5a5e46","name":"profile","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"a0489065d1e0f0a0d775d23519e35c22","name":"backup_config.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile/backup_config.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":34,"lastModifiedTime":1743424351130}},{"hashValue":"0a10a7829fa7b09c546b8d6edf5af67d","name":"main_pages.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":133,"lastModifiedTime":1743424351130}}]}]},{"hashValue":"","name":"rawfile","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile","type":"directory","isSymbolicLink":false,"children":[]}]},{"hashValue":"9031d5f5d3adf6e3d032e4598200c5fb","name":"resources.index","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1876,"lastModifiedTime":1743424351197}},{"hashValue":"1d65165ff7b91c8c8250731a51d2d107","name":"ResourceTable.txt","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":681,"lastModifiedTime":1743424351131}}]},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default/ResourceTable.h":{"hashValue":"1a778e68ddfdf2d92af82b9346709b82","name":"ResourceTable.h","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default/ResourceTable.h","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1795,"lastModifiedTime":1743424351131}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default":{"hashValue":"84b607ceaa6fb25c823cf08b781892a8","name":"default","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"1a778e68ddfdf2d92af82b9346709b82","name":"ResourceTable.h","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default/ResourceTable.h","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1795,"lastModifiedTime":1743424351131}}]},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default":{"hashValue":"4b003b4ffe66f0cb6922620fc267accc","name":"default","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ca6e89440e897cf12686ad1e73a94cfb","name":"loader.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":913,"lastModifiedTime":1743421261829}},{"hashValue":"a1ff09e24b8a25fe21955e28d417ab29","name":"pkgContextInfo.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":444,"lastModifiedTime":1743421260584}}]},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile":{"hashValue":"","name":"rawfile","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile","type":"directory","isSymbolicLink":false,"children":[]},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt":{"hashValue":"1d65165ff7b91c8c8250731a51d2d107","name":"ResourceTable.txt","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":681,"lastModifiedTime":1743424351131}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json":{"hashValue":"9347b32d19cd10dfe2d4a5fe87108195","name":"ark_module.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1377,"lastModifiedTime":1743421261408}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile":{"hashValue":"afca9d4320e98d9090828bc0ab5a5e46","name":"profile","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"a0489065d1e0f0a0d775d23519e35c22","name":"backup_config.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile/backup_config.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":34,"lastModifiedTime":1743424351130}},{"hashValue":"0a10a7829fa7b09c546b8d6edf5af67d","name":"main_pages.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":133,"lastModifiedTime":1743424351130}}]},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets":{"hashValue":"","name":"ets","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets","type":"directory","isSymbolicLink":false,"children":[]},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default":{"hashValue":"","name":"default","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default","type":"directory","isSymbolicLink":false,"children":[]},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/patch/default/base_native_libs.json":{"hashValue":"304d39ed60ef493ebb3c77c19f53bda6","name":"base_native_libs.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/patch/default/base_native_libs.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":25,"lastModifiedTime":1743421266517}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json":{"hashValue":"db49e9ef14bb0749d5cfecc4a006ced7","name":"module.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1916,"lastModifiedTime":1743424351131}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json":{"hashValue":"770ffed63373e5b6795bf50c8ea727ad","name":"module.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1916,"lastModifiedTime":1743424438764}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources":{"hashValue":"7b8e4367f72d153e5d8f10c182f46436","name":"resources","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"8b5afa060e5a6b36d15cfe85b161c37e","name":"base","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f825cdd06095170f50f051699f41f6d8","name":"media","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d5f8ee9fae0f906f3e068c0e23558131","name":"app_icon.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/app_icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2777,"lastModifiedTime":1743424351136}},{"hashValue":"38637a5c0d256005e274865708161afd","name":"arrow_right.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/arrow_right.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4260,"lastModifiedTime":1743424351118}},{"hashValue":"eb686624f66a9d83d7df9723dfcb60a6","name":"background.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/background.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":75603,"lastModifiedTime":1743424351170}},{"hashValue":"108363401c296a4b54ab5172771cf297","name":"class.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/class.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":5353,"lastModifiedTime":1743424351120}},{"hashValue":"231f7c2ce8406d7d39a3c39c7fe56c79","name":"edit.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/edit.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3675,"lastModifiedTime":1743424351120}},{"hashValue":"06ad57186e89d037365402a2072856f6","name":"foreground.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/foreground.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":9325,"lastModifiedTime":1743424351197}},{"hashValue":"7bc3772faf5914302c2eb2895845fb82","name":"home.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/home.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3616,"lastModifiedTime":1743424351120}},{"hashValue":"a1e3ee98453790620ae96d39df02ef56","name":"info.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/info.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3527,"lastModifiedTime":1743424351121}},{"hashValue":"40b11785f727315cb03ea0c510704d98","name":"language.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/language.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6327,"lastModifiedTime":1743424351121}},{"hashValue":"54c98e4ab076ac139959b75878d16dc3","name":"layered_image.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/layered_image.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":95,"lastModifiedTime":1743424351130}},{"hashValue":"da48ab1d4247d67287ba941659b759e4","name":"notification.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/notification.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6464,"lastModifiedTime":1743424351122}},{"hashValue":"9d771d2fe790fe97b4568f9575057cec","name":"settings.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/settings.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":8020,"lastModifiedTime":1743424351122}},{"hashValue":"442a1b47de8e705250d4d9870b8e4628","name":"startIcon.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/startIcon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":20093,"lastModifiedTime":1743424351123}},{"hashValue":"7ef0ac75ca2b89babd6ebd82855f617f","name":"tdcat.webp","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/tdcat.webp","type":"file","isSymbolicLink":false,"fileMetaData":{"size":461212,"lastModifiedTime":1743424351127}},{"hashValue":"e7d8c7f67f155e24f27fc384b367976b","name":"theme.png","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/theme.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4288,"lastModifiedTime":1743424351127}},{"hashValue":"0fc49f9c9aa7fd4dde796485f85f696c","name":"welcome.gif","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/media/welcome.gif","type":"file","isSymbolicLink":false,"fileMetaData":{"size":112997,"lastModifiedTime":1743424351129}}]},{"hashValue":"afca9d4320e98d9090828bc0ab5a5e46","name":"profile","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"a0489065d1e0f0a0d775d23519e35c22","name":"backup_config.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile/backup_config.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":34,"lastModifiedTime":1743424351130}},{"hashValue":"0a10a7829fa7b09c546b8d6edf5af67d","name":"main_pages.json","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile/main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":133,"lastModifiedTime":1743424351130}}]}]},{"hashValue":"","name":"rawfile","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile","type":"directory","isSymbolicLink":false,"children":[]}]},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index":{"hashValue":"9031d5f5d3adf6e3d032e4598200c5fb","name":"resources.index","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1876,"lastModifiedTime":1743424351197}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map":{"hashValue":"c57d0f4e0815c2e9faa79d3748bf39e6","name":"sourceMaps.map","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map","type":"file","isSymbolicLink":false,"fileMetaData":{"size":66617,"lastModifiedTime":1743425816583}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap":{"hashValue":"e3284b8778d189cdd4a849d6c78e8aa7","name":"entry-default-unsigned.hap","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1012488,"lastModifiedTime":1743425817142}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map":{"hashValue":"a0f032e24441d2904580750dd7e9d639","name":"sourceMaps.map","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map","type":"file","isSymbolicLink":false,"fileMetaData":{"size":66617,"lastModifiedTime":1743425816659}},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map":{"hashValue":"689aba1d7cbd78a9a13ed4cec2f233d6","name":"sourceMaps.map","path":"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map","type":"file","isSymbolicLink":false,"fileMetaData":{"size":66617,"lastModifiedTime":1743425816660}},"/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json":{"hashValue":"","name":"emptyroot","path":"","type":"unknown","isSymbolicLink":false,"children":[]},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc":{"hashValue":"","name":"emptyroot","path":"","type":"unknown","isSymbolicLink":false,"children":[]},"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js":{"hashValue":"","name":"emptyroot","path":"","type":"unknown","isSymbolicLink":false,"children":[]}} \ No newline at end of file diff --git a/.hvigor/cache/meta.json b/.hvigor/cache/meta.json new file mode 100644 index 0000000..bc4ebcb --- /dev/null +++ b/.hvigor/cache/meta.json @@ -0,0 +1 @@ +{"compileSdkVersion":"5.0.2(14)","hvigorVersion":"5.14.3","toolChainsVersion":"5.0.2.126"} diff --git a/.hvigor/cache/task-cache.json b/.hvigor/cache/task-cache.json new file mode 100644 index 0000000..60e41f2 --- /dev/null +++ b/.hvigor/cache/task-cache.json @@ -0,0 +1 @@ +{":Home2:entry:default@PreBuild":{"_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\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"apiType\",\"_value\":\"stageMode\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"byteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"codeType\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleApiVersion\",\"_value\":14,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileApiVersion\",\"_value\":14,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"configuration\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"configurationFileJson\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceType\",\"_value\":[\"phone\",\"tablet\",\"2in1\"],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integrated_hsp\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSupportOhpmProj\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"mockConfigSources\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"jsonFilePath\\\":\\\"/Users/tian/Documents/DevEco/Home2/entry/src/main/module.json5\\\",\\\"profile\\\":{\\\"module\\\":{\\\"name\\\":\\\"entry\\\",\\\"type\\\":\\\"entry\\\",\\\"description\\\":\\\"$string:module_desc\\\",\\\"mainElement\\\":\\\"EntryAbility\\\",\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\",\\\"2in1\\\"],\\\"deliveryWithInstall\\\":true,\\\"installationFree\\\":false,\\\"pages\\\":\\\"$profile:main_pages\\\",\\\"abilities\\\":[{\\\"name\\\":\\\"EntryAbility\\\",\\\"srcEntry\\\":\\\"./ets/entryability/EntryAbility.ets\\\",\\\"description\\\":\\\"$string:EntryAbility_desc\\\",\\\"icon\\\":\\\"$media:layered_image\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:startIcon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"exported\\\":true,\\\"skills\\\":[{\\\"entities\\\":[\\\"entity.system.home\\\"],\\\"actions\\\":[\\\"action.system.home\\\"]}]}],\\\"extensionAbilities\\\":[{\\\"name\\\":\\\"EntryBackupAbility\\\",\\\"srcEntry\\\":\\\"./ets/entrybackupability/EntryBackupAbility.ets\\\",\\\"type\\\":\\\"backup\\\",\\\"exported\\\":false,\\\"metadata\\\":[{\\\"name\\\":\\\"ohos.extension.backup\\\",\\\"resource\\\":\\\"$profile:backup_config\\\"}]}]}},\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\",\\\"2in1\\\"],\\\"deviceConfig\\\":\\\"deviceTypes\\\",\\\"configurationProfile\\\":\\\"module.json5\\\"}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"profileModuleName\",\"_value\":\"entry\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"5.0.2.126\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sourceRoots\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetStatusCode\",\"_value\":2,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"transformLib\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\"}"}],"_successful":true,"_projectName":"Home2","_moduleName":"entry","_taskName":"default@PreBuild","_key":":Home2:entry:default@PreBuild","_executionId":":Home2:entry:default@PreBuild:1742869739291","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/AppScope/app.json5",{"isDirectory":false,"fileSnapShotHashValue":"f353b1be81804f3825d1728654657532"}],["/Users/tian/Documents/DevEco/Home2/entry/src/main/module.json5",{"isDirectory":false,"fileSnapShotHashValue":"9179369544c6e5019bca8ee2ae826d10"}],["/Users/tian/Documents/DevEco/Home2/build-profile.json5",{"fileSnapShotHashValue":"fa70af0ea2ce79e936cd3378f6185ce2"}],["/Users/tian/Documents/DevEco/Home2/entry/build-profile.json5",{"fileSnapShotHashValue":"530c82bd94203d2034b4333476bdc7ba"}],["/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/profile/main_pages.json",{"fileSnapShotHashValue":"c9fadf0f356d25d03d710a18f7617c22"}],["/Users/tian/Documents/DevEco/Home2/hvigor/hvigor-config.json5",{"isDirectory":true,"fileSnapShotHashValue":"02402414c69cc7dc34adc3c498a44090"}],["/Users/tian/Documents/DevEco/Home2/entry/src/mock/mock-config.json5",{"isDirectory":false,"fileSnapShotHashValue":"9efefd62771274477f30c21e0ee0e690"}],["/Users/tian/Documents/DevEco/Home2/entry/oh-package.json5",{"fileSnapShotHashValue":"28239b48c904a9fe69987456d487b927"}],["/Users/tian/Documents/DevEco/Home2/oh-package.json5",{"fileSnapShotHashValue":"a0b4f9eaa523bced96f28acda5f03a93"}]]},"_outputFiles":{"dataType":"Map","value":[]}},":Home2:entry:default@GenerateMetadata":{"_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\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"artifactName\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSigned\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"relatedEntryModules\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"remoteHspMetaData\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetDeviceType\",\"_value\":[\"phone\",\"tablet\",\"2in1\"],\"_valueType\":\"object\"}"}],"_successful":true,"_projectName":"Home2","_moduleName":"entry","_taskName":"default@GenerateMetadata","_key":":Home2:entry:default@GenerateMetadata","_executionId":":Home2:entry:default@GenerateMetadata:1742869739457","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/src/main/module.json5",{"fileSnapShotHashValue":"9179369544c6e5019bca8ee2ae826d10"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/hap_metadata/default/output_metadata.json",{"fileSnapShotHashValue":"15c3f8dca00bb2f0fdf75f6b5b6459b5"}]]}},":Home2:entry:default@MergeProfile":{"_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\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"appJsonOpt\",\"_value\":\"{\\\"app\\\":{\\\"bundleName\\\":\\\"com.example.myapplication\\\",\\\"vendor\\\":\\\"example\\\",\\\"versionCode\\\":1000000,\\\"versionName\\\":\\\"1.0.0\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:app_name\\\"}}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"asanEnable\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildProfileAbilities\",\"_valueType\":\"undefined\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildRoot\",\"_value\":\"build\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersion\",\"_value\":14,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"hwasanEnable\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHsp\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isBundledDependencies\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isDebug\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarModule\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"module\\\":{\\\"name\\\":\\\"entry\\\",\\\"type\\\":\\\"entry\\\",\\\"description\\\":\\\"$string:module_desc\\\",\\\"mainElement\\\":\\\"EntryAbility\\\",\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\",\\\"2in1\\\"],\\\"deliveryWithInstall\\\":true,\\\"installationFree\\\":false,\\\"pages\\\":\\\"$profile:main_pages\\\",\\\"abilities\\\":[{\\\"name\\\":\\\"EntryAbility\\\",\\\"srcEntry\\\":\\\"./ets/entryability/EntryAbility.ets\\\",\\\"description\\\":\\\"$string:EntryAbility_desc\\\",\\\"icon\\\":\\\"$media:layered_image\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:startIcon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"exported\\\":true,\\\"skills\\\":[{\\\"entities\\\":[\\\"entity.system.home\\\"],\\\"actions\\\":[\\\"action.system.home\\\"]}]}],\\\"extensionAbilities\\\":[{\\\"name\\\":\\\"EntryBackupAbility\\\",\\\"srcEntry\\\":\\\"./ets/entrybackupability/EntryBackupAbility.ets\\\",\\\"type\\\":\\\"backup\\\",\\\"exported\\\":false,\\\"metadata\\\":[{\\\"name\\\":\\\"ohos.extension.backup\\\",\\\"resource\\\":\\\"$profile:backup_config\\\"}]}]}}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"multiProjects\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectConfigAppOpt\",\"_valueType\":\"undefined\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"releaseType\",\"_value\":\"Release\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetSdkVersion\",\"_value\":14,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"tsanEnable\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ubsanEnable\",\"_value\":false,\"_valueType\":\"boolean\"}"}],"_successful":true,"_projectName":"Home2","_moduleName":"entry","_taskName":"default@MergeProfile","_key":":Home2:entry:default@MergeProfile","_executionId":":Home2:entry:default@MergeProfile:1742869739465","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/AppScope/app.json5",{"fileSnapShotHashValue":"f353b1be81804f3825d1728654657532"}],["/Users/tian/Documents/DevEco/Home2/build-profile.json5",{"fileSnapShotHashValue":"fa70af0ea2ce79e936cd3378f6185ce2"}],["/Users/tian/Documents/DevEco/Home2/entry/src/main/module.json5",{"fileSnapShotHashValue":"9179369544c6e5019bca8ee2ae826d10"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/merge_profile/default/module.json",{"fileSnapShotHashValue":"912f6bb75c4f4faf3c0ee21b48e70c61"}]]}},":Home2:entry:default@CreateBuildProfile":{"_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\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildMode\",\"_value\":\"Debug\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildModeName\",\"_value\":\"debug\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildProfileFields\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectOhosConfigAppOpt\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"Home2","_moduleName":"entry","_taskName":"default@CreateBuildProfile","_key":":Home2:entry:default@CreateBuildProfile","_executionId":":Home2:entry:default@CreateBuildProfile:1742869739471","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/AppScope/app.json5",{"fileSnapShotHashValue":"f353b1be81804f3825d1728654657532"}],["/Users/tian/Documents/DevEco/Home2/build-profile.json5",{"fileSnapShotHashValue":"fa70af0ea2ce79e936cd3378f6185ce2"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/profile/default/BuildProfile.ets",{"fileSnapShotHashValue":"8741dc6cf2822990fd97d942e43b39f6"}]]}},":Home2:entry:default@GeneratePkgContextInfo":{"_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\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"pkgContextInfoMap-@ohos/hamock\",\"_value\":\"566d0d1ba1afb93928c8984a8fae6421\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"pkgContextInfoMap-@ohos/hypium\",\"_value\":\"69dbd9141bebef47c71175aada1bd7bf\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"pkgContextInfoMap-entry\",\"_value\":\"a8164913e569f3b3b2485e1811ddf44d\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\"}"}],"_successful":true,"_projectName":"Home2","_moduleName":"entry","_taskName":"default@GeneratePkgContextInfo","_key":":Home2:entry:default@GeneratePkgContextInfo","_executionId":":Home2:entry:default@GeneratePkgContextInfo:1742869739482","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"isDirectory":false,"fileSnapShotHashValue":"62f0dd14723964aca6f56fc769ef2d5b"}]]}},":Home2:entry:default@ProcessIntegratedHsp":{"_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":true,"_projectName":"Home2","_moduleName":"entry","_taskName":"default@ProcessIntegratedHsp","_key":":Home2:entry:default@ProcessIntegratedHsp","_executionId":":Home2:entry:default@ProcessIntegratedHsp:1742870531744","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/build/cache/default/integrated_hsp/integratedHspCache.json",{"isDirectory":false,"fileSnapShotHashValue":""}]]}},":Home2:entry:default@MakePackInfo":{"_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\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"appResOpt\",\"_value\":\"{\\\"app\\\":{\\\"bundleName\\\":\\\"com.example.myapplication\\\",\\\"vendor\\\":\\\"example\\\",\\\"versionCode\\\":1000000,\\\"versionName\\\":\\\"1.0.0\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:app_name\\\"}}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersion\",\"_value\":14,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileSdkVersion\",\"_value\":14,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"phone\",\"tablet\",\"2in1\"],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHsp\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"module\\\":{\\\"name\\\":\\\"entry\\\",\\\"type\\\":\\\"entry\\\",\\\"description\\\":\\\"$string:module_desc\\\",\\\"mainElement\\\":\\\"EntryAbility\\\",\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\",\\\"2in1\\\"],\\\"deliveryWithInstall\\\":true,\\\"pages\\\":\\\"$profile:main_pages\\\",\\\"abilities\\\":[{\\\"name\\\":\\\"EntryAbility\\\",\\\"srcEntry\\\":\\\"./ets/entryability/EntryAbility.ets\\\",\\\"description\\\":\\\"$string:EntryAbility_desc\\\",\\\"icon\\\":\\\"$media:layered_image\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:startIcon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"exported\\\":true,\\\"skills\\\":[{\\\"entities\\\":[\\\"entity.system.home\\\"],\\\"actions\\\":[\\\"action.system.home\\\"]}]}],\\\"extensionAbilities\\\":[{\\\"name\\\":\\\"EntryBackupAbility\\\",\\\"srcEntry\\\":\\\"./ets/entrybackupability/EntryBackupAbility.ets\\\",\\\"type\\\":\\\"backup\\\",\\\"exported\\\":false,\\\"metadata\\\":[{\\\"name\\\":\\\"ohos.extension.backup\\\",\\\"resource\\\":\\\"$profile:backup_config\\\"}]}]}}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectConfigAppOpt\",\"_valueType\":\"undefined\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"releaseType\",\"_value\":\"Release\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"Home2","_moduleName":"entry","_taskName":"default@MakePackInfo","_key":":Home2:entry:default@MakePackInfo","_executionId":":Home2:entry:default@MakePackInfo:1742869739495","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/AppScope/app.json5",{"fileSnapShotHashValue":"f353b1be81804f3825d1728654657532"}],["/Users/tian/Documents/DevEco/Home2/entry/src/main/module.json5",{"fileSnapShotHashValue":"9179369544c6e5019bca8ee2ae826d10"}],["/Users/tian/Documents/DevEco/Home2/build-profile.json5",{"fileSnapShotHashValue":"fa70af0ea2ce79e936cd3378f6185ce2"}],["/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/profile/backup_config.json",{"fileSnapShotHashValue":"7f7c6411183c0e62a8e728e0cfb54feb"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/pack.info",{"fileSnapShotHashValue":"53293d36816b37c56131d558020a994c"}]]}},":Home2:entry:default@SyscapTransform":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"phone\",\"tablet\",\"2in1\"],\"_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":"Home2","_moduleName":"entry","_taskName":"default@SyscapTransform","_key":":Home2:entry:default@SyscapTransform","_executionId":":Home2:entry:default@SyscapTransform:1742870531778","_inputFiles":{"dataType":"Map","value":[["/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool",{"fileSnapShotHashValue":"51d758e70ff305e18a69ca31c15a29df"}],["/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define",{"fileSnapShotHashValue":"2f72b77f283dbd674301a21d27c1af66"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/syscap/default/rpcid.sc",{"fileSnapShotHashValue":""}]]}},":Home2:entry:default@ProcessProfile":{"_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\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"arkEnable\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersionStage\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileMode\",\"_value\":\"esmodule\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"dependency\",\"_value\":\"[]\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"phone\",\"tablet\",\"2in1\"],\"_valueType\":\"object\"}"}],"_successful":true,"_projectName":"Home2","_moduleName":"entry","_taskName":"default@ProcessProfile","_key":":Home2:entry:default@ProcessProfile","_executionId":":Home2:entry:default@ProcessProfile:1742869739507","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/merge_profile/default/module.json",{"fileSnapShotHashValue":"912f6bb75c4f4faf3c0ee21b48e70c61"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/process_profile/default/module.json",{"fileSnapShotHashValue":"ccf12a7ff42f165ec6fba7b71a0230dd"}]]}},":Home2:entry:default@ProcessRouterMap":{"_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\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"byteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"obfuscated\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\"}"}],"_successful":true,"_projectName":"Home2","_moduleName":"entry","_taskName":"default@ProcessRouterMap","_key":":Home2:entry:default@ProcessRouterMap","_executionId":":Home2:entry:default@ProcessRouterMap:1742869739619","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/oh-package.json5",{"fileSnapShotHashValue":"28239b48c904a9fe69987456d487b927"}],["/Users/tian/Documents/DevEco/Home2/oh-package.json5",{"fileSnapShotHashValue":"a0b4f9eaa523bced96f28acda5f03a93"}],["/Users/tian/Documents/DevEco/Home2/entry/src/main/module.json5",{"fileSnapShotHashValue":"9179369544c6e5019bca8ee2ae826d10"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"62f0dd14723964aca6f56fc769ef2d5b"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/router_map/default/temp-router-map.json",{"fileSnapShotHashValue":"26995148716f2e125859582138ef04f2"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/router_map/default/loader-router-map.json",{"fileSnapShotHashValue":"17e60142b0098237bc5924076f83e1ec"}]]}},":Home2:entry:default@ProcessResource":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/opt-compression.json\",\"_value\":\"{\\\"context\\\":{\\\"extensionPath\\\":\\\"/Applications/DevEco-Studio.app/Contents/sdk/default/hms/toolchains/lib/libimage_transcoder_shared.dylib\\\"},\\\"compression\\\":{\\\"media\\\":{\\\"enable\\\":false},\\\"filters\\\":[]}}\",\"_valueType\":\"string\"}"},{"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\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"resConfigJsonContent\",\"_value\":\"{\\\"configPath\\\":\\\"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/process_profile/default/module.json\\\",\\\"packageName\\\":\\\"com.example.myapplication\\\",\\\"output\\\":\\\"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default\\\",\\\"moduleNames\\\":\\\"entry\\\",\\\"ResourceTable\\\":[\\\"/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/r/default/ResourceTable.h\\\"],\\\"applicationResource\\\":\\\"/Users/tian/Documents/DevEco/Home2/AppScope/resources\\\",\\\"moduleResources\\\":[\\\"/Users/tian/Documents/DevEco/Home2/entry/src/main/resources\\\"],\\\"dependencies\\\":[],\\\"iconCheck\\\":true,\\\"ids\\\":\\\"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ids_map\\\",\\\"definedIds\\\":\\\"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ids_map/id_defined.json\\\",\\\"definedSysIds\\\":\\\"/Applications/DevEco-Studio.app/Contents/sdk/default/hms/toolchains/id_defined.json\\\"}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"resource_str\",\"_value\":false,\"_valueType\":\"boolean\"}"}],"_successful":true,"_projectName":"Home2","_moduleName":"entry","_taskName":"default@ProcessResource","_key":":Home2:entry:default@ProcessResource","_executionId":":Home2:entry:default@ProcessResource:1742869739629","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resConfig.json",{"isDirectory":false,"fileSnapShotHashValue":"d01c09bd1d7b68bdc6d452d357fd48c5"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/opt-compression.json",{"isDirectory":false,"fileSnapShotHashValue":"ddbbf5fd731079889bf692a2d3a20d06"}]]}},":Home2:entry:default@GenerateLoaderJson":{"_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\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"anBuildMode\",\"_value\":\"type\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"apPath\",\"_value\":\"/Users/tian/Documents/DevEco/Home2/entry/modules.ap\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleApiVersion\",\"_value\":14,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileApiVersion\",\"_value\":14,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileMode\",\"_value\":\"esmodule\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"fallbackAnBuild\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"harNameOhmMap\",\"_value\":\"{}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"hspNameOhmMap\",\"_value\":\"{}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isBundledDependencies\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isByteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isFullCompilationEnabled\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarWithCoverage\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isOhosTest\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"modulePathMap\",\"_value\":\"{\\\"entry\\\":\\\"/Users/tian/Documents/DevEco/Home2/entry\\\"}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"module_dependencies\",\"_value\":\"{}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"needSubmitArkTsWidget\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"nodeModulesPath\",\"_value\":\"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/node_modules\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"overrides\",\"_valueType\":\"undefined\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"patchConfig\",\"_value\":\"{\\\"changedFileList\\\":\\\"/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/patch/default/changedFileList.json\\\"}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectRootPath\",\"_value\":\"/Users/tian/Documents/DevEco/Home2\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"project_dependencies\",\"_value\":\"{}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"shouldTreatHarAsHap\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetConfig\",\"_value\":\"{\\\"name\\\":\\\"default\\\"}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\"}"}],"_successful":true,"_projectName":"Home2","_moduleName":"entry","_taskName":"default@GenerateLoaderJson","_key":":Home2:entry:default@GenerateLoaderJson","_executionId":":Home2:entry:default@GenerateLoaderJson:1742869739640","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/src/mock/mock-config.json5",{"fileSnapShotHashValue":"9efefd62771274477f30c21e0ee0e690"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"62f0dd14723964aca6f56fc769ef2d5b"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/router_map/default/temp-router-map.json",{"fileSnapShotHashValue":"26995148716f2e125859582138ef04f2"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/loader.json",{"isDirectory":false,"fileSnapShotHashValue":"9ea16b983a35ac2974a5c7b4a1527515"}]]}},":Home2:entry:default@ProcessLibs":{"_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\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"excludeFromHar\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isBundledDependencies\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isByteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\"}"}],"_successful":true,"_projectName":"Home2","_moduleName":"entry","_taskName":"default@ProcessLibs","_key":":Home2:entry:default@ProcessLibs","_executionId":":Home2:entry:default@ProcessLibs:1742869739651","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/build-profile.json5",{"fileSnapShotHashValue":"fa70af0ea2ce79e936cd3378f6185ce2"}],["/Users/tian/Documents/DevEco/Home2/entry/build-profile.json5",{"fileSnapShotHashValue":"530c82bd94203d2034b4333476bdc7ba"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":Home2:entry:default@CompileResource":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool,-l,/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resConfig.json\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"TARGET_CONFIG\",\"_value\":\"{\\\"name\\\":\\\"default\\\"}\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"Home2","_moduleName":"entry","_taskName":"default@CompileResource","_key":":Home2:entry:default@CompileResource","_executionId":":Home2:entry:default@CompileResource:1742869739669","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/src/main/resources",{"fileSnapShotHashValue":"687be0e75beb813133abae24bf203bbc"}],["/Users/tian/Documents/DevEco/Home2/AppScope/resources",{"fileSnapShotHashValue":"aca3898b8be5438ff70064bf6c8a9ecf"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/process_profile/default/module.json",{"isDirectory":false,"fileSnapShotHashValue":"ccf12a7ff42f165ec6fba7b71a0230dd"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resConfig.json",{"isDirectory":false,"fileSnapShotHashValue":"d01c09bd1d7b68bdc6d452d357fd48c5"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default",{"isDirectory":true,"fileSnapShotHashValue":"d19aa35dcbb15c121a4d9fea7fcc483c"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/r/default/ResourceTable.h",{"isDirectory":false,"fileSnapShotHashValue":"51b608f5175f46af742dc29c3e8261c0"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/r/default",{"isDirectory":true,"fileSnapShotHashValue":"407596e74210d39cf3c0980cace50cd6"}]]}},":Home2: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\":\"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\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"autoLazyImport\",\"_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\":\"noExternalImportByPath\",\"_value\":true,\"_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":"Home2","_moduleName":"entry","_taskName":"default@CompileArkTS","_key":":Home2:entry:default@CompileArkTS","_executionId":":Home2:entry:default@CompileArkTS:1742870531913","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default",{"isDirectory":true,"fileSnapShotHashValue":"ff2f337146b45c376b1c05340b92e4bb"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/rawfile",{"isDirectory":true,"fileSnapShotHashValue":""}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ResourceTable.txt",{"fileSnapShotHashValue":"b0f6707486c1980d952a70be8be1e2d5"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ark_module.json",{"fileSnapShotHashValue":"efcfebe61a04f6b1253a61e2526c6b87"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile",{"isDirectory":true,"fileSnapShotHashValue":"ee39977261a407960d8d5d3d073eec92"}],["/Users/tian/Documents/DevEco/Home2/entry/src/main/ets",{"isDirectory":true,"fileSnapShotHashValue":"dc1e9bb84b87257ee10948dbf9f14f4f"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"62f0dd14723964aca6f56fc769ef2d5b"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/profile/default/BuildProfile.ets",{"fileSnapShotHashValue":"8741dc6cf2822990fd97d942e43b39f6"}],["/Users/tian/Documents/DevEco/Home2/entry/src/mock/mock-config.json5",{"isDirectory":false,"fileSnapShotHashValue":"9efefd62771274477f30c21e0ee0e690"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets",{"isDirectory":true,"fileSnapShotHashValue":"57356c1492a196bd16ed9b565e3818c5"}]]}},":Home2: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\":\"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\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"autoLazyImport\",\"_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":"Home2","_moduleName":"entry","_taskName":"default@BuildJS","_key":":Home2:entry:default@BuildJS","_executionId":":Home2:entry:default@BuildJS:1742870532015","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default",{"isDirectory":true,"fileSnapShotHashValue":"ff2f337146b45c376b1c05340b92e4bb"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/rawfile",{"isDirectory":true,"fileSnapShotHashValue":""}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ResourceTable.txt",{"fileSnapShotHashValue":"b0f6707486c1980d952a70be8be1e2d5"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ark_module.json",{"fileSnapShotHashValue":"efcfebe61a04f6b1253a61e2526c6b87"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile",{"isDirectory":true,"fileSnapShotHashValue":"ee39977261a407960d8d5d3d073eec92"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"62f0dd14723964aca6f56fc769ef2d5b"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/js",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":Home2:entry:default@DoNativeStrip":{"_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\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"debugSymbol\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"Home2","_moduleName":"entry","_taskName":"default@DoNativeStrip","_key":":Home2:entry:default@DoNativeStrip","_executionId":":Home2:entry:default@DoNativeStrip:1742869740898","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/stripped_native_libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":Home2:entry:default@CacheNativeLibs":{"_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\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"debugSymbol\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"Home2","_moduleName":"entry","_taskName":"default@CacheNativeLibs","_key":":Home2:entry:default@CacheNativeLibs","_executionId":":Home2:entry:default@CacheNativeLibs:1742869741018","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/stripped_native_libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/patch/default/base_native_libs.json",{"isDirectory":false,"fileSnapShotHashValue":"11e752ac0318cdf1d916d3e1fe4fb054"}]]}},":Home2: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":"Home2","_moduleName":"entry","_taskName":"default@GeneratePkgModuleJson","_key":":Home2:entry:default@GeneratePkgModuleJson","_executionId":":Home2:entry:default@GeneratePkgModuleJson:1742869750165","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/module.json",{"fileSnapShotHashValue":"1c7994d5f1bac7d0842da98b574426ce"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/package/default/module.json",{"fileSnapShotHashValue":"d4e1d6369f30c5bc2181263cdd7e0a5d"}]]}},":Home2: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,/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar,--mode,hap,--force,true,--lib-path,/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/stripped_native_libs/default,--json-path,/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/package/default/module.json,--resources-path,/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources,--index-path,/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources.index,--pack-info-path,/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/pack.info,--out-path,/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap,--ets-path,/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets,--pkg-context-path,/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"Home2","_moduleName":"entry","_taskName":"default@PackageHap","_key":":Home2:entry:default@PackageHap","_executionId":":Home2:entry:default@PackageHap:1742870534271","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/stripped_native_libs/default",{"isDirectory":false,"fileSnapShotHashValue":""}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/module.json",{"isDirectory":false,"fileSnapShotHashValue":"1c7994d5f1bac7d0842da98b574426ce"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources",{"isDirectory":false,"fileSnapShotHashValue":"b8cd06bfc9e8ad391f95d0a9fbbf3b80"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources.index",{"isDirectory":false,"fileSnapShotHashValue":"a5d068f74070b9f749cec85520caa9da"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/pack.info",{"isDirectory":false,"fileSnapShotHashValue":"53293d36816b37c56131d558020a994c"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets",{"isDirectory":false,"fileSnapShotHashValue":"57356c1492a196bd16ed9b565e3818c5"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"isDirectory":false,"fileSnapShotHashValue":"62f0dd14723964aca6f56fc769ef2d5b"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map",{"isDirectory":false,"fileSnapShotHashValue":"2e3a79476b12f434f8824f89f4017d1a"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/profile/default/BuildProfile.ets",{"fileSnapShotHashValue":"8741dc6cf2822990fd97d942e43b39f6"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap",{"isDirectory":false,"fileSnapShotHashValue":"7c1bbbe509c31b870896be95d43c56b6"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/source_map/default/sourceMaps.map",{"fileSnapShotHashValue":"d38a94bc9d7d8cbc16817e2784b82825"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/mapping/sourceMaps.map",{"fileSnapShotHashValue":"0d1e614a5a0ec048ecbc3556dd847870"}]]}},":Home2:entry:default@SignHap":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"enableSignTask\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"5.0.2.126\",\"_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":"Home2","_moduleName":"entry","_taskName":"default@SignHap","_key":":Home2:entry:default@SignHap","_executionId":":Home2:entry:default@SignHap:1742870534774","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap",{"isDirectory":false,"fileSnapShotHashValue":"7c1bbbe509c31b870896be95d43c56b6"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-signed.hap",{"isDirectory":false,"fileSnapShotHashValue":""}]]}},":Home2: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":"Home2","_moduleName":"entry","_taskName":"default@CollectDebugSymbol","_key":":Home2:entry:default@CollectDebugSymbol","_executionId":":Home2:entry:default@CollectDebugSymbol:1742870534776","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map",{"fileSnapShotHashValue":"2e3a79476b12f434f8824f89f4017d1a"}],["/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/symbol",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":ClassMG:entry:default@PreBuild":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"apiType\",\"_value\":\"stageMode\",\"_valueType\":\"string\",\"_hash\":\"699c7565645ea3ea8c88551a4926a3d5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"byteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"1918a3ccb645ccacd0aedd84fc6cf8a4\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"codeType\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"d6dcf21a9f078b661283507536e57ce8\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleApiVersion\",\"_value\":14,\"_valueType\":\"number\",\"_hash\":\"b4557c00f19b84e4127d25871ad78e48\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileApiVersion\",\"_value\":14,\"_valueType\":\"number\",\"_hash\":\"9818aaec7bfe7504d81668c694051752\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"configuration\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"d12f0038691f8f34d654391bbcee2f8e\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"configurationFileJson\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"2b55287f40f7e8896b21bab4028e156b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"970a2695bffac1c5a4fa283dc36050e3\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceType\",\"_value\":[\"phone\",\"tablet\",\"2in1\"],\"_valueType\":\"object\",\"_hash\":\"82734343919a9219c848a93ce88dfb4d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integrated_hsp\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"2538281751f182d9123d2ab28efaf9be\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSupportOhpmProj\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"f3a249d7e3f751316e931b8a08b074b4\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"mockConfigSources\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"c489be8273867a50afbc86c53d938c92\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"jsonFilePath\\\":\\\"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5\\\",\\\"profile\\\":{\\\"module\\\":{\\\"name\\\":\\\"entry\\\",\\\"type\\\":\\\"entry\\\",\\\"description\\\":\\\"$string:module_desc\\\",\\\"mainElement\\\":\\\"EntryAbility\\\",\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\",\\\"2in1\\\"],\\\"requestPermissions\\\":[{\\\"name\\\":\\\"ohos.permission.INTERNET\\\"}],\\\"deliveryWithInstall\\\":true,\\\"installationFree\\\":false,\\\"pages\\\":\\\"$profile:main_pages\\\",\\\"abilities\\\":[{\\\"name\\\":\\\"EntryAbility\\\",\\\"srcEntry\\\":\\\"./ets/entryability/EntryAbility.ets\\\",\\\"description\\\":\\\"$string:EntryAbility_desc\\\",\\\"icon\\\":\\\"$media:layered_image\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:startIcon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"exported\\\":true,\\\"skills\\\":[{\\\"entities\\\":[\\\"entity.system.home\\\"],\\\"actions\\\":[\\\"action.system.home\\\"]}]}],\\\"extensionAbilities\\\":[{\\\"name\\\":\\\"EntryBackupAbility\\\",\\\"srcEntry\\\":\\\"./ets/entrybackupability/EntryBackupAbility.ets\\\",\\\"type\\\":\\\"backup\\\",\\\"exported\\\":false,\\\"metadata\\\":[{\\\"name\\\":\\\"ohos.extension.backup\\\",\\\"resource\\\":\\\"$profile:backup_config\\\"}]}]}},\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\",\\\"2in1\\\"],\\\"deviceConfig\\\":\\\"deviceTypes\\\",\\\"configurationProfile\\\":\\\"module.json5\\\"}\",\"_valueType\":\"string\",\"_hash\":\"6052e334940595afce3fa3d72e53e424\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"profileModuleName\",\"_value\":\"entry\",\"_valueType\":\"string\",\"_hash\":\"b174ea6ff5824844dde5ad92f6b3ef2b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"5.0.2.126\",\"_valueType\":\"string\",\"_hash\":\"4ef15ded1338336e6f13f094fc2dd40f\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sourceRoots\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"a369c115d2c4122f3819759804ec9d35\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetStatusCode\",\"_value\":2,\"_valueType\":\"number\",\"_hash\":\"5a9255c0f4ee50904a9349ebafca8369\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"transformLib\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"7d270d0ce7ae5c6e2e32760cb396ea5a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"05eabcf12e6fe230e579e0fd37679db6\"}"}],"_successful":true,"_projectName":"ClassMG","_moduleName":"entry","_taskName":"default@PreBuild","_key":":ClassMG:entry:default@PreBuild","_executionId":":ClassMG:entry:default@PreBuild:1743421259700","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5",{"isDirectory":false,"fileSnapShotHashValue":"f353b1be81804f3825d1728654657532"}],["/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5",{"isDirectory":false,"fileSnapShotHashValue":"e795677e7091372e0b65062773fbcdb7"}],["/Users/tian/Documents/DevEco/ClassMG/build-profile.json5",{"fileSnapShotHashValue":"fa70af0ea2ce79e936cd3378f6185ce2"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build-profile.json5",{"fileSnapShotHashValue":"530c82bd94203d2034b4333476bdc7ba"}],["/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/main_pages.json",{"fileSnapShotHashValue":"298ed7c74b0fe56d16d2c14ee4a15831"}],["/Users/tian/Documents/DevEco/ClassMG/hvigor/hvigor-config.json5",{"isDirectory":true,"fileSnapShotHashValue":"02402414c69cc7dc34adc3c498a44090"}],["/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5",{"isDirectory":false,"fileSnapShotHashValue":"9efefd62771274477f30c21e0ee0e690"}],["/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5",{"fileSnapShotHashValue":"28239b48c904a9fe69987456d487b927"}],["/Users/tian/Documents/DevEco/ClassMG/oh-package.json5",{"fileSnapShotHashValue":"a0b4f9eaa523bced96f28acda5f03a93"}]]},"_outputFiles":{"dataType":"Map","value":[]}},":ClassMG:entry:default@MergeProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"appJsonOpt\",\"_value\":\"{\\\"app\\\":{\\\"bundleName\\\":\\\"com.example.myapplication\\\",\\\"vendor\\\":\\\"example\\\",\\\"versionCode\\\":1000000,\\\"versionName\\\":\\\"1.0.0\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:app_name\\\"}}\",\"_valueType\":\"string\",\"_hash\":\"cc6c420a5b1d04d1e32082a845dfb99e\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"asanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"bc2129ba20a21b7e5234139ede1b4d7b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildProfileAbilities\",\"_valueType\":\"undefined\",\"_hash\":\"40d5093f345351dd6d67ce5d6a209345\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildRoot\",\"_value\":\"build\",\"_valueType\":\"string\",\"_hash\":\"4c2dd7bb7507f74001ec27f2936db7f9\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersion\",\"_value\":14,\"_valueType\":\"number\",\"_hash\":\"3b23e0aee1cf1345b8114a4c9a3e62ca\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"hwasanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"d35c8440e915c3a94c482ddd6f7af075\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHsp\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"e67900c25b1f9fb70cc779de77dc6912\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isBundledDependencies\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"a69aa552317c7a6e087cb84a5722e050\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isDebug\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"edbf05a2d2be2c385e75d9565a48d419\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarModule\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"a15b7a3ed818faa99a4a10d67f52cb72\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"module\\\":{\\\"name\\\":\\\"entry\\\",\\\"type\\\":\\\"entry\\\",\\\"description\\\":\\\"$string:module_desc\\\",\\\"mainElement\\\":\\\"EntryAbility\\\",\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\",\\\"2in1\\\"],\\\"requestPermissions\\\":[{\\\"name\\\":\\\"ohos.permission.INTERNET\\\"}],\\\"deliveryWithInstall\\\":true,\\\"installationFree\\\":false,\\\"pages\\\":\\\"$profile:main_pages\\\",\\\"abilities\\\":[{\\\"name\\\":\\\"EntryAbility\\\",\\\"srcEntry\\\":\\\"./ets/entryability/EntryAbility.ets\\\",\\\"description\\\":\\\"$string:EntryAbility_desc\\\",\\\"icon\\\":\\\"$media:layered_image\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:startIcon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"exported\\\":true,\\\"skills\\\":[{\\\"entities\\\":[\\\"entity.system.home\\\"],\\\"actions\\\":[\\\"action.system.home\\\"]}]}],\\\"extensionAbilities\\\":[{\\\"name\\\":\\\"EntryBackupAbility\\\",\\\"srcEntry\\\":\\\"./ets/entrybackupability/EntryBackupAbility.ets\\\",\\\"type\\\":\\\"backup\\\",\\\"exported\\\":false,\\\"metadata\\\":[{\\\"name\\\":\\\"ohos.extension.backup\\\",\\\"resource\\\":\\\"$profile:backup_config\\\"}]}]}}\",\"_valueType\":\"string\",\"_hash\":\"c4f1219e6a7468bfae5f81dc4d639805\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"multiProjects\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"555604752defc243b4e4c55d1549fc06\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectConfigAppOpt\",\"_valueType\":\"undefined\",\"_hash\":\"b52997704fa206ed96a13a1f2e464a85\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"releaseType\",\"_value\":\"Release\",\"_valueType\":\"string\",\"_hash\":\"bbcabdda034e97584f8c36f85b3ec517\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetSdkVersion\",\"_value\":14,\"_valueType\":\"number\",\"_hash\":\"a0871669f157ed4efdda103625c1fcf4\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"tsanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"086cac69f102cdd9ee25e54982ad7b76\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ubsanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"3b15da42c5f4b695fbd1d0b43191764a\"}"}],"_successful":true,"_projectName":"ClassMG","_moduleName":"entry","_taskName":"default@MergeProfile","_key":":ClassMG:entry:default@MergeProfile","_executionId":":ClassMG:entry:default@MergeProfile:1743421260527","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5",{"fileSnapShotHashValue":"f353b1be81804f3825d1728654657532"}],["/Users/tian/Documents/DevEco/ClassMG/build-profile.json5",{"fileSnapShotHashValue":"fa70af0ea2ce79e936cd3378f6185ce2"}],["/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5",{"fileSnapShotHashValue":"e795677e7091372e0b65062773fbcdb7"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json",{"fileSnapShotHashValue":"d825b12f5e6665f7a2e0812dc0627265"}]]}},":ClassMG:entry:default@CreateBuildProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildMode\",\"_value\":\"Debug\",\"_valueType\":\"string\",\"_hash\":\"8120d22ada0d6de22b101e1f4ea16e81\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildModeName\",\"_value\":\"debug\",\"_valueType\":\"string\",\"_hash\":\"3f0246ea410fd9efa9fc7196cca045e3\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildProfileFields\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"21090e125326cef17357e44b789a1ab5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectOhosConfigAppOpt\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"7613f1b2cb16d78bb723d12882b0d923\"}"}],"_successful":true,"_projectName":"ClassMG","_moduleName":"entry","_taskName":"default@CreateBuildProfile","_key":":ClassMG:entry:default@CreateBuildProfile","_executionId":":ClassMG:entry:default@CreateBuildProfile:1743421260553","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5",{"fileSnapShotHashValue":"f353b1be81804f3825d1728654657532"}],["/Users/tian/Documents/DevEco/ClassMG/build-profile.json5",{"fileSnapShotHashValue":"fa70af0ea2ce79e936cd3378f6185ce2"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets",{"fileSnapShotHashValue":"b9c3fd845dc875018bcb6754fac03dd4"}]]}},":ClassMG:entry:default@GeneratePkgContextInfo":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"pkgContextInfoMap-@ohos/hamock\",\"_value\":\"566d0d1ba1afb93928c8984a8fae6421\",\"_valueType\":\"string\",\"_hash\":\"52638b5b8d5967d85f7d558e6c0897dd\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"pkgContextInfoMap-@ohos/hypium\",\"_value\":\"69dbd9141bebef47c71175aada1bd7bf\",\"_valueType\":\"string\",\"_hash\":\"65eb1ae89d72758b386a93dddd5db61d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"pkgContextInfoMap-entry\",\"_value\":\"a8164913e569f3b3b2485e1811ddf44d\",\"_valueType\":\"string\",\"_hash\":\"6fbb0d2287cd1f34051162075393f37a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"05eabcf12e6fe230e579e0fd37679db6\"}"}],"_successful":true,"_projectName":"ClassMG","_moduleName":"entry","_taskName":"default@GeneratePkgContextInfo","_key":":ClassMG:entry:default@GeneratePkgContextInfo","_executionId":":ClassMG:entry:default@GeneratePkgContextInfo:1743421260582","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"isDirectory":false,"fileSnapShotHashValue":"a1ff09e24b8a25fe21955e28d417ab29"}]]}},":ClassMG:entry:default@ProcessProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"arkEnable\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"750b4bda198545a67903dfb3f6a00a95\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersionStage\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"713e499a13beffe12f1dfb936f957a2a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileMode\",\"_value\":\"esmodule\",\"_valueType\":\"string\",\"_hash\":\"dacafc8e0b77a950178a0b4d142dc32c\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"dependency\",\"_value\":\"[]\",\"_valueType\":\"string\",\"_hash\":\"ac54f3d4ced2d4c1d666d40e4f7c454a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"phone\",\"tablet\",\"2in1\"],\"_valueType\":\"object\",\"_hash\":\"955f8760c6b7289b81ed107c2c4df075\"}"}],"_successful":true,"_projectName":"ClassMG","_moduleName":"entry","_taskName":"default@ProcessProfile","_key":":ClassMG:entry:default@ProcessProfile","_executionId":":ClassMG:entry:default@ProcessProfile:1743421260810","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json",{"fileSnapShotHashValue":"d825b12f5e6665f7a2e0812dc0627265"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json",{"fileSnapShotHashValue":"d54b1b12d19fe7029f5d6a4cc30c160d"}]]}},":ClassMG:entry:default@ProcessRouterMap":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"byteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"1918a3ccb645ccacd0aedd84fc6cf8a4\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"obfuscated\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"a69c27b9cf01a6710d3662cfe180239f\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"05eabcf12e6fe230e579e0fd37679db6\"}"}],"_successful":true,"_projectName":"ClassMG","_moduleName":"entry","_taskName":"default@ProcessRouterMap","_key":":ClassMG:entry:default@ProcessRouterMap","_executionId":":ClassMG:entry:default@ProcessRouterMap:1743421261441","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5",{"fileSnapShotHashValue":"28239b48c904a9fe69987456d487b927"}],["/Users/tian/Documents/DevEco/ClassMG/oh-package.json5",{"fileSnapShotHashValue":"a0b4f9eaa523bced96f28acda5f03a93"}],["/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5",{"fileSnapShotHashValue":"e795677e7091372e0b65062773fbcdb7"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"a1ff09e24b8a25fe21955e28d417ab29"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/temp-router-map.json",{"fileSnapShotHashValue":"b30c5fef2d89288ed2d504e8884893a5"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/loader-router-map.json",{"fileSnapShotHashValue":"8e9b718edd6982e26b67570fb361ea16"}]]}},":ClassMG:entry:default@GenerateLoaderJson":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"anBuildMode\",\"_value\":\"type\",\"_valueType\":\"string\",\"_hash\":\"de241a1eec94a2a622ff1c89f32846a2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"apPath\",\"_value\":\"/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap\",\"_valueType\":\"string\",\"_hash\":\"fef2bbfe8020724f26db8b6144cd6166\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleApiVersion\",\"_value\":14,\"_valueType\":\"number\",\"_hash\":\"b4557c00f19b84e4127d25871ad78e48\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileApiVersion\",\"_value\":14,\"_valueType\":\"number\",\"_hash\":\"9818aaec7bfe7504d81668c694051752\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileMode\",\"_value\":\"esmodule\",\"_valueType\":\"string\",\"_hash\":\"dacafc8e0b77a950178a0b4d142dc32c\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"fallbackAnBuild\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"a63e98bb3f368ced6ed4d5579ea7ca39\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"harNameOhmMap\",\"_value\":\"{}\",\"_valueType\":\"string\",\"_hash\":\"0faf006bccbcdc2c7f04ff2d8c87894f\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"hspNameOhmMap\",\"_value\":\"{}\",\"_valueType\":\"string\",\"_hash\":\"0e2d87e0c1ed279c66bc3efb8683e5d1\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isBundledDependencies\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"a69aa552317c7a6e087cb84a5722e050\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isByteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"c5f9b9e5cabee4253d52d0d01ca64ba2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isFullCompilationEnabled\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"98b683d049e4e7fc32ef1be5321fe0b6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarWithCoverage\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"7224a86bd9c5f83cb9a1a61584afcfb4\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isOhosTest\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"d82a43074b4d7726f9a69dbce1ae80d2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"modulePathMap\",\"_value\":\"{\\\"entry\\\":\\\"/Users/tian/Documents/DevEco/ClassMG/entry\\\"}\",\"_valueType\":\"string\",\"_hash\":\"aec463f9a8b2064ad5a492a5dca877aa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"module_dependencies\",\"_value\":\"{}\",\"_valueType\":\"string\",\"_hash\":\"974757f304b5bfd1c1454ea7a38cd0d5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"needSubmitArkTsWidget\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"dc1ab65720a503a3d9098eab280b7116\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"nodeModulesPath\",\"_value\":\"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/node_modules\",\"_valueType\":\"string\",\"_hash\":\"23b4caef6c75c983c2211ac1f1ac2393\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"overrides\",\"_valueType\":\"undefined\",\"_hash\":\"0e8f66f8eb79c6f33fb153c3fc3942f4\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"patchConfig\",\"_value\":\"{\\\"changedFileList\\\":\\\"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/patch/default/changedFileList.json\\\"}\",\"_valueType\":\"string\",\"_hash\":\"bba1e24e4abaaf4c9326c7915233ddfe\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectRootPath\",\"_value\":\"/Users/tian/Documents/DevEco/ClassMG\",\"_valueType\":\"string\",\"_hash\":\"cac63d08f66e649f69144683ae60639b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"project_dependencies\",\"_value\":\"{}\",\"_valueType\":\"string\",\"_hash\":\"e15496bf1de2273597f444f07f1ca6d5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"shouldTreatHarAsHap\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"24c9a48f68bd9cc73238825ca10c9629\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetConfig\",\"_value\":\"{\\\"name\\\":\\\"default\\\"}\",\"_valueType\":\"string\",\"_hash\":\"44f0c01d44e2bbf4013c5bb1f232e1fe\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"05eabcf12e6fe230e579e0fd37679db6\"}"}],"_successful":true,"_projectName":"ClassMG","_moduleName":"entry","_taskName":"default@GenerateLoaderJson","_key":":ClassMG:entry:default@GenerateLoaderJson","_executionId":":ClassMG:entry:default@GenerateLoaderJson:1743421261798","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5",{"fileSnapShotHashValue":"9efefd62771274477f30c21e0ee0e690"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"a1ff09e24b8a25fe21955e28d417ab29"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/temp-router-map.json",{"fileSnapShotHashValue":"b30c5fef2d89288ed2d504e8884893a5"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json",{"isDirectory":false,"fileSnapShotHashValue":"ca6e89440e897cf12686ad1e73a94cfb"}]]}},":ClassMG:entry:default@PreviewCompileResource":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"PREVIEWER_REPLACE_PAGE\",\"_valueType\":\"undefined\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"PREVIEWER_REPLACE_SRCPATH\",\"_valueType\":\"undefined\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"TARGET_CONFIG\",\"_value\":\"{\\\"name\\\":\\\"default\\\"}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"ClassMG","_moduleName":"entry","_taskName":"default@PreviewCompileResource","_key":":ClassMG:entry:default@PreviewCompileResource","_executionId":":ClassMG:entry:default@PreviewCompileResource:1742871979009","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources",{"fileSnapShotHashValue":"6d3b31e7ae05eb4a54af9503fcd320b6"}],["/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/merge_profile/default/module.json",{"fileSnapShotHashValue":"4c3e3c07976769fc8d3e3753cba82cda"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default",{"isDirectory":true,"fileSnapShotHashValue":"ad9c118cce3abbdb116caa7ad614c8e4"}],["/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/generated/r/default",{"isDirectory":true,"fileSnapShotHashValue":"7c552887bd691fd9347d5c75ba66f57c"}]]}},":ClassMG:entry:default@CopyPreviewProfile":{"_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":true,"_projectName":"ClassMG","_moduleName":"entry","_taskName":"default@CopyPreviewProfile","_key":":ClassMG:entry:default@CopyPreviewProfile","_executionId":":ClassMG:entry:default@CopyPreviewProfile:1742871979151","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile",{"fileSnapShotHashValue":"15cf22cf01748c58462a69bd2c86ad22"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile",{"fileSnapShotHashValue":"fec7d6218432f73efc953b6750cd50a3"}]]}},":ClassMG:entry:default@PreviewUpdateAssets":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"previewBuildConfigJson\",\"_value\":\"{\\\"deviceType\\\":\\\"phone,tablet,2in1\\\",\\\"checkEntry\\\":\\\"true\\\",\\\"localPropertiesPath\\\":\\\"/Users/tian/Documents/DevEco/ClassMG/local.properties\\\",\\\"PATH\\\":\\\"/Applications/DevEco-Studio.app/Contents/tools/node/bin/\\\",\\\"note\\\":\\\"false\\\",\\\"aceProfilePath\\\":\\\"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile\\\",\\\"isPreview\\\":\\\"true\\\",\\\"hapMode\\\":\\\"false\\\",\\\"buildMode\\\":\\\"debug\\\",\\\"img2bin\\\":\\\"true\\\",\\\"projectProfilePath\\\":\\\"/Users/tian/Documents/DevEco/ClassMG/build-profile.json5\\\",\\\"watchMode\\\":\\\"true\\\",\\\"appResource\\\":\\\"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/ResourceTable.txt\\\",\\\"logLevel\\\":\\\"3\\\",\\\"stageRouterConfig\\\":{\\\"contents\\\":[\\\"{\\\\\\\"module\\\\\\\":{\\\\\\\"pages\\\\\\\":\\\\\\\"$profile:main_pages\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"entry\\\\\\\"}}\\\",\\\"{\\\\\\\"src\\\\\\\":[\\\\\\\"pages/login\\\\\\\",\\\\\\\"pages/WelcomePage\\\\\\\",\\\\\\\"pages/HomePage\\\\\\\",\\\\\\\"pages/SettingsPage\\\\\\\",\\\\\\\"pages/ClassPage\\\\\\\"]}\\\"],\\\"paths\\\":[\\\"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module.json\\\",\\\"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile/main_pages.json\\\"]},\\\"aceBuildJson\\\":\\\"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default/loader.json\\\",\\\"aceModuleRoot\\\":\\\"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets\\\",\\\"aceSoPath\\\":\\\"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/cache/nativeDependencies.txt\\\",\\\"cachePath\\\":\\\"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/cache/.default\\\",\\\"aceModuleBuild\\\":\\\"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/assets/default/ets\\\",\\\"aceModuleJsonPath\\\":\\\"/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module.json\\\"}\",\"_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":"ClassMG","_moduleName":"entry","_taskName":"default@PreviewUpdateAssets","_key":":ClassMG:entry:default@PreviewUpdateAssets","_executionId":":ClassMG:entry:default@PreviewUpdateAssets:1742871979161","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module.json",{"isDirectory":false,"fileSnapShotHashValue":"be08cc331caa2f4d14f24d9700d4cf1c"}],["/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile/main_pages.json",{"isDirectory":false,"fileSnapShotHashValue":"9a0fb373c5da381f194c1073b495fbca"}]]}},":ClassMG:entry:default@PreviewArkTS":{"_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\":\"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\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"autoLazyImport\",\"_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\":\"noExternalImportByPath\",\"_value\":true,\"_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":"ClassMG","_moduleName":"entry","_taskName":"default@PreviewArkTS","_key":":ClassMG:entry:default@PreviewArkTS","_executionId":":ClassMG:entry:default@PreviewArkTS:1742871979169","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default",{"isDirectory":true,"fileSnapShotHashValue":"4f76d88b96852b2b493f62501657c24f"}],["/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/ResourceTable.txt",{"fileSnapShotHashValue":"150b548786de12feafe389931685d2ea"}],["/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/process_profile/default/module.json",{"fileSnapShotHashValue":"3a9f1c17947cd5d0bb668148f5281e23"}],["/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile",{"isDirectory":true,"fileSnapShotHashValue":"fec7d6218432f73efc953b6750cd50a3"}],["/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets",{"isDirectory":true,"fileSnapShotHashValue":"d3738be8546b9ccd0212d23a3adf52ec"}],["/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"8d3db90a9db4bbca0a7d88c82858a8c0"}],["/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/generated/profile/default/BuildProfile.ets",{"fileSnapShotHashValue":"4d80bd66b659c3bd0fb2e12a5859a2bf"}],["/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5",{"isDirectory":false,"fileSnapShotHashValue":"9efefd62771274477f30c21e0ee0e690"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader_out/default/ets",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":ClassMG:entry:default@GenerateMetadata":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"artifactName\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"7f42b9cbe0181813f8dc60881bf90988\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSigned\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"a1368a74a9a6bab3a8b88ab0063c1681\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"relatedEntryModules\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"85b4d1fa598cae3838191eb99a09f4dd\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"remoteHspMetaData\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"4789086a6779d6842529a03edde7237d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetDeviceType\",\"_value\":[\"phone\",\"tablet\",\"2in1\"],\"_valueType\":\"object\",\"_hash\":\"ba692565ec35e5756249b1d95725260c\"}"}],"_successful":true,"_projectName":"ClassMG","_moduleName":"entry","_taskName":"default@GenerateMetadata","_key":":ClassMG:entry:default@GenerateMetadata","_executionId":":ClassMG:entry:default@GenerateMetadata:1743421260480","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5",{"fileSnapShotHashValue":"e795677e7091372e0b65062773fbcdb7"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/hap_metadata/default/output_metadata.json",{"fileSnapShotHashValue":"f94d2365c4a62553ebe9ee38b510129e"}]]}},":ClassMG:entry:default@ProcessIntegratedHsp":{"_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":true,"_projectName":"ClassMG","_moduleName":"entry","_taskName":"default@ProcessIntegratedHsp","_key":":ClassMG:entry:default@ProcessIntegratedHsp","_executionId":":ClassMG:entry:default@ProcessIntegratedHsp:1743426772249","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json",{"isDirectory":false,"fileSnapShotHashValue":""}]]}},":ClassMG:entry:default@MakePackInfo":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"appResOpt\",\"_value\":\"{\\\"app\\\":{\\\"bundleName\\\":\\\"com.example.myapplication\\\",\\\"vendor\\\":\\\"example\\\",\\\"versionCode\\\":1000000,\\\"versionName\\\":\\\"1.0.0\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:app_name\\\"}}\",\"_valueType\":\"string\",\"_hash\":\"61d32aec2564fd3d6425d8af88732da6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersion\",\"_value\":14,\"_valueType\":\"number\",\"_hash\":\"3b23e0aee1cf1345b8114a4c9a3e62ca\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileSdkVersion\",\"_value\":14,\"_valueType\":\"number\",\"_hash\":\"cf4a6e562cdde15320ad72f5f3dd193d\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"phone\",\"tablet\",\"2in1\"],\"_valueType\":\"object\",\"_hash\":\"955f8760c6b7289b81ed107c2c4df075\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHsp\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"e67900c25b1f9fb70cc779de77dc6912\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"module\\\":{\\\"name\\\":\\\"entry\\\",\\\"type\\\":\\\"entry\\\",\\\"description\\\":\\\"$string:module_desc\\\",\\\"mainElement\\\":\\\"EntryAbility\\\",\\\"deviceTypes\\\":[\\\"phone\\\",\\\"tablet\\\",\\\"2in1\\\"],\\\"requestPermissions\\\":[{\\\"name\\\":\\\"ohos.permission.INTERNET\\\"}],\\\"deliveryWithInstall\\\":true,\\\"pages\\\":\\\"$profile:main_pages\\\",\\\"abilities\\\":[{\\\"name\\\":\\\"EntryAbility\\\",\\\"srcEntry\\\":\\\"./ets/entryability/EntryAbility.ets\\\",\\\"description\\\":\\\"$string:EntryAbility_desc\\\",\\\"icon\\\":\\\"$media:layered_image\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:startIcon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"exported\\\":true,\\\"skills\\\":[{\\\"entities\\\":[\\\"entity.system.home\\\"],\\\"actions\\\":[\\\"action.system.home\\\"]}]}],\\\"extensionAbilities\\\":[{\\\"name\\\":\\\"EntryBackupAbility\\\",\\\"srcEntry\\\":\\\"./ets/entrybackupability/EntryBackupAbility.ets\\\",\\\"type\\\":\\\"backup\\\",\\\"exported\\\":false,\\\"metadata\\\":[{\\\"name\\\":\\\"ohos.extension.backup\\\",\\\"resource\\\":\\\"$profile:backup_config\\\"}]}]}}\",\"_valueType\":\"string\",\"_hash\":\"12c49a1421220ad7fcec66fe96900fa8\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectConfigAppOpt\",\"_valueType\":\"undefined\",\"_hash\":\"b52997704fa206ed96a13a1f2e464a85\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"releaseType\",\"_value\":\"Release\",\"_valueType\":\"string\",\"_hash\":\"bbcabdda034e97584f8c36f85b3ec517\"}"}],"_successful":true,"_projectName":"ClassMG","_moduleName":"entry","_taskName":"default@MakePackInfo","_key":":ClassMG:entry:default@MakePackInfo","_executionId":":ClassMG:entry:default@MakePackInfo:1743421260625","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5",{"fileSnapShotHashValue":"f353b1be81804f3825d1728654657532"}],["/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5",{"fileSnapShotHashValue":"e795677e7091372e0b65062773fbcdb7"}],["/Users/tian/Documents/DevEco/ClassMG/build-profile.json5",{"fileSnapShotHashValue":"fa70af0ea2ce79e936cd3378f6185ce2"}],["/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/backup_config.json",{"fileSnapShotHashValue":"7f7c6411183c0e62a8e728e0cfb54feb"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info",{"fileSnapShotHashValue":"191c7243b4f245149b47209b4749431e"}]]}},":ClassMG:entry:default@SyscapTransform":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"phone\",\"tablet\",\"2in1\"],\"_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":"ClassMG","_moduleName":"entry","_taskName":"default@SyscapTransform","_key":":ClassMG:entry:default@SyscapTransform","_executionId":":ClassMG:entry:default@SyscapTransform:1743426772255","_inputFiles":{"dataType":"Map","value":[["/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool",{"fileSnapShotHashValue":"51d758e70ff305e18a69ca31c15a29df"}],["/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define",{"fileSnapShotHashValue":"2f72b77f283dbd674301a21d27c1af66"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc",{"fileSnapShotHashValue":""}]]}},":ClassMG:entry:default@ProcessResource":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/opt-compression.json\",\"_value\":\"{\\\"context\\\":{\\\"extensionPath\\\":\\\"/Applications/DevEco-Studio.app/Contents/sdk/default/hms/toolchains/lib/libimage_transcoder_shared.dylib\\\"},\\\"compression\\\":{\\\"media\\\":{\\\"enable\\\":false},\\\"filters\\\":[]}}\",\"_valueType\":\"string\",\"_hash\":\"b056c36a2a98dbd85ccb75320c5b31ab\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"resConfigJsonContent\",\"_value\":\"{\\\"configPath\\\":\\\"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json\\\",\\\"packageName\\\":\\\"com.example.myapplication\\\",\\\"output\\\":\\\"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default\\\",\\\"moduleNames\\\":\\\"entry\\\",\\\"ResourceTable\\\":[\\\"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default/ResourceTable.h\\\"],\\\"applicationResource\\\":\\\"/Users/tian/Documents/DevEco/ClassMG/AppScope/resources\\\",\\\"moduleResources\\\":[\\\"/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources\\\"],\\\"dependencies\\\":[],\\\"iconCheck\\\":true,\\\"ids\\\":\\\"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ids_map\\\",\\\"definedIds\\\":\\\"/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ids_map/id_defined.json\\\",\\\"definedSysIds\\\":\\\"/Applications/DevEco-Studio.app/Contents/sdk/default/hms/toolchains/id_defined.json\\\"}\",\"_valueType\":\"string\",\"_hash\":\"a60af959044a83bd735da523c0768ebf\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"resource_str\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"c59ebe125e2aaa014a4454c9564cf3c6\"}"}],"_successful":true,"_projectName":"ClassMG","_moduleName":"entry","_taskName":"default@ProcessResource","_key":":ClassMG:entry:default@ProcessResource","_executionId":":ClassMG:entry:default@ProcessResource:1743421261525","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json",{"isDirectory":false,"fileSnapShotHashValue":"27b05670f1bd88f4b0b7b4107c58c52e"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/opt-compression.json",{"isDirectory":false,"fileSnapShotHashValue":"d13f33d869d3b71e386249eed1f9fbc7"}]]}},":ClassMG:entry:default@ProcessLibs":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"excludeFromHar\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"c33cbd85982f2e758a878e3aa30a9f01\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isBundledDependencies\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"a69aa552317c7a6e087cb84a5722e050\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isByteCodeHar\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"c5f9b9e5cabee4253d52d0d01ca64ba2\"}"}],"_successful":true,"_projectName":"ClassMG","_moduleName":"entry","_taskName":"default@ProcessLibs","_key":":ClassMG:entry:default@ProcessLibs","_executionId":":ClassMG:entry:default@ProcessLibs:1742872083119","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/build-profile.json5",{"fileSnapShotHashValue":"fa70af0ea2ce79e936cd3378f6185ce2"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build-profile.json5",{"fileSnapShotHashValue":"530c82bd94203d2034b4333476bdc7ba"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":ClassMG:entry:default@CompileResource":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool,-l,/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json\",\"_valueType\":\"string\",\"_hash\":\"3e2e1d7d35ab6ab9b93ffb7a2747ddc2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool\",\"_valueType\":\"string\",\"_hash\":\"fcba0b645b9f3d36b6a4e28393558fe1\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"TARGET_CONFIG\",\"_value\":\"{\\\"name\\\":\\\"default\\\"}\",\"_valueType\":\"string\",\"_hash\":\"ebe85c5c20c0e5d9e03bc5dc7135f953\"}"}],"_successful":true,"_projectName":"ClassMG","_moduleName":"entry","_taskName":"default@CompileResource","_key":":ClassMG:entry:default@CompileResource","_executionId":":ClassMG:entry:default@CompileResource:1743424350936","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources",{"fileSnapShotHashValue":"c0a1bdbd6ffb76d40fcf2aace88e01de"}],["/Users/tian/Documents/DevEco/ClassMG/AppScope/resources",{"fileSnapShotHashValue":"aca3898b8be5438ff70064bf6c8a9ecf"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json",{"isDirectory":false,"fileSnapShotHashValue":"d54b1b12d19fe7029f5d6a4cc30c160d"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json",{"isDirectory":false,"fileSnapShotHashValue":"27b05670f1bd88f4b0b7b4107c58c52e"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default",{"isDirectory":true,"fileSnapShotHashValue":"410a72ebc4f7a8a446ea5b4bf7b3dabe"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default/ResourceTable.h",{"isDirectory":false,"fileSnapShotHashValue":"1a778e68ddfdf2d92af82b9346709b82"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default",{"isDirectory":true,"fileSnapShotHashValue":"84b607ceaa6fb25c823cf08b781892a8"}]]}},":ClassMG: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\":\"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\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"autoLazyImport\",\"_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\":\"noExternalImportByPath\",\"_value\":true,\"_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":"ClassMG","_moduleName":"entry","_taskName":"default@CompileArkTS","_key":":ClassMG:entry:default@CompileArkTS","_executionId":":ClassMG:entry:default@CompileArkTS:1743426772294","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default",{"isDirectory":true,"fileSnapShotHashValue":"4b003b4ffe66f0cb6922620fc267accc"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile",{"isDirectory":true,"fileSnapShotHashValue":""}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt",{"fileSnapShotHashValue":"1d65165ff7b91c8c8250731a51d2d107"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json",{"fileSnapShotHashValue":"9347b32d19cd10dfe2d4a5fe87108195"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile",{"isDirectory":true,"fileSnapShotHashValue":"afca9d4320e98d9090828bc0ab5a5e46"}],["/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets",{"isDirectory":true,"fileSnapShotHashValue":"a701243b857f6aed7afc92be5ac9f647"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"a1ff09e24b8a25fe21955e28d417ab29"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets",{"fileSnapShotHashValue":"b9c3fd845dc875018bcb6754fac03dd4"}],["/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5",{"isDirectory":false,"fileSnapShotHashValue":"9efefd62771274477f30c21e0ee0e690"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":ClassMG: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\":\"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\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"autoLazyImport\",\"_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":"ClassMG","_moduleName":"entry","_taskName":"default@BuildJS","_key":":ClassMG:entry:default@BuildJS","_executionId":":ClassMG:entry:default@BuildJS:1743426772304","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default",{"isDirectory":true,"fileSnapShotHashValue":"4b003b4ffe66f0cb6922620fc267accc"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile",{"isDirectory":true,"fileSnapShotHashValue":""}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt",{"fileSnapShotHashValue":"1d65165ff7b91c8c8250731a51d2d107"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json",{"fileSnapShotHashValue":"9347b32d19cd10dfe2d4a5fe87108195"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile",{"isDirectory":true,"fileSnapShotHashValue":"afca9d4320e98d9090828bc0ab5a5e46"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"fileSnapShotHashValue":"a1ff09e24b8a25fe21955e28d417ab29"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":ClassMG:entry:default@DoNativeStrip":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"debugSymbol\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"055eeab6818b3f1a4978705cfba272fa\"}"}],"_successful":true,"_projectName":"ClassMG","_moduleName":"entry","_taskName":"default@DoNativeStrip","_key":":ClassMG:entry:default@DoNativeStrip","_executionId":":ClassMG:entry:default@DoNativeStrip:1742872085112","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":ClassMG:entry:default@CacheNativeLibs":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"debugSymbol\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"055eeab6818b3f1a4978705cfba272fa\"}"}],"_successful":true,"_projectName":"ClassMG","_moduleName":"entry","_taskName":"default@CacheNativeLibs","_key":":ClassMG:entry:default@CacheNativeLibs","_executionId":":ClassMG:entry:default@CacheNativeLibs:1743421262390","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/patch/default/base_native_libs.json",{"isDirectory":false,"fileSnapShotHashValue":"304d39ed60ef493ebb3c77c19f53bda6"}]]}},":ClassMG: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":"ClassMG","_moduleName":"entry","_taskName":"default@GeneratePkgModuleJson","_key":":ClassMG:entry:default@GeneratePkgModuleJson","_executionId":":ClassMG:entry:default@GeneratePkgModuleJson:1743424438763","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json",{"fileSnapShotHashValue":"db49e9ef14bb0749d5cfecc4a006ced7"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json",{"fileSnapShotHashValue":"770ffed63373e5b6795bf50c8ea727ad"}]]}},":ClassMG: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,/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar,--mode,hap,--force,true,--lib-path,/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default,--json-path,/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json,--resources-path,/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources,--index-path,/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index,--pack-info-path,/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info,--out-path,/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap,--ets-path,/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets,--pkg-context-path,/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"ClassMG","_moduleName":"entry","_taskName":"default@PackageHap","_key":":ClassMG:entry:default@PackageHap","_executionId":":ClassMG:entry:default@PackageHap:1743425816653","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default",{"isDirectory":false,"fileSnapShotHashValue":""}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json",{"isDirectory":false,"fileSnapShotHashValue":"db49e9ef14bb0749d5cfecc4a006ced7"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources",{"isDirectory":false,"fileSnapShotHashValue":"7b8e4367f72d153e5d8f10c182f46436"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index",{"isDirectory":false,"fileSnapShotHashValue":"9031d5f5d3adf6e3d032e4598200c5fb"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info",{"isDirectory":false,"fileSnapShotHashValue":"191c7243b4f245149b47209b4749431e"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets",{"isDirectory":false,"fileSnapShotHashValue":"08e76e480bf1ecd4b019df49fc297713"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json",{"isDirectory":false,"fileSnapShotHashValue":"a1ff09e24b8a25fe21955e28d417ab29"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map",{"isDirectory":false,"fileSnapShotHashValue":"c57d0f4e0815c2e9faa79d3748bf39e6"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets",{"fileSnapShotHashValue":"b9c3fd845dc875018bcb6754fac03dd4"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap",{"isDirectory":false,"fileSnapShotHashValue":"e3284b8778d189cdd4a849d6c78e8aa7"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map",{"fileSnapShotHashValue":"a0f032e24441d2904580750dd7e9d639"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map",{"fileSnapShotHashValue":"689aba1d7cbd78a9a13ed4cec2f233d6"}]]}},":ClassMG:entry:default@SignHap":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"enableSignTask\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"5.0.2.126\",\"_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":"ClassMG","_moduleName":"entry","_taskName":"default@SignHap","_key":":ClassMG:entry:default@SignHap","_executionId":":ClassMG:entry:default@SignHap:1743425817165","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap",{"isDirectory":false,"fileSnapShotHashValue":"e3284b8778d189cdd4a849d6c78e8aa7"}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap",{"isDirectory":false,"fileSnapShotHashValue":""}]]}},":ClassMG: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":"ClassMG","_moduleName":"entry","_taskName":"default@CollectDebugSymbol","_key":":ClassMG:entry:default@CollectDebugSymbol","_executionId":":ClassMG:entry:default@CollectDebugSymbol:1743425817168","_inputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map",{"fileSnapShotHashValue":"c57d0f4e0815c2e9faa79d3748bf39e6"}],["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default",{"isDirectory":true,"fileSnapShotHashValue":""}]]},"_outputFiles":{"dataType":"Map","value":[["/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol",{"isDirectory":true,"fileSnapShotHashValue":""}]]}}} \ No newline at end of file diff --git a/.hvigor/dependencyMap/dependencyMap.json5 b/.hvigor/dependencyMap/dependencyMap.json5 new file mode 100644 index 0000000..fee7050 --- /dev/null +++ b/.hvigor/dependencyMap/dependencyMap.json5 @@ -0,0 +1 @@ +{"basePath":"/Users/tian/Documents/DevEco/ClassMG/.hvigor/dependencyMap/dependencyMap.json5","rootDependency":"./oh-package.json5","dependencyMap":{"entry":"./entry/oh-package.json5"},"modules":[{"name":"entry","srcPath":"../../../entry"}]} \ No newline at end of file diff --git a/.hvigor/dependencyMap/entry/oh-package.json5 b/.hvigor/dependencyMap/entry/oh-package.json5 new file mode 100644 index 0000000..50a5175 --- /dev/null +++ b/.hvigor/dependencyMap/entry/oh-package.json5 @@ -0,0 +1 @@ +{"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} \ No newline at end of file diff --git a/.hvigor/dependencyMap/oh-package.json5 b/.hvigor/dependencyMap/oh-package.json5 new file mode 100644 index 0000000..6ef2831 --- /dev/null +++ b/.hvigor/dependencyMap/oh-package.json5 @@ -0,0 +1 @@ +{"modelVersion":"5.0.2","description":"Please describe the basic information.","dependencies":{},"devDependencies":{"@ohos/hypium":"1.0.21","@ohos/hamock":"1.0.0"}} \ No newline at end of file diff --git a/.hvigor/outputs/build-logs/build.log b/.hvigor/outputs/build-logs/build.log new file mode 100644 index 0000000..d55c115 --- /dev/null +++ b/.hvigor/outputs/build-logs/build.log @@ -0,0 +1,3091 @@ +[2025-03-31T20:55:33.769] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.769] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T20:55:33.769] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:55:33.770] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T20:55:33.770] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08673095703125 +[2025-03-31T20:55:33.770] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T20:55:33.772] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.772] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.772] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T20:55:33.772] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.772] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.772] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.03736114501953125 +[2025-03-31T20:55:33.772] [DEBUG] debug-file - runTaskFromQueue task cost before running: 254 ms +[2025-03-31T20:55:33.772] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T20:55:33.773] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.773] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.775] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T20:55:33.775] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:55:33.775] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T20:55:33.775] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.059967041015625 +[2025-03-31T20:55:33.775] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T20:55:33.776] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.776] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.777] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T20:55:33.777] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T20:55:33.777] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-31T20:55:33.777] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.777] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.777] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10555267333984375 +[2025-03-31T20:55:33.778] [DEBUG] debug-file - runTaskFromQueue task cost before running: 259 ms +[2025-03-31T20:55:33.778] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 1 ms +[2025-03-31T20:55:33.778] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.778] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.779] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T20:55:33.779] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.779] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.779] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.037872314453125 +[2025-03-31T20:55:33.779] [DEBUG] debug-file - runTaskFromQueue task cost before running: 261 ms +[2025-03-31T20:55:33.779] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T20:55:33.780] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.780] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.781] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T20:55:33.782] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms . +[2025-03-31T20:55:33.782] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.12651824951171875 +[2025-03-31T20:55:33.782] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T20:55:33.783] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.783] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.783] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T20:55:33.783] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T20:55:33.783] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:55:33.784] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T20:55:33.784] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms . +[2025-03-31T20:55:33.784] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.784] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.784] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.1242218017578125 +[2025-03-31T20:55:33.784] [DEBUG] debug-file - runTaskFromQueue task cost before running: 266 ms +[2025-03-31T20:55:33.784] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 2 ms +[2025-03-31T20:55:33.785] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.785] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.786] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T20:55:33.786] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T20:55:33.786] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.04735565185546875 +[2025-03-31T20:55:33.786] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T20:55:33.787] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.787] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.787] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T20:55:33.789] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 2 ms . +[2025-03-31T20:55:33.789] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.170257568359375 +[2025-03-31T20:55:33.790] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T20:55:33.790] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.790] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.791] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T20:55:33.791] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.791] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.791] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05184173583984375 +[2025-03-31T20:55:33.791] [DEBUG] debug-file - runTaskFromQueue task cost before running: 273 ms +[2025-03-31T20:55:33.792] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-31T20:55:33.793] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.793] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.793] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T20:55:33.794] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T20:55:33.795] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-31T20:55:33.795] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.12683868408203125 +[2025-03-31T20:55:33.796] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T20:55:33.798] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.798] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.799] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T20:55:33.804] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 3 ms . +[2025-03-31T20:55:33.804] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5505752563476562 +[2025-03-31T20:55:33.806] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T20:55:33.807] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.807] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.807] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T20:55:33.808] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T20:55:33.808] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.097747802734375 +[2025-03-31T20:55:33.808] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T20:55:33.809] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.809] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.809] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T20:55:33.810] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T20:55:33.814] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 4 ms . +[2025-03-31T20:55:33.814] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.484344482421875 +[2025-03-31T20:55:33.814] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T20:55:33.815] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.815] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.816] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T20:55:33.816] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:55:33.816] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T20:55:33.816] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06011199951171875 +[2025-03-31T20:55:33.816] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T20:55:33.817] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.817] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.818] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T20:55:33.822] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed. +[2025-03-31T20:55:33.822] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 3 ms . +[2025-03-31T20:55:33.828] [DEBUG] debug-file - build config: +[2025-03-31T20:55:33.828] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '24b4e79ad299ff19c9b7ad7ebbbea96d', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T20:55:33.829] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T20:55:33.829] [DEBUG] debug-file - default@CompileArkTS work[28] is submitted. +[2025-03-31T20:55:33.829] [DEBUG] debug-file - default@CompileArkTS work[28] is pushed to ready queue. +[2025-03-31T20:55:33.830] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:55:33.830] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:55:33.830] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T20:55:33.830] [DEBUG] debug-file - default@CompileArkTS work[28] has been dispatched to worker[4]. +[2025-03-31T20:55:33.830] [DEBUG] debug-file - default@CompileArkTS work[28] is dispatched. +[2025-03-31T20:55:33.830] [DEBUG] debug-file - CopyResources startTime: 355472705362916 +[2025-03-31T20:55:33.830] [DEBUG] debug-file - default@CompileArkTS work[29] is submitted. +[2025-03-31T20:55:33.830] [DEBUG] debug-file - default@CompileArkTS work[29] is pushed to ready queue. +[2025-03-31T20:55:33.830] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:55:33.830] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T20:55:33.831] [DEBUG] debug-file - default@CompileArkTS work[29] has been dispatched to worker[6]. +[2025-03-31T20:55:33.831] [DEBUG] debug-file - default@CompileArkTS work[29] is dispatched. +[2025-03-31T20:55:33.831] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.2927474975585938 +[2025-03-31T20:55:33.832] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.832] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.834] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T20:55:33.835] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.11746978759765625 +[2025-03-31T20:55:33.835] [DEBUG] debug-file - runTaskFromQueue task cost before running: 317 ms +[2025-03-31T20:55:33.835] [INFO] debug-file - Finished :entry:default@BuildJS... after 2 ms +[2025-03-31T20:55:33.836] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.836] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.837] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T20:55:33.838] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:55:33.838] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T20:55:33.838] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.0675506591796875 +[2025-03-31T20:55:33.839] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T20:55:34.468] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:55:34.468] [DEBUG] debug-file - CopyResources is end, endTime: 355473344075416 +[2025-03-31T20:55:34.469] [DEBUG] debug-file - default@CompileArkTS work[29] done. +[2025-03-31T20:55:34.469] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:55:35.324] [DEBUG] debug-file - worker[4] has one work error. +[2025-03-31T20:55:35.325] [DEBUG] debug-file - default@CompileArkTS work[28] failed. +[2025-03-31T20:55:35.325] [ERROR] debug-file - Failed :entry:default@CompileArkTS... +[2025-03-31T20:55:35.325] [DEBUG] debug-file - hvigor build process will be closed with an error. +[2025-03-31T20:55:35.327] [DEBUG] debug-file - ERROR: stacktrace = Error: ArkTS Compiler Error +1 WARN: ArkTS:WARN: For details about ArkTS syntax errors, see FAQs +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:964:51 + Use explicit types instead of "any", "unknown" (arkts-no-any-unknown) + + +2 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:966:19 + Use explicit types instead of "any", "unknown" (arkts-no-any-unknown) + + +3 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:1025:31 + Use explicit types instead of "any", "unknown" (arkts-no-any-unknown) + + +4 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:1038:23 + Argument of type 'HorizontalAlign' is not assignable to parameter of type 'VerticalAlign'. + + +5 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:947:47 + Unknown resource name 'arrow_up'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +6 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:947:74 + Unknown resource name 'arrow_down'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +COMPILE RESULT:FAIL {ERROR:7 WARN:1} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T20:55:35.327] [ERROR] debug-file - Error: ArkTS Compiler Error +1 WARN: ArkTS:WARN: For details about ArkTS syntax errors, see FAQs +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:964:51 + Use explicit types instead of "any", "unknown" (arkts-no-any-unknown) + + +2 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:966:19 + Use explicit types instead of "any", "unknown" (arkts-no-any-unknown) + + +3 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:1025:31 + Use explicit types instead of "any", "unknown" (arkts-no-any-unknown) + + +4 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:1038:23 + Argument of type 'HorizontalAlign' is not assignable to parameter of type 'VerticalAlign'. + + +5 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:947:47 + Unknown resource name 'arrow_up'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +6 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:947:74 + Unknown resource name 'arrow_down'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +COMPILE RESULT:FAIL {ERROR:7 WARN:1} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T20:55:35.329] [WARN] debug-file - BUILD FAILED in 1 s 811 ms +[2025-03-31T20:55:35.329] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T20:55:35.329] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T20:55:35.329] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T20:55:35.330] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T20:55:35.330] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T20:55:35.330] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T20:55:35.330] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T20:55:35.330] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T20:55:35.330] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T20:55:35.331] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T20:55:35.331] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T20:55:35.331] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T20:55:35.331] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T20:55:35.331] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T20:55:35.331] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T20:55:35.331] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T20:55:35.331] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T20:55:35.331] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T20:55:35.331] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T20:55:35.332] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:55:35.333] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:55:35.333] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:55:35.333] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:55:35.333] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:55:35.333] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache from map. +[2025-03-31T20:55:35.333] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:55:35.333] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:55:35.333] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T20:55:35.333] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T20:55:35.333] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-31T20:55:35.334] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:55:35.334] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:55:35.334] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:55:35.334] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:55:35.334] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:55:35.334] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:55:35.334] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T20:55:35.334] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-31T20:55:35.335] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T20:55:35.344] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T20:55:35.344] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T20:55:35.344] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T20:55:35.344] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T20:55:35.344] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T20:55:35.348] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:55:35.348] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:55:35.349] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:55:35.349] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:55:35.350] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T20:56:54.429] [DEBUG] debug-file - env: nodejsVersion=v18.20.1 +[2025-03-31T20:56:54.449] [DEBUG] debug-file - env: daemon=true +[2025-03-31T20:56:54.802] [DEBUG] debug-file - hvigor start cli arguments:{ + prop: [ + 'module=entry@default', + 'product=default', + 'requiredDeviceType=phone' + ], + mode: 'module', + parallel: true, + incremental: true, + daemon: true, + _: [ 'assembleHap', '--analyze=normal' ], + env: { + MallocNanoZone: '0', + USER: 'tian', + COMMAND_MODE: 'unix2003', + __CFBundleIdentifier: 'com.todesktop.230313mzl4w4u92', + PATH: '/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin', + LOGNAME: 'tian', + SSH_AUTH_SOCK: '/private/tmp/com.apple.launchd.LQU4phtQgM/Listeners', + HOME: '/Users/tian', + SHELL: '/bin/zsh', + TMPDIR: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/', + __CF_USER_TEXT_ENCODING: '0x1F5:0x19:0x34', + XPC_SERVICE_NAME: '0', + XPC_FLAGS: '0x0', + ORIGINAL_XDG_CURRENT_DESKTOP: 'undefined', + CURSOR_TRACE_ID: 'ef48bcb0485c4469a623386ae3ebde9e', + SHLVL: '1', + PWD: '/Users/tian/Documents/DevEco/ClassMG', + OLDPWD: '/Users/tian/Documents/DevEco/ClassMG', + HOMEBREW_PIP_INDEX_URL: 'http://mirrors.aliyun.com/pypi/simple', + HOMEBREW_API_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles/api', + HOMEBREW_BOTTLE_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles', + HOMEBREW_PREFIX: '/opt/homebrew', + HOMEBREW_CELLAR: '/opt/homebrew/Cellar', + HOMEBREW_REPOSITORY: '/opt/homebrew', + INFOPATH: '/opt/homebrew/share/info:/opt/homebrew/share/info:', + GOPATH: '/Users/tian/Documents/GoPath', + STM32CubeMX_PATH: '/Applications/STMicroelectronics/STM32CubeMX.app/Contents/Resourcesexport', + DEVECO_SDK_HOME: '/Applications/DevEco-Studio.app/Contents/sdk', + TERM_PROGRAM: 'vscode', + TERM_PROGRAM_VERSION: '0.45.14', + LANG: 'zh_CN.UTF-8', + COLORTERM: 'truecolor', + GIT_ASKPASS: '/Applications/Cursor.app/Contents/Resources/app/extensions/git/dist/askpass.sh', + VSCODE_GIT_ASKPASS_NODE: '/Applications/Cursor.app/Contents/Frameworks/Cursor Helper (Plugin).app/Contents/MacOS/Cursor Helper (Plugin)', + VSCODE_GIT_ASKPASS_EXTRA_ARGS: '', + VSCODE_GIT_ASKPASS_MAIN: '/Applications/Cursor.app/Contents/Resources/app/extensions/git/dist/askpass-main.js', + VSCODE_GIT_IPC_HANDLE: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/vscode-git-b45a1fb24c.sock', + VSCODE_INJECTION: '1', + ZDOTDIR: '/Users/tian', + USER_ZDOTDIR: '/Users/tian', + TERM: 'xterm-256color', + _: '/Applications/DevEco-Studio.app/Contents/tools/node/bin/node', + 'npm_config_update-notifier': 'false', + 'npm_config_auto-install-peers': 'false', + ohpmBin: '/Applications/DevEco-Studio.app/Contents/tools/ohpm/bin/ohpm', + config: '{"module":"entry@default","product":"default","requiredDeviceType":"phone"}', + WORKSPACE_DIR: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace', + NODE_PATH: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace/node_modules' + } +} +[2025-03-31T20:56:54.431] [DEBUG] debug-file - env: hvigor-config.json5 content = { + modelVersion: '5.0.2', + dependencies: {}, + execution: {}, + logging: {}, + debugging: {}, + nodeOptions: {} +} +[2025-03-31T20:56:54.827] [DEBUG] debug-file - session manager: set active socket. socketId=IUkeh0RGeBerJ2jPAAAd +[2025-03-31T20:56:54.832] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:56:54.847] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T20:56:54.859] [DEBUG] debug-file - Cache service initialization finished in 12 ms +[2025-03-31T20:56:54.866] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:56:54.873] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:56:54.873] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:56:54.877] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T20:56:54.877] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T20:56:54.877] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T20:56:54.878] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T20:56:54.880] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T20:56:54.883] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T20:56:54.887] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T20:56:54.906] [DEBUG] debug-file - Sdk init in 23 ms +[2025-03-31T20:56:54.915] [DEBUG] debug-file - Project task initialization takes 8 ms +[2025-03-31T20:56:54.915] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:56:54.915] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:56:54.915] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:56:54.917] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:56:54.920] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:56:54.920] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:56:54.923] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T20:56:54.923] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T20:56:54.923] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T20:56:54.923] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T20:56:54.923] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T20:56:54.924] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T20:56:54.924] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T20:56:54.925] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-03-31T20:56:54.925] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:56:54.925] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:56:54.925] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:56:54.984] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 59 ms +[2025-03-31T20:56:54.985] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T20:56:54.986] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T20:56:54.989] [DEBUG] debug-file - load to the disk finished +[2025-03-31T20:56:54.990] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T20:56:54.990] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T20:56:54.990] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T20:56:54.990] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T20:56:54.992] [DEBUG] debug-file - Configuration phase cost:130 ms +[2025-03-31T20:56:54.993] [DEBUG] debug-file - Configuration task cost before running: 156 ms +[2025-03-31T20:56:54.994] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:54.994] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:54.995] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T20:56:54.996] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 1 ms . +[2025-03-31T20:56:54.996] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.22063446044921875 +[2025-03-31T20:56:54.996] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T20:56:54.997] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:54.997] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:54.997] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T20:56:54.998] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:56:54.998] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T20:56:54.998] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.0822601318359375 +[2025-03-31T20:56:54.998] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T20:56:54.999] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:54.999] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:54.999] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T20:56:54.999] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:54.999] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:54.999] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03678131103515625 +[2025-03-31T20:56:54.999] [DEBUG] debug-file - runTaskFromQueue task cost before running: 162 ms +[2025-03-31T20:56:54.999] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T20:56:55.000] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.000] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.000] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T20:56:55.001] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-31T20:56:55.001] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.09735107421875 +[2025-03-31T20:56:55.001] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T20:56:55.001] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.001] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.002] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T20:56:55.002] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:56:55.002] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T20:56:55.002] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08657073974609375 +[2025-03-31T20:56:55.002] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T20:56:55.003] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.003] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.003] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T20:56:55.003] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.003] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.003] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.03704071044921875 +[2025-03-31T20:56:55.003] [DEBUG] debug-file - runTaskFromQueue task cost before running: 166 ms +[2025-03-31T20:56:55.003] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T20:56:55.004] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.004] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.006] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T20:56:55.006] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:56:55.006] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T20:56:55.006] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06146240234375 +[2025-03-31T20:56:55.006] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T20:56:55.007] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.007] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.007] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T20:56:55.008] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T20:56:55.008] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-31T20:56:55.008] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.008] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.008] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10520172119140625 +[2025-03-31T20:56:55.008] [DEBUG] debug-file - runTaskFromQueue task cost before running: 171 ms +[2025-03-31T20:56:55.009] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 1 ms +[2025-03-31T20:56:55.009] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.009] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.010] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T20:56:55.010] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.010] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.010] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.0378265380859375 +[2025-03-31T20:56:55.010] [DEBUG] debug-file - runTaskFromQueue task cost before running: 173 ms +[2025-03-31T20:56:55.010] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T20:56:55.010] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.010] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.011] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T20:56:55.013] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms . +[2025-03-31T20:56:55.013] [DEBUG] debug-file - entry : default@MakePackInfo cost memory -4.3554229736328125 +[2025-03-31T20:56:55.013] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T20:56:55.014] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.014] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.014] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T20:56:55.014] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T20:56:55.015] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:56:55.015] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T20:56:55.015] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms . +[2025-03-31T20:56:55.015] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.016] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.016] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.1241607666015625 +[2025-03-31T20:56:55.016] [DEBUG] debug-file - runTaskFromQueue task cost before running: 179 ms +[2025-03-31T20:56:55.016] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 2 ms +[2025-03-31T20:56:55.016] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.016] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.017] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T20:56:55.017] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T20:56:55.017] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.0491943359375 +[2025-03-31T20:56:55.017] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T20:56:55.018] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.018] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.019] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T20:56:55.020] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 1 ms . +[2025-03-31T20:56:55.020] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.170501708984375 +[2025-03-31T20:56:55.020] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T20:56:55.022] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.022] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.022] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T20:56:55.022] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.022] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.023] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05222320556640625 +[2025-03-31T20:56:55.023] [DEBUG] debug-file - runTaskFromQueue task cost before running: 186 ms +[2025-03-31T20:56:55.023] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-31T20:56:55.024] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.024] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.024] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T20:56:55.025] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T20:56:55.026] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-31T20:56:55.026] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.1277008056640625 +[2025-03-31T20:56:55.027] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T20:56:55.028] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.028] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.029] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T20:56:55.035] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 3 ms . +[2025-03-31T20:56:55.035] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5606536865234375 +[2025-03-31T20:56:55.036] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T20:56:55.037] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.038] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.038] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T20:56:55.039] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T20:56:55.039] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.0988922119140625 +[2025-03-31T20:56:55.039] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T20:56:55.040] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.040] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.040] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T20:56:55.041] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T20:56:55.045] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 4 ms . +[2025-03-31T20:56:55.046] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.47968292236328125 +[2025-03-31T20:56:55.046] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T20:56:55.047] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.047] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.048] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T20:56:55.048] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:56:55.048] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T20:56:55.048] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06084442138671875 +[2025-03-31T20:56:55.048] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T20:56:55.049] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.049] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.050] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T20:56:55.056] [DEBUG] debug-file - build config: +[2025-03-31T20:56:55.056] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '24b4e79ad299ff19c9b7ad7ebbbea96d', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T20:56:55.056] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T20:56:55.058] [DEBUG] debug-file - default@CompileArkTS work[30] is submitted. +[2025-03-31T20:56:55.059] [DEBUG] debug-file - default@CompileArkTS work[30] is pushed to ready queue. +[2025-03-31T20:56:55.059] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:56:55.059] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:56:55.059] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T20:56:55.059] [DEBUG] debug-file - default@CompileArkTS work[30] has been dispatched to worker[4]. +[2025-03-31T20:56:55.059] [DEBUG] debug-file - default@CompileArkTS work[30] is dispatched. +[2025-03-31T20:56:55.059] [DEBUG] debug-file - CopyResources startTime: 355553937757083 +[2025-03-31T20:56:55.059] [DEBUG] debug-file - default@CompileArkTS work[31] is submitted. +[2025-03-31T20:56:55.059] [DEBUG] debug-file - default@CompileArkTS work[31] is pushed to ready queue. +[2025-03-31T20:56:55.059] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:56:55.059] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T20:56:55.060] [DEBUG] debug-file - default@CompileArkTS work[31] has been dispatched to worker[6]. +[2025-03-31T20:56:55.060] [DEBUG] debug-file - default@CompileArkTS work[31] is dispatched. +[2025-03-31T20:56:55.060] [DEBUG] debug-file - entry : default@CompileArkTS cost memory -4.311805725097656 +[2025-03-31T20:56:55.064] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.064] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.067] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T20:56:55.069] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.11737823486328125 +[2025-03-31T20:56:55.069] [DEBUG] debug-file - runTaskFromQueue task cost before running: 232 ms +[2025-03-31T20:56:55.069] [INFO] debug-file - Finished :entry:default@BuildJS... after 2 ms +[2025-03-31T20:56:55.071] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:55.071] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:55.073] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T20:56:55.073] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:56:55.073] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T20:56:55.073] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.06819915771484375 +[2025-03-31T20:56:55.074] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T20:56:55.639] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:56:55.639] [DEBUG] debug-file - CopyResources is end, endTime: 355554518208291 +[2025-03-31T20:56:55.639] [DEBUG] debug-file - default@CompileArkTS work[31] done. +[2025-03-31T20:56:55.640] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:56:56.640] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-31T20:56:56.644] [DEBUG] debug-file - default@CompileArkTS work[30] done. +[2025-03-31T20:56:56.644] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-31T20:56:56.645] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 1 s 589 ms +[2025-03-31T20:56:56.646] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:56.646] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:56.647] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-31T20:56:56.647] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:56:56.647] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-31T20:56:56.647] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.06204986572265625 +[2025-03-31T20:56:56.647] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-31T20:56:56.649] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:56.649] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:56.652] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-31T20:56:56.656] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets' has been changed. +[2025-03-31T20:56:56.656] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 3 ms . +[2025-03-31T20:56:56.656] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:56.656] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:56.657] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-31T20:56:56.658] [DEBUG] debug-file - default@PackageHap work[32] is submitted. +[2025-03-31T20:56:56.658] [DEBUG] debug-file - default@PackageHap work[32] is pushed to ready queue. +[2025-03-31T20:56:56.658] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:56:56.658] [DEBUG] debug-file - default@PackageHap work[32] has been dispatched to worker[6]. +[2025-03-31T20:56:56.658] [DEBUG] debug-file - default@PackageHap work[32] is dispatched. +[2025-03-31T20:56:56.660] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.7360763549804688 +[2025-03-31T20:56:56.711] [DEBUG] debug-file - current process memoryUsage: { + rss: 491683840, + heapTotal: 75546624, + heapUsed: 50631928, + external: 2616233, + arrayBuffers: 645344 +} os memoryUsage :7.927947998046875 +[2025-03-31T20:56:57.160] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:56:57.160] [DEBUG] debug-file - default@PackageHap work[32] done. +[2025-03-31T20:56:57.161] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:56:57.161] [INFO] debug-file - Finished :entry:default@PackageHap... after 460 ms +[2025-03-31T20:56:57.163] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:57.163] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:57.164] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-31T20:56:57.164] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-31T20:56:57.165] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-31T20:56:57.165] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-31T20:56:57.165] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:57.165] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:57.165] [DEBUG] debug-file - entry : default@SignHap cost memory 0.10248565673828125 +[2025-03-31T20:56:57.166] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 329 ms +[2025-03-31T20:56:57.166] [INFO] debug-file - Finished :entry:default@SignHap... after 2 ms +[2025-03-31T20:56:57.167] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:57.167] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:57.167] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-31T20:56:57.169] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:56:57.169] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:56:57.169] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.19007110595703125 +[2025-03-31T20:56:57.169] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 332 ms +[2025-03-31T20:56:57.169] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 3 ms +[2025-03-31T20:56:57.170] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-31T20:56:57.170] [DEBUG] debug-file - entry : assembleHap cost memory 0.01160430908203125 +[2025-03-31T20:56:57.170] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 333 ms +[2025-03-31T20:56:57.170] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-31T20:56:57.172] [DEBUG] debug-file - BUILD SUCCESSFUL in 2 s 335 ms +[2025-03-31T20:56:57.172] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T20:56:57.172] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T20:56:57.172] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T20:56:57.172] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T20:56:57.172] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T20:56:57.173] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T20:56:57.173] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T20:56:57.173] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T20:56:57.173] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T20:56:57.173] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T20:56:57.173] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T20:56:57.174] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T20:56:57.174] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T20:56:57.174] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T20:56:57.174] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T20:56:57.174] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T20:56:57.174] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T20:56:57.174] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T20:56:57.174] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T20:56:57.175] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:56:57.175] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:56:57.175] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:56:57.175] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:56:57.175] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:56:57.176] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate. +[2025-03-31T20:56:57.176] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:56:57.176] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:56:57.176] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T20:56:57.176] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T20:56:57.176] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:3 ms . +[2025-03-31T20:56:57.177] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:56:57.177] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:56:57.177] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:56:57.177] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:56:57.177] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:56:57.177] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:56:57.178] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T20:56:57.178] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-31T20:56:57.178] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T20:56:57.178] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-31T20:56:57.178] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-31T20:56:57.178] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-31T20:56:57.178] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-31T20:56:57.179] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-31T20:56:57.179] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-31T20:56:57.179] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache from map. +[2025-03-31T20:56:57.179] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:56:57.179] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:56:57.179] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:56:57.179] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-31T20:56:57.179] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-31T20:56:57.179] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-31T20:56:57.180] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-31T20:56:57.180] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-31T20:56:57.180] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-31T20:56:57.180] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-31T20:56:57.181] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:56:57.181] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-31T20:56:57.181] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-31T20:56:57.181] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-31T20:56:57.193] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T20:56:57.194] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T20:56:57.194] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T20:56:57.194] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T20:56:57.194] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T20:56:57.199] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:56:57.199] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:56:57.199] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:56:57.199] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:56:57.200] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T21:11:02.565] [DEBUG] debug-file - session manager: set active socket. socketId=AxHH7XtdO0AscN9NAAAf +[2025-03-31T21:11:02.590] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T21:11:02.638] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T21:11:02.651] [DEBUG] debug-file - Cache service initialization finished in 13 ms +[2025-03-31T21:11:02.666] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T21:11:02.675] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T21:11:02.675] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T21:11:02.682] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T21:11:02.682] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T21:11:02.682] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T21:11:02.683] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T21:11:02.684] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T21:11:02.688] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T21:11:02.693] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T21:11:02.734] [DEBUG] debug-file - Sdk init in 45 ms +[2025-03-31T21:11:02.746] [DEBUG] debug-file - Project task initialization takes 11 ms +[2025-03-31T21:11:02.746] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T21:11:02.746] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T21:11:02.746] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T21:11:02.750] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T21:11:02.754] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T21:11:02.754] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T21:11:02.758] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T21:11:02.758] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T21:11:02.759] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T21:11:02.759] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T21:11:02.759] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T21:11:02.759] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T21:11:02.759] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T21:11:02.762] [DEBUG] debug-file - Module entry task initialization takes 2 ms +[2025-03-31T21:11:02.762] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T21:11:02.762] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T21:11:02.762] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T21:11:02.856] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 91 ms +[2025-03-31T21:11:02.857] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T21:11:02.857] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T21:11:02.860] [DEBUG] debug-file - load to the disk finished +[2025-03-31T21:11:02.862] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T21:11:02.862] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T21:11:02.863] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T21:11:02.863] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T21:11:02.864] [DEBUG] debug-file - Configuration phase cost:210 ms +[2025-03-31T21:11:02.866] [DEBUG] debug-file - Configuration task cost before running: 252 ms +[2025-03-31T21:11:02.868] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.869] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.871] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T21:11:02.873] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 2 ms . +[2025-03-31T21:11:02.873] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.21063232421875 +[2025-03-31T21:11:02.874] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T21:11:02.876] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.876] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.876] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T21:11:02.877] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-31T21:11:02.877] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T21:11:02.877] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.08203887939453125 +[2025-03-31T21:11:02.878] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T21:11:02.879] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.879] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.879] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T21:11:02.880] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.880] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.880] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03678131103515625 +[2025-03-31T21:11:02.880] [DEBUG] debug-file - runTaskFromQueue task cost before running: 266 ms +[2025-03-31T21:11:02.880] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T21:11:02.882] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.882] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.882] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T21:11:02.883] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-31T21:11:02.883] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.09735107421875 +[2025-03-31T21:11:02.884] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T21:11:02.885] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.885] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.886] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T21:11:02.886] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T21:11:02.887] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T21:11:02.887] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08666229248046875 +[2025-03-31T21:11:02.887] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T21:11:02.891] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.891] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.891] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T21:11:02.891] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.891] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.891] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0370025634765625 +[2025-03-31T21:11:02.891] [DEBUG] debug-file - runTaskFromQueue task cost before running: 277 ms +[2025-03-31T21:11:02.891] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T21:11:02.892] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.892] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.894] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T21:11:02.894] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T21:11:02.894] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T21:11:02.894] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06150054931640625 +[2025-03-31T21:11:02.894] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T21:11:02.895] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.895] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.896] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T21:11:02.896] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T21:11:02.897] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-31T21:11:02.897] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.897] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.897] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.1044921875 +[2025-03-31T21:11:02.897] [DEBUG] debug-file - runTaskFromQueue task cost before running: 283 ms +[2025-03-31T21:11:02.897] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 1 ms +[2025-03-31T21:11:02.898] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.898] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.898] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T21:11:02.898] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.898] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.898] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.0378265380859375 +[2025-03-31T21:11:02.898] [DEBUG] debug-file - runTaskFromQueue task cost before running: 284 ms +[2025-03-31T21:11:02.898] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T21:11:02.899] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.899] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.900] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T21:11:02.901] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms . +[2025-03-31T21:11:02.902] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.12860107421875 +[2025-03-31T21:11:02.902] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T21:11:02.903] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.903] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.904] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T21:11:02.904] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T21:11:02.904] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T21:11:02.905] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T21:11:02.905] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms . +[2025-03-31T21:11:02.906] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.906] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.906] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.124755859375 +[2025-03-31T21:11:02.906] [DEBUG] debug-file - runTaskFromQueue task cost before running: 291 ms +[2025-03-31T21:11:02.906] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 2 ms +[2025-03-31T21:11:02.907] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.907] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.908] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T21:11:02.908] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T21:11:02.908] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.048797607421875 +[2025-03-31T21:11:02.909] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T21:11:02.910] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.910] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.911] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T21:11:02.915] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 3 ms . +[2025-03-31T21:11:02.915] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.17031097412109375 +[2025-03-31T21:11:02.916] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T21:11:02.917] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.917] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.917] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T21:11:02.918] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.918] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.918] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.0516357421875 +[2025-03-31T21:11:02.918] [DEBUG] debug-file - runTaskFromQueue task cost before running: 304 ms +[2025-03-31T21:11:02.919] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-31T21:11:02.920] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.920] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.920] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T21:11:02.921] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T21:11:02.922] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-31T21:11:02.922] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.1271209716796875 +[2025-03-31T21:11:02.925] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T21:11:02.926] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.926] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.928] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T21:11:02.937] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 7 ms . +[2025-03-31T21:11:02.937] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5531158447265625 +[2025-03-31T21:11:02.941] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T21:11:02.943] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.943] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.943] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T21:11:02.944] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T21:11:02.945] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.0981597900390625 +[2025-03-31T21:11:02.945] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T21:11:02.946] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.946] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.946] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T21:11:02.947] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T21:11:02.954] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 6 ms . +[2025-03-31T21:11:02.954] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.4784393310546875 +[2025-03-31T21:11:02.955] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T21:11:02.956] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.957] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.958] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T21:11:02.958] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T21:11:02.959] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T21:11:02.959] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06084442138671875 +[2025-03-31T21:11:02.959] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T21:11:02.960] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.960] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.962] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T21:11:02.967] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed. +[2025-03-31T21:11:02.967] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 3 ms . +[2025-03-31T21:11:02.973] [DEBUG] debug-file - build config: +[2025-03-31T21:11:02.973] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '24b4e79ad299ff19c9b7ad7ebbbea96d', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T21:11:02.974] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T21:11:02.974] [DEBUG] debug-file - default@CompileArkTS work[33] is submitted. +[2025-03-31T21:11:02.975] [DEBUG] debug-file - default@CompileArkTS work[33] is pushed to ready queue. +[2025-03-31T21:11:02.975] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T21:11:02.975] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T21:11:02.975] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T21:11:02.975] [DEBUG] debug-file - default@CompileArkTS work[33] has been dispatched to worker[4]. +[2025-03-31T21:11:02.975] [DEBUG] debug-file - default@CompileArkTS work[33] is dispatched. +[2025-03-31T21:11:02.976] [DEBUG] debug-file - CopyResources startTime: 356401886535791 +[2025-03-31T21:11:02.976] [DEBUG] debug-file - default@CompileArkTS work[34] is submitted. +[2025-03-31T21:11:02.976] [DEBUG] debug-file - default@CompileArkTS work[34] is pushed to ready queue. +[2025-03-31T21:11:02.976] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T21:11:02.976] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T21:11:02.979] [DEBUG] debug-file - default@CompileArkTS work[34] has been dispatched to worker[6]. +[2025-03-31T21:11:02.979] [DEBUG] debug-file - default@CompileArkTS work[34] is dispatched. +[2025-03-31T21:11:02.979] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.3056640625 +[2025-03-31T21:11:02.983] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.983] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.986] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T21:11:02.988] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.11594390869140625 +[2025-03-31T21:11:02.988] [DEBUG] debug-file - runTaskFromQueue task cost before running: 374 ms +[2025-03-31T21:11:02.988] [INFO] debug-file - Finished :entry:default@BuildJS... after 3 ms +[2025-03-31T21:11:02.990] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:11:02.991] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:11:02.995] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T21:11:02.995] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T21:11:02.997] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T21:11:02.997] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.06804656982421875 +[2025-03-31T21:11:02.997] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T21:11:04.148] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T21:11:04.150] [DEBUG] debug-file - CopyResources is end, endTime: 356403061167250 +[2025-03-31T21:11:04.151] [DEBUG] debug-file - default@CompileArkTS work[34] done. +[2025-03-31T21:11:04.657] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T21:11:05.944] [DEBUG] debug-file - worker[4] has one work error. +[2025-03-31T21:11:05.945] [DEBUG] debug-file - default@CompileArkTS work[33] failed. +[2025-03-31T21:11:05.945] [ERROR] debug-file - Failed :entry:default@CompileArkTS... +[2025-03-31T21:11:05.945] [DEBUG] debug-file - hvigor build process will be closed with an error. +[2025-03-31T21:11:05.948] [DEBUG] debug-file - ERROR: stacktrace = Error: ArkTS Compiler Error +1 WARN: ArkTS:WARN: For details about ArkTS syntax errors, see FAQs +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:221:30 + Structural typing is not supported (arkts-no-structural-typing) + + +2 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:3:22 + Module '"../common/logtext"' has no exported member 'LogCategory'. Did you mean to use 'import LogCategory from "../common/logtext"' instead? + + +3 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:3:35 + Module '"../common/logtext"' has no exported member 'LogEventType'. Did you mean to use 'import LogEventType from "../common/logtext"' instead? + + +4 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:99:20 + Property 'info' does not exist on type 'LogManager'. + + +5 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:102:20 + Property 'info' does not exist on type 'LogManager'. + + +6 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:105:20 + Property 'info' does not exist on type 'LogManager'. + + +7 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:108:20 + Property 'info' does not exist on type 'LogManager'. + + +8 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:111:20 + Property 'info' does not exist on type 'LogManager'. + + +9 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:114:20 + Property 'info' does not exist on type 'LogManager'. + + +10 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:2:22 + Module '"../common/logtext"' has no exported member 'LogCategory'. Did you mean to use 'import LogCategory from "../common/logtext"' instead? + + +11 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:2:35 + Module '"../common/logtext"' has no exported member 'LogEventType'. Did you mean to use 'import LogEventType from "../common/logtext"' instead? + + +12 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:72:20 + Property 'info' does not exist on type 'LogManager'. + + +13 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:75:20 + Property 'info' does not exist on type 'LogManager'. + + +14 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:78:20 + Property 'info' does not exist on type 'LogManager'. + + +15 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:81:20 + Property 'info' does not exist on type 'LogManager'. + + +16 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:84:20 + Property 'info' does not exist on type 'LogManager'. + + +17 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:87:20 + Property 'info' does not exist on type 'LogManager'. + + +18 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:249:18 + Property 'info' does not exist on type 'LogManager'. + + +19 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:249:23 + Cannot find name 'LogCategory'. + + +20 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:249:41 + Cannot find name 'LogEventType'. + + +21 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:250:18 + Property 'debug' does not exist on type 'LogManager'. + + +22 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:250:24 + Cannot find name 'LogCategory'. + + +23 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:250:42 + Cannot find name 'LogEventType'. + + +24 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:295:16 + Property 'info' does not exist on type 'LogManager'. + + +25 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:295:21 + Cannot find name 'LogCategory'. + + +26 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:295:43 + Cannot find name 'LogEventType'. + + +27 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:296:16 + Property 'debug' does not exist on type 'LogManager'. + + +28 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:296:22 + Cannot find name 'LogCategory'. + + +29 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:296:44 + Cannot find name 'LogEventType'. + + +30 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:314:16 + Property 'info' does not exist on type 'LogManager'. + + +31 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:314:21 + Cannot find name 'LogCategory'. + + +32 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:314:43 + Cannot find name 'LogEventType'. + + +33 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:315:16 + Property 'debug' does not exist on type 'LogManager'. + + +34 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:315:22 + Cannot find name 'LogCategory'. + + +35 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:315:44 + Cannot find name 'LogEventType'. + + +36 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:318:16 + Property 'setLanguage' does not exist on type 'LogManager'. + + +37 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:337:16 + Property 'info' does not exist on type 'LogManager'. + + +38 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:337:21 + Cannot find name 'LogCategory'. + + +39 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:337:43 + Cannot find name 'LogEventType'. + + +40 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:338:16 + Property 'debug' does not exist on type 'LogManager'. + + +41 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:338:22 + Cannot find name 'LogCategory'. + + +42 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:338:44 + Cannot find name 'LogEventType'. + + +43 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:2:22 + Module '"../common/logtext"' has no exported member 'LogCategory'. Did you mean to use 'import LogCategory from "../common/logtext"' instead? + + +44 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:2:35 + Module '"../common/logtext"' has no exported member 'LogEventType'. Did you mean to use 'import LogEventType from "../common/logtext"' instead? + + +45 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:109:20 + Property 'info' does not exist on type 'LogManager'. + + +46 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:112:20 + Property 'info' does not exist on type 'LogManager'. + + +47 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:115:20 + Property 'info' does not exist on type 'LogManager'. + + +48 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:118:20 + Property 'info' does not exist on type 'LogManager'. + + +49 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:121:20 + Property 'info' does not exist on type 'LogManager'. + + +50 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:124:20 + Property 'info' does not exist on type 'LogManager'. + + +51 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:5:22 + Module '"../common/logtext"' has no exported member 'LogCategory'. Did you mean to use 'import LogCategory from "../common/logtext"' instead? + + +52 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:5:35 + Module '"../common/logtext"' has no exported member 'LogEventType'. Did you mean to use 'import LogEventType from "../common/logtext"' instead? + + +53 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:111:20 + Property 'info' does not exist on type 'LogManager'. + + +54 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:114:20 + Property 'info' does not exist on type 'LogManager'. + + +55 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:117:20 + Property 'info' does not exist on type 'LogManager'. + + +56 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:120:20 + Property 'info' does not exist on type 'LogManager'. + + +57 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:123:20 + Property 'info' does not exist on type 'LogManager'. + + +58 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:126:20 + Property 'info' does not exist on type 'LogManager'. + + +COMPILE RESULT:FAIL {ERROR:59 WARN:1} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T21:11:05.948] [ERROR] debug-file - Error: ArkTS Compiler Error +1 WARN: ArkTS:WARN: For details about ArkTS syntax errors, see FAQs +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:221:30 + Structural typing is not supported (arkts-no-structural-typing) + + +2 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:3:22 + Module '"../common/logtext"' has no exported member 'LogCategory'. Did you mean to use 'import LogCategory from "../common/logtext"' instead? + + +3 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:3:35 + Module '"../common/logtext"' has no exported member 'LogEventType'. Did you mean to use 'import LogEventType from "../common/logtext"' instead? + + +4 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:99:20 + Property 'info' does not exist on type 'LogManager'. + + +5 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:102:20 + Property 'info' does not exist on type 'LogManager'. + + +6 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:105:20 + Property 'info' does not exist on type 'LogManager'. + + +7 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:108:20 + Property 'info' does not exist on type 'LogManager'. + + +8 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:111:20 + Property 'info' does not exist on type 'LogManager'. + + +9 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:114:20 + Property 'info' does not exist on type 'LogManager'. + + +10 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:2:22 + Module '"../common/logtext"' has no exported member 'LogCategory'. Did you mean to use 'import LogCategory from "../common/logtext"' instead? + + +11 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:2:35 + Module '"../common/logtext"' has no exported member 'LogEventType'. Did you mean to use 'import LogEventType from "../common/logtext"' instead? + + +12 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:72:20 + Property 'info' does not exist on type 'LogManager'. + + +13 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:75:20 + Property 'info' does not exist on type 'LogManager'. + + +14 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:78:20 + Property 'info' does not exist on type 'LogManager'. + + +15 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:81:20 + Property 'info' does not exist on type 'LogManager'. + + +16 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:84:20 + Property 'info' does not exist on type 'LogManager'. + + +17 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:87:20 + Property 'info' does not exist on type 'LogManager'. + + +18 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:249:18 + Property 'info' does not exist on type 'LogManager'. + + +19 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:249:23 + Cannot find name 'LogCategory'. + + +20 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:249:41 + Cannot find name 'LogEventType'. + + +21 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:250:18 + Property 'debug' does not exist on type 'LogManager'. + + +22 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:250:24 + Cannot find name 'LogCategory'. + + +23 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:250:42 + Cannot find name 'LogEventType'. + + +24 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:295:16 + Property 'info' does not exist on type 'LogManager'. + + +25 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:295:21 + Cannot find name 'LogCategory'. + + +26 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:295:43 + Cannot find name 'LogEventType'. + + +27 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:296:16 + Property 'debug' does not exist on type 'LogManager'. + + +28 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:296:22 + Cannot find name 'LogCategory'. + + +29 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:296:44 + Cannot find name 'LogEventType'. + + +30 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:314:16 + Property 'info' does not exist on type 'LogManager'. + + +31 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:314:21 + Cannot find name 'LogCategory'. + + +32 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:314:43 + Cannot find name 'LogEventType'. + + +33 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:315:16 + Property 'debug' does not exist on type 'LogManager'. + + +34 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:315:22 + Cannot find name 'LogCategory'. + + +35 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:315:44 + Cannot find name 'LogEventType'. + + +36 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:318:16 + Property 'setLanguage' does not exist on type 'LogManager'. + + +37 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:337:16 + Property 'info' does not exist on type 'LogManager'. + + +38 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:337:21 + Cannot find name 'LogCategory'. + + +39 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:337:43 + Cannot find name 'LogEventType'. + + +40 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:338:16 + Property 'debug' does not exist on type 'LogManager'. + + +41 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:338:22 + Cannot find name 'LogCategory'. + + +42 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:338:44 + Cannot find name 'LogEventType'. + + +43 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:2:22 + Module '"../common/logtext"' has no exported member 'LogCategory'. Did you mean to use 'import LogCategory from "../common/logtext"' instead? + + +44 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:2:35 + Module '"../common/logtext"' has no exported member 'LogEventType'. Did you mean to use 'import LogEventType from "../common/logtext"' instead? + + +45 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:109:20 + Property 'info' does not exist on type 'LogManager'. + + +46 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:112:20 + Property 'info' does not exist on type 'LogManager'. + + +47 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:115:20 + Property 'info' does not exist on type 'LogManager'. + + +48 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:118:20 + Property 'info' does not exist on type 'LogManager'. + + +49 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:121:20 + Property 'info' does not exist on type 'LogManager'. + + +50 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:124:20 + Property 'info' does not exist on type 'LogManager'. + + +51 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:5:22 + Module '"../common/logtext"' has no exported member 'LogCategory'. Did you mean to use 'import LogCategory from "../common/logtext"' instead? + + +52 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:5:35 + Module '"../common/logtext"' has no exported member 'LogEventType'. Did you mean to use 'import LogEventType from "../common/logtext"' instead? + + +53 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:111:20 + Property 'info' does not exist on type 'LogManager'. + + +54 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:114:20 + Property 'info' does not exist on type 'LogManager'. + + +55 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:117:20 + Property 'info' does not exist on type 'LogManager'. + + +56 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:120:20 + Property 'info' does not exist on type 'LogManager'. + + +57 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:123:20 + Property 'info' does not exist on type 'LogManager'. + + +58 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:126:20 + Property 'info' does not exist on type 'LogManager'. + + +COMPILE RESULT:FAIL {ERROR:59 WARN:1} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T21:11:05.952] [WARN] debug-file - BUILD FAILED in 3 s 337 ms +[2025-03-31T21:11:05.952] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T21:11:05.952] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T21:11:05.952] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T21:11:05.952] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T21:11:05.952] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T21:11:05.952] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T21:11:05.953] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T21:11:05.953] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T21:11:05.953] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T21:11:05.953] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T21:11:05.954] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T21:11:05.954] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T21:11:05.954] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T21:11:05.954] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T21:11:05.954] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T21:11:05.954] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T21:11:05.954] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T21:11:05.954] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T21:11:05.954] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T21:11:05.955] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T21:11:05.955] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T21:11:05.955] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T21:11:05.955] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T21:11:05.956] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T21:11:05.956] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache from map. +[2025-03-31T21:11:05.956] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T21:11:05.956] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T21:11:05.956] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T21:11:05.956] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T21:11:05.956] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-31T21:11:05.957] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T21:11:05.957] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T21:11:05.957] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T21:11:05.957] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T21:11:05.957] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T21:11:05.957] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T21:11:05.957] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T21:11:05.957] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-31T21:11:05.957] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T21:11:05.969] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T21:11:05.969] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T21:11:05.969] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T21:11:05.969] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T21:11:05.969] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T21:11:05.978] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T21:11:05.983] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T21:11:05.983] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T21:11:05.983] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T21:11:05.983] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T21:12:51.596] [DEBUG] debug-file - env: nodejsVersion=v18.20.1 +[2025-03-31T21:12:51.620] [DEBUG] debug-file - env: daemon=true +[2025-03-31T21:12:52.006] [DEBUG] debug-file - hvigor start cli arguments:{ + prop: [ + 'module=entry@default', + 'product=default', + 'requiredDeviceType=phone' + ], + mode: 'module', + parallel: true, + incremental: true, + daemon: true, + _: [ 'assembleHap', '--analyze=normal' ], + env: { + MallocNanoZone: '0', + USER: 'tian', + COMMAND_MODE: 'unix2003', + __CFBundleIdentifier: 'com.todesktop.230313mzl4w4u92', + PATH: '/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin', + LOGNAME: 'tian', + SSH_AUTH_SOCK: '/private/tmp/com.apple.launchd.LQU4phtQgM/Listeners', + HOME: '/Users/tian', + SHELL: '/bin/zsh', + TMPDIR: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/', + __CF_USER_TEXT_ENCODING: '0x1F5:0x19:0x34', + XPC_SERVICE_NAME: '0', + XPC_FLAGS: '0x0', + ORIGINAL_XDG_CURRENT_DESKTOP: 'undefined', + CURSOR_TRACE_ID: 'ef48bcb0485c4469a623386ae3ebde9e', + SHLVL: '1', + PWD: '/Users/tian/Documents/DevEco/ClassMG', + OLDPWD: '/Users/tian/Documents/DevEco/ClassMG', + HOMEBREW_PIP_INDEX_URL: 'http://mirrors.aliyun.com/pypi/simple', + HOMEBREW_API_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles/api', + HOMEBREW_BOTTLE_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles', + HOMEBREW_PREFIX: '/opt/homebrew', + HOMEBREW_CELLAR: '/opt/homebrew/Cellar', + HOMEBREW_REPOSITORY: '/opt/homebrew', + INFOPATH: '/opt/homebrew/share/info:/opt/homebrew/share/info:', + GOPATH: '/Users/tian/Documents/GoPath', + STM32CubeMX_PATH: '/Applications/STMicroelectronics/STM32CubeMX.app/Contents/Resourcesexport', + DEVECO_SDK_HOME: '/Applications/DevEco-Studio.app/Contents/sdk', + TERM_PROGRAM: 'vscode', + TERM_PROGRAM_VERSION: '0.45.14', + LANG: 'zh_CN.UTF-8', + COLORTERM: 'truecolor', + GIT_ASKPASS: '/Applications/Cursor.app/Contents/Resources/app/extensions/git/dist/askpass.sh', + VSCODE_GIT_ASKPASS_NODE: '/Applications/Cursor.app/Contents/Frameworks/Cursor Helper (Plugin).app/Contents/MacOS/Cursor Helper (Plugin)', + VSCODE_GIT_ASKPASS_EXTRA_ARGS: '', + VSCODE_GIT_ASKPASS_MAIN: '/Applications/Cursor.app/Contents/Resources/app/extensions/git/dist/askpass-main.js', + VSCODE_GIT_IPC_HANDLE: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/vscode-git-b45a1fb24c.sock', + VSCODE_INJECTION: '1', + ZDOTDIR: '/Users/tian', + USER_ZDOTDIR: '/Users/tian', + TERM: 'xterm-256color', + _: '/Applications/DevEco-Studio.app/Contents/tools/node/bin/node', + 'npm_config_update-notifier': 'false', + 'npm_config_auto-install-peers': 'false', + ohpmBin: '/Applications/DevEco-Studio.app/Contents/tools/ohpm/bin/ohpm', + config: '{"module":"entry@default","product":"default","requiredDeviceType":"phone"}', + WORKSPACE_DIR: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace', + NODE_PATH: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace/node_modules' + } +} +[2025-03-31T21:12:51.600] [DEBUG] debug-file - env: hvigor-config.json5 content = { + modelVersion: '5.0.2', + dependencies: {}, + execution: {}, + logging: {}, + debugging: {}, + nodeOptions: {} +} +[2025-03-31T21:12:52.040] [DEBUG] debug-file - session manager: set active socket. socketId=yJzuhw4SIaRW87L9AAAh +[2025-03-31T21:12:52.052] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T21:12:52.063] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T21:12:52.073] [DEBUG] debug-file - Cache service initialization finished in 10 ms +[2025-03-31T21:12:52.079] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T21:12:52.086] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T21:12:52.086] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T21:12:52.096] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T21:12:52.096] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T21:12:52.096] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T21:12:52.096] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T21:12:52.096] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T21:12:52.100] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T21:12:52.110] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T21:12:52.133] [DEBUG] debug-file - Sdk init in 29 ms +[2025-03-31T21:12:52.144] [DEBUG] debug-file - Project task initialization takes 11 ms +[2025-03-31T21:12:52.144] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T21:12:52.144] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T21:12:52.144] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T21:12:52.146] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T21:12:52.149] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T21:12:52.149] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T21:12:52.152] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T21:12:52.152] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T21:12:52.152] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T21:12:52.153] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T21:12:52.153] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T21:12:52.153] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T21:12:52.153] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T21:12:52.157] [DEBUG] debug-file - Module entry task initialization takes 3 ms +[2025-03-31T21:12:52.157] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T21:12:52.157] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T21:12:52.157] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T21:12:52.228] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 70 ms +[2025-03-31T21:12:52.228] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T21:12:52.229] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T21:12:52.231] [DEBUG] debug-file - load to the disk finished +[2025-03-31T21:12:52.232] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T21:12:52.232] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T21:12:52.233] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T21:12:52.233] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T21:12:52.234] [DEBUG] debug-file - Configuration phase cost:159 ms +[2025-03-31T21:12:52.235] [DEBUG] debug-file - Configuration task cost before running: 180 ms +[2025-03-31T21:12:52.236] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.236] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.237] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T21:12:52.238] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 1 ms . +[2025-03-31T21:12:52.239] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.21416473388671875 +[2025-03-31T21:12:52.239] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T21:12:52.240] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.240] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.240] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T21:12:52.240] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-31T21:12:52.241] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T21:12:52.241] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.08196258544921875 +[2025-03-31T21:12:52.241] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T21:12:52.241] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.241] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.241] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T21:12:52.242] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.242] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.242] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03678131103515625 +[2025-03-31T21:12:52.242] [DEBUG] debug-file - runTaskFromQueue task cost before running: 186 ms +[2025-03-31T21:12:52.242] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T21:12:52.242] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.242] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.243] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T21:12:52.243] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-31T21:12:52.243] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.09735107421875 +[2025-03-31T21:12:52.243] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T21:12:52.244] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.244] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.244] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T21:12:52.244] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T21:12:52.245] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T21:12:52.245] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08632659912109375 +[2025-03-31T21:12:52.245] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T21:12:52.245] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.245] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.246] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T21:12:52.246] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.246] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.246] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0370025634765625 +[2025-03-31T21:12:52.246] [DEBUG] debug-file - runTaskFromQueue task cost before running: 190 ms +[2025-03-31T21:12:52.246] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T21:12:52.246] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.247] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.248] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T21:12:52.248] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T21:12:52.248] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T21:12:52.248] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06148529052734375 +[2025-03-31T21:12:52.248] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T21:12:52.249] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.249] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.249] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T21:12:52.250] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T21:12:52.250] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-31T21:12:52.250] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.250] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.250] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10439300537109375 +[2025-03-31T21:12:52.250] [DEBUG] debug-file - runTaskFromQueue task cost before running: 195 ms +[2025-03-31T21:12:52.250] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 1 ms +[2025-03-31T21:12:52.251] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.251] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.251] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T21:12:52.251] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.251] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.251] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.0378265380859375 +[2025-03-31T21:12:52.251] [DEBUG] debug-file - runTaskFromQueue task cost before running: 196 ms +[2025-03-31T21:12:52.251] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T21:12:52.252] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.252] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.252] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T21:12:52.253] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms . +[2025-03-31T21:12:52.253] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.1276397705078125 +[2025-03-31T21:12:52.254] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T21:12:52.254] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.254] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.255] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T21:12:52.255] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T21:12:52.255] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T21:12:52.256] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T21:12:52.256] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms . +[2025-03-31T21:12:52.256] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.256] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.256] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.12395477294921875 +[2025-03-31T21:12:52.256] [DEBUG] debug-file - runTaskFromQueue task cost before running: 201 ms +[2025-03-31T21:12:52.256] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 2 ms +[2025-03-31T21:12:52.257] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.257] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.258] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T21:12:52.258] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T21:12:52.258] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.0552978515625 +[2025-03-31T21:12:52.258] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T21:12:52.259] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.259] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.260] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T21:12:52.264] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 3 ms . +[2025-03-31T21:12:52.264] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory -4.976142883300781 +[2025-03-31T21:12:52.264] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T21:12:52.265] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.265] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.265] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T21:12:52.265] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.265] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.266] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.0515594482421875 +[2025-03-31T21:12:52.266] [DEBUG] debug-file - runTaskFromQueue task cost before running: 210 ms +[2025-03-31T21:12:52.266] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-31T21:12:52.267] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.267] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.267] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T21:12:52.268] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T21:12:52.269] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-31T21:12:52.269] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.12674713134765625 +[2025-03-31T21:12:52.270] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T21:12:52.270] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.271] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.272] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T21:12:52.278] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 3 ms . +[2025-03-31T21:12:52.278] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5589218139648438 +[2025-03-31T21:12:52.279] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T21:12:52.280] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.280] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.281] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T21:12:52.281] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T21:12:52.281] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.09813690185546875 +[2025-03-31T21:12:52.282] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T21:12:52.282] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.282] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.283] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T21:12:52.283] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T21:12:52.288] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 4 ms . +[2025-03-31T21:12:52.288] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.4780120849609375 +[2025-03-31T21:12:52.288] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T21:12:52.289] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.289] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.290] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T21:12:52.290] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T21:12:52.291] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T21:12:52.291] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06102752685546875 +[2025-03-31T21:12:52.291] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T21:12:52.291] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.292] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.293] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T21:12:52.298] [DEBUG] debug-file - build config: +[2025-03-31T21:12:52.299] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '24b4e79ad299ff19c9b7ad7ebbbea96d', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T21:12:52.299] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T21:12:52.299] [DEBUG] debug-file - default@CompileArkTS work[35] is submitted. +[2025-03-31T21:12:52.299] [DEBUG] debug-file - default@CompileArkTS work[35] is pushed to ready queue. +[2025-03-31T21:12:52.299] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T21:12:52.300] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T21:12:52.300] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T21:12:52.300] [DEBUG] debug-file - default@CompileArkTS work[35] has been dispatched to worker[4]. +[2025-03-31T21:12:52.300] [DEBUG] debug-file - default@CompileArkTS work[35] is dispatched. +[2025-03-31T21:12:52.300] [DEBUG] debug-file - CopyResources startTime: 356511215141041 +[2025-03-31T21:12:52.300] [DEBUG] debug-file - default@CompileArkTS work[36] is submitted. +[2025-03-31T21:12:52.300] [DEBUG] debug-file - default@CompileArkTS work[36] is pushed to ready queue. +[2025-03-31T21:12:52.300] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T21:12:52.300] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T21:12:52.301] [DEBUG] debug-file - default@CompileArkTS work[36] has been dispatched to worker[6]. +[2025-03-31T21:12:52.301] [DEBUG] debug-file - default@CompileArkTS work[36] is dispatched. +[2025-03-31T21:12:52.301] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.095611572265625 +[2025-03-31T21:12:52.302] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.302] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.304] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T21:12:52.305] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.1153411865234375 +[2025-03-31T21:12:52.305] [DEBUG] debug-file - runTaskFromQueue task cost before running: 250 ms +[2025-03-31T21:12:52.305] [INFO] debug-file - Finished :entry:default@BuildJS... after 2 ms +[2025-03-31T21:12:52.308] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T21:12:52.308] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T21:12:52.309] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T21:12:52.309] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T21:12:52.310] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T21:12:52.310] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.06806182861328125 +[2025-03-31T21:12:52.310] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T21:12:52.853] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T21:12:52.853] [DEBUG] debug-file - CopyResources is end, endTime: 356511768483916 +[2025-03-31T21:12:52.853] [DEBUG] debug-file - default@CompileArkTS work[36] done. +[2025-03-31T21:12:52.853] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T21:12:53.888] [DEBUG] debug-file - worker[4] has one work error. +[2025-03-31T21:12:53.888] [DEBUG] debug-file - default@CompileArkTS work[35] failed. +[2025-03-31T21:12:53.888] [ERROR] debug-file - Failed :entry:default@CompileArkTS... +[2025-03-31T21:12:53.888] [DEBUG] debug-file - hvigor build process will be closed with an error. +[2025-03-31T21:12:53.889] [DEBUG] debug-file - ERROR: stacktrace = Error: ArkTS Compiler Error +1 WARN: ArkTS:WARN: For details about ArkTS syntax errors, see FAQs +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/logtext.ets:94:67 + Use explicit types instead of "any", "unknown" (arkts-no-any-unknown) + + +2 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/logtext.ets:107:82 + Use explicit types instead of "any", "unknown" (arkts-no-any-unknown) + + +3 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/logtext.ets:107:97 + Use explicit types instead of "any", "unknown" (arkts-no-any-unknown) + + +4 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/logtext.ets:127:46 + Use explicit types instead of "any", "unknown" (arkts-no-any-unknown) + + +5 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/logtext.ets:128:11 + Use explicit types instead of "any", "unknown" (arkts-no-any-unknown) + + +6 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:221:30 + Structural typing is not supported (arkts-no-structural-typing) + + +7 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:99:56 + Property 'PAGE_APPEAR' does not exist on type 'typeof LogEventType'. + + +8 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:102:56 + Property 'PAGE_DISAPPEAR' does not exist on type 'typeof LogEventType'. + + +9 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:105:56 + Property 'PAGE_SHOW' does not exist on type 'typeof LogEventType'. + + +10 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:108:56 + Property 'PAGE_HIDE' does not exist on type 'typeof LogEventType'. + + +11 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:111:56 + Property 'PAGE_BACK' does not exist on type 'typeof LogEventType'. + + +12 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:114:56 + Property 'SYSTEM_INFO' does not exist on type 'typeof LogEventType'. + + +13 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:72:37 + Property 'SYSTEM' does not exist on type 'typeof LogCategory'. + + +14 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:72:58 + Property 'PAGE_APPEAR' does not exist on type 'typeof LogEventType'. + + +15 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:75:37 + Property 'SYSTEM' does not exist on type 'typeof LogCategory'. + + +16 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:75:58 + Property 'PAGE_DISAPPEAR' does not exist on type 'typeof LogEventType'. + + +17 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:78:37 + Property 'SYSTEM' does not exist on type 'typeof LogCategory'. + + +18 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:78:58 + Property 'PAGE_SHOW' does not exist on type 'typeof LogEventType'. + + +19 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:81:37 + Property 'SYSTEM' does not exist on type 'typeof LogCategory'. + + +20 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:81:58 + Property 'PAGE_HIDE' does not exist on type 'typeof LogEventType'. + + +21 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:84:37 + Property 'SYSTEM' does not exist on type 'typeof LogCategory'. + + +22 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:84:58 + Property 'PAGE_BACK' does not exist on type 'typeof LogEventType'. + + +23 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:87:37 + Property 'SYSTEM' does not exist on type 'typeof LogCategory'. + + +24 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:87:58 + Property 'SYSTEM_INFO' does not exist on type 'typeof LogEventType'. + + +25 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:249:23 + Cannot find name 'LogCategory'. + + +26 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:249:41 + Cannot find name 'LogEventType'. + + +27 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:250:24 + Cannot find name 'LogCategory'. + + +28 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:250:42 + Cannot find name 'LogEventType'. + + +29 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:295:21 + Cannot find name 'LogCategory'. + + +30 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:295:43 + Cannot find name 'LogEventType'. + + +31 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:296:22 + Cannot find name 'LogCategory'. + + +32 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:296:44 + Cannot find name 'LogEventType'. + + +33 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:314:21 + Cannot find name 'LogCategory'. + + +34 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:314:43 + Cannot find name 'LogEventType'. + + +35 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:315:22 + Cannot find name 'LogCategory'. + + +36 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:315:44 + Cannot find name 'LogEventType'. + + +37 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:337:21 + Cannot find name 'LogCategory'. + + +38 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:337:43 + Cannot find name 'LogEventType'. + + +39 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:338:22 + Cannot find name 'LogCategory'. + + +40 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:338:44 + Cannot find name 'LogEventType'. + + +41 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:109:37 + Property 'HOME' does not exist on type 'typeof LogCategory'. + + +42 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:109:56 + Property 'PAGE_APPEAR' does not exist on type 'typeof LogEventType'. + + +43 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:112:37 + Property 'HOME' does not exist on type 'typeof LogCategory'. + + +44 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:112:56 + Property 'PAGE_DISAPPEAR' does not exist on type 'typeof LogEventType'. + + +45 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:115:37 + Property 'HOME' does not exist on type 'typeof LogCategory'. + + +46 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:115:56 + Property 'PAGE_SHOW' does not exist on type 'typeof LogEventType'. + + +47 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:118:37 + Property 'HOME' does not exist on type 'typeof LogCategory'. + + +48 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:118:56 + Property 'PAGE_HIDE' does not exist on type 'typeof LogEventType'. + + +49 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:121:37 + Property 'HOME' does not exist on type 'typeof LogCategory'. + + +50 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:121:56 + Property 'PAGE_BACK' does not exist on type 'typeof LogEventType'. + + +51 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:124:37 + Property 'HOME' does not exist on type 'typeof LogCategory'. + + +52 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:124:56 + Property 'SYSTEM_INFO' does not exist on type 'typeof LogEventType'. + + +53 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:111:37 + Property 'CLASS' does not exist on type 'typeof LogCategory'. + + +54 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:111:57 + Property 'PAGE_APPEAR' does not exist on type 'typeof LogEventType'. + + +55 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:114:37 + Property 'CLASS' does not exist on type 'typeof LogCategory'. + + +56 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:114:57 + Property 'PAGE_DISAPPEAR' does not exist on type 'typeof LogEventType'. + + +57 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:117:37 + Property 'CLASS' does not exist on type 'typeof LogCategory'. + + +58 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:117:57 + Property 'PAGE_SHOW' does not exist on type 'typeof LogEventType'. + + +59 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:120:37 + Property 'CLASS' does not exist on type 'typeof LogCategory'. + + +60 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:120:57 + Property 'PAGE_HIDE' does not exist on type 'typeof LogEventType'. + + +61 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:123:37 + Property 'CLASS' does not exist on type 'typeof LogCategory'. + + +62 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:123:57 + Property 'PAGE_BACK' does not exist on type 'typeof LogEventType'. + + +63 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:126:37 + Property 'CLASS' does not exist on type 'typeof LogCategory'. + + +64 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:126:57 + Property 'SYSTEM_INFO' does not exist on type 'typeof LogEventType'. + + +COMPILE RESULT:FAIL {ERROR:65 WARN:1} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T21:12:53.889] [ERROR] debug-file - Error: ArkTS Compiler Error +1 WARN: ArkTS:WARN: For details about ArkTS syntax errors, see FAQs +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/logtext.ets:94:67 + Use explicit types instead of "any", "unknown" (arkts-no-any-unknown) + + +2 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/logtext.ets:107:82 + Use explicit types instead of "any", "unknown" (arkts-no-any-unknown) + + +3 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/logtext.ets:107:97 + Use explicit types instead of "any", "unknown" (arkts-no-any-unknown) + + +4 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/logtext.ets:127:46 + Use explicit types instead of "any", "unknown" (arkts-no-any-unknown) + + +5 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/logtext.ets:128:11 + Use explicit types instead of "any", "unknown" (arkts-no-any-unknown) + + +6 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:221:30 + Structural typing is not supported (arkts-no-structural-typing) + + +7 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:99:56 + Property 'PAGE_APPEAR' does not exist on type 'typeof LogEventType'. + + +8 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:102:56 + Property 'PAGE_DISAPPEAR' does not exist on type 'typeof LogEventType'. + + +9 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:105:56 + Property 'PAGE_SHOW' does not exist on type 'typeof LogEventType'. + + +10 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:108:56 + Property 'PAGE_HIDE' does not exist on type 'typeof LogEventType'. + + +11 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:111:56 + Property 'PAGE_BACK' does not exist on type 'typeof LogEventType'. + + +12 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:114:56 + Property 'SYSTEM_INFO' does not exist on type 'typeof LogEventType'. + + +13 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:72:37 + Property 'SYSTEM' does not exist on type 'typeof LogCategory'. + + +14 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:72:58 + Property 'PAGE_APPEAR' does not exist on type 'typeof LogEventType'. + + +15 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:75:37 + Property 'SYSTEM' does not exist on type 'typeof LogCategory'. + + +16 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:75:58 + Property 'PAGE_DISAPPEAR' does not exist on type 'typeof LogEventType'. + + +17 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:78:37 + Property 'SYSTEM' does not exist on type 'typeof LogCategory'. + + +18 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:78:58 + Property 'PAGE_SHOW' does not exist on type 'typeof LogEventType'. + + +19 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:81:37 + Property 'SYSTEM' does not exist on type 'typeof LogCategory'. + + +20 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:81:58 + Property 'PAGE_HIDE' does not exist on type 'typeof LogEventType'. + + +21 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:84:37 + Property 'SYSTEM' does not exist on type 'typeof LogCategory'. + + +22 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:84:58 + Property 'PAGE_BACK' does not exist on type 'typeof LogEventType'. + + +23 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:87:37 + Property 'SYSTEM' does not exist on type 'typeof LogCategory'. + + +24 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:87:58 + Property 'SYSTEM_INFO' does not exist on type 'typeof LogEventType'. + + +25 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:249:23 + Cannot find name 'LogCategory'. + + +26 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:249:41 + Cannot find name 'LogEventType'. + + +27 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:250:24 + Cannot find name 'LogCategory'. + + +28 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:250:42 + Cannot find name 'LogEventType'. + + +29 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:295:21 + Cannot find name 'LogCategory'. + + +30 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:295:43 + Cannot find name 'LogEventType'. + + +31 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:296:22 + Cannot find name 'LogCategory'. + + +32 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:296:44 + Cannot find name 'LogEventType'. + + +33 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:314:21 + Cannot find name 'LogCategory'. + + +34 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:314:43 + Cannot find name 'LogEventType'. + + +35 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:315:22 + Cannot find name 'LogCategory'. + + +36 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:315:44 + Cannot find name 'LogEventType'. + + +37 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:337:21 + Cannot find name 'LogCategory'. + + +38 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:337:43 + Cannot find name 'LogEventType'. + + +39 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:338:22 + Cannot find name 'LogCategory'. + + +40 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:338:44 + Cannot find name 'LogEventType'. + + +41 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:109:37 + Property 'HOME' does not exist on type 'typeof LogCategory'. + + +42 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:109:56 + Property 'PAGE_APPEAR' does not exist on type 'typeof LogEventType'. + + +43 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:112:37 + Property 'HOME' does not exist on type 'typeof LogCategory'. + + +44 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:112:56 + Property 'PAGE_DISAPPEAR' does not exist on type 'typeof LogEventType'. + + +45 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:115:37 + Property 'HOME' does not exist on type 'typeof LogCategory'. + + +46 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:115:56 + Property 'PAGE_SHOW' does not exist on type 'typeof LogEventType'. + + +47 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:118:37 + Property 'HOME' does not exist on type 'typeof LogCategory'. + + +48 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:118:56 + Property 'PAGE_HIDE' does not exist on type 'typeof LogEventType'. + + +49 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:121:37 + Property 'HOME' does not exist on type 'typeof LogCategory'. + + +50 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:121:56 + Property 'PAGE_BACK' does not exist on type 'typeof LogEventType'. + + +51 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:124:37 + Property 'HOME' does not exist on type 'typeof LogCategory'. + + +52 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:124:56 + Property 'SYSTEM_INFO' does not exist on type 'typeof LogEventType'. + + +53 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:111:37 + Property 'CLASS' does not exist on type 'typeof LogCategory'. + + +54 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:111:57 + Property 'PAGE_APPEAR' does not exist on type 'typeof LogEventType'. + + +55 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:114:37 + Property 'CLASS' does not exist on type 'typeof LogCategory'. + + +56 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:114:57 + Property 'PAGE_DISAPPEAR' does not exist on type 'typeof LogEventType'. + + +57 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:117:37 + Property 'CLASS' does not exist on type 'typeof LogCategory'. + + +58 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:117:57 + Property 'PAGE_SHOW' does not exist on type 'typeof LogEventType'. + + +59 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:120:37 + Property 'CLASS' does not exist on type 'typeof LogCategory'. + + +60 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:120:57 + Property 'PAGE_HIDE' does not exist on type 'typeof LogEventType'. + + +61 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:123:37 + Property 'CLASS' does not exist on type 'typeof LogCategory'. + + +62 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:123:57 + Property 'PAGE_BACK' does not exist on type 'typeof LogEventType'. + + +63 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:126:37 + Property 'CLASS' does not exist on type 'typeof LogCategory'. + + +64 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:126:57 + Property 'SYSTEM_INFO' does not exist on type 'typeof LogEventType'. + + +COMPILE RESULT:FAIL {ERROR:65 WARN:1} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T21:12:53.891] [WARN] debug-file - BUILD FAILED in 1 s 835 ms +[2025-03-31T21:12:53.891] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T21:12:53.891] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T21:12:53.891] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T21:12:53.891] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T21:12:53.891] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T21:12:53.891] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T21:12:53.891] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T21:12:53.891] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T21:12:53.891] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T21:12:53.891] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T21:12:53.892] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T21:12:53.892] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T21:12:53.892] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T21:12:53.892] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T21:12:53.892] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T21:12:53.892] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T21:12:53.892] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T21:12:53.892] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T21:12:53.892] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T21:12:53.893] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T21:12:53.893] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T21:12:53.893] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T21:12:53.893] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T21:12:53.893] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T21:12:53.893] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate. +[2025-03-31T21:12:53.893] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T21:12:53.893] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T21:12:53.893] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T21:12:53.894] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T21:12:53.894] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-31T21:12:53.894] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T21:12:53.894] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T21:12:53.894] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T21:12:53.894] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T21:12:53.894] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T21:12:53.894] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T21:12:53.894] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T21:12:53.895] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:1 ms . +[2025-03-31T21:12:53.895] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T21:12:53.902] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T21:12:53.902] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T21:12:53.903] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T21:12:53.903] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T21:12:53.903] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T21:12:53.906] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T21:12:53.909] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T21:12:53.909] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T21:12:53.909] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T21:12:53.909] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. diff --git a/.hvigor/outputs/build-logs/build.log.1 b/.hvigor/outputs/build-logs/build.log.1 new file mode 100644 index 0000000..9ca160f --- /dev/null +++ b/.hvigor/outputs/build-logs/build.log.1 @@ -0,0 +1,23063 @@ +[2025-03-25T10:20:08.953] [DEBUG] debug-file - env: nodejsVersion=v18.20.1 +[2025-03-25T10:20:09.307] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: false, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T10:20:09.317] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/Home2/hvigorfile.ts +[2025-03-25T10:20:10.528] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T10:20:10.372] [DEBUG] debug-file - hvigorfile, require result: { default: { system: [Function: appTasks], plugins: [] } } +[2025-03-25T10:20:10.531] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T10:20:10.542] [DEBUG] debug-file - Local scan or download HarmonyOS sdk components toolchains,ets,js,native,previewer +[2025-03-25T10:20:10.544] [DEBUG] debug-file - Local scan or download hmscore sdk components toolchains,ets,native +[2025-03-25T10:20:10.579] [DEBUG] debug-file - Sdk init in 40 ms +[2025-03-25T10:20:10.548] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T10:20:10.594] [DEBUG] debug-file - Project task initialization takes 14 ms +[2025-03-25T10:20:10.598] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/Home2/entry/hvigorfile.ts +[2025-03-25T10:20:10.618] [DEBUG] debug-file - Module entry task initialization takes 4 ms +[2025-03-25T10:20:10.612] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T10:20:10.635] [DEBUG] debug-file - Configuration task cost before running: 1 s 341 ms +[2025-03-25T10:20:10.620] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T10:20:10.636] [DEBUG] debug-file - Executing task :entry:clean +[2025-03-25T10:20:10.656] [DEBUG] debug-file - entry : clean cost memory 0.9268951416015625 +[2025-03-25T10:20:10.663] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T10:20:08.956] [DEBUG] debug-file - env: hvigor-config.json5 content = { + modelVersion: '5.0.2', + dependencies: {}, + execution: {}, + logging: {}, + debugging: {}, + nodeOptions: {} +} +[2025-03-25T10:20:09.308] [DEBUG] debug-file - Since current hvigor version 5.14.3 differs from last hvigor version + undefined, delete file-cache.json and task-cache.json. +[2025-03-25T10:20:10.675] [DEBUG] debug-file - Create resident worker with id: 0. +[2025-03-25T10:20:10.528] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T10:20:10.372] [DEBUG] debug-file - hvigorfile, binding system plugins [Function: appTasks] +[2025-03-25T10:20:10.539] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T10:20:10.594] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T10:20:10.604] [DEBUG] debug-file - hvigorfile, require result: { default: { system: [Function: hapTasks], plugins: [] } } +[2025-03-25T10:20:10.618] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T10:20:10.613] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T10:20:10.621] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T10:20:10.637] [DEBUG] debug-file - clean: Worker pool is inactive. +[2025-03-25T10:20:10.656] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 362 ms +[2025-03-25T10:20:10.665] [DEBUG] debug-file - Module 'entry' target 'ohosTest' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} in this build. +[2025-03-25T10:20:08.957] [DEBUG] debug-file - env: daemon=false +[2025-03-25T10:20:09.308] [DEBUG] debug-file - Cache service initialization finished in 1 ms +[2025-03-25T10:20:10.677] [DEBUG] debug-file - Create resident worker with id: 1. +[2025-03-25T10:20:10.529] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T10:20:10.594] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/Home2/hvigorfile.ts +[2025-03-25T10:20:10.604] [DEBUG] debug-file - hvigorfile, binding system plugins [Function: hapTasks] +[2025-03-25T10:20:10.618] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/Home2/entry/hvigorfile.ts +[2025-03-25T10:20:10.613] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T10:20:10.623] [DEBUG] debug-file - load to the disk finished +[2025-03-25T10:20:10.657] [INFO] debug-file - Finished :entry:clean... after 20 ms +[2025-03-25T10:20:10.669] [DEBUG] debug-file - hvigor start cli arguments:{ + prop: [ 'product=default' ], + sync: true, + parallel: true, + incremental: true, + daemon: false, + _: [], + env: { + PATH: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home/bin:/Applications/DevEco-Studio.app/Contents/tools/node/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/DevEco-Studio.app/Contents/tools/node/bin:/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin', + DEVECO_SDK_HOME: '/Applications/DevEco-Studio.app/Contents/sdk', + JAVA_HOME: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home', + 'npm_config_update-notifier': 'false', + HOMEBREW_PREFIX: '/opt/homebrew', + COMMAND_MODE: 'unix2003', + LOGNAME: 'tian', + HOMEBREW_REPOSITORY: '/opt/homebrew', + XPC_SERVICE_NAME: 'application.com.huawei.devecostudio.ds.130968900.130969607', + PWD: '/Users/tian/Documents/DevEco/Home2', + INFOPATH: '/opt/homebrew/share/info:', + 'user.country': 'CN', + __CFBundleIdentifier: 'com.huawei.devecostudio.ds', + HOMEBREW_PIP_INDEX_URL: 'http://mirrors.aliyun.com/pypi/simple', + CREATED_BY: 'deveco', + SHELL: '/bin/zsh', + NODE_HOME: '/Applications/DevEco-Studio.app/Contents/tools/node/bin', + HOMEBREW_BOTTLE_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles', + OLDPWD: '/', + HOMEBREW_CELLAR: '/opt/homebrew/Cellar', + GOPATH: '/Users/tian/Documents/GoPath', + USER: 'tian', + TMPDIR: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/', + 'npm_config_strict-ssl': '', + NO_UPDATE_NOTIFIER: 'true', + SSH_AUTH_SOCK: '/private/tmp/com.apple.launchd.9NRkARPpcJ/Listeners', + STM32CubeMX_PATH: '/Applications/STMicroelectronics/STM32CubeMX.app/Contents/Resourcesexport', + 'npm_config_@ohos:registry': 'https://repo.harmonyos.com/npm/', + XPC_FLAGS: '0x0', + npm_config_registry: 'https://repo.huaweicloud.com/repository/npm/', + __CF_USER_TEXT_ENCODING: '0x1F5:0x19:0x34', + LC_CTYPE: 'zh_CN.UTF-8', + IDEA_INITIAL_DIRECTORY: '/', + HOME: '/Users/tian', + HOMEBREW_API_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles/api', + 'npm_config_auto-install-peers': 'false', + ohpmBin: '/Applications/DevEco-Studio.app/Contents/tools/ohpm/bin/ohpm', + config: '{"product":"default"}', + WORKSPACE_DIR: '/Users/tian/.hvigor/project_caches/3a25922798b76470bc6facf0c2813d47/workspace', + NODE_PATH: '/Users/tian/.hvigor/project_caches/3a25922798b76470bc6facf0c2813d47/workspace/node_modules', + OHOS_SDK_NATIVE: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/native' + }, + analyze: 'normal' +} +[2025-03-25T10:20:08.958] [DEBUG] debug-file - no-daemon, use the parent process.execArgv --max-old-space-size=8192,--expose-gc +[2025-03-25T10:20:10.679] [DEBUG] debug-file - Current worker pool is stopped or closed. +[2025-03-25T10:20:10.529] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T10:20:10.594] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/Home2/hvigorfile.ts +[2025-03-25T10:20:10.618] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/Home2/entry/hvigorfile.ts +[2025-03-25T10:20:10.613] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T10:20:10.627] [DEBUG] debug-file - Module Home2 Collected Dependency: +[2025-03-25T10:20:10.657] [DEBUG] debug-file - Executing task ::clean +[2025-03-25T10:20:10.674] [DEBUG] debug-file - Since there is no instance or instance is terminated, create a new worker pool. +[2025-03-25T10:20:10.679] [DEBUG] debug-file - Clear worker 0. +[2025-03-25T10:20:10.613] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T10:20:10.627] [DEBUG] debug-file - Module Home2's total dependency: 0 +[2025-03-25T10:20:10.657] [DEBUG] debug-file - clean: Worker pool is inactive. +[2025-03-25T10:20:10.674] [DEBUG] debug-file - Worker pool is initialized with config: { + minPoolNum: 2, + maxPoolNum: undefined, + maxCoreSize: undefined, + cacheCapacity: undefined, + cacheTtl: undefined +} +[2025-03-25T10:20:10.679] [DEBUG] debug-file - Worker 0 has been cleared. +[2025-03-25T10:20:10.613] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T10:20:10.629] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T10:20:10.657] [DEBUG] debug-file - Home2 : clean cost memory 0.027130126953125 +[2025-03-25T10:20:10.679] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-25T10:20:10.613] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T10:20:10.629] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T10:20:10.658] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 364 ms +[2025-03-25T10:20:10.679] [DEBUG] debug-file - Current busy worker size: 0. +[2025-03-25T10:20:10.632] [DEBUG] debug-file - Configuration phase cost:1 s 321 ms +[2025-03-25T10:20:10.658] [INFO] debug-file - Finished ::clean... after 1 ms +[2025-03-25T10:20:10.679] [DEBUG] debug-file - Clear worker 1. +[2025-03-25T10:20:10.658] [DEBUG] debug-file - Executing task :entry:init +[2025-03-25T10:20:10.679] [DEBUG] debug-file - Worker 1 has been cleared. +[2025-03-25T10:20:10.658] [DEBUG] debug-file - entry : init cost memory 0.01016998291015625 +[2025-03-25T10:20:10.679] [DEBUG] debug-file - Current idle worker size: 0. +[2025-03-25T10:20:10.658] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 364 ms +[2025-03-25T10:20:10.679] [DEBUG] debug-file - Current busy worker size: 0. +[2025-03-25T10:20:10.658] [INFO] debug-file - Finished :entry:init... after 1 ms +[2025-03-25T10:20:10.679] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T10:20:10.658] [DEBUG] debug-file - Executing task ::init +[2025-03-25T10:20:10.685] [DEBUG] debug-file - worker[0] exits with exit code 0. +[2025-03-25T10:20:10.658] [DEBUG] debug-file - Home2 : init cost memory 0.00894927978515625 +[2025-03-25T10:20:10.686] [DEBUG] debug-file - worker[1] exits with exit code 0. +[2025-03-25T10:20:10.658] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 364 ms +[2025-03-25T10:20:10.686] [DEBUG] debug-file - Current worker pool is terminated. +[2025-03-25T10:20:10.658] [INFO] debug-file - Finished ::init... after 1 ms +[2025-03-25T10:28:56.093] [DEBUG] debug-file - env: nodejsVersion=v18.20.1 +[2025-03-25T10:28:56.118] [DEBUG] debug-file - env: daemon=true +[2025-03-25T10:28:56.537] [DEBUG] debug-file - hvigor start cli arguments:{ + prop: [ + 'module=entry@default', + 'product=default', + 'requiredDeviceType=phone' + ], + mode: 'module', + parallel: true, + incremental: true, + daemon: true, + _: [ 'assembleHap', '--analyze=normal' ], + env: { + PATH: '/Applications/DevEco-Studio.app/Contents/tools/node/bin:/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin', + DEVECO_SDK_HOME: '/Applications/DevEco-Studio.app/Contents/sdk', + JAVA_HOME: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home', + HOMEBREW_PREFIX: '/opt/homebrew', + COMMAND_MODE: 'unix2003', + LOGNAME: 'tian', + HOMEBREW_REPOSITORY: '/opt/homebrew', + XPC_SERVICE_NAME: 'application.com.huawei.devecostudio.ds.130968900.130969607', + PWD: '/Users/tian/Documents/DevEco/Home2', + INFOPATH: '/opt/homebrew/share/info:', + 'user.country': 'CN', + __CFBundleIdentifier: 'com.huawei.devecostudio.ds', + HOMEBREW_PIP_INDEX_URL: 'http://mirrors.aliyun.com/pypi/simple', + CREATED_BY: 'deveco', + SHELL: '/bin/zsh', + NODE_HOME: '/Applications/DevEco-Studio.app/Contents/tools/node/bin', + HOMEBREW_BOTTLE_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles', + OLDPWD: '/', + HOMEBREW_CELLAR: '/opt/homebrew/Cellar', + GOPATH: '/Users/tian/Documents/GoPath', + USER: 'tian', + TMPDIR: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/', + SSH_AUTH_SOCK: '/private/tmp/com.apple.launchd.9NRkARPpcJ/Listeners', + STM32CubeMX_PATH: '/Applications/STMicroelectronics/STM32CubeMX.app/Contents/Resourcesexport', + XPC_FLAGS: '0x0', + __CF_USER_TEXT_ENCODING: '0x1F5:0x19:0x34', + LC_CTYPE: 'zh_CN.UTF-8', + IDEA_INITIAL_DIRECTORY: '/', + HOME: '/Users/tian', + HOMEBREW_API_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles/api', + 'npm_config_update-notifier': 'false', + 'npm_config_auto-install-peers': 'false', + ohpmBin: '/Applications/DevEco-Studio.app/Contents/tools/ohpm/bin/ohpm', + config: '{"module":"entry@default","product":"default","requiredDeviceType":"phone"}', + WORKSPACE_DIR: '/Users/tian/.hvigor/project_caches/3a25922798b76470bc6facf0c2813d47/workspace', + NODE_PATH: '/Users/tian/.hvigor/project_caches/3a25922798b76470bc6facf0c2813d47/workspace/node_modules' + } +} +[2025-03-25T10:28:56.098] [DEBUG] debug-file - env: hvigor-config.json5 content = { + modelVersion: '5.0.2', + dependencies: {}, + execution: {}, + logging: {}, + debugging: {}, + nodeOptions: {} +} +[2025-03-25T10:28:56.564] [DEBUG] debug-file - session manager: set active socket. socketId=IdDKQANoSB_1PfdjAAAB +[2025-03-25T10:28:56.609] [DEBUG] debug-file - java daemon tryConnect success +[2025-03-25T10:28:57.053] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T10:28:57.063] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T10:28:57.065] [DEBUG] debug-file - Cache service initialization finished in 2 ms +[2025-03-25T10:28:57.071] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/Home2/hvigorfile.ts +[2025-03-25T10:28:58.232] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T10:28:58.232] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T10:28:58.794] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T10:28:58.795] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T10:28:58.797] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T10:28:58.797] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T10:28:58.821] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T10:28:58.859] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T10:28:58.877] [DEBUG] debug-file - Local scan or download HarmonyOS sdk components toolchains,ets,js,native,previewer +[2025-03-25T10:28:58.893] [DEBUG] debug-file - Local scan or download hmscore sdk components toolchains,ets,native +[2025-03-25T10:28:58.914] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T10:28:58.999] [DEBUG] debug-file - Sdk init in 129 ms +[2025-03-25T10:28:59.057] [DEBUG] debug-file - Project task initialization takes 54 ms +[2025-03-25T10:28:59.058] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T10:28:59.058] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/Home2/hvigorfile.ts +[2025-03-25T10:28:59.058] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/Home2/hvigorfile.ts +[2025-03-25T10:28:59.075] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/Home2/entry/hvigorfile.ts +[2025-03-25T10:28:59.089] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T10:28:59.089] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T10:28:59.109] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T10:28:59.110] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T10:28:59.112] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T10:28:59.113] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T10:28:59.113] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T10:28:59.113] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T10:28:59.114] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T10:28:59.123] [DEBUG] debug-file - Module entry task initialization takes 6 ms +[2025-03-25T10:28:59.123] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T10:28:59.123] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/Home2/entry/hvigorfile.ts +[2025-03-25T10:28:59.123] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/Home2/entry/hvigorfile.ts +[2025-03-25T10:28:59.250] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 123 ms +[2025-03-25T10:28:59.251] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T10:28:59.253] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T10:28:59.258] [DEBUG] debug-file - load to the disk finished +[2025-03-25T10:28:59.267] [DEBUG] debug-file - Module Home2 Collected Dependency: +[2025-03-25T10:28:59.267] [DEBUG] debug-file - Module Home2's total dependency: 0 +[2025-03-25T10:28:59.269] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T10:28:59.270] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T10:28:59.275] [DEBUG] debug-file - Configuration phase cost:2 s 208 ms +[2025-03-25T10:28:59.279] [DEBUG] debug-file - Configuration task cost before running: 2 s 224 ms +[2025-03-25T10:28:59.281] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.281] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.286] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-25T10:28:59.294] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.294] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.451] [DEBUG] debug-file - current product is not Atomic service. +[2025-03-25T10:28:59.451] [DEBUG] debug-file - Use tool [darwin: JAVA_HOME, CLASSPATH] + [ + { + JAVA_HOME: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home' + }, + { CLASSPATH: undefined } +] +[2025-03-25T10:28:59.451] [DEBUG] debug-file - Use tool [darwin: NODE_HOME] + [ + { + NODE_HOME: '/Applications/DevEco-Studio.app/Contents/tools/node/bin' + } +] +[2025-03-25T10:28:59.452] [DEBUG] debug-file - entry : default@PreBuild cost memory 5.098419189453125 +[2025-03-25T10:28:59.452] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 397 ms +[2025-03-25T10:28:59.453] [INFO] debug-file - Finished :entry:default@PreBuild... after 167 ms +[2025-03-25T10:28:59.455] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.455] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.456] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-25T10:28:59.457] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:28:59.457] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.457] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.459] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.09786224365234375 +[2025-03-25T10:28:59.459] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 404 ms +[2025-03-25T10:28:59.459] [INFO] debug-file - Finished :entry:default@GenerateMetadata... after 4 ms +[2025-03-25T10:28:59.461] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.461] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.462] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-25T10:28:59.462] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.462] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.462] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03725433349609375 +[2025-03-25T10:28:59.462] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 407 ms +[2025-03-25T10:28:59.462] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-25T10:28:59.463] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.463] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.464] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-25T10:28:59.465] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.465] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.465] [DEBUG] debug-file - Change app api release type with 'Release' +[2025-03-25T10:28:59.466] [DEBUG] debug-file - Change app compile API version with '5.0.2.126' +[2025-03-25T10:28:59.466] [DEBUG] debug-file - Change app target API version with '50002014' +[2025-03-25T10:28:59.466] [DEBUG] debug-file - Change app minimum API version with '50002014' +[2025-03-25T10:28:59.466] [DEBUG] debug-file - Use cli appEnvironment +[2025-03-25T10:28:59.468] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.17687225341796875 +[2025-03-25T10:28:59.468] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 413 ms +[2025-03-25T10:28:59.468] [INFO] debug-file - Finished :entry:default@MergeProfile... after 4 ms +[2025-03-25T10:28:59.470] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.470] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.470] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-25T10:28:59.471] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:28:59.471] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.471] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.473] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.100830078125 +[2025-03-25T10:28:59.473] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 418 ms +[2025-03-25T10:28:59.473] [INFO] debug-file - Finished :entry:default@CreateBuildProfile... after 3 ms +[2025-03-25T10:28:59.474] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.474] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.475] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-25T10:28:59.475] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.475] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.475] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0375823974609375 +[2025-03-25T10:28:59.475] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 420 ms +[2025-03-25T10:28:59.475] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-25T10:28:59.476] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.477] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.481] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-25T10:28:59.481] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:28:59.482] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.04056549072265625 +[2025-03-25T10:28:59.482] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 427 ms +[2025-03-25T10:28:59.483] [INFO] debug-file - Finished :entry:default@GeneratePkgContextInfo... after 2 ms +[2025-03-25T10:28:59.484] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.484] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.486] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-25T10:28:59.487] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.487] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.487] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.0693359375 +[2025-03-25T10:28:59.487] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 432 ms +[2025-03-25T10:28:59.488] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 2 ms +[2025-03-25T10:28:59.489] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.489] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.490] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-25T10:28:59.490] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.490] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.490] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.0385284423828125 +[2025-03-25T10:28:59.490] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 436 ms +[2025-03-25T10:28:59.491] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-25T10:28:59.493] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.493] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.493] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-25T10:28:59.495] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.496] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.497] [DEBUG] debug-file - Module Pack Info: { + summary: { + app: { bundleName: 'c***n', bundleType: 'app', version: [Object] }, + modules: [ [Object] ] + }, + packages: [ + { + deviceType: [Array], + moduleType: 'entry', + deliveryWithInstall: true, + name: 'entry-default' + } + ] +} +[2025-03-25T10:28:59.498] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.151336669921875 +[2025-03-25T10:28:59.498] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 443 ms +[2025-03-25T10:28:59.499] [INFO] debug-file - Finished :entry:default@MakePackInfo... after 5 ms +[2025-03-25T10:28:59.501] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.501] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.502] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-25T10:28:59.502] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/Home2/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-25T10:28:59.502] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:28:59.503] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.503] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.503] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.073333740234375 +[2025-03-25T10:28:59.503] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 448 ms +[2025-03-25T10:28:59.503] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 2 ms +[2025-03-25T10:28:59.505] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.505] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.506] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-25T10:28:59.507] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.507] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.508] [DEBUG] debug-file - [ + '/Applications/DevEco-Studio.app/Contents/tools/node/bin/node', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader/bin/ark/ts2abc.js', + '--target-api-version', + '14' +] +[2025-03-25T10:28:59.613] [DEBUG] debug-file - 12.0.6.0 +[2025-03-25T10:28:59.615] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.25769805908203125 +[2025-03-25T10:28:59.615] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 560 ms +[2025-03-25T10:28:59.615] [INFO] debug-file - Finished :entry:default@ProcessProfile... after 109 ms +[2025-03-25T10:28:59.617] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.617] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.618] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-25T10:28:59.619] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.619] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.620] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.1345977783203125 +[2025-03-25T10:28:59.620] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 566 ms +[2025-03-25T10:28:59.621] [INFO] debug-file - Finished :entry:default@ProcessRouterMap... after 3 ms +[2025-03-25T10:28:59.622] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.622] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.623] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-25T10:28:59.623] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.623] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.624] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05867767333984375 +[2025-03-25T10:28:59.624] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 569 ms +[2025-03-25T10:28:59.624] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-25T10:28:59.625] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.626] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.626] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-25T10:28:59.629] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-25T10:28:59.630] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.630] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.631] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.38958740234375 +[2025-03-25T10:28:59.632] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 577 ms +[2025-03-25T10:28:59.632] [INFO] debug-file - Finished :entry:default@ProcessResource... after 4 ms +[2025-03-25T10:28:59.634] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.634] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.636] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-25T10:28:59.646] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.7987747192382812 +[2025-03-25T10:28:59.646] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 591 ms +[2025-03-25T10:28:59.648] [INFO] debug-file - Finished :entry:default@GenerateLoaderJson... after 10 ms +[2025-03-25T10:28:59.649] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.649] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.650] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-25T10:28:59.651] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.651] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.654] [DEBUG] debug-file - Since there is no instance or instance is terminated, create a new worker pool. +[2025-03-25T10:28:59.654] [DEBUG] debug-file - Worker pool is initialized with config: { + minPoolNum: 2, + maxPoolNum: undefined, + maxCoreSize: undefined, + cacheCapacity: undefined, + cacheTtl: undefined +} +[2025-03-25T10:28:59.655] [DEBUG] debug-file - Create resident worker with id: 0. +[2025-03-25T10:28:59.657] [DEBUG] debug-file - Create resident worker with id: 1. +[2025-03-25T10:28:59.659] [DEBUG] debug-file - default@ProcessLibs work[0] is submitted. +[2025-03-25T10:28:59.661] [DEBUG] debug-file - default@ProcessLibs work[0] is pushed to ready queue. +[2025-03-25T10:28:59.661] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T10:28:59.661] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-25T10:28:59.662] [DEBUG] debug-file - default@ProcessLibs work[0] has been dispatched to worker[6]. +[2025-03-25T10:28:59.662] [DEBUG] debug-file - default@ProcessLibs work[0] is dispatched. +[2025-03-25T10:28:59.662] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.7234878540039062 +[2025-03-25T10:28:59.665] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:28:59.665] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:28:59.666] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-25T10:28:59.668] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-25T10:28:59.988] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool] + [ + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool', + '-l', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resConfig.json' +] +[2025-03-25T10:28:59.994] [DEBUG] debug-file - current process memoryUsage: { + rss: 199655424, + heapTotal: 169639936, + heapUsed: 142772624, + external: 2871752, + arrayBuffers: 935268 +} os memoryUsage :7.8727569580078125 +[2025-03-25T10:29:00.371] [DEBUG] debug-file - 03-25 10:29:00.365 65825 1785718 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-25 10:29:00.370 65825 1785718 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/Home2/AppScope/resources/base/media/app_icon.png + +[2025-03-25T10:29:00.375] [DEBUG] debug-file - 03-25 10:29:00.375 65825 1785718 E C01400/ImageTranscoder: TranscodeSLR Only zoom-out is supported. + +[2025-03-25T10:29:00.375] [DEBUG] debug-file - Warning: ScaleImage failed, error message: INVALID_PARAMETERS, file path = /Users/tian/Documents/DevEco/Home2/AppScope/resources/base/media/app_icon.png + +[2025-03-25T10:29:00.376] [DEBUG] debug-file - 03-25 10:29:00.376 65825 1785718 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-25 10:29:00.376 65825 1785718 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/media/background.png + +[2025-03-25T10:29:00.436] [DEBUG] debug-file - 03-25 10:29:00.435 65825 1785718 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-25 10:29:00.435 65825 1785718 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/media/foreground.png + +[2025-03-25T10:29:00.476] [DEBUG] debug-file - Info: can't scale media json file. + +[2025-03-25T10:29:00.477] [DEBUG] debug-file - Warning: /Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/media/layered_image.json is not png format + +[2025-03-25T10:29:00.477] [DEBUG] debug-file - Info: restool resources compile success. + +[2025-03-25T10:29:00.482] [DEBUG] debug-file - astcenc customized so is not be opened when dlclose! + +[2025-03-25T10:29:00.487] [DEBUG] debug-file - entry : default@CompileResource cost memory -0.2131195068359375 +[2025-03-25T10:29:00.487] [DEBUG] debug-file - runTaskFromQueue task cost before running: 3 s 432 ms +[2025-03-25T10:29:00.488] [INFO] debug-file - Finished :entry:default@CompileResource... after 819 ms +[2025-03-25T10:29:00.491] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:29:00.491] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:29:00.494] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-25T10:29:00.513] [DEBUG] debug-file - build config: +[2025-03-25T10:29:00.513] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/Home2/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/Home2/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/Home2', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/Home2/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: 'd18c49f425b1b13f380656a90c215ab6', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/Home2/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: undefined, definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/Home2' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/Home2/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/Home2/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/Home2/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/Home2/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/Home2/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + }, + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + }, + '/Users/tian/Documents/DevEco/Home2/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + }, + '/Users/tian/Documents/DevEco/Home2/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + }, + '/Users/tian/Documents/DevEco/Home2': { + moduleName: 'Home2', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/Home2/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/Home2/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-25T10:29:00.514] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-25T10:29:00.515] [DEBUG] debug-file - default@CompileArkTS work[1] is submitted. +[2025-03-25T10:29:00.516] [DEBUG] debug-file - default@CompileArkTS work[1] is pushed to ready queue. +[2025-03-25T10:29:00.516] [DEBUG] debug-file - default@CompileArkTS work[1] is not dispatched. +[2025-03-25T10:29:00.516] [DEBUG] debug-file - CopyResources startTime: 215818299687500 +[2025-03-25T10:29:00.516] [DEBUG] debug-file - default@CompileArkTS work[2] is submitted. +[2025-03-25T10:29:00.517] [DEBUG] debug-file - default@CompileArkTS work[2] is pushed to ready queue. +[2025-03-25T10:29:00.517] [DEBUG] debug-file - default@CompileArkTS work[2] is not dispatched. +[2025-03-25T10:29:00.517] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.3817291259765625 +[2025-03-25T10:29:00.519] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:29:00.519] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:29:00.522] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-25T10:29:00.524] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.117828369140625 +[2025-03-25T10:29:00.524] [DEBUG] debug-file - runTaskFromQueue task cost before running: 3 s 470 ms +[2025-03-25T10:29:00.525] [INFO] debug-file - Finished :entry:default@BuildJS... after 3 ms +[2025-03-25T10:29:00.718] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T10:29:00.718] [DEBUG] debug-file - A work dispatched to worker[6] failed because of worker busy. +[2025-03-25T10:29:00.718] [DEBUG] debug-file - Create resident worker with id: 5. +[2025-03-25T10:29:00.719] [DEBUG] debug-file - default@CompileArkTS work[2] has been dispatched to worker[5]. +[2025-03-25T10:29:00.719] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T10:29:00.719] [DEBUG] debug-file - A work dispatched to worker[6] failed because of worker busy. +[2025-03-25T10:29:00.719] [DEBUG] debug-file - A work dispatched to worker[5] failed because of worker busy. +[2025-03-25T10:29:00.720] [DEBUG] debug-file - Create resident worker with id: 4. +[2025-03-25T10:29:00.720] [DEBUG] debug-file - default@CompileArkTS work[1] has been dispatched to worker[4]. +[2025-03-25T10:29:00.890] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T10:29:00.891] [DEBUG] debug-file - default@ProcessLibs work[0] done. +[2025-03-25T10:29:00.892] [INFO] debug-file - Finished :entry:default@ProcessLibs... after 14 ms +[2025-03-25T10:29:00.896] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:29:00.896] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:29:00.898] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-25T10:29:00.898] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:29:00.898] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:29:00.898] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:29:00.899] [DEBUG] debug-file - default@DoNativeStrip work[3] is submitted. +[2025-03-25T10:29:00.899] [DEBUG] debug-file - default@DoNativeStrip work[3] is pushed to ready queue. +[2025-03-25T10:29:00.899] [DEBUG] debug-file - default@DoNativeStrip work[3] is not dispatched. +[2025-03-25T10:29:00.900] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.1672821044921875 +[2025-03-25T10:29:00.993] [DEBUG] debug-file - default@DoNativeStrip work[3] has been dispatched to worker[6]. +[2025-03-25T10:29:01.002] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T10:29:01.002] [DEBUG] debug-file - A work dispatched to worker[6] failed because of worker busy. +[2025-03-25T10:29:01.002] [DEBUG] debug-file - A work dispatched to worker[5] failed because of worker busy. +[2025-03-25T10:29:01.004] [DEBUG] debug-file - A work dispatched to worker[4] failed because of worker busy. +[2025-03-25T10:29:01.005] [DEBUG] debug-file - A work dispatched to worker[3] failed because unable to get work from ready queue. +[2025-03-25T10:29:01.005] [DEBUG] debug-file - A work dispatched to worker[2] failed because unable to get work from ready queue. +[2025-03-25T10:29:01.005] [DEBUG] debug-file - A work dispatched to worker[1] failed because unable to get work from ready queue. +[2025-03-25T10:29:01.005] [DEBUG] debug-file - A work dispatched to worker[0] failed because unable to get work from ready queue. +[2025-03-25T10:29:01.013] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T10:29:01.013] [DEBUG] debug-file - default@DoNativeStrip work[3] done. +[2025-03-25T10:29:01.013] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T10:29:01.013] [INFO] debug-file - Finished :entry:default@DoNativeStrip... after 17 ms +[2025-03-25T10:29:01.016] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:29:01.016] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:29:01.018] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-25T10:29:01.018] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:29:01.019] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:29:01.019] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:29:01.019] [DEBUG] debug-file - default@CacheNativeLibs work[4] is submitted. +[2025-03-25T10:29:01.020] [DEBUG] debug-file - default@CacheNativeLibs work[4] is pushed to ready queue. +[2025-03-25T10:29:01.020] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T10:29:01.020] [DEBUG] debug-file - default@CacheNativeLibs work[4] has been dispatched to worker[6]. +[2025-03-25T10:29:01.020] [DEBUG] debug-file - default@CacheNativeLibs work[4] is dispatched. +[2025-03-25T10:29:01.020] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.1762542724609375 +[2025-03-25T10:29:01.614] [DEBUG] debug-file - worker[5] has one work done. +[2025-03-25T10:29:01.614] [DEBUG] debug-file - CopyResources is end, endTime: 215819397926750 +[2025-03-25T10:29:01.614] [DEBUG] debug-file - default@CompileArkTS work[2] done. +[2025-03-25T10:29:01.615] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-25T10:29:01.860] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T10:29:01.860] [DEBUG] debug-file - default@CacheNativeLibs work[4] done. +[2025-03-25T10:29:01.861] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T10:29:01.861] [INFO] debug-file - Finished :entry:default@CacheNativeLibs... after 6 ms +[2025-03-25T10:29:10.147] [DEBUG] debug-file - Ark compile task finished.finished time is 215827930384333 +[2025-03-25T10:29:10.148] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-25T10:29:10.156] [DEBUG] debug-file - default@CompileArkTS work[1] done. +[2025-03-25T10:29:10.157] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-25T10:29:10.160] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 7 s 912 ms +[2025-03-25T10:29:10.163] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:29:10.163] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:29:10.164] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-25T10:29:10.164] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:29:10.165] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:29:10.165] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:29:10.166] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.0865478515625 +[2025-03-25T10:29:10.168] [DEBUG] debug-file - runTaskFromQueue task cost before running: 13 s 112 ms +[2025-03-25T10:29:10.168] [INFO] debug-file - Finished :entry:default@GeneratePkgModuleJson... after 3 ms +[2025-03-25T10:29:10.170] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:29:10.171] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:29:10.175] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-25T10:29:10.178] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:29:10.178] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:29:10.180] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-25T10:29:10.182] [DEBUG] debug-file - default@PackageHap work[5] is submitted. +[2025-03-25T10:29:10.183] [DEBUG] debug-file - default@PackageHap work[5] is pushed to ready queue. +[2025-03-25T10:29:10.183] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T10:29:10.183] [DEBUG] debug-file - default@PackageHap work[5] has been dispatched to worker[6]. +[2025-03-25T10:29:10.183] [DEBUG] debug-file - default@PackageHap work[5] is dispatched. +[2025-03-25T10:29:10.186] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.0129852294921875 +[2025-03-25T10:29:10.188] [DEBUG] debug-file - current process memoryUsage: { + rss: 339820544, + heapTotal: 93585408, + heapUsed: 89113304, + external: 3897118, + arrayBuffers: 59440 +} os memoryUsage :7.92144775390625 +[2025-03-25T10:29:10.697] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T10:29:10.697] [DEBUG] debug-file - default@PackageHap work[5] done. +[2025-03-25T10:29:10.697] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T10:29:10.698] [INFO] debug-file - Finished :entry:default@PackageHap... after 522 ms +[2025-03-25T10:29:10.699] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:29:10.699] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:29:10.700] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-25T10:29:10.701] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/Home2/build-profile.json5. +[2025-03-25T10:29:10.701] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:29:10.701] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:29:10.701] [DEBUG] debug-file - entry : default@SignHap cost memory 0.0744476318359375 +[2025-03-25T10:29:10.702] [DEBUG] debug-file - runTaskFromQueue task cost before running: 13 s 647 ms +[2025-03-25T10:29:10.702] [INFO] debug-file - Finished :entry:default@SignHap... after 2 ms +[2025-03-25T10:29:10.703] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:29:10.703] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:29:10.704] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-25T10:29:10.706] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:29:10.706] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:29:10.706] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.195037841796875 +[2025-03-25T10:29:10.706] [DEBUG] debug-file - runTaskFromQueue task cost before running: 13 s 651 ms +[2025-03-25T10:29:10.706] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 3 ms +[2025-03-25T10:29:10.707] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-25T10:29:10.707] [DEBUG] debug-file - entry : assembleHap cost memory 0.01184844970703125 +[2025-03-25T10:29:10.707] [DEBUG] debug-file - runTaskFromQueue task cost before running: 13 s 652 ms +[2025-03-25T10:29:10.707] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-25T10:29:10.709] [DEBUG] debug-file - BUILD SUCCESSFUL in 13 s 654 ms +[2025-03-25T10:29:10.710] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/Home2/AppScope/app.json5 cache by regenerate. +[2025-03-25T10:29:10.711] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/Home2/entry/src/main/module.json5 cache by regenerate. +[2025-03-25T10:29:10.711] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/Home2/build-profile.json5 cache by regenerate. +[2025-03-25T10:29:10.711] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/Home2/entry/build-profile.json5 cache by regenerate. +[2025-03-25T10:29:10.711] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/profile/main_pages.json cache by regenerate. +[2025-03-25T10:29:10.711] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/Home2/hvigor/hvigor-config.json5 cache by regenerate. +[2025-03-25T10:29:10.711] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/Home2/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T10:29:10.711] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/Home2/entry/oh-package.json5 cache by regenerate. +[2025-03-25T10:29:10.711] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/Home2/oh-package.json5 cache by regenerate. +[2025-03-25T10:29:10.712] [DEBUG] debug-file - Incremental task entry:default@PreBuild post-execution cost:2 ms . +[2025-03-25T10:29:10.712] [DEBUG] debug-file - Update task entry:default@GenerateMetadata input file:/Users/tian/Documents/DevEco/Home2/entry/src/main/module.json5 cache by regenerate. +[2025-03-25T10:29:10.712] [DEBUG] debug-file - Update task entry:default@GenerateMetadata output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/hap_metadata/default/output_metadata.json cache. +[2025-03-25T10:29:10.712] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata post-execution cost:1 ms . +[2025-03-25T10:29:10.712] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/Home2/AppScope/app.json5 cache by regenerate. +[2025-03-25T10:29:10.713] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/Home2/build-profile.json5 cache by regenerate. +[2025-03-25T10:29:10.713] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/Home2/entry/src/main/module.json5 cache by regenerate. +[2025-03-25T10:29:10.713] [DEBUG] debug-file - Update task entry:default@MergeProfile output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/merge_profile/default/module.json cache. +[2025-03-25T10:29:10.713] [DEBUG] debug-file - Incremental task entry:default@MergeProfile post-execution cost:1 ms . +[2025-03-25T10:29:10.713] [DEBUG] debug-file - Update task entry:default@CreateBuildProfile input file:/Users/tian/Documents/DevEco/Home2/AppScope/app.json5 cache by regenerate. +[2025-03-25T10:29:10.713] [DEBUG] debug-file - Update task entry:default@CreateBuildProfile input file:/Users/tian/Documents/DevEco/Home2/build-profile.json5 cache by regenerate. +[2025-03-25T10:29:10.713] [DEBUG] debug-file - Update task entry:default@CreateBuildProfile output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/profile/default/BuildProfile.ets cache. +[2025-03-25T10:29:10.713] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile post-execution cost:1 ms . +[2025-03-25T10:29:10.713] [DEBUG] debug-file - Update task entry:default@GeneratePkgContextInfo output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache. +[2025-03-25T10:29:10.713] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo post-execution cost:1 ms . +[2025-03-25T10:29:10.714] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/Home2/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-25T10:29:10.714] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-25T10:29:10.714] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/Home2/AppScope/app.json5 cache by regenerate. +[2025-03-25T10:29:10.714] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/Home2/entry/src/main/module.json5 cache by regenerate. +[2025-03-25T10:29:10.714] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/Home2/build-profile.json5 cache by regenerate. +[2025-03-25T10:29:10.714] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/Home2/entry/src/main/resources/base/profile/backup_config.json cache by regenerate. +[2025-03-25T10:29:10.714] [DEBUG] debug-file - Update task entry:default@MakePackInfo output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/pack.info cache. +[2025-03-25T10:29:10.714] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo post-execution cost:1 ms . +[2025-03-25T10:29:10.714] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-25T10:29:10.715] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-25T10:29:10.715] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-25T10:29:10.715] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-25T10:29:10.715] [DEBUG] debug-file - Update task entry:default@ProcessProfile input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/merge_profile/default/module.json cache by regenerate. +[2025-03-25T10:29:10.715] [DEBUG] debug-file - Update task entry:default@ProcessProfile output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/process_profile/default/module.json cache. +[2025-03-25T10:29:10.715] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile post-execution cost:1 ms . +[2025-03-25T10:29:10.716] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/Home2/entry/oh-package.json5 cache by regenerate. +[2025-03-25T10:29:10.716] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/Home2/oh-package.json5 cache by regenerate. +[2025-03-25T10:29:10.716] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/Home2/entry/src/main/module.json5 cache by regenerate. +[2025-03-25T10:29:10.716] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T10:29:10.716] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/router_map/default/temp-router-map.json cache. +[2025-03-25T10:29:10.716] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/router_map/default/loader-router-map.json cache. +[2025-03-25T10:29:10.716] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap post-execution cost:1 ms . +[2025-03-25T10:29:10.716] [DEBUG] debug-file - Update task entry:default@ProcessResource output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resConfig.json cache. +[2025-03-25T10:29:10.716] [DEBUG] debug-file - Update task entry:default@ProcessResource output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/opt-compression.json cache. +[2025-03-25T10:29:10.716] [DEBUG] debug-file - Incremental task entry:default@ProcessResource post-execution cost:1 ms . +[2025-03-25T10:29:10.719] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/Home2/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T10:29:10.720] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T10:29:10.721] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/router_map/default/temp-router-map.json cache by regenerate. +[2025-03-25T10:29:10.721] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/loader.json cache. +[2025-03-25T10:29:10.721] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson post-execution cost:5 ms . +[2025-03-25T10:29:10.722] [DEBUG] debug-file - Update task entry:default@ProcessLibs input file:/Users/tian/Documents/DevEco/Home2/build-profile.json5 cache by regenerate. +[2025-03-25T10:29:10.722] [DEBUG] debug-file - Update task entry:default@ProcessLibs input file:/Users/tian/Documents/DevEco/Home2/entry/build-profile.json5 cache by regenerate. +[2025-03-25T10:29:10.724] [DEBUG] debug-file - Update task entry:default@ProcessLibs output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/libs/default cache. +[2025-03-25T10:29:10.724] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs post-execution cost:3 ms . +[2025-03-25T10:29:10.726] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/Home2/entry/src/main/resources cache by regenerate. +[2025-03-25T10:29:10.752] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/Home2/AppScope/resources cache by regenerate. +[2025-03-25T10:29:10.752] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/process_profile/default/module.json cache by regenerate. +[2025-03-25T10:29:10.752] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resConfig.json cache by regenerate. +[2025-03-25T10:29:10.753] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default cache. +[2025-03-25T10:29:10.754] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/r/default/ResourceTable.h cache. +[2025-03-25T10:29:10.754] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/r/default cache. +[2025-03-25T10:29:10.754] [DEBUG] debug-file - Incremental task entry:default@CompileResource post-execution cost:30 ms . +[2025-03-25T10:29:10.784] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T10:29:10.784] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T10:29:10.784] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T10:29:10.785] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T10:29:10.786] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T10:29:10.788] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/src/main/ets cache by regenerate. +[2025-03-25T10:29:10.790] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T10:29:10.790] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T10:29:10.790] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T10:29:10.790] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-25T10:29:10.790] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:37 ms . +[2025-03-25T10:29:10.791] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T10:29:10.791] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T10:29:10.792] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T10:29:10.792] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T10:29:10.792] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T10:29:10.792] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T10:29:10.792] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-25T10:29:10.793] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:3 ms . +[2025-03-25T10:29:10.793] [DEBUG] debug-file - Update task entry:default@DoNativeStrip input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-25T10:29:10.793] [DEBUG] debug-file - Update task entry:default@DoNativeStrip output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/stripped_native_libs/default cache. +[2025-03-25T10:29:10.793] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip post-execution cost:1 ms . +[2025-03-25T10:29:10.793] [DEBUG] debug-file - Update task entry:default@CacheNativeLibs input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-25T10:29:10.793] [DEBUG] debug-file - Update task entry:default@CacheNativeLibs input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-25T10:29:10.793] [DEBUG] debug-file - Update task entry:default@CacheNativeLibs output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/patch/default/base_native_libs.json cache. +[2025-03-25T10:29:10.793] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs post-execution cost:1 ms . +[2025-03-25T10:29:10.793] [DEBUG] debug-file - Update task entry:default@GeneratePkgModuleJson input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-25T10:29:10.793] [DEBUG] debug-file - Update task entry:default@GeneratePkgModuleJson output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/package/default/module.json cache. +[2025-03-25T10:29:10.793] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson post-execution cost:1 ms . +[2025-03-25T10:29:10.794] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-25T10:29:10.794] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-25T10:29:10.794] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-25T10:29:10.794] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-25T10:29:10.794] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-25T10:29:10.795] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets cache by regenerate. +[2025-03-25T10:29:10.795] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T10:29:10.795] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T10:29:10.795] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T10:29:10.795] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-25T10:29:10.795] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-25T10:29:10.795] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-25T10:29:10.795] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-25T10:29:10.796] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap cache by regenerate. +[2025-03-25T10:29:10.796] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-25T10:29:10.796] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-25T10:29:10.799] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T10:29:10.799] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-25T10:29:10.799] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/symbol cache. +[2025-03-25T10:29:10.799] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:4 ms . +[2025-03-25T10:29:10.817] [DEBUG] debug-file - Cleanup worker 0. +[2025-03-25T10:29:10.818] [DEBUG] debug-file - Worker 0 has been cleaned up. +[2025-03-25T10:29:10.818] [DEBUG] debug-file - Current idle worker size: 4. +[2025-03-25T10:29:10.818] [DEBUG] debug-file - Current resident worker size: 5. +[2025-03-25T10:29:10.818] [DEBUG] debug-file - Cleanup worker 1. +[2025-03-25T10:29:10.818] [DEBUG] debug-file - Worker 1 has been cleaned up. +[2025-03-25T10:29:10.818] [DEBUG] debug-file - Current idle worker size: 3. +[2025-03-25T10:29:10.818] [DEBUG] debug-file - Current resident worker size: 5. +[2025-03-25T10:29:10.818] [DEBUG] debug-file - Cleanup worker 5. +[2025-03-25T10:29:10.818] [DEBUG] debug-file - Worker 5 has been cleaned up. +[2025-03-25T10:29:10.818] [DEBUG] debug-file - Current idle worker size: 2. +[2025-03-25T10:29:10.818] [DEBUG] debug-file - Current resident worker size: 5. +[2025-03-25T10:29:10.818] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-25T10:29:10.818] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-25T10:29:10.818] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-25T10:29:10.818] [DEBUG] debug-file - Current resident worker size: 5. +[2025-03-25T10:29:10.819] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T10:29:10.836] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T10:29:10.836] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T10:29:10.840] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T10:29:10.840] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T10:29:10.849] [DEBUG] debug-file - worker[1] exits with exit code 1. +[2025-03-25T10:29:10.851] [DEBUG] debug-file - worker[0] exits with exit code 1. +[2025-03-25T10:29:10.852] [DEBUG] debug-file - worker[5] exits with exit code 1. +[2025-03-25T10:29:10.862] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-25T10:30:16.711] [DEBUG] debug-file - session manager: set active socket. socketId=tkTMUjpu9uHRmXD-AAAD +[2025-03-25T10:30:16.728] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T10:30:16.767] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T10:30:16.773] [DEBUG] debug-file - Cache service initialization finished in 7 ms +[2025-03-25T10:30:16.792] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/Home2/hvigorfile.ts +[2025-03-25T10:30:16.803] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T10:30:16.803] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T10:30:16.817] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T10:30:16.817] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T10:30:16.818] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T10:30:16.818] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T10:30:16.820] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T10:30:16.824] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T10:30:16.830] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T10:30:16.864] [DEBUG] debug-file - Sdk init in 40 ms +[2025-03-25T10:30:16.883] [DEBUG] debug-file - Project task initialization takes 17 ms +[2025-03-25T10:30:16.883] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T10:30:16.884] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/Home2/hvigorfile.ts +[2025-03-25T10:30:16.884] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/Home2/hvigorfile.ts +[2025-03-25T10:30:16.891] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/Home2/entry/hvigorfile.ts +[2025-03-25T10:30:16.899] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T10:30:16.899] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T10:30:16.908] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T10:30:16.909] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T10:30:16.909] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T10:30:16.909] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T10:30:16.909] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T10:30:16.909] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T10:30:16.909] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T10:30:16.913] [DEBUG] debug-file - Module entry task initialization takes 3 ms +[2025-03-25T10:30:16.914] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T10:30:16.915] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/Home2/entry/hvigorfile.ts +[2025-03-25T10:30:16.915] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/Home2/entry/hvigorfile.ts +[2025-03-25T10:30:17.033] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 117 ms +[2025-03-25T10:30:17.035] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T10:30:17.035] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T10:30:17.039] [DEBUG] debug-file - load to the disk finished +[2025-03-25T10:30:17.044] [DEBUG] debug-file - Module Home2 Collected Dependency: +[2025-03-25T10:30:17.044] [DEBUG] debug-file - Module Home2's total dependency: 0 +[2025-03-25T10:30:17.045] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T10:30:17.045] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T10:30:17.047] [DEBUG] debug-file - Configuration phase cost:262 ms +[2025-03-25T10:30:17.048] [DEBUG] debug-file - Configuration task cost before running: 303 ms +[2025-03-25T10:30:17.049] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.049] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.050] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-25T10:30:17.055] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 4 ms . +[2025-03-25T10:30:17.055] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.21207427978515625 +[2025-03-25T10:30:17.056] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-25T10:30:17.057] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.057] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.058] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-25T10:30:17.060] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 2 ms +[2025-03-25T10:30:17.060] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-25T10:30:17.060] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.0848541259765625 +[2025-03-25T10:30:17.060] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-25T10:30:17.062] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.062] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.062] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-25T10:30:17.062] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.062] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.062] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03765106201171875 +[2025-03-25T10:30:17.062] [DEBUG] debug-file - runTaskFromQueue task cost before running: 316 ms +[2025-03-25T10:30:17.062] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-25T10:30:17.063] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.063] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.064] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-25T10:30:17.065] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-25T10:30:17.065] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.09099578857421875 +[2025-03-25T10:30:17.065] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-25T10:30:17.066] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.066] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.067] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-25T10:30:17.067] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:30:17.068] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-25T10:30:17.068] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08826446533203125 +[2025-03-25T10:30:17.068] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-25T10:30:17.069] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.069] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.069] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-25T10:30:17.070] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.070] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.070] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0374755859375 +[2025-03-25T10:30:17.070] [DEBUG] debug-file - runTaskFromQueue task cost before running: 324 ms +[2025-03-25T10:30:17.070] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-25T10:30:17.071] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.071] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.073] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-25T10:30:17.073] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:30:17.074] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-25T10:30:17.074] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06258392333984375 +[2025-03-25T10:30:17.074] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-25T10:30:17.077] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.077] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.080] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-25T10:30:17.083] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/Home2/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-25T10:30:17.083] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 2 ms . +[2025-03-25T10:30:17.083] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.084] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.084] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10805511474609375 +[2025-03-25T10:30:17.084] [DEBUG] debug-file - runTaskFromQueue task cost before running: 338 ms +[2025-03-25T10:30:17.085] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 5 ms +[2025-03-25T10:30:17.087] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.087] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.088] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-25T10:30:17.088] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.088] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.089] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03814697265625 +[2025-03-25T10:30:17.089] [DEBUG] debug-file - runTaskFromQueue task cost before running: 343 ms +[2025-03-25T10:30:17.089] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-25T10:30:17.090] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.090] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.090] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-25T10:30:17.092] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms . +[2025-03-25T10:30:17.092] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.12744903564453125 +[2025-03-25T10:30:17.092] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-25T10:30:17.093] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.093] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.094] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-25T10:30:17.094] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/Home2/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-25T10:30:17.094] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:30:17.095] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-25T10:30:17.095] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms . +[2025-03-25T10:30:17.095] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.095] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.095] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.12561798095703125 +[2025-03-25T10:30:17.095] [DEBUG] debug-file - runTaskFromQueue task cost before running: 350 ms +[2025-03-25T10:30:17.096] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 2 ms +[2025-03-25T10:30:17.096] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.097] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.097] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-25T10:30:17.098] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-25T10:30:17.098] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.04946136474609375 +[2025-03-25T10:30:17.098] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-25T10:30:17.103] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.103] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.105] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-25T10:30:17.107] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 2 ms . +[2025-03-25T10:30:17.107] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.17514801025390625 +[2025-03-25T10:30:17.108] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-25T10:30:17.109] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.109] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.109] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-25T10:30:17.109] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.109] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.110] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05279541015625 +[2025-03-25T10:30:17.110] [DEBUG] debug-file - runTaskFromQueue task cost before running: 364 ms +[2025-03-25T10:30:17.110] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-25T10:30:17.111] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.111] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.112] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-25T10:30:17.113] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-25T10:30:17.114] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-25T10:30:17.114] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.13195037841796875 +[2025-03-25T10:30:17.116] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-25T10:30:17.118] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.118] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.120] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-25T10:30:17.127] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 5 ms . +[2025-03-25T10:30:17.128] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5678329467773438 +[2025-03-25T10:30:17.133] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-25T10:30:17.135] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.135] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.136] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-25T10:30:17.137] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-25T10:30:17.138] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.10103607177734375 +[2025-03-25T10:30:17.138] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-25T10:30:17.139] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.139] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.139] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-25T10:30:17.140] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-25T10:30:17.147] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 7 ms . +[2025-03-25T10:30:17.147] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.4441680908203125 +[2025-03-25T10:30:17.148] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-25T10:30:17.150] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.151] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.153] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-25T10:30:17.153] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:30:17.154] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-25T10:30:17.154] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06256103515625 +[2025-03-25T10:30:17.154] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-25T10:30:17.157] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.157] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.159] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-25T10:30:17.174] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/Home2/entry/src/main/ets' has been changed. +[2025-03-25T10:30:17.174] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 11 ms . +[2025-03-25T10:30:17.186] [DEBUG] debug-file - build config: +[2025-03-25T10:30:17.187] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/Home2/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/Home2/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/Home2', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/Home2/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: 'd18c49f425b1b13f380656a90c215ab6', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/Home2/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: undefined, definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/Home2' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/Home2/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/Home2/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/Home2/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/Home2/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/Home2/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + }, + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + }, + '/Users/tian/Documents/DevEco/Home2/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + }, + '/Users/tian/Documents/DevEco/Home2/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + }, + '/Users/tian/Documents/DevEco/Home2': { + moduleName: 'Home2', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/Home2/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/Home2/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-25T10:30:17.187] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-25T10:30:17.188] [DEBUG] debug-file - default@CompileArkTS work[6] is submitted. +[2025-03-25T10:30:17.189] [DEBUG] debug-file - default@CompileArkTS work[6] is pushed to ready queue. +[2025-03-25T10:30:17.189] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T10:30:17.189] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T10:30:17.189] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-25T10:30:17.190] [DEBUG] debug-file - default@CompileArkTS work[6] has been dispatched to worker[4]. +[2025-03-25T10:30:17.190] [DEBUG] debug-file - default@CompileArkTS work[6] is dispatched. +[2025-03-25T10:30:17.190] [DEBUG] debug-file - CopyResources startTime: 215894975504875 +[2025-03-25T10:30:17.190] [DEBUG] debug-file - default@CompileArkTS work[7] is submitted. +[2025-03-25T10:30:17.191] [DEBUG] debug-file - default@CompileArkTS work[7] is pushed to ready queue. +[2025-03-25T10:30:17.191] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T10:30:17.192] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-25T10:30:17.194] [DEBUG] debug-file - default@CompileArkTS work[7] has been dispatched to worker[6]. +[2025-03-25T10:30:17.194] [DEBUG] debug-file - default@CompileArkTS work[7] is dispatched. +[2025-03-25T10:30:17.194] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.302032470703125 +[2025-03-25T10:30:17.196] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.196] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.200] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-25T10:30:17.204] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.1184234619140625 +[2025-03-25T10:30:17.204] [DEBUG] debug-file - runTaskFromQueue task cost before running: 458 ms +[2025-03-25T10:30:17.204] [INFO] debug-file - Finished :entry:default@BuildJS... after 5 ms +[2025-03-25T10:30:17.207] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:17.208] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:17.217] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-25T10:30:17.217] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:30:17.222] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 4 ms . +[2025-03-25T10:30:17.222] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.070892333984375 +[2025-03-25T10:30:17.223] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-25T10:30:18.638] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T10:30:18.639] [DEBUG] debug-file - CopyResources is end, endTime: 215896424207458 +[2025-03-25T10:30:18.639] [DEBUG] debug-file - default@CompileArkTS work[7] done. +[2025-03-25T10:30:18.639] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T10:30:18.709] [DEBUG] debug-file - Ark compile task finished.finished time is 215896494278375 +[2025-03-25T10:30:18.709] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-25T10:30:18.715] [DEBUG] debug-file - default@CompileArkTS work[6] done. +[2025-03-25T10:30:18.716] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-25T10:30:18.718] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 1 s 548 ms +[2025-03-25T10:30:18.720] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:18.720] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:18.721] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-25T10:30:18.721] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:30:18.722] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-25T10:30:18.722] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.06929779052734375 +[2025-03-25T10:30:18.722] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-25T10:30:18.723] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:18.723] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:18.727] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-25T10:30:18.730] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets' has been changed. +[2025-03-25T10:30:18.730] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 3 ms . +[2025-03-25T10:30:18.730] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:18.730] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:18.731] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-25T10:30:18.732] [DEBUG] debug-file - default@PackageHap work[8] is submitted. +[2025-03-25T10:30:18.733] [DEBUG] debug-file - default@PackageHap work[8] is pushed to ready queue. +[2025-03-25T10:30:18.733] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T10:30:18.733] [DEBUG] debug-file - default@PackageHap work[8] has been dispatched to worker[6]. +[2025-03-25T10:30:18.733] [DEBUG] debug-file - default@PackageHap work[8] is dispatched. +[2025-03-25T10:30:18.735] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.7507095336914062 +[2025-03-25T10:30:18.794] [DEBUG] debug-file - current process memoryUsage: { + rss: 312950784, + heapTotal: 75808768, + heapUsed: 50698504, + external: 2616233, + arrayBuffers: 645344 +} os memoryUsage :7.88604736328125 +[2025-03-25T10:30:19.244] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T10:30:19.244] [DEBUG] debug-file - default@PackageHap work[8] done. +[2025-03-25T10:30:19.244] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T10:30:19.245] [INFO] debug-file - Finished :entry:default@PackageHap... after 461 ms +[2025-03-25T10:30:19.246] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:19.246] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:19.248] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-25T10:30:19.248] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/Home2/build-profile.json5. +[2025-03-25T10:30:19.248] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-25T10:30:19.248] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-25T10:30:19.248] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:19.248] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:19.248] [DEBUG] debug-file - entry : default@SignHap cost memory 0.1071929931640625 +[2025-03-25T10:30:19.248] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 503 ms +[2025-03-25T10:30:19.249] [INFO] debug-file - Finished :entry:default@SignHap... after 1 ms +[2025-03-25T10:30:19.249] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:19.249] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:19.250] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-25T10:30:19.252] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:30:19.252] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:30:19.252] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.19145965576171875 +[2025-03-25T10:30:19.252] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 506 ms +[2025-03-25T10:30:19.252] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 3 ms +[2025-03-25T10:30:19.253] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-25T10:30:19.253] [DEBUG] debug-file - entry : assembleHap cost memory 0.01171112060546875 +[2025-03-25T10:30:19.253] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 507 ms +[2025-03-25T10:30:19.253] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-25T10:30:19.254] [DEBUG] debug-file - BUILD SUCCESSFUL in 2 s 509 ms +[2025-03-25T10:30:19.255] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-25T10:30:19.255] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-25T10:30:19.255] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-25T10:30:19.255] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-25T10:30:19.255] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-25T10:30:19.255] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/Home2/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-25T10:30:19.256] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-25T10:30:19.256] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-25T10:30:19.256] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-25T10:30:19.256] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-25T10:30:19.256] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-25T10:30:19.256] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-25T10:30:19.256] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-25T10:30:19.256] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-25T10:30:19.256] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-25T10:30:19.256] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-25T10:30:19.256] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-25T10:30:19.256] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-25T10:30:19.256] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-25T10:30:19.257] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T10:30:19.257] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T10:30:19.257] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T10:30:19.257] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T10:30:19.258] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T10:30:19.258] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/src/main/ets cache from map. +[2025-03-25T10:30:19.258] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T10:30:19.258] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T10:30:19.258] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T10:30:19.258] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-25T10:30:19.258] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-25T10:30:19.259] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T10:30:19.259] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T10:30:19.259] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T10:30:19.259] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T10:30:19.259] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T10:30:19.259] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T10:30:19.259] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-25T10:30:19.259] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-25T10:30:19.259] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-25T10:30:19.259] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-25T10:30:19.259] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-25T10:30:19.260] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-25T10:30:19.260] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-25T10:30:19.260] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-25T10:30:19.260] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-25T10:30:19.260] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets cache from map. +[2025-03-25T10:30:19.260] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T10:30:19.260] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T10:30:19.261] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T10:30:19.261] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-25T10:30:19.261] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-25T10:30:19.261] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-25T10:30:19.261] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-25T10:30:19.261] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-25T10:30:19.261] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-25T10:30:19.261] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-25T10:30:19.262] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T10:30:19.262] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-25T10:30:19.263] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/symbol cache. +[2025-03-25T10:30:19.263] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-25T10:30:19.270] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-25T10:30:19.270] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-25T10:30:19.270] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-25T10:30:19.270] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-25T10:30:19.271] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T10:30:19.275] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T10:30:19.275] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T10:30:19.275] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-25T10:30:19.276] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T10:30:19.276] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T10:31:00.727] [DEBUG] debug-file - session manager: set active socket. socketId=p4p2e4vUenMfGjMyAAAF +[2025-03-25T10:31:00.739] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T10:31:00.757] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T10:31:00.763] [DEBUG] debug-file - Cache service initialization finished in 6 ms +[2025-03-25T10:31:00.768] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/Home2/hvigorfile.ts +[2025-03-25T10:31:00.786] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T10:31:00.786] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T10:31:00.791] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T10:31:00.791] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T10:31:00.791] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T10:31:00.792] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T10:31:00.792] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T10:31:00.796] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T10:31:00.800] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T10:31:00.822] [DEBUG] debug-file - Sdk init in 26 ms +[2025-03-25T10:31:00.839] [DEBUG] debug-file - Project task initialization takes 16 ms +[2025-03-25T10:31:00.839] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T10:31:00.839] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/Home2/hvigorfile.ts +[2025-03-25T10:31:00.839] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/Home2/hvigorfile.ts +[2025-03-25T10:31:00.844] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/Home2/entry/hvigorfile.ts +[2025-03-25T10:31:00.849] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T10:31:00.849] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T10:31:00.852] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T10:31:00.852] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T10:31:00.853] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T10:31:00.853] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T10:31:00.853] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T10:31:00.853] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T10:31:00.853] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T10:31:00.855] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-03-25T10:31:00.855] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T10:31:00.855] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/Home2/entry/hvigorfile.ts +[2025-03-25T10:31:00.855] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/Home2/entry/hvigorfile.ts +[2025-03-25T10:31:00.923] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 68 ms +[2025-03-25T10:31:00.924] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T10:31:00.924] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T10:31:00.926] [DEBUG] debug-file - load to the disk finished +[2025-03-25T10:31:00.928] [DEBUG] debug-file - Module Home2 Collected Dependency: +[2025-03-25T10:31:00.928] [DEBUG] debug-file - Module Home2's total dependency: 0 +[2025-03-25T10:31:00.928] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T10:31:00.928] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T10:31:00.930] [DEBUG] debug-file - Configuration phase cost:165 ms +[2025-03-25T10:31:00.931] [DEBUG] debug-file - Configuration task cost before running: 185 ms +[2025-03-25T10:31:00.931] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.931] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.932] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-25T10:31:00.934] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 2 ms . +[2025-03-25T10:31:00.934] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.2081451416015625 +[2025-03-25T10:31:00.934] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-25T10:31:00.935] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.935] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.936] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-25T10:31:00.936] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:31:00.936] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-25T10:31:00.936] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.0831756591796875 +[2025-03-25T10:31:00.936] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-25T10:31:00.937] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.937] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.937] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-25T10:31:00.937] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.937] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.937] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03710174560546875 +[2025-03-25T10:31:00.937] [DEBUG] debug-file - runTaskFromQueue task cost before running: 192 ms +[2025-03-25T10:31:00.937] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-25T10:31:00.938] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.938] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.938] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-25T10:31:00.939] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-25T10:31:00.939] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.09098052978515625 +[2025-03-25T10:31:00.939] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-25T10:31:00.940] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.940] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.940] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-25T10:31:00.940] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:31:00.940] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-25T10:31:00.940] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08783721923828125 +[2025-03-25T10:31:00.941] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-25T10:31:00.941] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.941] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.941] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-25T10:31:00.942] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.942] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.942] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.03766632080078125 +[2025-03-25T10:31:00.942] [DEBUG] debug-file - runTaskFromQueue task cost before running: 196 ms +[2025-03-25T10:31:00.942] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-25T10:31:00.942] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.942] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.944] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-25T10:31:00.944] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:31:00.944] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-25T10:31:00.944] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06243133544921875 +[2025-03-25T10:31:00.945] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-25T10:31:00.946] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.946] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.946] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-25T10:31:00.947] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/Home2/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-25T10:31:00.947] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-25T10:31:00.947] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.947] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.947] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.105560302734375 +[2025-03-25T10:31:00.947] [DEBUG] debug-file - runTaskFromQueue task cost before running: 202 ms +[2025-03-25T10:31:00.947] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 1 ms +[2025-03-25T10:31:00.948] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.948] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.948] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-25T10:31:00.948] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.948] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.948] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03814697265625 +[2025-03-25T10:31:00.949] [DEBUG] debug-file - runTaskFromQueue task cost before running: 203 ms +[2025-03-25T10:31:00.949] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-25T10:31:00.949] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.949] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.950] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-25T10:31:00.951] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms . +[2025-03-25T10:31:00.951] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.12604522705078125 +[2025-03-25T10:31:00.951] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-25T10:31:00.952] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.952] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.952] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-25T10:31:00.952] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/Home2/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-25T10:31:00.953] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:31:00.953] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-25T10:31:00.953] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms . +[2025-03-25T10:31:00.953] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.954] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.954] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.12470245361328125 +[2025-03-25T10:31:00.954] [DEBUG] debug-file - runTaskFromQueue task cost before running: 208 ms +[2025-03-25T10:31:00.954] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 2 ms +[2025-03-25T10:31:00.955] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.955] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.955] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-25T10:31:00.955] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-25T10:31:00.955] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.04946136474609375 +[2025-03-25T10:31:00.955] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-25T10:31:00.956] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.956] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.957] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-25T10:31:00.959] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 2 ms . +[2025-03-25T10:31:00.959] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.17840576171875 +[2025-03-25T10:31:00.959] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-25T10:31:00.960] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.960] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.960] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-25T10:31:00.960] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.960] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.961] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05202484130859375 +[2025-03-25T10:31:00.961] [DEBUG] debug-file - runTaskFromQueue task cost before running: 215 ms +[2025-03-25T10:31:00.961] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-25T10:31:00.962] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.962] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.962] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-25T10:31:00.964] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-25T10:31:00.964] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-25T10:31:00.964] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.12664794921875 +[2025-03-25T10:31:00.966] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-25T10:31:00.968] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.968] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.970] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-25T10:31:00.976] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 4 ms . +[2025-03-25T10:31:00.976] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.7608108520507812 +[2025-03-25T10:31:00.978] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-25T10:31:00.979] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.979] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.980] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-25T10:31:00.981] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-25T10:31:00.981] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.099090576171875 +[2025-03-25T10:31:00.981] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-25T10:31:00.982] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.982] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.982] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-25T10:31:00.983] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-25T10:31:00.987] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 4 ms . +[2025-03-25T10:31:00.988] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.44153594970703125 +[2025-03-25T10:31:00.988] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-25T10:31:00.989] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.989] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.990] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-25T10:31:00.990] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:31:00.990] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-25T10:31:00.990] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06217193603515625 +[2025-03-25T10:31:00.990] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-25T10:31:00.991] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:00.991] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:00.993] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-25T10:31:00.997] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/Home2/entry/src/main/ets' has been changed. +[2025-03-25T10:31:00.997] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 3 ms . +[2025-03-25T10:31:01.002] [DEBUG] debug-file - build config: +[2025-03-25T10:31:01.002] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/Home2/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/Home2/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/Home2', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/Home2/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: 'd18c49f425b1b13f380656a90c215ab6', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/Home2/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: undefined, definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/Home2' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/Home2/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/Home2/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/Home2/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/Home2/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/Home2/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + }, + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + }, + '/Users/tian/Documents/DevEco/Home2/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + }, + '/Users/tian/Documents/DevEco/Home2/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + }, + '/Users/tian/Documents/DevEco/Home2': { + moduleName: 'Home2', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/Home2/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/Home2/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-25T10:31:01.003] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-25T10:31:01.003] [DEBUG] debug-file - default@CompileArkTS work[9] is submitted. +[2025-03-25T10:31:01.004] [DEBUG] debug-file - default@CompileArkTS work[9] is pushed to ready queue. +[2025-03-25T10:31:01.004] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T10:31:01.004] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T10:31:01.004] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-25T10:31:01.004] [DEBUG] debug-file - default@CompileArkTS work[9] has been dispatched to worker[4]. +[2025-03-25T10:31:01.004] [DEBUG] debug-file - default@CompileArkTS work[9] is dispatched. +[2025-03-25T10:31:01.004] [DEBUG] debug-file - CopyResources startTime: 215938790850291 +[2025-03-25T10:31:01.004] [DEBUG] debug-file - default@CompileArkTS work[10] is submitted. +[2025-03-25T10:31:01.005] [DEBUG] debug-file - default@CompileArkTS work[10] is pushed to ready queue. +[2025-03-25T10:31:01.005] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T10:31:01.005] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-25T10:31:01.005] [DEBUG] debug-file - default@CompileArkTS work[10] has been dispatched to worker[6]. +[2025-03-25T10:31:01.005] [DEBUG] debug-file - default@CompileArkTS work[10] is dispatched. +[2025-03-25T10:31:01.005] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.27032470703125 +[2025-03-25T10:31:01.006] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:01.006] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:01.008] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-25T10:31:01.011] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.11580657958984375 +[2025-03-25T10:31:01.011] [DEBUG] debug-file - runTaskFromQueue task cost before running: 265 ms +[2025-03-25T10:31:01.011] [INFO] debug-file - Finished :entry:default@BuildJS... after 3 ms +[2025-03-25T10:31:01.013] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:01.013] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:01.014] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-25T10:31:01.014] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:31:01.015] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-25T10:31:01.015] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.06951904296875 +[2025-03-25T10:31:01.015] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-25T10:31:01.672] [DEBUG] debug-file - Ark compile task finished.finished time is 215939458420625 +[2025-03-25T10:31:01.672] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-25T10:31:01.675] [DEBUG] debug-file - default@CompileArkTS work[9] done. +[2025-03-25T10:31:01.675] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-25T10:31:01.718] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T10:31:01.718] [DEBUG] debug-file - CopyResources is end, endTime: 215939504945333 +[2025-03-25T10:31:01.718] [DEBUG] debug-file - default@CompileArkTS work[10] done. +[2025-03-25T10:31:01.718] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T10:31:01.720] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 686 ms +[2025-03-25T10:31:01.721] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:01.721] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:01.721] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-25T10:31:01.722] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:31:01.722] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-25T10:31:01.722] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.06250762939453125 +[2025-03-25T10:31:01.722] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-25T10:31:01.723] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:01.723] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:01.726] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-25T10:31:01.728] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets' has been changed. +[2025-03-25T10:31:01.728] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 2 ms . +[2025-03-25T10:31:01.728] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:01.728] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:01.729] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-25T10:31:01.730] [DEBUG] debug-file - default@PackageHap work[11] is submitted. +[2025-03-25T10:31:01.730] [DEBUG] debug-file - default@PackageHap work[11] is pushed to ready queue. +[2025-03-25T10:31:01.730] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T10:31:01.731] [DEBUG] debug-file - default@PackageHap work[11] has been dispatched to worker[6]. +[2025-03-25T10:31:01.731] [DEBUG] debug-file - default@PackageHap work[11] is dispatched. +[2025-03-25T10:31:01.732] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.7293014526367188 +[2025-03-25T10:31:01.784] [DEBUG] debug-file - current process memoryUsage: { + rss: 465027072, + heapTotal: 78430208, + heapUsed: 52312832, + external: 2632617, + arrayBuffers: 661728 +} os memoryUsage :7.9143524169921875 +[2025-03-25T10:31:02.127] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T10:31:02.127] [DEBUG] debug-file - default@PackageHap work[11] done. +[2025-03-25T10:31:02.127] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T10:31:02.128] [INFO] debug-file - Finished :entry:default@PackageHap... after 352 ms +[2025-03-25T10:31:02.129] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:02.129] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:02.130] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-25T10:31:02.130] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/Home2/build-profile.json5. +[2025-03-25T10:31:02.130] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-25T10:31:02.131] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-25T10:31:02.131] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:02.131] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:02.131] [DEBUG] debug-file - entry : default@SignHap cost memory 0.1034088134765625 +[2025-03-25T10:31:02.131] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 385 ms +[2025-03-25T10:31:02.131] [INFO] debug-file - Finished :entry:default@SignHap... after 1 ms +[2025-03-25T10:31:02.132] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:02.132] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:02.132] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-25T10:31:02.134] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:31:02.134] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:31:02.134] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.18896484375 +[2025-03-25T10:31:02.134] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 389 ms +[2025-03-25T10:31:02.134] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 2 ms +[2025-03-25T10:31:02.135] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-25T10:31:02.135] [DEBUG] debug-file - entry : assembleHap cost memory 0.01171112060546875 +[2025-03-25T10:31:02.135] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 389 ms +[2025-03-25T10:31:02.135] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-25T10:31:02.136] [DEBUG] debug-file - BUILD SUCCESSFUL in 1 s 390 ms +[2025-03-25T10:31:02.136] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-25T10:31:02.136] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-25T10:31:02.136] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-25T10:31:02.136] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-25T10:31:02.136] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-25T10:31:02.136] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/Home2/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-25T10:31:02.136] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-25T10:31:02.136] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-25T10:31:02.136] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-25T10:31:02.136] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-25T10:31:02.136] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-25T10:31:02.137] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-25T10:31:02.137] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-25T10:31:02.137] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-25T10:31:02.137] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-25T10:31:02.137] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-25T10:31:02.137] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-25T10:31:02.137] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-25T10:31:02.137] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-25T10:31:02.137] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T10:31:02.138] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T10:31:02.138] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T10:31:02.138] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T10:31:02.138] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T10:31:02.138] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/src/main/ets cache from map. +[2025-03-25T10:31:02.138] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T10:31:02.138] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T10:31:02.138] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T10:31:02.138] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-25T10:31:02.138] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-25T10:31:02.139] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T10:31:02.139] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T10:31:02.139] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T10:31:02.139] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T10:31:02.139] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T10:31:02.139] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T10:31:02.139] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-25T10:31:02.139] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-25T10:31:02.139] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-25T10:31:02.139] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-25T10:31:02.140] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-25T10:31:02.140] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-25T10:31:02.140] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-25T10:31:02.140] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-25T10:31:02.140] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-25T10:31:02.140] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets cache from map. +[2025-03-25T10:31:02.140] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T10:31:02.140] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T10:31:02.140] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T10:31:02.141] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-25T10:31:02.141] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-25T10:31:02.141] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-25T10:31:02.141] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-25T10:31:02.141] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-25T10:31:02.141] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-25T10:31:02.141] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-25T10:31:02.142] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T10:31:02.142] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-25T10:31:02.142] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/symbol cache. +[2025-03-25T10:31:02.142] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-25T10:31:02.150] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-25T10:31:02.150] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-25T10:31:02.150] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-25T10:31:02.150] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-25T10:31:02.150] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T10:31:02.154] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T10:31:02.154] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T10:31:02.154] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T10:31:02.155] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-25T10:31:02.155] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T10:42:11.314] [DEBUG] debug-file - session manager: set active socket. socketId=eBkIIWKAZS_MXILuAAAH +[2025-03-25T10:42:11.324] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T10:42:11.345] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T10:42:11.351] [DEBUG] debug-file - Cache service initialization finished in 6 ms +[2025-03-25T10:42:11.361] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/Home2/hvigorfile.ts +[2025-03-25T10:42:11.376] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T10:42:11.376] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T10:42:11.392] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T10:42:11.392] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T10:42:11.392] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T10:42:11.392] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T10:42:11.394] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T10:42:11.400] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T10:42:11.407] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T10:42:11.444] [DEBUG] debug-file - Sdk init in 42 ms +[2025-03-25T10:42:11.456] [DEBUG] debug-file - Project task initialization takes 12 ms +[2025-03-25T10:42:11.456] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T10:42:11.457] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/Home2/hvigorfile.ts +[2025-03-25T10:42:11.457] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/Home2/hvigorfile.ts +[2025-03-25T10:42:11.463] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/Home2/entry/hvigorfile.ts +[2025-03-25T10:42:11.468] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T10:42:11.469] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T10:42:11.474] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T10:42:11.474] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T10:42:11.474] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T10:42:11.474] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T10:42:11.474] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T10:42:11.474] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T10:42:11.474] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T10:42:11.478] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-03-25T10:42:11.478] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T10:42:11.478] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/Home2/entry/hvigorfile.ts +[2025-03-25T10:42:11.478] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/Home2/entry/hvigorfile.ts +[2025-03-25T10:42:11.637] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 153 ms +[2025-03-25T10:42:11.638] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T10:42:11.644] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T10:42:11.655] [DEBUG] debug-file - load to the disk finished +[2025-03-25T10:42:11.658] [DEBUG] debug-file - Module Home2 Collected Dependency: +[2025-03-25T10:42:11.658] [DEBUG] debug-file - Module Home2's total dependency: 0 +[2025-03-25T10:42:11.660] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T10:42:11.660] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T10:42:11.665] [DEBUG] debug-file - Configuration phase cost:311 ms +[2025-03-25T10:42:11.668] [DEBUG] debug-file - Configuration task cost before running: 332 ms +[2025-03-25T10:42:11.675] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.675] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.679] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-25T10:42:11.684] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 3 ms . +[2025-03-25T10:42:11.685] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.214324951171875 +[2025-03-25T10:42:11.686] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-25T10:42:11.688] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.688] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.689] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-25T10:42:11.690] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:42:11.692] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 2 ms . +[2025-03-25T10:42:11.692] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.08388519287109375 +[2025-03-25T10:42:11.692] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-25T10:42:11.701] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.701] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.701] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-25T10:42:11.701] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.701] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.701] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03710174560546875 +[2025-03-25T10:42:11.702] [DEBUG] debug-file - runTaskFromQueue task cost before running: 365 ms +[2025-03-25T10:42:11.702] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-25T10:42:11.704] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.704] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.705] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-25T10:42:11.707] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 2 ms . +[2025-03-25T10:42:11.708] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.093353271484375 +[2025-03-25T10:42:11.708] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-25T10:42:11.710] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.711] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.712] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-25T10:42:11.718] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 7 ms +[2025-03-25T10:42:11.719] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-25T10:42:11.719] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.09004974365234375 +[2025-03-25T10:42:11.719] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-25T10:42:11.721] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.721] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.722] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-25T10:42:11.723] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.723] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.723] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.03971099853515625 +[2025-03-25T10:42:11.723] [DEBUG] debug-file - runTaskFromQueue task cost before running: 387 ms +[2025-03-25T10:42:11.723] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-25T10:42:11.726] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.726] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.731] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-25T10:42:11.732] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:42:11.732] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-25T10:42:11.733] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06218719482421875 +[2025-03-25T10:42:11.733] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-25T10:42:11.736] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.736] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.743] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-25T10:42:11.745] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/Home2/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-25T10:42:11.745] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 2 ms . +[2025-03-25T10:42:11.745] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.745] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.746] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10631561279296875 +[2025-03-25T10:42:11.746] [DEBUG] debug-file - runTaskFromQueue task cost before running: 410 ms +[2025-03-25T10:42:11.747] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 3 ms +[2025-03-25T10:42:11.750] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.750] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.751] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-25T10:42:11.751] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.751] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.751] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03814697265625 +[2025-03-25T10:42:11.753] [DEBUG] debug-file - runTaskFromQueue task cost before running: 415 ms +[2025-03-25T10:42:11.756] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-25T10:42:11.761] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.761] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.763] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-25T10:42:11.772] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 6 ms . +[2025-03-25T10:42:11.772] [DEBUG] debug-file - entry : default@MakePackInfo cost memory -4.33087158203125 +[2025-03-25T10:42:11.773] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-25T10:42:11.776] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.776] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.777] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-25T10:42:11.777] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/Home2/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-25T10:42:11.778] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:42:11.780] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-25T10:42:11.780] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 3 ms . +[2025-03-25T10:42:11.780] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.780] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.781] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.12882232666015625 +[2025-03-25T10:42:11.781] [DEBUG] debug-file - runTaskFromQueue task cost before running: 445 ms +[2025-03-25T10:42:11.781] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 4 ms +[2025-03-25T10:42:11.785] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.786] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.789] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-25T10:42:11.790] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-25T10:42:11.790] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.04943084716796875 +[2025-03-25T10:42:11.790] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-25T10:42:11.793] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.793] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.795] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-25T10:42:11.799] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 3 ms . +[2025-03-25T10:42:11.799] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.195404052734375 +[2025-03-25T10:42:11.801] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-25T10:42:11.804] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.804] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.805] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-25T10:42:11.805] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.805] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.806] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.0522003173828125 +[2025-03-25T10:42:11.806] [DEBUG] debug-file - runTaskFromQueue task cost before running: 470 ms +[2025-03-25T10:42:11.807] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 2 ms +[2025-03-25T10:42:11.809] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.809] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.810] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-25T10:42:11.818] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-25T10:42:11.821] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 2 ms . +[2025-03-25T10:42:11.821] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.12691497802734375 +[2025-03-25T10:42:11.824] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-25T10:42:11.827] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.828] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.833] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-25T10:42:11.851] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 10 ms . +[2025-03-25T10:42:11.851] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5527114868164062 +[2025-03-25T10:42:11.856] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-25T10:42:11.859] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.859] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.860] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-25T10:42:11.865] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 2 ms . +[2025-03-25T10:42:11.865] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.10259246826171875 +[2025-03-25T10:42:11.866] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-25T10:42:11.869] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.869] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.869] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-25T10:42:11.872] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-25T10:42:11.888] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 15 ms . +[2025-03-25T10:42:11.888] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.4367828369140625 +[2025-03-25T10:42:11.890] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-25T10:42:11.892] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.892] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.894] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-25T10:42:11.894] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:42:11.896] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-25T10:42:11.896] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.0618438720703125 +[2025-03-25T10:42:11.896] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-25T10:42:11.902] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:11.902] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:11.907] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-25T10:42:11.921] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/Home2/entry/src/main/ets' has been changed. +[2025-03-25T10:42:11.921] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 9 ms . +[2025-03-25T10:42:11.970] [DEBUG] debug-file - build config: +[2025-03-25T10:42:11.976] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/Home2/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/Home2/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/Home2', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/Home2/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: 'd18c49f425b1b13f380656a90c215ab6', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/Home2/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: undefined, definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/Home2' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/Home2/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/Home2/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/Home2/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/Home2/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/Home2/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + }, + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + }, + '/Users/tian/Documents/DevEco/Home2/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + }, + '/Users/tian/Documents/DevEco/Home2/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + }, + '/Users/tian/Documents/DevEco/Home2': { + moduleName: 'Home2', + modulePkgPath: '/Users/tian/Documents/DevEco/Home2', + belongProjectPath: '/Users/tian/Documents/DevEco/Home2' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/Home2/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/Home2/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-25T10:42:11.982] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-25T10:42:11.986] [DEBUG] debug-file - default@CompileArkTS work[12] is submitted. +[2025-03-25T10:42:11.989] [DEBUG] debug-file - default@CompileArkTS work[12] is pushed to ready queue. +[2025-03-25T10:42:11.990] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T10:42:11.990] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T10:42:11.990] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-25T10:42:11.991] [DEBUG] debug-file - default@CompileArkTS work[12] has been dispatched to worker[4]. +[2025-03-25T10:42:11.991] [DEBUG] debug-file - default@CompileArkTS work[12] is dispatched. +[2025-03-25T10:42:11.992] [DEBUG] debug-file - CopyResources startTime: 216609795867166 +[2025-03-25T10:42:11.992] [DEBUG] debug-file - default@CompileArkTS work[13] is submitted. +[2025-03-25T10:42:11.993] [DEBUG] debug-file - default@CompileArkTS work[13] is pushed to ready queue. +[2025-03-25T10:42:11.993] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T10:42:11.993] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-25T10:42:11.999] [DEBUG] debug-file - default@CompileArkTS work[13] has been dispatched to worker[6]. +[2025-03-25T10:42:11.999] [DEBUG] debug-file - default@CompileArkTS work[13] is dispatched. +[2025-03-25T10:42:11.999] [DEBUG] debug-file - entry : default@CompileArkTS cost memory -4.246673583984375 +[2025-03-25T10:42:12.004] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:12.004] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:12.013] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-25T10:42:12.022] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.12042236328125 +[2025-03-25T10:42:12.023] [DEBUG] debug-file - runTaskFromQueue task cost before running: 686 ms +[2025-03-25T10:42:12.023] [INFO] debug-file - Finished :entry:default@BuildJS... after 10 ms +[2025-03-25T10:42:12.026] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:12.027] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:12.032] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-25T10:42:12.032] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:42:12.034] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 2 ms . +[2025-03-25T10:42:12.034] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.0746002197265625 +[2025-03-25T10:42:12.034] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-25T10:42:13.473] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T10:42:13.474] [DEBUG] debug-file - CopyResources is end, endTime: 216611278197833 +[2025-03-25T10:42:13.478] [DEBUG] debug-file - default@CompileArkTS work[13] done. +[2025-03-25T10:42:13.781] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T10:42:14.250] [DEBUG] debug-file - Ark compile task finished.finished time is 216612054291291 +[2025-03-25T10:42:14.250] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-25T10:42:14.255] [DEBUG] debug-file - default@CompileArkTS work[12] done. +[2025-03-25T10:42:14.255] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-25T10:42:14.257] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 2 s 318 ms +[2025-03-25T10:42:14.259] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:14.259] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:14.260] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-25T10:42:14.260] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-25T10:42:14.262] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-25T10:42:14.262] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.0624847412109375 +[2025-03-25T10:42:14.262] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-25T10:42:14.265] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:14.265] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:14.270] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-25T10:42:14.273] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets' has been changed. +[2025-03-25T10:42:14.273] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 3 ms . +[2025-03-25T10:42:14.273] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:14.273] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:14.274] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-25T10:42:14.275] [DEBUG] debug-file - default@PackageHap work[14] is submitted. +[2025-03-25T10:42:14.276] [DEBUG] debug-file - default@PackageHap work[14] is pushed to ready queue. +[2025-03-25T10:42:14.276] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T10:42:14.276] [DEBUG] debug-file - default@PackageHap work[14] has been dispatched to worker[6]. +[2025-03-25T10:42:14.276] [DEBUG] debug-file - default@PackageHap work[14] is dispatched. +[2025-03-25T10:42:14.279] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.7651748657226562 +[2025-03-25T10:42:14.337] [DEBUG] debug-file - current process memoryUsage: { + rss: 429850624, + heapTotal: 75808768, + heapUsed: 50769192, + external: 2616233, + arrayBuffers: 645344 +} os memoryUsage :7.9142913818359375 +[2025-03-25T10:42:14.770] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T10:42:14.771] [DEBUG] debug-file - default@PackageHap work[14] done. +[2025-03-25T10:42:14.771] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T10:42:14.771] [INFO] debug-file - Finished :entry:default@PackageHap... after 446 ms +[2025-03-25T10:42:14.772] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:14.772] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:14.774] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-25T10:42:14.774] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/Home2/build-profile.json5. +[2025-03-25T10:42:14.774] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-25T10:42:14.774] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-25T10:42:14.774] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:14.774] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:14.774] [DEBUG] debug-file - entry : default@SignHap cost memory 0.1034698486328125 +[2025-03-25T10:42:14.774] [DEBUG] debug-file - runTaskFromQueue task cost before running: 3 s 438 ms +[2025-03-25T10:42:14.774] [INFO] debug-file - Finished :entry:default@SignHap... after 1 ms +[2025-03-25T10:42:14.775] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:14.775] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:14.775] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-25T10:42:14.777] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T10:42:14.777] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T10:42:14.777] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.18877410888671875 +[2025-03-25T10:42:14.778] [DEBUG] debug-file - runTaskFromQueue task cost before running: 3 s 441 ms +[2025-03-25T10:42:14.778] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 3 ms +[2025-03-25T10:42:14.778] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-25T10:42:14.778] [DEBUG] debug-file - entry : assembleHap cost memory 0.01171112060546875 +[2025-03-25T10:42:14.778] [DEBUG] debug-file - runTaskFromQueue task cost before running: 3 s 442 ms +[2025-03-25T10:42:14.778] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-25T10:42:14.780] [DEBUG] debug-file - BUILD SUCCESSFUL in 3 s 444 ms +[2025-03-25T10:42:14.780] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-25T10:42:14.780] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-25T10:42:14.780] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-25T10:42:14.780] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-25T10:42:14.780] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-25T10:42:14.780] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/Home2/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-25T10:42:14.780] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-25T10:42:14.781] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-25T10:42:14.781] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-25T10:42:14.781] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-25T10:42:14.781] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-25T10:42:14.781] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-25T10:42:14.781] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-25T10:42:14.781] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-25T10:42:14.781] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-25T10:42:14.781] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-25T10:42:14.781] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-25T10:42:14.781] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-25T10:42:14.781] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-25T10:42:14.782] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T10:42:14.782] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T10:42:14.782] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T10:42:14.782] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T10:42:14.782] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T10:42:14.783] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/src/main/ets cache from map. +[2025-03-25T10:42:14.783] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T10:42:14.783] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T10:42:14.783] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/Home2/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T10:42:14.783] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-25T10:42:14.783] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-25T10:42:14.783] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T10:42:14.783] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T10:42:14.784] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T10:42:14.784] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T10:42:14.784] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T10:42:14.784] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T10:42:14.784] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-25T10:42:14.784] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:1 ms . +[2025-03-25T10:42:14.784] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-25T10:42:14.784] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-25T10:42:14.784] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-25T10:42:14.784] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-25T10:42:14.784] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-25T10:42:14.785] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-25T10:42:14.785] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-25T10:42:14.785] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets cache from map. +[2025-03-25T10:42:14.785] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T10:42:14.785] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T10:42:14.785] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T10:42:14.785] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-25T10:42:14.785] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-25T10:42:14.785] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-25T10:42:14.785] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-25T10:42:14.786] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-25T10:42:14.786] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-25T10:42:14.786] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-25T10:42:14.787] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T10:42:14.787] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/Home2/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-25T10:42:14.787] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/Home2/entry/build/default/outputs/default/symbol cache. +[2025-03-25T10:42:14.787] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-25T10:42:14.795] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-25T10:42:14.795] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-25T10:42:14.795] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-25T10:42:14.795] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-25T10:42:14.795] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T10:42:14.801] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T10:42:14.802] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T10:42:14.801] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-25T10:42:14.802] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T10:42:14.802] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:04:17.412] [DEBUG] debug-file - env: nodejsVersion=v18.20.1 +[2025-03-25T11:04:17.843] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: false, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T11:04:17.858] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:04:19.004] [DEBUG] debug-file - hvigorfile, require result: { default: { system: [Function: appTasks], plugins: [] } } +[2025-03-25T11:04:19.163] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T11:04:19.166] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T11:04:19.178] [DEBUG] debug-file - Local scan or download HarmonyOS sdk components toolchains,ets,js,native,previewer +[2025-03-25T11:04:19.180] [DEBUG] debug-file - Local scan or download hmscore sdk components toolchains,ets,native +[2025-03-25T11:04:19.184] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T11:04:19.213] [DEBUG] debug-file - Sdk init in 37 ms +[2025-03-25T11:04:19.227] [DEBUG] debug-file - Project task initialization takes 14 ms +[2025-03-25T11:04:19.232] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:04:19.246] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T11:04:19.252] [DEBUG] debug-file - Module entry task initialization takes 3 ms +[2025-03-25T11:04:19.254] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T11:04:19.269] [DEBUG] debug-file - Configuration task cost before running: 1 s 443 ms +[2025-03-25T11:04:19.276] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:04:17.418] [DEBUG] debug-file - env: hvigor-config.json5 content = { + modelVersion: '5.0.2', + dependencies: {}, + execution: {}, + logging: {}, + debugging: {}, + nodeOptions: {} +} +[2025-03-25T11:04:17.848] [DEBUG] debug-file - Cache service initialization finished in 5 ms +[2025-03-25T11:04:19.005] [DEBUG] debug-file - hvigorfile, binding system plugins [Function: appTasks] +[2025-03-25T11:04:19.164] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T11:04:19.175] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T11:04:19.291] [DEBUG] debug-file - Create resident worker with id: 0. +[2025-03-25T11:04:19.227] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:04:19.237] [DEBUG] debug-file - hvigorfile, require result: { default: { system: [Function: hapTasks], plugins: [] } } +[2025-03-25T11:04:19.246] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T11:04:19.252] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:04:19.255] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T11:04:19.270] [DEBUG] debug-file - Executing task :entry:init +[2025-03-25T11:04:19.279] [DEBUG] debug-file - Module 'entry' target 'ohosTest' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} in this build. +[2025-03-25T11:04:17.421] [DEBUG] debug-file - env: daemon=false +[2025-03-25T11:04:19.164] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T11:04:19.293] [DEBUG] debug-file - Create resident worker with id: 1. +[2025-03-25T11:04:19.227] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:04:19.237] [DEBUG] debug-file - hvigorfile, binding system plugins [Function: hapTasks] +[2025-03-25T11:04:19.246] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T11:04:19.252] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:04:19.258] [DEBUG] debug-file - load to the disk finished +[2025-03-25T11:04:19.270] [DEBUG] debug-file - entry : init cost memory 0.011810302734375 +[2025-03-25T11:04:19.282] [DEBUG] debug-file - hvigor start cli arguments:{ + prop: [ 'product=default' ], + sync: true, + parallel: true, + incremental: true, + daemon: false, + _: [], + env: { + PATH: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home/bin:/Applications/DevEco-Studio.app/Contents/tools/node/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/DevEco-Studio.app/Contents/tools/node/bin:/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin', + DEVECO_SDK_HOME: '/Applications/DevEco-Studio.app/Contents/sdk', + JAVA_HOME: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home', + 'npm_config_update-notifier': 'false', + HOMEBREW_PREFIX: '/opt/homebrew', + COMMAND_MODE: 'unix2003', + LOGNAME: 'tian', + HOMEBREW_REPOSITORY: '/opt/homebrew', + XPC_SERVICE_NAME: 'application.com.huawei.devecostudio.ds.130968900.130969607', + PWD: '/Users/tian/Documents/DevEco/ClassMG', + INFOPATH: '/opt/homebrew/share/info:', + 'user.country': 'CN', + __CFBundleIdentifier: 'com.huawei.devecostudio.ds', + HOMEBREW_PIP_INDEX_URL: 'http://mirrors.aliyun.com/pypi/simple', + CREATED_BY: 'deveco', + SHELL: '/bin/zsh', + NODE_HOME: '/Applications/DevEco-Studio.app/Contents/tools/node/bin', + HOMEBREW_BOTTLE_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles', + OLDPWD: '/', + HOMEBREW_CELLAR: '/opt/homebrew/Cellar', + GOPATH: '/Users/tian/Documents/GoPath', + USER: 'tian', + TMPDIR: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/', + 'npm_config_strict-ssl': '', + NO_UPDATE_NOTIFIER: 'true', + SSH_AUTH_SOCK: '/private/tmp/com.apple.launchd.9NRkARPpcJ/Listeners', + STM32CubeMX_PATH: '/Applications/STMicroelectronics/STM32CubeMX.app/Contents/Resourcesexport', + 'npm_config_@ohos:registry': 'https://repo.harmonyos.com/npm/', + XPC_FLAGS: '0x0', + npm_config_registry: 'https://repo.huaweicloud.com/repository/npm/', + __CF_USER_TEXT_ENCODING: '0x1F5:0x19:0x34', + LC_CTYPE: 'zh_CN.UTF-8', + IDEA_INITIAL_DIRECTORY: '/', + HOME: '/Users/tian', + HOMEBREW_API_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles/api', + 'npm_config_auto-install-peers': 'false', + ohpmBin: '/Applications/DevEco-Studio.app/Contents/tools/ohpm/bin/ohpm', + config: '{"product":"default"}', + WORKSPACE_DIR: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace', + NODE_PATH: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace/node_modules', + OHOS_SDK_NATIVE: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/native' + }, + analyze: 'normal' +} +[2025-03-25T11:04:17.421] [DEBUG] debug-file - no-daemon, use the parent process.execArgv --max-old-space-size=8192,--expose-gc +[2025-03-25T11:04:19.164] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T11:04:19.294] [DEBUG] debug-file - Current worker pool is stopped or closed. +[2025-03-25T11:04:19.227] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:04:19.246] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T11:04:19.252] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:04:19.262] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T11:04:19.270] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 443 ms +[2025-03-25T11:04:19.289] [DEBUG] debug-file - Since there is no instance or instance is terminated, create a new worker pool. +[2025-03-25T11:04:19.294] [DEBUG] debug-file - Clear worker 0. +[2025-03-25T11:04:19.247] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T11:04:19.262] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T11:04:19.271] [INFO] debug-file - Finished :entry:init... after 1 ms +[2025-03-25T11:04:19.289] [DEBUG] debug-file - Worker pool is initialized with config: { + minPoolNum: 2, + maxPoolNum: undefined, + maxCoreSize: undefined, + cacheCapacity: undefined, + cacheTtl: undefined +} +[2025-03-25T11:04:19.295] [DEBUG] debug-file - Worker 0 has been cleared. +[2025-03-25T11:04:19.247] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T11:04:19.264] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T11:04:19.271] [DEBUG] debug-file - Executing task ::init +[2025-03-25T11:04:19.295] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-25T11:04:19.247] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:04:19.264] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T11:04:19.271] [DEBUG] debug-file - ClassMG : init cost memory 0.0089263916015625 +[2025-03-25T11:04:19.295] [DEBUG] debug-file - Current busy worker size: 0. +[2025-03-25T11:04:19.267] [DEBUG] debug-file - Configuration phase cost:1 s 416 ms +[2025-03-25T11:04:19.271] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 445 ms +[2025-03-25T11:04:19.295] [DEBUG] debug-file - Clear worker 1. +[2025-03-25T11:04:19.271] [INFO] debug-file - Finished ::init... after 1 ms +[2025-03-25T11:04:19.295] [DEBUG] debug-file - Worker 1 has been cleared. +[2025-03-25T11:04:19.295] [DEBUG] debug-file - Current idle worker size: 0. +[2025-03-25T11:04:19.295] [DEBUG] debug-file - Current busy worker size: 0. +[2025-03-25T11:04:19.295] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T11:04:19.300] [DEBUG] debug-file - worker[0] exits with exit code 0. +[2025-03-25T11:04:19.300] [DEBUG] debug-file - worker[1] exits with exit code 0. +[2025-03-25T11:04:19.301] [DEBUG] debug-file - Current worker pool is terminated. +[2025-03-25T11:04:41.881] [DEBUG] debug-file - java daemon tryConnect failed Error: connect ECONNREFUSED 127.0.0.1:45050 +[2025-03-25T11:04:41.885] [DEBUG] debug-file - java daemon started at port 45050 pid 67910 +[2025-03-25T11:04:41.269] [DEBUG] debug-file - env: nodejsVersion=v18.20.1 +[2025-03-25T11:04:41.305] [DEBUG] debug-file - env: daemon=true +[2025-03-25T11:04:42.045] [DEBUG] debug-file - hvigor start cli arguments:{ + prop: [], + sync: true, + parallel: true, + incremental: true, + daemon: true, + _: [ '--analyze=normal' ], + env: { + PATH: '/Applications/DevEco-Studio.app/Contents/tools/node/bin:/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin', + DEVECO_SDK_HOME: '/Applications/DevEco-Studio.app/Contents/sdk', + JAVA_HOME: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home', + HOMEBREW_PREFIX: '/opt/homebrew', + COMMAND_MODE: 'unix2003', + LOGNAME: 'tian', + HOMEBREW_REPOSITORY: '/opt/homebrew', + XPC_SERVICE_NAME: 'application.com.huawei.devecostudio.ds.130968900.130969607', + PWD: '/Users/tian/Documents/DevEco/ClassMG', + INFOPATH: '/opt/homebrew/share/info:', + 'user.country': 'CN', + __CFBundleIdentifier: 'com.huawei.devecostudio.ds', + HOMEBREW_PIP_INDEX_URL: 'http://mirrors.aliyun.com/pypi/simple', + CREATED_BY: 'deveco', + SHELL: '/bin/zsh', + NODE_HOME: '/Applications/DevEco-Studio.app/Contents/tools/node/bin', + HOMEBREW_BOTTLE_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles', + OLDPWD: '/', + HOMEBREW_CELLAR: '/opt/homebrew/Cellar', + GOPATH: '/Users/tian/Documents/GoPath', + USER: 'tian', + TMPDIR: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/', + SSH_AUTH_SOCK: '/private/tmp/com.apple.launchd.9NRkARPpcJ/Listeners', + STM32CubeMX_PATH: '/Applications/STMicroelectronics/STM32CubeMX.app/Contents/Resourcesexport', + XPC_FLAGS: '0x0', + __CF_USER_TEXT_ENCODING: '0x1F5:0x19:0x34', + LC_CTYPE: 'zh_CN.UTF-8', + IDEA_INITIAL_DIRECTORY: '/', + HOME: '/Users/tian', + HOMEBREW_API_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles/api', + 'npm_config_update-notifier': 'false', + 'npm_config_auto-install-peers': 'false', + ohpmBin: '/Applications/DevEco-Studio.app/Contents/tools/ohpm/bin/ohpm', + config: '{}', + WORKSPACE_DIR: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace', + NODE_PATH: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace/node_modules' + } +} +[2025-03-25T11:04:41.272] [DEBUG] debug-file - env: hvigor-config.json5 content = { + modelVersion: '5.0.2', + dependencies: {}, + execution: {}, + logging: {}, + debugging: {}, + nodeOptions: {} +} +[2025-03-25T11:04:42.091] [DEBUG] debug-file - session manager: set active socket. socketId=fcBdwETr-o62R4J2AAAB +[2025-03-25T11:04:42.652] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:04:42.663] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T11:04:42.668] [DEBUG] debug-file - Cache service initialization finished in 5 ms +[2025-03-25T11:04:42.674] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:04:43.615] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:04:43.616] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:04:43.772] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T11:04:43.772] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T11:04:43.773] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T11:04:43.773] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T11:04:43.775] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T11:04:43.784] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T11:04:43.787] [DEBUG] debug-file - Local scan or download HarmonyOS sdk components toolchains,ets,js,native,previewer +[2025-03-25T11:04:43.790] [DEBUG] debug-file - Local scan or download hmscore sdk components toolchains,ets,native +[2025-03-25T11:04:43.793] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T11:04:43.820] [DEBUG] debug-file - Sdk init in 35 ms +[2025-03-25T11:04:43.832] [DEBUG] debug-file - Project task initialization takes 11 ms +[2025-03-25T11:04:43.832] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:04:43.832] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:04:43.832] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:04:43.836] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:04:43.841] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:04:43.841] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:04:43.848] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T11:04:43.849] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T11:04:43.849] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T11:04:43.849] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T11:04:43.849] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T11:04:43.849] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T11:04:43.850] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:04:43.854] [DEBUG] debug-file - Module entry task initialization takes 4 ms +[2025-03-25T11:04:43.854] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:04:43.854] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:04:43.854] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:04:43.926] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 71 ms +[2025-03-25T11:04:43.927] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T11:04:43.929] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T11:04:43.933] [DEBUG] debug-file - load to the disk finished +[2025-03-25T11:04:43.937] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T11:04:43.937] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T11:04:43.939] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T11:04:43.939] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T11:04:43.942] [DEBUG] debug-file - Configuration phase cost:1 s 272 ms +[2025-03-25T11:04:43.944] [DEBUG] debug-file - Configuration task cost before running: 1 s 290 ms +[2025-03-25T11:04:43.945] [DEBUG] debug-file - Executing task :entry:init +[2025-03-25T11:04:43.945] [DEBUG] debug-file - entry : init cost memory 0.0154876708984375 +[2025-03-25T11:04:43.945] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 290 ms +[2025-03-25T11:04:43.945] [INFO] debug-file - Finished :entry:init... after 1 ms +[2025-03-25T11:04:43.945] [DEBUG] debug-file - Executing task ::init +[2025-03-25T11:04:43.945] [DEBUG] debug-file - ClassMG : init cost memory 0.01282501220703125 +[2025-03-25T11:04:43.945] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 291 ms +[2025-03-25T11:04:43.946] [INFO] debug-file - Finished ::init... after 1 ms +[2025-03-25T11:04:43.950] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:04:43.952] [DEBUG] debug-file - Module 'entry' target 'ohosTest' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} in this build. +[2025-03-25T11:04:43.955] [DEBUG] debug-file - Since there is no instance or instance is terminated, create a new worker pool. +[2025-03-25T11:04:43.955] [DEBUG] debug-file - Worker pool is initialized with config: { + minPoolNum: 2, + maxPoolNum: undefined, + maxCoreSize: undefined, + cacheCapacity: undefined, + cacheTtl: undefined +} +[2025-03-25T11:04:43.955] [DEBUG] debug-file - Create resident worker with id: 0. +[2025-03-25T11:04:43.957] [DEBUG] debug-file - Create resident worker with id: 1. +[2025-03-25T11:04:43.958] [DEBUG] debug-file - Cleanup worker 0. +[2025-03-25T11:04:43.958] [DEBUG] debug-file - Worker 0 has been cleaned up. +[2025-03-25T11:04:43.959] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-25T11:04:43.959] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-25T11:04:43.959] [DEBUG] debug-file - Cleanup worker 1. +[2025-03-25T11:04:43.959] [DEBUG] debug-file - Worker 1 has been cleaned up. +[2025-03-25T11:04:43.959] [DEBUG] debug-file - Current idle worker size: 0. +[2025-03-25T11:04:43.959] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-25T11:04:43.959] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T11:04:44.064] [DEBUG] debug-file - worker[0] exits with exit code 0. +[2025-03-25T11:04:44.064] [DEBUG] debug-file - worker[1] exits with exit code 0. +[2025-03-25T11:04:44.082] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:04:44.083] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:04:44.083] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:04:44.083] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:04:44.209] [DEBUG] debug-file - session manager: set active socket. socketId=S1208EAChYzAEj2mAAAD +[2025-03-25T11:04:44.211] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:04:44.219] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T11:04:44.221] [DEBUG] debug-file - Cache service initialization finished in 2 ms +[2025-03-25T11:04:44.227] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:04:44.232] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:04:44.232] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:04:44.235] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T11:04:44.235] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T11:04:44.235] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T11:04:44.235] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T11:04:44.236] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T11:04:44.238] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T11:04:44.242] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T11:04:44.262] [DEBUG] debug-file - Sdk init in 24 ms +[2025-03-25T11:04:44.271] [DEBUG] debug-file - Project task initialization takes 9 ms +[2025-03-25T11:04:44.271] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:04:44.271] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:04:44.271] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:04:44.274] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:04:44.277] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:04:44.278] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:04:44.280] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T11:04:44.281] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T11:04:44.281] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T11:04:44.281] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T11:04:44.281] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T11:04:44.281] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T11:04:44.281] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:04:44.282] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-03-25T11:04:44.282] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:04:44.282] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:04:44.282] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:04:44.352] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 69 ms +[2025-03-25T11:04:44.352] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T11:04:44.353] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T11:04:44.355] [DEBUG] debug-file - load to the disk finished +[2025-03-25T11:04:44.356] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T11:04:44.356] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T11:04:44.357] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T11:04:44.357] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T11:04:44.359] [DEBUG] debug-file - Configuration phase cost:135 ms +[2025-03-25T11:04:44.360] [DEBUG] debug-file - Configuration task cost before running: 147 ms +[2025-03-25T11:04:44.361] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.361] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.364] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-25T11:04:44.367] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.367] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.468] [DEBUG] debug-file - current product is not Atomic service. +[2025-03-25T11:04:44.468] [DEBUG] debug-file - Use tool [darwin: JAVA_HOME, CLASSPATH] + [ + { + JAVA_HOME: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home' + }, + { CLASSPATH: undefined } +] +[2025-03-25T11:04:44.469] [DEBUG] debug-file - Use tool [darwin: NODE_HOME] + [ + { + NODE_HOME: '/Applications/DevEco-Studio.app/Contents/tools/node/bin' + } +] +[2025-03-25T11:04:44.469] [DEBUG] debug-file - entry : default@PreBuild cost memory 7.210258483886719 +[2025-03-25T11:04:44.469] [DEBUG] debug-file - runTaskFromQueue task cost before running: 256 ms +[2025-03-25T11:04:44.470] [INFO] debug-file - Finished :entry:default@PreBuild... after 106 ms +[2025-03-25T11:04:44.471] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.471] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.471] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-25T11:04:44.472] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.472] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.472] [DEBUG] debug-file - Change app api release type with 'Release' +[2025-03-25T11:04:44.472] [DEBUG] debug-file - Change app compile API version with '5.0.2.126' +[2025-03-25T11:04:44.472] [DEBUG] debug-file - Change app target API version with '50002014' +[2025-03-25T11:04:44.472] [DEBUG] debug-file - Change app minimum API version with '50002014' +[2025-03-25T11:04:44.472] [DEBUG] debug-file - Use cli appEnvironment +[2025-03-25T11:04:44.475] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.219146728515625 +[2025-03-25T11:04:44.475] [DEBUG] debug-file - runTaskFromQueue task cost before running: 262 ms +[2025-03-25T11:04:44.476] [INFO] debug-file - Finished :entry:default@MergeProfile... after 5 ms +[2025-03-25T11:04:44.477] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.477] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.480] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-25T11:04:44.481] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:04:44.481] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.481] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.482] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.301025390625 +[2025-03-25T11:04:44.482] [DEBUG] debug-file - runTaskFromQueue task cost before running: 269 ms +[2025-03-25T11:04:44.482] [INFO] debug-file - Finished :entry:default@CreateBuildProfile... after 3 ms +[2025-03-25T11:04:44.483] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.483] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.484] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-25T11:04:44.484] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.484] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.484] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0375823974609375 +[2025-03-25T11:04:44.484] [DEBUG] debug-file - runTaskFromQueue task cost before running: 271 ms +[2025-03-25T11:04:44.484] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-25T11:04:44.485] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.485] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.490] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-25T11:04:44.490] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:04:44.491] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.04129791259765625 +[2025-03-25T11:04:44.491] [DEBUG] debug-file - runTaskFromQueue task cost before running: 278 ms +[2025-03-25T11:04:44.491] [INFO] debug-file - Finished :entry:default@GeneratePkgContextInfo... after 2 ms +[2025-03-25T11:04:44.492] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.492] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.493] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-25T11:04:44.493] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.493] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.494] [DEBUG] debug-file - [ + '/Applications/DevEco-Studio.app/Contents/tools/node/bin/node', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader/bin/ark/ts2abc.js', + '--target-api-version', + '14' +] +[2025-03-25T11:04:44.565] [DEBUG] debug-file - 12.0.6.0 +[2025-03-25T11:04:44.566] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.25228118896484375 +[2025-03-25T11:04:44.566] [DEBUG] debug-file - runTaskFromQueue task cost before running: 353 ms +[2025-03-25T11:04:44.566] [INFO] debug-file - Finished :entry:default@ProcessProfile... after 74 ms +[2025-03-25T11:04:44.568] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.568] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.568] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-25T11:04:44.569] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.569] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.570] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.11586761474609375 +[2025-03-25T11:04:44.570] [DEBUG] debug-file - runTaskFromQueue task cost before running: 357 ms +[2025-03-25T11:04:44.571] [INFO] debug-file - Finished :entry:default@ProcessRouterMap... after 2 ms +[2025-03-25T11:04:44.572] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.572] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.572] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@PreviewProcessResource +[2025-03-25T11:04:44.575] [DEBUG] debug-file - Executing task :entry:default@PreviewProcessResource +[2025-03-25T11:04:44.576] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.576] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.576] [DEBUG] debug-file - entry : default@PreviewProcessResource cost memory 0.06830596923828125 +[2025-03-25T11:04:44.576] [DEBUG] debug-file - runTaskFromQueue task cost before running: 363 ms +[2025-03-25T11:04:44.576] [INFO] debug-file - Finished :entry:default@PreviewProcessResource... after 2 ms +[2025-03-25T11:04:44.577] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.578] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.579] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-25T11:04:44.588] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.8003311157226562 +[2025-03-25T11:04:44.588] [DEBUG] debug-file - runTaskFromQueue task cost before running: 375 ms +[2025-03-25T11:04:44.590] [INFO] debug-file - Finished :entry:default@GenerateLoaderJson... after 9 ms +[2025-03-25T11:04:44.591] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.591] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.591] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@PreviewCompileResource +[2025-03-25T11:04:44.592] [DEBUG] debug-file - Executing task :entry:default@PreviewCompileResource +[2025-03-25T11:04:44.618] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool] + [ + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool', + '-x', + '/Users/tian/Documents/DevEco/ClassMG/AppScope/resources', + '-o', + '/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/app_compiled' +] +[2025-03-25T11:04:44.620] [DEBUG] debug-file - current process memoryUsage: { + rss: 279920640, + heapTotal: 179077120, + heapUsed: 152216656, + external: 3093694, + arrayBuffers: 218697 +} os memoryUsage :7.7953338623046875 +[2025-03-25T11:04:44.630] [DEBUG] debug-file - Info: restool resources compile success. + +[2025-03-25T11:04:44.632] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool] + [ + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool', + '-x', + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources', + '-o', + '/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled' +] +[2025-03-25T11:04:44.633] [DEBUG] debug-file - current process memoryUsage: { + rss: 279953408, + heapTotal: 179077120, + heapUsed: 152560064, + external: 3101934, + arrayBuffers: 185995 +} os memoryUsage :7.79827880859375 +[2025-03-25T11:04:44.641] [DEBUG] debug-file - Info: restool resources compile success. + +[2025-03-25T11:04:44.642] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool] + [ + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool', + '-m', + 'entry', + '-f', + '-j', + '/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/process_profile/default/module.json', + '-p', + 'c***n', + '-r', + '/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/generated/r/default/ResourceTable.h', + '-z', + '--ids', + '/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/ids_map', + '--defined-ids', + '/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/ids_map/id_defined.json', + '-i', + '/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/app_compiled', + '-i', + '/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled', + '-o', + '/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default' +] +[2025-03-25T11:04:44.644] [DEBUG] debug-file - current process memoryUsage: { + rss: 273596416, + heapTotal: 172097536, + heapUsed: 114906592, + external: 2987956, + arrayBuffers: 76487 +} os memoryUsage :7.791839599609375 +[2025-03-25T11:04:44.683] [DEBUG] debug-file - Info: restool resources compile success. + +[2025-03-25T11:04:44.686] [DEBUG] debug-file - entry : default@PreviewCompileResource cost memory -28.04296112060547 +[2025-03-25T11:04:44.686] [DEBUG] debug-file - runTaskFromQueue task cost before running: 472 ms +[2025-03-25T11:04:44.686] [INFO] debug-file - Finished :entry:default@PreviewCompileResource... after 94 ms +[2025-03-25T11:04:44.687] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.688] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.688] [DEBUG] debug-file - Executing task :entry:default@PreviewHookCompileResource +[2025-03-25T11:04:44.688] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.688] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.688] [DEBUG] debug-file - entry : default@PreviewHookCompileResource cost memory 0.03890228271484375 +[2025-03-25T11:04:44.688] [DEBUG] debug-file - runTaskFromQueue task cost before running: 475 ms +[2025-03-25T11:04:44.688] [INFO] debug-file - Finished :entry:default@PreviewHookCompileResource... after 1 ms +[2025-03-25T11:04:44.689] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.689] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.689] [DEBUG] debug-file - Executing task :entry:default@CopyPreviewProfile +[2025-03-25T11:04:44.690] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.690] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.692] [DEBUG] debug-file - entry : default@CopyPreviewProfile cost memory 0.15316009521484375 +[2025-03-25T11:04:44.692] [DEBUG] debug-file - runTaskFromQueue task cost before running: 479 ms +[2025-03-25T11:04:44.692] [INFO] debug-file - Finished :entry:default@CopyPreviewProfile... after 3 ms +[2025-03-25T11:04:44.693] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.693] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.694] [DEBUG] debug-file - Executing task :entry:default@ReplacePreviewerPage +[2025-03-25T11:04:44.694] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.694] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.694] [DEBUG] debug-file - entry : default@ReplacePreviewerPage cost memory 0.038818359375 +[2025-03-25T11:04:44.694] [DEBUG] debug-file - runTaskFromQueue task cost before running: 481 ms +[2025-03-25T11:04:44.694] [INFO] debug-file - Finished :entry:default@ReplacePreviewerPage... after 1 ms +[2025-03-25T11:04:44.695] [DEBUG] debug-file - Executing task :entry:buildPreviewerResource +[2025-03-25T11:04:44.695] [DEBUG] debug-file - entry : buildPreviewerResource cost memory 0.012115478515625 +[2025-03-25T11:04:44.695] [DEBUG] debug-file - runTaskFromQueue task cost before running: 482 ms +[2025-03-25T11:04:44.696] [INFO] debug-file - Finished :entry:buildPreviewerResource... after 1 ms +[2025-03-25T11:04:44.697] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.697] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.697] [DEBUG] debug-file - Executing task :entry:default@PreviewUpdateAssets +[2025-03-25T11:04:44.698] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.698] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.698] [DEBUG] debug-file - entry : default@PreviewUpdateAssets cost memory 0.17082977294921875 +[2025-03-25T11:04:44.698] [DEBUG] debug-file - runTaskFromQueue task cost before running: 485 ms +[2025-03-25T11:04:44.698] [INFO] debug-file - Finished :entry:default@PreviewUpdateAssets... after 2 ms +[2025-03-25T11:04:44.699] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:04:44.700] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:04:44.702] [DEBUG] debug-file - Executing task :entry:default@PreviewArkTS +[2025-03-25T11:04:44.714] [DEBUG] debug-file - session manager: binding session. socketId=S1208EAChYzAEj2mAAAD, threadId=1@1. +[2025-03-25T11:04:44.715] [DEBUG] debug-file - entry : default@PreviewArkTS cost memory 1.010009765625 +[2025-03-25T11:04:46.601] [DEBUG] debug-file - default@PreviewArkTS watch work[1] failed. +[2025-03-25T11:04:46.601] [ERROR] debug-file - Failed :entry:default@PreviewArkTS... +[2025-03-25T11:04:46.601] [DEBUG] debug-file - hvigor build process will be closed with an error. +[2025-03-25T11:04:46.602] [DEBUG] debug-file - ERROR: stacktrace = Error:  ERROR: page '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/Study/Index.ets' does not exist.  + at handleResponse (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/src/base/internal/pool/worker-pool/watch-worker.js:1:1683) + at async Worker. (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/src/base/internal/pool/worker-pool/watch-worker.js:1:2871) +[2025-03-25T11:04:46.602] [ERROR] debug-file - Error:  ERROR: page '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/Study/Index.ets' does not exist.  + at handleResponse (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/src/base/internal/pool/worker-pool/watch-worker.js:1:1683) + at async Worker. (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/src/base/internal/pool/worker-pool/watch-worker.js:1:2871) +[2025-03-25T11:04:46.601] [DEBUG] debug-file - Ark compile finished. +[2025-03-25T11:04:46.604] [WARN] debug-file - BUILD FAILED in 2 s 391 ms +[2025-03-25T11:04:46.605] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T11:04:46.605] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache by regenerate. +[2025-03-25T11:04:46.605] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T11:04:46.605] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/build-profile.json5 cache by regenerate. +[2025-03-25T11:04:46.605] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/main_pages.json cache by regenerate. +[2025-03-25T11:04:46.605] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/hvigor/hvigor-config.json5 cache by regenerate. +[2025-03-25T11:04:46.606] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T11:04:46.606] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5 cache by regenerate. +[2025-03-25T11:04:46.606] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/oh-package.json5 cache by regenerate. +[2025-03-25T11:04:46.606] [DEBUG] debug-file - Incremental task entry:default@PreBuild post-execution cost:2 ms . +[2025-03-25T11:04:46.606] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T11:04:46.606] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T11:04:46.606] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache by regenerate. +[2025-03-25T11:04:46.606] [DEBUG] debug-file - Update task entry:default@MergeProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/merge_profile/default/module.json cache. +[2025-03-25T11:04:46.606] [DEBUG] debug-file - Incremental task entry:default@MergeProfile post-execution cost:1 ms . +[2025-03-25T11:04:46.606] [DEBUG] debug-file - Update task entry:default@CreateBuildProfile input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T11:04:46.606] [DEBUG] debug-file - Update task entry:default@CreateBuildProfile input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T11:04:46.606] [DEBUG] debug-file - Update task entry:default@CreateBuildProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/generated/profile/default/BuildProfile.ets cache. +[2025-03-25T11:04:46.607] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile post-execution cost:1 ms . +[2025-03-25T11:04:46.607] [DEBUG] debug-file - Update task entry:default@GeneratePkgContextInfo output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default/pkgContextInfo.json cache. +[2025-03-25T11:04:46.607] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo post-execution cost:1 ms . +[2025-03-25T11:04:46.607] [DEBUG] debug-file - Update task entry:default@ProcessProfile input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/merge_profile/default/module.json cache by regenerate. +[2025-03-25T11:04:46.607] [DEBUG] debug-file - Update task entry:default@ProcessProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/process_profile/default/module.json cache. +[2025-03-25T11:04:46.607] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile post-execution cost:1 ms . +[2025-03-25T11:04:46.608] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5 cache by regenerate. +[2025-03-25T11:04:46.608] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/oh-package.json5 cache by regenerate. +[2025-03-25T11:04:46.608] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache by regenerate. +[2025-03-25T11:04:46.608] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:04:46.608] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/router_map/default/temp-router-map.json cache. +[2025-03-25T11:04:46.608] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/router_map/default/loader-router-map.json cache. +[2025-03-25T11:04:46.608] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap post-execution cost:2 ms . +[2025-03-25T11:04:46.609] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T11:04:46.609] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:04:46.609] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/router_map/default/temp-router-map.json cache by regenerate. +[2025-03-25T11:04:46.610] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default/loader.json cache. +[2025-03-25T11:04:46.610] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson post-execution cost:2 ms . +[2025-03-25T11:04:46.610] [DEBUG] debug-file - Update task entry:default@PreviewCompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources cache by regenerate. +[2025-03-25T11:04:46.624] [DEBUG] debug-file - Update task entry:default@PreviewCompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/merge_profile/default/module.json cache by regenerate. +[2025-03-25T11:04:46.624] [DEBUG] debug-file - Update task entry:default@PreviewCompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default cache. +[2025-03-25T11:04:46.625] [DEBUG] debug-file - Update task entry:default@PreviewCompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/generated/r/default cache. +[2025-03-25T11:04:46.625] [DEBUG] debug-file - Incremental task entry:default@PreviewCompileResource post-execution cost:16 ms . +[2025-03-25T11:04:46.625] [DEBUG] debug-file - Update task entry:default@CopyPreviewProfile input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile cache by regenerate. +[2025-03-25T11:04:46.625] [DEBUG] debug-file - Update task entry:default@CopyPreviewProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile cache. +[2025-03-25T11:04:46.625] [DEBUG] debug-file - Incremental task entry:default@CopyPreviewProfile post-execution cost:1 ms . +[2025-03-25T11:04:46.626] [DEBUG] debug-file - Update task entry:default@PreviewUpdateAssets output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module.json cache. +[2025-03-25T11:04:46.626] [DEBUG] debug-file - Update task entry:default@PreviewUpdateAssets output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile/main_pages.json cache. +[2025-03-25T11:04:46.626] [DEBUG] debug-file - Incremental task entry:default@PreviewUpdateAssets post-execution cost:1 ms . +[2025-03-25T11:04:46.627] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default cache by regenerate. +[2025-03-25T11:04:46.627] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T11:04:46.627] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/process_profile/default/module.json cache by regenerate. +[2025-03-25T11:04:46.627] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T11:04:46.627] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate. +[2025-03-25T11:04:46.627] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:04:46.628] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T11:04:46.628] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T11:04:46.628] [DEBUG] debug-file - Update task entry:default@PreviewArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader_out/default/ets cache. +[2025-03-25T11:04:46.628] [DEBUG] debug-file - Incremental task entry:default@PreviewArkTS post-execution cost:3 ms . +[2025-03-25T11:04:46.637] [DEBUG] debug-file - There's no busy workers and idle workers need cleanup. +[2025-03-25T11:04:46.638] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T11:04:46.643] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:04:46.643] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:04:46.647] [DEBUG] debug-file - watch worker: worker is ready to be terminated. +[2025-03-25T11:04:46.647] [DEBUG] debug-file - Server currently has 0 watch-worker +[2025-03-25T11:05:23.904] [DEBUG] debug-file - session manager: set active socket. socketId=ppbhlWblKBIeg8QVAAAF +[2025-03-25T11:05:23.913] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:05:23.931] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T11:05:23.936] [DEBUG] debug-file - Cache service initialization finished in 5 ms +[2025-03-25T11:05:23.949] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:05:23.962] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:05:23.962] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:05:23.968] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T11:05:23.968] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T11:05:23.969] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T11:05:23.969] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T11:05:23.970] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T11:05:23.975] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T11:05:23.979] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T11:05:24.009] [DEBUG] debug-file - Sdk init in 34 ms +[2025-03-25T11:05:24.025] [DEBUG] debug-file - Project task initialization takes 15 ms +[2025-03-25T11:05:24.025] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:05:24.025] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:05:24.025] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:05:24.030] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:05:24.036] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:05:24.036] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:05:24.041] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T11:05:24.041] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T11:05:24.042] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T11:05:24.042] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T11:05:24.042] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T11:05:24.042] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T11:05:24.043] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:05:24.046] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-03-25T11:05:24.046] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:05:24.046] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:05:24.046] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:05:24.161] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 115 ms +[2025-03-25T11:05:24.163] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T11:05:24.165] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T11:05:24.171] [DEBUG] debug-file - load to the disk finished +[2025-03-25T11:05:24.173] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T11:05:24.173] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T11:05:24.175] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T11:05:24.175] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T11:05:24.179] [DEBUG] debug-file - Configuration phase cost:239 ms +[2025-03-25T11:05:24.181] [DEBUG] debug-file - Configuration task cost before running: 261 ms +[2025-03-25T11:05:24.183] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:05:24.183] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:05:24.185] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-25T11:05:24.191] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 5 ms . +[2025-03-25T11:05:24.192] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.22428131103515625 +[2025-03-25T11:05:24.192] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-25T11:05:24.194] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:05:24.194] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:05:24.195] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-25T11:05:24.196] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 2 ms . +[2025-03-25T11:05:24.196] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.0958099365234375 +[2025-03-25T11:05:24.196] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-25T11:05:24.198] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:05:24.198] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:05:24.198] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-25T11:05:24.199] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:05:24.200] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-25T11:05:24.200] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.285369873046875 +[2025-03-25T11:05:24.200] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-25T11:05:24.202] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:05:24.202] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:05:24.203] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-25T11:05:24.203] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:05:24.204] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:05:24.204] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.037811279296875 +[2025-03-25T11:05:24.204] [DEBUG] debug-file - runTaskFromQueue task cost before running: 284 ms +[2025-03-25T11:05:24.204] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-25T11:05:24.206] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:05:24.206] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:05:24.210] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-25T11:05:24.211] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:05:24.211] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-25T11:05:24.211] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06362152099609375 +[2025-03-25T11:05:24.211] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-25T11:05:24.213] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:05:24.213] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:05:24.214] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-25T11:05:24.215] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-25T11:05:24.215] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.05109405517578125 +[2025-03-25T11:05:24.215] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-25T11:05:24.216] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:05:24.216] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:05:24.218] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-25T11:05:24.220] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 3 ms . +[2025-03-25T11:05:24.221] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.1737823486328125 +[2025-03-25T11:05:24.222] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-25T11:05:24.223] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:05:24.223] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:05:24.224] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@PreviewProcessResource +[2025-03-25T11:05:24.226] [DEBUG] debug-file - Executing task :entry:default@PreviewProcessResource +[2025-03-25T11:05:24.226] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:05:24.226] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:05:24.226] [DEBUG] debug-file - entry : default@PreviewProcessResource cost memory 0.0644378662109375 +[2025-03-25T11:05:24.227] [DEBUG] debug-file - runTaskFromQueue task cost before running: 307 ms +[2025-03-25T11:05:24.227] [INFO] debug-file - Finished :entry:default@PreviewProcessResource... after 1 ms +[2025-03-25T11:05:24.229] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:05:24.229] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:05:24.231] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-25T11:05:24.243] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 7 ms . +[2025-03-25T11:05:24.243] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.6338272094726562 +[2025-03-25T11:05:24.250] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-25T11:05:24.252] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:05:24.252] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:05:24.252] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@PreviewCompileResource +[2025-03-25T11:05:24.254] [DEBUG] debug-file - Executing task :entry:default@PreviewCompileResource +[2025-03-25T11:05:24.259] [DEBUG] debug-file - Incremental task entry:default@PreviewCompileResource pre-execution cost: 5 ms . +[2025-03-25T11:05:24.259] [DEBUG] debug-file - entry : default@PreviewCompileResource cost memory 0.42629241943359375 +[2025-03-25T11:05:24.260] [INFO] debug-file - UP-TO-DATE :entry:default@PreviewCompileResource... +[2025-03-25T11:05:24.261] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:05:24.261] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:05:24.262] [DEBUG] debug-file - Executing task :entry:default@PreviewHookCompileResource +[2025-03-25T11:05:24.262] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:05:24.262] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:05:24.262] [DEBUG] debug-file - entry : default@PreviewHookCompileResource cost memory 0.0384674072265625 +[2025-03-25T11:05:24.262] [DEBUG] debug-file - runTaskFromQueue task cost before running: 342 ms +[2025-03-25T11:05:24.262] [INFO] debug-file - Finished :entry:default@PreviewHookCompileResource... after 1 ms +[2025-03-25T11:05:24.263] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:05:24.263] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:05:24.264] [DEBUG] debug-file - Executing task :entry:default@CopyPreviewProfile +[2025-03-25T11:05:24.264] [DEBUG] debug-file - Incremental task entry:default@CopyPreviewProfile pre-execution cost: 1 ms . +[2025-03-25T11:05:24.264] [DEBUG] debug-file - entry : default@CopyPreviewProfile cost memory 0.07340240478515625 +[2025-03-25T11:05:24.265] [INFO] debug-file - UP-TO-DATE :entry:default@CopyPreviewProfile... +[2025-03-25T11:05:24.266] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:05:24.266] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:05:24.266] [DEBUG] debug-file - Executing task :entry:default@ReplacePreviewerPage +[2025-03-25T11:05:24.266] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:05:24.266] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:05:24.266] [DEBUG] debug-file - entry : default@ReplacePreviewerPage cost memory 0.03838348388671875 +[2025-03-25T11:05:24.266] [DEBUG] debug-file - runTaskFromQueue task cost before running: 346 ms +[2025-03-25T11:05:24.266] [INFO] debug-file - Finished :entry:default@ReplacePreviewerPage... after 1 ms +[2025-03-25T11:05:24.267] [DEBUG] debug-file - Executing task :entry:buildPreviewerResource +[2025-03-25T11:05:24.267] [DEBUG] debug-file - entry : buildPreviewerResource cost memory 0.01181793212890625 +[2025-03-25T11:05:24.268] [DEBUG] debug-file - runTaskFromQueue task cost before running: 348 ms +[2025-03-25T11:05:24.268] [INFO] debug-file - Finished :entry:buildPreviewerResource... after 1 ms +[2025-03-25T11:05:24.269] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:05:24.269] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:05:24.269] [DEBUG] debug-file - Executing task :entry:default@PreviewUpdateAssets +[2025-03-25T11:05:24.270] [DEBUG] debug-file - Incremental task entry:default@PreviewUpdateAssets pre-execution cost: 1 ms . +[2025-03-25T11:05:24.270] [DEBUG] debug-file - entry : default@PreviewUpdateAssets cost memory 0.09259796142578125 +[2025-03-25T11:05:24.270] [INFO] debug-file - UP-TO-DATE :entry:default@PreviewUpdateAssets... +[2025-03-25T11:05:24.271] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:05:24.272] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:05:24.275] [DEBUG] debug-file - Executing task :entry:default@PreviewArkTS +[2025-03-25T11:05:24.374] [DEBUG] debug-file - session manager: binding session. socketId=ppbhlWblKBIeg8QVAAAF, threadId=1@2. +[2025-03-25T11:05:24.288] [DEBUG] debug-file - entry : default@PreviewArkTS cost memory 0.8085708618164062 +[2025-03-25T11:05:26.374] [DEBUG] debug-file - default@PreviewArkTS watch work[2] failed. +[2025-03-25T11:05:26.374] [ERROR] debug-file - Failed :entry:default@PreviewArkTS... +[2025-03-25T11:05:26.374] [DEBUG] debug-file - hvigor build process will be closed with an error. +[2025-03-25T11:05:26.375] [DEBUG] debug-file - ERROR: stacktrace = Error:  ERROR: page '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/Study/Index.ets' does not exist.  + at handleResponse (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/src/base/internal/pool/worker-pool/watch-worker.js:1:1683) + at async Worker. (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/src/base/internal/pool/worker-pool/watch-worker.js:1:2871) +[2025-03-25T11:05:26.375] [ERROR] debug-file - Error:  ERROR: page '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/Study/Index.ets' does not exist.  + at handleResponse (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/src/base/internal/pool/worker-pool/watch-worker.js:1:1683) + at async Worker. (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/src/base/internal/pool/worker-pool/watch-worker.js:1:2871) +[2025-03-25T11:05:26.374] [DEBUG] debug-file - Ark compile finished. +[2025-03-25T11:05:26.376] [WARN] debug-file - BUILD FAILED in 2 s 456 ms +[2025-03-25T11:05:26.376] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-25T11:05:26.376] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-25T11:05:26.376] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-25T11:05:26.376] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-25T11:05:26.376] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-25T11:05:26.376] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-25T11:05:26.376] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-25T11:05:26.376] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreviewCompileResource is up-to-date. +[2025-03-25T11:05:26.376] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CopyPreviewProfile is up-to-date. +[2025-03-25T11:05:26.377] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreviewUpdateAssets is up-to-date. +[2025-03-25T11:05:26.377] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default cache by regenerate. +[2025-03-25T11:05:26.378] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T11:05:26.378] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/process_profile/default/module.json cache by regenerate. +[2025-03-25T11:05:26.378] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T11:05:26.378] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate. +[2025-03-25T11:05:26.379] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:05:26.379] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T11:05:26.379] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T11:05:26.379] [DEBUG] debug-file - Update task entry:default@PreviewArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader_out/default/ets cache. +[2025-03-25T11:05:26.379] [DEBUG] debug-file - Incremental task entry:default@PreviewArkTS post-execution cost:3 ms . +[2025-03-25T11:05:26.385] [DEBUG] debug-file - There's no busy workers and idle workers need cleanup. +[2025-03-25T11:05:26.386] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T11:05:26.391] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:05:26.391] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:05:26.393] [DEBUG] debug-file - watch worker: worker is ready to be terminated. +[2025-03-25T11:05:26.393] [DEBUG] debug-file - Server currently has 0 watch-worker +[2025-03-25T11:06:11.469] [DEBUG] debug-file - session manager: set active socket. socketId=Uv6Q7QgnuxOE8J6aAAAH +[2025-03-25T11:06:11.473] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:06:11.483] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T11:06:11.488] [DEBUG] debug-file - Cache service initialization finished in 5 ms +[2025-03-25T11:06:11.493] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:06:11.500] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:06:11.500] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:06:11.506] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T11:06:11.506] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T11:06:11.506] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T11:06:11.506] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T11:06:11.507] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T11:06:11.512] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T11:06:11.516] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T11:06:11.539] [DEBUG] debug-file - Sdk init in 27 ms +[2025-03-25T11:06:11.548] [DEBUG] debug-file - Project task initialization takes 8 ms +[2025-03-25T11:06:11.548] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:06:11.548] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:06:11.548] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:06:11.551] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:06:11.555] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:06:11.555] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:06:11.558] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T11:06:11.558] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T11:06:11.558] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T11:06:11.558] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T11:06:11.558] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T11:06:11.558] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T11:06:11.559] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:06:11.561] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-03-25T11:06:11.561] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:06:11.561] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:06:11.561] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:06:11.622] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 61 ms +[2025-03-25T11:06:11.622] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T11:06:11.624] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T11:06:11.628] [DEBUG] debug-file - load to the disk finished +[2025-03-25T11:06:11.629] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T11:06:11.629] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T11:06:11.629] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T11:06:11.629] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T11:06:11.631] [DEBUG] debug-file - Configuration phase cost:141 ms +[2025-03-25T11:06:11.632] [DEBUG] debug-file - Configuration task cost before running: 155 ms +[2025-03-25T11:06:11.632] [DEBUG] debug-file - Executing task :entry:init +[2025-03-25T11:06:11.632] [DEBUG] debug-file - entry : init cost memory 0.01593017578125 +[2025-03-25T11:06:11.632] [DEBUG] debug-file - runTaskFromQueue task cost before running: 155 ms +[2025-03-25T11:06:11.632] [INFO] debug-file - Finished :entry:init... after 1 ms +[2025-03-25T11:06:11.632] [DEBUG] debug-file - Executing task ::init +[2025-03-25T11:06:11.632] [DEBUG] debug-file - ClassMG : init cost memory 0.0147552490234375 +[2025-03-25T11:06:11.632] [DEBUG] debug-file - runTaskFromQueue task cost before running: 156 ms +[2025-03-25T11:06:11.633] [INFO] debug-file - Finished ::init... after 1 ms +[2025-03-25T11:06:11.636] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:06:11.638] [DEBUG] debug-file - Module 'entry' target 'ohosTest' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} in this build. +[2025-03-25T11:06:11.640] [DEBUG] debug-file - There's no busy workers and idle workers need cleanup. +[2025-03-25T11:06:11.640] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T11:06:11.680] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:06:11.680] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:06:11.686] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:06:11.687] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:06:18.682] [DEBUG] debug-file - session manager: set active socket. socketId=ULx5nFHKVjwMds8fAAAJ +[2025-03-25T11:06:18.685] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:06:18.694] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T11:06:18.699] [DEBUG] debug-file - Cache service initialization finished in 5 ms +[2025-03-25T11:06:18.707] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:06:18.723] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:06:18.723] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:06:18.729] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T11:06:18.729] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T11:06:18.729] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T11:06:18.729] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T11:06:18.731] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T11:06:18.736] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T11:06:18.745] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T11:06:18.776] [DEBUG] debug-file - Sdk init in 39 ms +[2025-03-25T11:06:18.792] [DEBUG] debug-file - Project task initialization takes 15 ms +[2025-03-25T11:06:18.792] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:06:18.792] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:06:18.792] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:06:18.798] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:06:18.806] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:06:18.806] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:06:18.812] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T11:06:18.812] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T11:06:18.813] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T11:06:18.813] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T11:06:18.813] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T11:06:18.813] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T11:06:18.813] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:06:18.816] [DEBUG] debug-file - Module entry task initialization takes 2 ms +[2025-03-25T11:06:18.816] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:06:18.816] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:06:18.816] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:06:18.921] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 104 ms +[2025-03-25T11:06:18.922] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T11:06:18.923] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T11:06:18.927] [DEBUG] debug-file - load to the disk finished +[2025-03-25T11:06:18.928] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T11:06:18.929] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T11:06:18.929] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T11:06:18.929] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T11:06:18.932] [DEBUG] debug-file - Configuration phase cost:230 ms +[2025-03-25T11:06:18.934] [DEBUG] debug-file - Configuration task cost before running: 247 ms +[2025-03-25T11:06:18.935] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:18.935] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:18.937] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-25T11:06:18.939] [DEBUG] debug-file - entry:default@PreBuild is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/main_pages.json' has been changed. +[2025-03-25T11:06:18.939] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 2 ms . +[2025-03-25T11:06:18.939] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:18.939] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:18.958] [DEBUG] debug-file - current product is not Atomic service. +[2025-03-25T11:06:18.959] [DEBUG] debug-file - Use tool [darwin: JAVA_HOME, CLASSPATH] + [ + { + JAVA_HOME: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home' + }, + { CLASSPATH: undefined } +] +[2025-03-25T11:06:18.959] [DEBUG] debug-file - Use tool [darwin: NODE_HOME] + [ + { + NODE_HOME: '/Applications/DevEco-Studio.app/Contents/tools/node/bin' + } +] +[2025-03-25T11:06:18.959] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.9113693237304688 +[2025-03-25T11:06:18.960] [DEBUG] debug-file - runTaskFromQueue task cost before running: 273 ms +[2025-03-25T11:06:18.960] [INFO] debug-file - Finished :entry:default@PreBuild... after 23 ms +[2025-03-25T11:06:18.962] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:18.962] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:18.962] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-25T11:06:18.963] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-25T11:06:18.963] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.09674072265625 +[2025-03-25T11:06:18.963] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-25T11:06:18.965] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:18.965] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:18.965] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-25T11:06:18.966] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:06:18.966] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-25T11:06:18.966] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08907318115234375 +[2025-03-25T11:06:18.966] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-25T11:06:18.967] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:18.967] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:18.968] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-25T11:06:18.968] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:18.968] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:18.968] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0395355224609375 +[2025-03-25T11:06:18.968] [DEBUG] debug-file - runTaskFromQueue task cost before running: 281 ms +[2025-03-25T11:06:18.968] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-25T11:06:18.969] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:18.969] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:18.972] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-25T11:06:18.973] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:06:18.973] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-25T11:06:18.973] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.062774658203125 +[2025-03-25T11:06:18.973] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-25T11:06:18.975] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:18.975] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:18.976] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-25T11:06:18.976] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-25T11:06:18.976] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.04912567138671875 +[2025-03-25T11:06:18.976] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-25T11:06:18.978] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:18.978] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:18.979] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-25T11:06:18.982] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 2 ms . +[2025-03-25T11:06:18.982] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.1749420166015625 +[2025-03-25T11:06:18.983] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-25T11:06:18.985] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:18.985] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:18.985] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@PreviewProcessResource +[2025-03-25T11:06:18.987] [DEBUG] debug-file - Executing task :entry:default@PreviewProcessResource +[2025-03-25T11:06:18.987] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:18.987] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:18.987] [DEBUG] debug-file - entry : default@PreviewProcessResource cost memory 0.0677032470703125 +[2025-03-25T11:06:18.988] [DEBUG] debug-file - runTaskFromQueue task cost before running: 301 ms +[2025-03-25T11:06:18.989] [INFO] debug-file - Finished :entry:default@PreviewProcessResource... after 1 ms +[2025-03-25T11:06:18.991] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:18.991] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:18.993] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-25T11:06:19.002] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 5 ms . +[2025-03-25T11:06:19.002] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.6245040893554688 +[2025-03-25T11:06:19.005] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-25T11:06:19.006] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:19.007] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:19.007] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@PreviewCompileResource +[2025-03-25T11:06:19.008] [DEBUG] debug-file - Executing task :entry:default@PreviewCompileResource +[2025-03-25T11:06:19.010] [DEBUG] debug-file - entry:default@PreviewCompileResource is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources' has been changed. +[2025-03-25T11:06:19.011] [DEBUG] debug-file - Incremental task entry:default@PreviewCompileResource pre-execution cost: 2 ms . +[2025-03-25T11:06:19.051] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool] + [ + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool', + '-x', + '/Users/tian/Documents/DevEco/ClassMG/AppScope/resources', + '-o', + '/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/app_compiled' +] +[2025-03-25T11:06:19.054] [DEBUG] debug-file - current process memoryUsage: { + rss: 168050688, + heapTotal: 161792000, + heapUsed: 123517672, + external: 2996568, + arrayBuffers: 888485 +} os memoryUsage :7.934783935546875 +[2025-03-25T11:06:19.073] [DEBUG] debug-file - Info: restool resources compile success. + +[2025-03-25T11:06:19.075] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool] + [ + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool', + '-x', + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources', + '-o', + '/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled' +] +[2025-03-25T11:06:19.077] [DEBUG] debug-file - current process memoryUsage: { + rss: 166182912, + heapTotal: 159268864, + heapUsed: 111721760, + external: 2979722, + arrayBuffers: 96555 +} os memoryUsage :7.931488037109375 +[2025-03-25T11:06:19.090] [DEBUG] debug-file - Info: restool resources compile success. + +[2025-03-25T11:06:19.090] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool] + [ + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool', + '-m', + 'entry', + '-f', + '-j', + '/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/process_profile/default/module.json', + '-p', + 'c***n', + '-r', + '/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/generated/r/default/ResourceTable.h', + '-z', + '--ids', + '/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/ids_map', + '--defined-ids', + '/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/ids_map/id_defined.json', + '-i', + '/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/app_compiled', + '-i', + '/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module_compiled', + '-o', + '/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default' +] +[2025-03-25T11:06:19.092] [DEBUG] debug-file - current process memoryUsage: { + rss: 166199296, + heapTotal: 159268864, + heapUsed: 111962672, + external: 2979770, + arrayBuffers: 68301 +} os memoryUsage :7.931243896484375 +[2025-03-25T11:06:19.144] [DEBUG] debug-file - Info: restool resources compile success. + +[2025-03-25T11:06:19.147] [DEBUG] debug-file - entry : default@PreviewCompileResource cost memory -14.804550170898438 +[2025-03-25T11:06:19.148] [DEBUG] debug-file - runTaskFromQueue task cost before running: 461 ms +[2025-03-25T11:06:19.148] [INFO] debug-file - Finished :entry:default@PreviewCompileResource... after 140 ms +[2025-03-25T11:06:19.149] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:19.149] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:19.150] [DEBUG] debug-file - Executing task :entry:default@PreviewHookCompileResource +[2025-03-25T11:06:19.150] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:19.150] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:19.150] [DEBUG] debug-file - entry : default@PreviewHookCompileResource cost memory 0.0386962890625 +[2025-03-25T11:06:19.150] [DEBUG] debug-file - runTaskFromQueue task cost before running: 463 ms +[2025-03-25T11:06:19.150] [INFO] debug-file - Finished :entry:default@PreviewHookCompileResource... after 1 ms +[2025-03-25T11:06:19.151] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:19.151] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:19.151] [DEBUG] debug-file - Executing task :entry:default@CopyPreviewProfile +[2025-03-25T11:06:19.152] [DEBUG] debug-file - entry:default@CopyPreviewProfile is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile' has been changed. +[2025-03-25T11:06:19.152] [DEBUG] debug-file - Incremental task entry:default@CopyPreviewProfile pre-execution cost: 1 ms . +[2025-03-25T11:06:19.152] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:19.152] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:19.154] [DEBUG] debug-file - entry : default@CopyPreviewProfile cost memory 0.23381805419921875 +[2025-03-25T11:06:19.155] [DEBUG] debug-file - runTaskFromQueue task cost before running: 468 ms +[2025-03-25T11:06:19.155] [INFO] debug-file - Finished :entry:default@CopyPreviewProfile... after 4 ms +[2025-03-25T11:06:19.156] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:19.156] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:19.157] [DEBUG] debug-file - Executing task :entry:default@ReplacePreviewerPage +[2025-03-25T11:06:19.157] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:19.157] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:19.157] [DEBUG] debug-file - entry : default@ReplacePreviewerPage cost memory 0.03826904296875 +[2025-03-25T11:06:19.157] [DEBUG] debug-file - runTaskFromQueue task cost before running: 470 ms +[2025-03-25T11:06:19.158] [INFO] debug-file - Finished :entry:default@ReplacePreviewerPage... after 1 ms +[2025-03-25T11:06:19.159] [DEBUG] debug-file - Executing task :entry:buildPreviewerResource +[2025-03-25T11:06:19.159] [DEBUG] debug-file - entry : buildPreviewerResource cost memory 0.01177978515625 +[2025-03-25T11:06:19.159] [DEBUG] debug-file - runTaskFromQueue task cost before running: 472 ms +[2025-03-25T11:06:19.159] [INFO] debug-file - Finished :entry:buildPreviewerResource... after 1 ms +[2025-03-25T11:06:19.160] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:19.160] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:19.160] [DEBUG] debug-file - Executing task :entry:default@PreviewUpdateAssets +[2025-03-25T11:06:19.161] [DEBUG] debug-file - entry:default@PreviewUpdateAssets is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module.json' has been changed. +[2025-03-25T11:06:19.161] [DEBUG] debug-file - Incremental task entry:default@PreviewUpdateAssets pre-execution cost: 1 ms . +[2025-03-25T11:06:19.161] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:19.161] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:19.162] [DEBUG] debug-file - entry : default@PreviewUpdateAssets cost memory 0.1129150390625 +[2025-03-25T11:06:19.162] [DEBUG] debug-file - runTaskFromQueue task cost before running: 475 ms +[2025-03-25T11:06:19.163] [INFO] debug-file - Finished :entry:default@PreviewUpdateAssets... after 2 ms +[2025-03-25T11:06:19.164] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:06:19.164] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:06:19.168] [DEBUG] debug-file - Executing task :entry:default@PreviewArkTS +[2025-03-25T11:06:19.180] [DEBUG] debug-file - session manager: binding session. socketId=ULx5nFHKVjwMds8fAAAJ, threadId=1@3. +[2025-03-25T11:06:19.180] [DEBUG] debug-file - entry : default@PreviewArkTS cost memory 0.8738784790039062 +[2025-03-25T11:06:21.175] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchStart +[2025-03-25T11:06:21.186] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchStart +[2025-03-25T11:06:28.263] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchResult +[2025-03-25T11:06:28.264] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchResult +[2025-03-25T11:06:28.263] [DEBUG] debug-file - Ark compile finished. +[2025-03-25T11:06:28.272] [INFO] debug-file - Finished :entry:default@PreviewArkTS... after 9 s 102 ms +[2025-03-25T11:06:28.274] [DEBUG] debug-file - Executing task :entry:PreviewBuild +[2025-03-25T11:06:28.274] [DEBUG] debug-file - entry : PreviewBuild cost memory 0.01165008544921875 +[2025-03-25T11:06:28.274] [DEBUG] debug-file - runTaskFromQueue task cost before running: 9 s 587 ms +[2025-03-25T11:06:28.274] [INFO] debug-file - Finished :entry:PreviewBuild... after 1 ms +[2025-03-25T11:06:28.276] [DEBUG] debug-file - BUILD SUCCESSFUL in 9 s 589 ms +[2025-03-25T11:06:28.277] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T11:06:28.277] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache by regenerate. +[2025-03-25T11:06:28.277] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T11:06:28.277] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/build-profile.json5 cache by regenerate. +[2025-03-25T11:06:28.277] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/main_pages.json cache from map. +[2025-03-25T11:06:28.277] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/hvigor/hvigor-config.json5 cache by regenerate. +[2025-03-25T11:06:28.277] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T11:06:28.277] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5 cache by regenerate. +[2025-03-25T11:06:28.277] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/oh-package.json5 cache by regenerate. +[2025-03-25T11:06:28.277] [DEBUG] debug-file - Incremental task entry:default@PreBuild post-execution cost:2 ms . +[2025-03-25T11:06:28.278] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-25T11:06:28.278] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-25T11:06:28.278] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-25T11:06:28.278] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-25T11:06:28.278] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-25T11:06:28.278] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-25T11:06:28.278] [DEBUG] debug-file - Update task entry:default@PreviewCompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources cache from map. +[2025-03-25T11:06:28.278] [DEBUG] debug-file - Update task entry:default@PreviewCompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/merge_profile/default/module.json cache by regenerate. +[2025-03-25T11:06:28.278] [DEBUG] debug-file - Update task entry:default@PreviewCompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default cache. +[2025-03-25T11:06:28.279] [DEBUG] debug-file - Update task entry:default@PreviewCompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/generated/r/default cache. +[2025-03-25T11:06:28.279] [DEBUG] debug-file - Incremental task entry:default@PreviewCompileResource post-execution cost:2 ms . +[2025-03-25T11:06:28.279] [DEBUG] debug-file - Update task entry:default@CopyPreviewProfile input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile cache from map. +[2025-03-25T11:06:28.279] [DEBUG] debug-file - Update task entry:default@CopyPreviewProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile cache. +[2025-03-25T11:06:28.280] [DEBUG] debug-file - Incremental task entry:default@CopyPreviewProfile post-execution cost:1 ms . +[2025-03-25T11:06:28.280] [DEBUG] debug-file - Update task entry:default@PreviewUpdateAssets output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/module.json cache. +[2025-03-25T11:06:28.280] [DEBUG] debug-file - Update task entry:default@PreviewUpdateAssets output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile/main_pages.json cache. +[2025-03-25T11:06:28.280] [DEBUG] debug-file - Incremental task entry:default@PreviewUpdateAssets post-execution cost:1 ms . +[2025-03-25T11:06:28.281] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default cache by regenerate. +[2025-03-25T11:06:28.281] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T11:06:28.281] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/process_profile/default/module.json cache by regenerate. +[2025-03-25T11:06:28.281] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T11:06:28.281] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate. +[2025-03-25T11:06:28.282] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:06:28.282] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T11:06:28.282] [DEBUG] debug-file - Update task entry:default@PreviewArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T11:06:28.282] [DEBUG] debug-file - Update task entry:default@PreviewArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/.preview/default/intermediates/loader_out/default/ets cache. +[2025-03-25T11:06:28.282] [DEBUG] debug-file - Incremental task entry:default@PreviewArkTS post-execution cost:3 ms . +[2025-03-25T11:06:28.292] [DEBUG] debug-file - There's no busy workers and idle workers need cleanup. +[2025-03-25T11:06:28.292] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T11:06:44.634] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:06:44.635] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:06:44.636] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:06:45.624] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:06:45.627] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:06:45.629] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:06:45.630] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:06:45.630] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:06:45.947] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:06:45.948] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:06:50.193] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:06:50.193] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:06:50.195] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:06:50.511] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:06:50.512] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:06:50.514] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:06:50.514] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:06:50.514] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:06:50.854] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:06:50.857] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:06:53.817] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:06:53.817] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:06:53.817] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:06:54.147] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:06:54.149] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:06:54.151] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:06:54.151] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:06:54.151] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:06:54.459] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:06:54.460] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:06:54.465] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:06:54.466] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:06:54.468] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:06:55.107] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:06:55.117] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:06:55.123] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:06:55.124] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:06:55.124] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:06:55.562] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:06:55.565] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:06:55.569] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:06:55.569] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:06:55.570] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:06:55.894] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:06:55.897] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:06:56.221] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:06:56.222] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:06:56.225] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:06:56.559] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:06:56.561] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:06:56.562] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:06:56.563] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:06:56.563] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:06:56.867] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:06:56.869] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:06:56.873] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:06:56.873] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:06:56.873] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:06:57.176] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:06:57.177] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:07:01.911] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:07:01.911] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:07:01.912] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:07:02.228] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:07:02.233] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:07:02.235] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:07:02.236] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:07:02.236] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:07:02.559] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:07:02.560] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:07:02.562] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:07:02.562] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:07:02.562] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:07:02.861] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:07:02.862] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:07:02.863] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:07:02.863] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:07:02.863] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:07:03.159] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:07:03.160] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:07:03.161] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:07:03.161] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:07:03.162] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:07:03.457] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:07:03.458] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:07:03.460] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:07:03.460] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:07:03.460] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:07:03.770] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:07:03.772] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:07:03.776] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:07:03.776] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:07:03.776] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:07:04.075] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:07:04.077] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:07:05.199] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchStart +[2025-03-25T11:07:05.200] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchStart +[2025-03-25T11:07:05.746] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchResult +[2025-03-25T11:07:05.747] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchResult +[2025-03-25T11:07:07.958] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:07:07.958] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:07:07.961] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:07:08.401] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:07:08.408] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:07:08.662] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:07:08.662] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:07:08.664] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:07:08.997] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:07:08.999] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:07:09.002] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:07:09.003] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:07:09.004] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:07:09.318] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:07:09.319] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:07:09.320] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:07:09.320] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:07:09.321] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:07:09.628] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:07:09.629] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:07:09.630] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:07:09.631] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:07:09.631] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:07:09.952] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:07:09.953] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:07:10.047] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:07:10.047] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:07:10.047] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:07:10.365] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:07:10.367] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:07:10.497] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:07:10.497] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:07:10.498] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:07:10.813] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:07:10.814] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:07:10.816] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:07:10.816] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:07:10.816] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:07:11.168] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:07:11.171] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:07:11.200] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:07:11.200] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:07:11.201] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:07:11.577] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:07:11.579] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:07:11.581] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:07:11.581] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:07:11.582] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:07:11.900] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:07:11.901] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:07:11.903] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:07:11.903] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:07:11.904] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:07:12.234] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:07:12.235] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:07:13.546] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchStart +[2025-03-25T11:07:13.549] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchStart +[2025-03-25T11:07:14.028] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchResult +[2025-03-25T11:07:14.028] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchResult +[2025-03-25T11:08:02.442] [DEBUG] debug-file - session manager: set active socket. socketId=SuIKSwk4NL1z1bW0AAAL +[2025-03-25T11:08:02.469] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:08:02.524] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T11:08:02.547] [DEBUG] debug-file - Cache service initialization finished in 23 ms +[2025-03-25T11:08:02.575] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:08:02.635] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:08:02.639] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:08:02.660] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T11:08:02.660] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T11:08:02.660] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T11:08:02.660] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T11:08:02.663] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T11:08:02.674] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T11:08:02.687] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T11:08:02.753] [DEBUG] debug-file - Sdk init in 75 ms +[2025-03-25T11:08:02.767] [DEBUG] debug-file - Project task initialization takes 13 ms +[2025-03-25T11:08:02.767] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:08:02.767] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:08:02.767] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:08:02.772] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:08:02.777] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:08:02.777] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:08:02.782] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T11:08:02.782] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T11:08:02.782] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T11:08:02.782] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T11:08:02.783] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T11:08:02.783] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T11:08:02.783] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:08:02.785] [DEBUG] debug-file - Module entry task initialization takes 2 ms +[2025-03-25T11:08:02.786] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:08:02.786] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:08:02.786] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:08:02.877] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 90 ms +[2025-03-25T11:08:02.878] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T11:08:02.878] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T11:08:02.881] [DEBUG] debug-file - load to the disk finished +[2025-03-25T11:08:02.882] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T11:08:02.882] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T11:08:02.883] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T11:08:02.883] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T11:08:02.884] [DEBUG] debug-file - Configuration phase cost:323 ms +[2025-03-25T11:08:02.885] [DEBUG] debug-file - Configuration task cost before running: 394 ms +[2025-03-25T11:08:02.886] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.886] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.887] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-25T11:08:02.890] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 2 ms . +[2025-03-25T11:08:02.890] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.21446990966796875 +[2025-03-25T11:08:02.890] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-25T11:08:02.892] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.892] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.893] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-25T11:08:02.894] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 2 ms +[2025-03-25T11:08:02.894] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.894] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.896] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.1211090087890625 +[2025-03-25T11:08:02.896] [DEBUG] debug-file - runTaskFromQueue task cost before running: 404 ms +[2025-03-25T11:08:02.896] [INFO] debug-file - Finished :entry:default@GenerateMetadata... after 4 ms +[2025-03-25T11:08:02.897] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.897] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.898] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-25T11:08:02.898] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.898] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.898] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03710174560546875 +[2025-03-25T11:08:02.898] [DEBUG] debug-file - runTaskFromQueue task cost before running: 406 ms +[2025-03-25T11:08:02.898] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-25T11:08:02.899] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.899] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.899] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-25T11:08:02.900] [DEBUG] debug-file - entry:default@MergeProfile is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json' has been changed. +[2025-03-25T11:08:02.900] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-25T11:08:02.900] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.900] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.901] [DEBUG] debug-file - Change app api release type with 'Release' +[2025-03-25T11:08:02.902] [DEBUG] debug-file - Change app compile API version with '5.0.2.126' +[2025-03-25T11:08:02.902] [DEBUG] debug-file - Change app target API version with '50002014' +[2025-03-25T11:08:02.902] [DEBUG] debug-file - Change app minimum API version with '50002014' +[2025-03-25T11:08:02.902] [DEBUG] debug-file - Use cli appEnvironment +[2025-03-25T11:08:02.904] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.28057098388671875 +[2025-03-25T11:08:02.904] [DEBUG] debug-file - runTaskFromQueue task cost before running: 412 ms +[2025-03-25T11:08:02.904] [INFO] debug-file - Finished :entry:default@MergeProfile... after 5 ms +[2025-03-25T11:08:02.905] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.905] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.906] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-25T11:08:02.906] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:08:02.906] [DEBUG] debug-file - entry:default@CreateBuildProfile is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets' has been changed. +[2025-03-25T11:08:02.906] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-25T11:08:02.906] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.906] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.907] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.1562042236328125 +[2025-03-25T11:08:02.907] [DEBUG] debug-file - runTaskFromQueue task cost before running: 416 ms +[2025-03-25T11:08:02.908] [INFO] debug-file - Finished :entry:default@CreateBuildProfile... after 2 ms +[2025-03-25T11:08:02.909] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.909] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.910] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-25T11:08:02.910] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.910] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.910] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.037322998046875 +[2025-03-25T11:08:02.910] [DEBUG] debug-file - runTaskFromQueue task cost before running: 418 ms +[2025-03-25T11:08:02.910] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-25T11:08:02.912] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.912] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.915] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-25T11:08:02.915] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:08:02.915] [DEBUG] debug-file - entry:default@GeneratePkgContextInfo is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' has been changed. +[2025-03-25T11:08:02.915] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-25T11:08:02.916] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.07082366943359375 +[2025-03-25T11:08:02.916] [DEBUG] debug-file - runTaskFromQueue task cost before running: 424 ms +[2025-03-25T11:08:02.916] [INFO] debug-file - Finished :entry:default@GeneratePkgContextInfo... after 2 ms +[2025-03-25T11:08:02.917] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.917] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.919] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-25T11:08:02.919] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.919] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.919] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.0673370361328125 +[2025-03-25T11:08:02.919] [DEBUG] debug-file - runTaskFromQueue task cost before running: 428 ms +[2025-03-25T11:08:02.920] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 1 ms +[2025-03-25T11:08:02.921] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.921] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.921] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-25T11:08:02.922] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.922] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.922] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.038299560546875 +[2025-03-25T11:08:02.922] [DEBUG] debug-file - runTaskFromQueue task cost before running: 430 ms +[2025-03-25T11:08:02.922] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-25T11:08:02.924] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.924] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.927] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-25T11:08:02.929] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.929] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.934] [DEBUG] debug-file - Module Pack Info: { + summary: { + app: { bundleName: 'c***n', bundleType: 'app', version: [Object] }, + modules: [ [Object] ] + }, + packages: [ + { + deviceType: [Array], + moduleType: 'entry', + deliveryWithInstall: true, + name: 'entry-default' + } + ] +} +[2025-03-25T11:08:02.938] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.15557861328125 +[2025-03-25T11:08:02.938] [DEBUG] debug-file - runTaskFromQueue task cost before running: 446 ms +[2025-03-25T11:08:02.940] [INFO] debug-file - Finished :entry:default@MakePackInfo... after 11 ms +[2025-03-25T11:08:02.944] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.944] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.945] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-25T11:08:02.946] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-25T11:08:02.947] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 2 ms +[2025-03-25T11:08:02.947] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.947] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.948] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.13574981689453125 +[2025-03-25T11:08:02.948] [DEBUG] debug-file - runTaskFromQueue task cost before running: 456 ms +[2025-03-25T11:08:02.948] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 3 ms +[2025-03-25T11:08:02.951] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.951] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.952] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-25T11:08:02.952] [DEBUG] debug-file - entry:default@ProcessProfile is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json' has been changed. +[2025-03-25T11:08:02.952] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-25T11:08:02.952] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:02.952] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:02.953] [DEBUG] debug-file - [ + '/Applications/DevEco-Studio.app/Contents/tools/node/bin/node', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader/bin/ark/ts2abc.js', + '--target-api-version', + '14' +] +[2025-03-25T11:08:03.079] [DEBUG] debug-file - 12.0.6.0 +[2025-03-25T11:08:03.081] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.26209259033203125 +[2025-03-25T11:08:03.081] [DEBUG] debug-file - runTaskFromQueue task cost before running: 589 ms +[2025-03-25T11:08:03.081] [INFO] debug-file - Finished :entry:default@ProcessProfile... after 130 ms +[2025-03-25T11:08:03.083] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:03.083] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:03.084] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-25T11:08:03.085] [DEBUG] debug-file - entry:default@ProcessRouterMap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' has been changed. +[2025-03-25T11:08:03.085] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 2 ms . +[2025-03-25T11:08:03.085] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:03.085] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:03.086] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.1911773681640625 +[2025-03-25T11:08:03.086] [DEBUG] debug-file - runTaskFromQueue task cost before running: 595 ms +[2025-03-25T11:08:03.087] [INFO] debug-file - Finished :entry:default@ProcessRouterMap... after 3 ms +[2025-03-25T11:08:03.088] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:03.088] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:03.089] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-25T11:08:03.089] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:03.089] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:03.089] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05237579345703125 +[2025-03-25T11:08:03.089] [DEBUG] debug-file - runTaskFromQueue task cost before running: 597 ms +[2025-03-25T11:08:03.089] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-25T11:08:03.090] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:03.091] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:03.091] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-25T11:08:03.093] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-25T11:08:03.094] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:03.094] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:03.095] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.15076446533203125 +[2025-03-25T11:08:03.096] [DEBUG] debug-file - runTaskFromQueue task cost before running: 604 ms +[2025-03-25T11:08:03.097] [INFO] debug-file - Finished :entry:default@ProcessResource... after 4 ms +[2025-03-25T11:08:03.099] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:03.099] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:03.102] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-25T11:08:03.109] [DEBUG] debug-file - entry:default@GenerateLoaderJson is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' has been changed. +[2025-03-25T11:08:03.109] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 4 ms . +[2025-03-25T11:08:03.112] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.673126220703125 +[2025-03-25T11:08:03.112] [DEBUG] debug-file - runTaskFromQueue task cost before running: 620 ms +[2025-03-25T11:08:03.115] [INFO] debug-file - Finished :entry:default@GenerateLoaderJson... after 10 ms +[2025-03-25T11:08:03.117] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:03.117] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:03.118] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-25T11:08:03.119] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:03.119] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:03.122] [DEBUG] debug-file - default@ProcessLibs work[0] is submitted. +[2025-03-25T11:08:03.123] [DEBUG] debug-file - default@ProcessLibs work[0] is pushed to ready queue. +[2025-03-25T11:08:03.124] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:08:03.124] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-25T11:08:03.126] [DEBUG] debug-file - default@ProcessLibs work[0] has been dispatched to worker[6]. +[2025-03-25T11:08:03.126] [DEBUG] debug-file - default@ProcessLibs work[0] is dispatched. +[2025-03-25T11:08:03.127] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.463409423828125 +[2025-03-25T11:08:03.128] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:03.128] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:03.129] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-25T11:08:03.131] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-25T11:08:03.161] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool] + [ + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool', + '-l', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json' +] +[2025-03-25T11:08:03.165] [DEBUG] debug-file - current process memoryUsage: { + rss: 120520704, + heapTotal: 165445632, + heapUsed: 127242536, + external: 3004634, + arrayBuffers: 943316 +} os memoryUsage :7.8278656005859375 +[2025-03-25T11:08:03.507] [DEBUG] debug-file - 03-25 11:08:03.504 68142 1831678 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-25 11:08:03.506 68142 1831678 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/AppScope/resources/base/media/app_icon.png + +[2025-03-25T11:08:03.512] [DEBUG] debug-file - 03-25 11:08:03.512 68142 1831678 E C01400/ImageTranscoder: TranscodeSLR Only zoom-out is supported. + +[2025-03-25T11:08:03.514] [DEBUG] debug-file - Warning: ScaleImage failed, error message: INVALID_PARAMETERS, file path = /Users/tian/Documents/DevEco/ClassMG/AppScope/resources/base/media/app_icon.png + +[2025-03-25T11:08:03.514] [DEBUG] debug-file - 03-25 11:08:03.513 68142 1831678 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-25 11:08:03.513 68142 1831678 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/background.png + +[2025-03-25T11:08:03.589] [DEBUG] debug-file - 03-25 11:08:03.589 68142 1831678 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-25 11:08:03.589 68142 1831678 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/foreground.png + +[2025-03-25T11:08:03.636] [DEBUG] debug-file - Info: can't scale media json file. + +[2025-03-25T11:08:03.637] [DEBUG] debug-file - Warning: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/layered_image.json is not png format + +[2025-03-25T11:08:03.637] [DEBUG] debug-file - Info: restool resources compile success. + +[2025-03-25T11:08:03.638] [DEBUG] debug-file - astcenc customized so is not be opened when dlclose! + +[2025-03-25T11:08:03.641] [DEBUG] debug-file - entry : default@CompileResource cost memory -16.463172912597656 +[2025-03-25T11:08:03.641] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 149 ms +[2025-03-25T11:08:03.642] [INFO] debug-file - Finished :entry:default@CompileResource... after 511 ms +[2025-03-25T11:08:03.644] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:03.644] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:03.647] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-25T11:08:03.658] [DEBUG] debug-file - build config: +[2025-03-25T11:08:03.658] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: undefined, definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-25T11:08:03.659] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-25T11:08:03.659] [DEBUG] debug-file - default@CompileArkTS work[1] is submitted. +[2025-03-25T11:08:03.660] [DEBUG] debug-file - default@CompileArkTS work[1] is pushed to ready queue. +[2025-03-25T11:08:03.660] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:08:03.660] [DEBUG] debug-file - A work dispatched to worker[6] failed because of worker busy. +[2025-03-25T11:08:03.660] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-25T11:08:03.660] [DEBUG] debug-file - Create resident worker with id: 4. +[2025-03-25T11:08:03.661] [DEBUG] debug-file - default@CompileArkTS work[1] has been dispatched to worker[4]. +[2025-03-25T11:08:03.661] [DEBUG] debug-file - default@CompileArkTS work[1] is dispatched. +[2025-03-25T11:08:03.661] [DEBUG] debug-file - CopyResources startTime: 218161505696208 +[2025-03-25T11:08:03.661] [DEBUG] debug-file - default@CompileArkTS work[2] is submitted. +[2025-03-25T11:08:03.661] [DEBUG] debug-file - default@CompileArkTS work[2] is pushed to ready queue. +[2025-03-25T11:08:03.661] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:08:03.661] [DEBUG] debug-file - A work dispatched to worker[6] failed because of worker busy. +[2025-03-25T11:08:03.661] [DEBUG] debug-file - Create resident worker with id: 5. +[2025-03-25T11:08:03.662] [DEBUG] debug-file - default@CompileArkTS work[2] has been dispatched to worker[5]. +[2025-03-25T11:08:03.662] [DEBUG] debug-file - default@CompileArkTS work[2] is dispatched. +[2025-03-25T11:08:03.662] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.1604690551757812 +[2025-03-25T11:08:03.664] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:03.664] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:03.667] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-25T11:08:03.669] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.11847686767578125 +[2025-03-25T11:08:03.670] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 178 ms +[2025-03-25T11:08:03.670] [INFO] debug-file - Finished :entry:default@BuildJS... after 3 ms +[2025-03-25T11:08:05.087] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T11:08:05.089] [DEBUG] debug-file - default@ProcessLibs work[0] done. +[2025-03-25T11:08:05.092] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T11:08:05.097] [INFO] debug-file - Finished :entry:default@ProcessLibs... after 10 ms +[2025-03-25T11:08:05.107] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:05.108] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:05.112] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-25T11:08:05.112] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:08:05.112] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:05.112] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:05.113] [DEBUG] debug-file - default@DoNativeStrip work[3] is submitted. +[2025-03-25T11:08:05.114] [DEBUG] debug-file - default@DoNativeStrip work[3] is pushed to ready queue. +[2025-03-25T11:08:05.114] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:08:05.114] [DEBUG] debug-file - default@DoNativeStrip work[3] has been dispatched to worker[6]. +[2025-03-25T11:08:05.115] [DEBUG] debug-file - default@DoNativeStrip work[3] is dispatched. +[2025-03-25T11:08:05.115] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.1910552978515625 +[2025-03-25T11:08:05.131] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T11:08:05.131] [DEBUG] debug-file - default@DoNativeStrip work[3] done. +[2025-03-25T11:08:05.132] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T11:08:05.132] [INFO] debug-file - Finished :entry:default@DoNativeStrip... after 14 ms +[2025-03-25T11:08:05.134] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:05.134] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:05.137] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-25T11:08:05.137] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:08:05.137] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:05.137] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:05.137] [DEBUG] debug-file - default@CacheNativeLibs work[4] is submitted. +[2025-03-25T11:08:05.138] [DEBUG] debug-file - default@CacheNativeLibs work[4] is pushed to ready queue. +[2025-03-25T11:08:05.138] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:08:05.138] [DEBUG] debug-file - default@CacheNativeLibs work[4] has been dispatched to worker[6]. +[2025-03-25T11:08:05.138] [DEBUG] debug-file - default@CacheNativeLibs work[4] is dispatched. +[2025-03-25T11:08:05.139] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.1796112060546875 +[2025-03-25T11:08:05.209] [DEBUG] debug-file - worker[5] has one work done. +[2025-03-25T11:08:05.209] [DEBUG] debug-file - CopyResources is end, endTime: 218163053995833 +[2025-03-25T11:08:05.209] [DEBUG] debug-file - default@CompileArkTS work[2] done. +[2025-03-25T11:08:05.210] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-25T11:08:06.141] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T11:08:06.142] [DEBUG] debug-file - default@CacheNativeLibs work[4] done. +[2025-03-25T11:08:06.142] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T11:08:06.142] [INFO] debug-file - Finished :entry:default@CacheNativeLibs... after 7 ms +[2025-03-25T11:08:20.971] [DEBUG] debug-file - Ark compile task finished.finished time is 218178815072625 +[2025-03-25T11:08:20.973] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-25T11:08:20.987] [DEBUG] debug-file - default@CompileArkTS work[1] done. +[2025-03-25T11:08:20.988] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-25T11:08:20.994] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 14 s 849 ms +[2025-03-25T11:08:20.998] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:20.998] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:21.005] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-25T11:08:21.005] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:08:21.007] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:21.007] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:21.009] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.080352783203125 +[2025-03-25T11:08:21.009] [DEBUG] debug-file - runTaskFromQueue task cost before running: 18 s 518 ms +[2025-03-25T11:08:21.009] [INFO] debug-file - Finished :entry:default@GeneratePkgModuleJson... after 5 ms +[2025-03-25T11:08:21.015] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:21.015] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:21.027] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-25T11:08:21.033] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:21.033] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:21.037] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-25T11:08:21.041] [DEBUG] debug-file - default@PackageHap work[5] is submitted. +[2025-03-25T11:08:21.042] [DEBUG] debug-file - default@PackageHap work[5] is pushed to ready queue. +[2025-03-25T11:08:21.043] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:08:21.043] [DEBUG] debug-file - default@PackageHap work[5] has been dispatched to worker[6]. +[2025-03-25T11:08:21.043] [DEBUG] debug-file - default@PackageHap work[5] is dispatched. +[2025-03-25T11:08:21.053] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.5914764404296875 +[2025-03-25T11:08:21.069] [DEBUG] debug-file - current process memoryUsage: { + rss: 399638528, + heapTotal: 94109696, + heapUsed: 89207088, + external: 3900020, + arrayBuffers: 59440 +} os memoryUsage :7.84637451171875 +[2025-03-25T11:08:21.756] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T11:08:21.756] [DEBUG] debug-file - default@PackageHap work[5] done. +[2025-03-25T11:08:21.759] [INFO] debug-file - Finished :entry:default@PackageHap... after 725 ms +[2025-03-25T11:08:21.762] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:21.762] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:21.765] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-25T11:08:21.766] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-25T11:08:21.766] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:21.767] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:21.768] [DEBUG] debug-file - entry : default@SignHap cost memory 0.0904388427734375 +[2025-03-25T11:08:21.769] [DEBUG] debug-file - runTaskFromQueue task cost before running: 19 s 277 ms +[2025-03-25T11:08:21.769] [INFO] debug-file - Finished :entry:default@SignHap... after 4 ms +[2025-03-25T11:08:21.773] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:21.773] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:21.774] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-25T11:08:21.780] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:08:21.780] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:08:21.781] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.194305419921875 +[2025-03-25T11:08:21.781] [DEBUG] debug-file - runTaskFromQueue task cost before running: 19 s 289 ms +[2025-03-25T11:08:21.781] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 7 ms +[2025-03-25T11:08:21.785] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-25T11:08:21.785] [DEBUG] debug-file - entry : assembleHap cost memory 0.01171112060546875 +[2025-03-25T11:08:21.785] [DEBUG] debug-file - runTaskFromQueue task cost before running: 19 s 294 ms +[2025-03-25T11:08:21.786] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-25T11:08:21.790] [DEBUG] debug-file - BUILD SUCCESSFUL in 19 s 298 ms +[2025-03-25T11:08:21.790] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-25T11:08:21.790] [DEBUG] debug-file - Update task entry:default@GenerateMetadata input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache by regenerate. +[2025-03-25T11:08:21.791] [DEBUG] debug-file - Update task entry:default@GenerateMetadata output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/hap_metadata/default/output_metadata.json cache. +[2025-03-25T11:08:21.791] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata post-execution cost:1 ms . +[2025-03-25T11:08:21.791] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T11:08:21.791] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T11:08:21.792] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache by regenerate. +[2025-03-25T11:08:21.792] [DEBUG] debug-file - Update task entry:default@MergeProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json cache. +[2025-03-25T11:08:21.792] [DEBUG] debug-file - Incremental task entry:default@MergeProfile post-execution cost:1 ms . +[2025-03-25T11:08:21.792] [DEBUG] debug-file - Update task entry:default@CreateBuildProfile input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T11:08:21.792] [DEBUG] debug-file - Update task entry:default@CreateBuildProfile input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T11:08:21.792] [DEBUG] debug-file - Update task entry:default@CreateBuildProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache. +[2025-03-25T11:08:21.792] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile post-execution cost:1 ms . +[2025-03-25T11:08:21.793] [DEBUG] debug-file - Update task entry:default@GeneratePkgContextInfo output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache. +[2025-03-25T11:08:21.793] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo post-execution cost:1 ms . +[2025-03-25T11:08:21.793] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-25T11:08:21.794] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-25T11:08:21.794] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T11:08:21.794] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache by regenerate. +[2025-03-25T11:08:21.794] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T11:08:21.794] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/backup_config.json cache by regenerate. +[2025-03-25T11:08:21.795] [DEBUG] debug-file - Update task entry:default@MakePackInfo output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache. +[2025-03-25T11:08:21.795] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo post-execution cost:2 ms . +[2025-03-25T11:08:21.795] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-25T11:08:21.795] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-25T11:08:21.796] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-25T11:08:21.797] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:2 ms . +[2025-03-25T11:08:21.797] [DEBUG] debug-file - Update task entry:default@ProcessProfile input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json cache from map. +[2025-03-25T11:08:21.797] [DEBUG] debug-file - Update task entry:default@ProcessProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json cache. +[2025-03-25T11:08:21.797] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile post-execution cost:1 ms . +[2025-03-25T11:08:21.799] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5 cache by regenerate. +[2025-03-25T11:08:21.801] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/oh-package.json5 cache by regenerate. +[2025-03-25T11:08:21.802] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache by regenerate. +[2025-03-25T11:08:21.804] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache from map. +[2025-03-25T11:08:21.804] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/temp-router-map.json cache. +[2025-03-25T11:08:21.809] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/loader-router-map.json cache. +[2025-03-25T11:08:21.809] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap post-execution cost:12 ms . +[2025-03-25T11:08:21.809] [DEBUG] debug-file - Update task entry:default@ProcessResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json cache. +[2025-03-25T11:08:21.810] [DEBUG] debug-file - Update task entry:default@ProcessResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/opt-compression.json cache. +[2025-03-25T11:08:21.810] [DEBUG] debug-file - Incremental task entry:default@ProcessResource post-execution cost:1 ms . +[2025-03-25T11:08:21.813] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T11:08:21.813] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache from map. +[2025-03-25T11:08:21.813] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/temp-router-map.json cache by regenerate. +[2025-03-25T11:08:21.813] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json cache. +[2025-03-25T11:08:21.813] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson post-execution cost:4 ms . +[2025-03-25T11:08:21.814] [DEBUG] debug-file - Update task entry:default@ProcessLibs input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T11:08:21.814] [DEBUG] debug-file - Update task entry:default@ProcessLibs input file:/Users/tian/Documents/DevEco/ClassMG/entry/build-profile.json5 cache by regenerate. +[2025-03-25T11:08:21.814] [DEBUG] debug-file - Update task entry:default@ProcessLibs output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache. +[2025-03-25T11:08:21.814] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs post-execution cost:1 ms . +[2025-03-25T11:08:21.815] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources cache by regenerate. +[2025-03-25T11:08:21.817] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/resources cache by regenerate. +[2025-03-25T11:08:21.818] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json cache by regenerate. +[2025-03-25T11:08:21.818] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json cache by regenerate. +[2025-03-25T11:08:21.819] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default cache. +[2025-03-25T11:08:21.822] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default/ResourceTable.h cache. +[2025-03-25T11:08:21.822] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default cache. +[2025-03-25T11:08:21.823] [DEBUG] debug-file - Incremental task entry:default@CompileResource post-execution cost:9 ms . +[2025-03-25T11:08:21.825] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T11:08:21.826] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T11:08:21.826] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T11:08:21.826] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T11:08:21.826] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T11:08:21.827] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate. +[2025-03-25T11:08:21.828] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:08:21.828] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T11:08:21.828] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T11:08:21.829] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-25T11:08:21.829] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:7 ms . +[2025-03-25T11:08:21.831] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T11:08:21.832] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T11:08:21.832] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T11:08:21.832] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T11:08:21.832] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T11:08:21.832] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:08:21.832] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-25T11:08:21.833] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:3 ms . +[2025-03-25T11:08:21.833] [DEBUG] debug-file - Update task entry:default@DoNativeStrip input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-25T11:08:21.833] [DEBUG] debug-file - Update task entry:default@DoNativeStrip output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache. +[2025-03-25T11:08:21.833] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip post-execution cost:1 ms . +[2025-03-25T11:08:21.833] [DEBUG] debug-file - Update task entry:default@CacheNativeLibs input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-25T11:08:21.834] [DEBUG] debug-file - Update task entry:default@CacheNativeLibs input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-25T11:08:21.834] [DEBUG] debug-file - Update task entry:default@CacheNativeLibs output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/patch/default/base_native_libs.json cache. +[2025-03-25T11:08:21.834] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs post-execution cost:1 ms . +[2025-03-25T11:08:21.834] [DEBUG] debug-file - Update task entry:default@GeneratePkgModuleJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-25T11:08:21.834] [DEBUG] debug-file - Update task entry:default@GeneratePkgModuleJson output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json cache. +[2025-03-25T11:08:21.834] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson post-execution cost:1 ms . +[2025-03-25T11:08:21.835] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-25T11:08:21.835] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-25T11:08:21.836] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-25T11:08:21.837] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-25T11:08:21.838] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-25T11:08:21.838] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache by regenerate. +[2025-03-25T11:08:21.838] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:08:21.838] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T11:08:21.838] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T11:08:21.839] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-25T11:08:21.840] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-25T11:08:21.840] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-25T11:08:21.840] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:6 ms . +[2025-03-25T11:08:21.840] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache by regenerate. +[2025-03-25T11:08:21.840] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-25T11:08:21.841] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-25T11:08:21.843] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T11:08:21.843] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-25T11:08:21.843] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-25T11:08:21.844] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:3 ms . +[2025-03-25T11:08:21.875] [DEBUG] debug-file - Cleanup worker 5. +[2025-03-25T11:08:21.876] [DEBUG] debug-file - Worker 5 has been cleaned up. +[2025-03-25T11:08:21.876] [DEBUG] debug-file - Current idle worker size: 2. +[2025-03-25T11:08:21.877] [DEBUG] debug-file - Current resident worker size: 3. +[2025-03-25T11:08:21.877] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-25T11:08:21.877] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-25T11:08:21.877] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-25T11:08:21.877] [DEBUG] debug-file - Current resident worker size: 3. +[2025-03-25T11:08:21.879] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T11:08:21.893] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:08:21.894] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:08:21.896] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:08:21.899] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:08:21.911] [DEBUG] debug-file - worker[5] exits with exit code 1. +[2025-03-25T11:08:21.924] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-25T11:11:07.513] [DEBUG] debug-file - session manager: set active socket. socketId=dmt9IM5G9OdwBv0NAAAN +[2025-03-25T11:11:07.520] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:11:07.547] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T11:11:07.563] [DEBUG] debug-file - Cache service initialization finished in 16 ms +[2025-03-25T11:11:07.573] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:11:07.585] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:11:07.585] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:11:07.591] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T11:11:07.592] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T11:11:07.592] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T11:11:07.592] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T11:11:07.608] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T11:11:07.612] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T11:11:07.618] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T11:11:07.650] [DEBUG] debug-file - Sdk init in 38 ms +[2025-03-25T11:11:07.663] [DEBUG] debug-file - Project task initialization takes 12 ms +[2025-03-25T11:11:07.663] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:11:07.663] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:11:07.663] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:11:07.667] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:11:07.672] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:11:07.672] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:11:07.676] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T11:11:07.676] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T11:11:07.677] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T11:11:07.677] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T11:11:07.677] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T11:11:07.677] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T11:11:07.677] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:11:07.679] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-03-25T11:11:07.679] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:11:07.679] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:11:07.679] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:11:07.763] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 84 ms +[2025-03-25T11:11:07.764] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T11:11:07.765] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T11:11:07.769] [DEBUG] debug-file - load to the disk finished +[2025-03-25T11:11:07.771] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T11:11:07.771] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T11:11:07.772] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T11:11:07.772] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T11:11:07.774] [DEBUG] debug-file - Configuration phase cost:208 ms +[2025-03-25T11:11:07.775] [DEBUG] debug-file - Configuration task cost before running: 239 ms +[2025-03-25T11:11:07.776] [DEBUG] debug-file - Executing task :entry:init +[2025-03-25T11:11:07.776] [DEBUG] debug-file - entry : init cost memory 0.0130767822265625 +[2025-03-25T11:11:07.776] [DEBUG] debug-file - runTaskFromQueue task cost before running: 239 ms +[2025-03-25T11:11:07.776] [INFO] debug-file - Finished :entry:init... after 1 ms +[2025-03-25T11:11:07.776] [DEBUG] debug-file - Executing task ::init +[2025-03-25T11:11:07.776] [DEBUG] debug-file - ClassMG : init cost memory 0.0118865966796875 +[2025-03-25T11:11:07.776] [DEBUG] debug-file - runTaskFromQueue task cost before running: 240 ms +[2025-03-25T11:11:07.776] [INFO] debug-file - Finished ::init... after 1 ms +[2025-03-25T11:11:07.780] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:11:07.784] [DEBUG] debug-file - Module 'entry' target 'ohosTest' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} in this build. +[2025-03-25T11:11:07.787] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T11:11:07.865] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:11:07.866] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:11:07.874] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:11:07.874] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:11:10.367] [DEBUG] debug-file - session manager: set active socket. socketId=6w7rFPB2NPWVcXUmAAAP +[2025-03-25T11:11:10.376] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:11:10.396] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T11:11:10.404] [DEBUG] debug-file - Cache service initialization finished in 8 ms +[2025-03-25T11:11:10.420] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:11:10.447] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:11:10.447] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:11:10.456] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T11:11:10.456] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T11:11:10.457] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T11:11:10.457] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T11:11:10.458] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T11:11:10.467] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T11:11:10.471] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T11:11:10.510] [DEBUG] debug-file - Sdk init in 43 ms +[2025-03-25T11:11:10.526] [DEBUG] debug-file - Project task initialization takes 16 ms +[2025-03-25T11:11:10.526] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:11:10.526] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:11:10.527] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:11:10.532] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:11:10.536] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:11:10.536] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:11:10.544] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T11:11:10.544] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T11:11:10.544] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T11:11:10.545] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T11:11:10.545] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T11:11:10.545] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T11:11:10.545] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:11:10.548] [DEBUG] debug-file - Module entry task initialization takes 2 ms +[2025-03-25T11:11:10.549] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:11:10.549] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:11:10.549] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:11:10.665] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 115 ms +[2025-03-25T11:11:10.667] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T11:11:10.669] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T11:11:10.675] [DEBUG] debug-file - load to the disk finished +[2025-03-25T11:11:10.679] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T11:11:10.679] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T11:11:10.681] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T11:11:10.681] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T11:11:10.685] [DEBUG] debug-file - Configuration phase cost:272 ms +[2025-03-25T11:11:10.687] [DEBUG] debug-file - Configuration task cost before running: 301 ms +[2025-03-25T11:11:10.691] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.691] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.699] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-25T11:11:10.704] [DEBUG] debug-file - entry:default@PreBuild is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T11:11:10.704] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 3 ms . +[2025-03-25T11:11:10.705] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.705] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.715] [DEBUG] debug-file - current product is not Atomic service. +[2025-03-25T11:11:10.717] [DEBUG] debug-file - Use tool [darwin: JAVA_HOME, CLASSPATH] + [ + { + JAVA_HOME: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home' + }, + { CLASSPATH: undefined } +] +[2025-03-25T11:11:10.717] [DEBUG] debug-file - Use tool [darwin: NODE_HOME] + [ + { + NODE_HOME: '/Applications/DevEco-Studio.app/Contents/tools/node/bin' + } +] +[2025-03-25T11:11:10.718] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.47444915771484375 +[2025-03-25T11:11:10.718] [DEBUG] debug-file - runTaskFromQueue task cost before running: 331 ms +[2025-03-25T11:11:10.720] [INFO] debug-file - Finished :entry:default@PreBuild... after 20 ms +[2025-03-25T11:11:10.723] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.723] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.724] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-25T11:11:10.725] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 2 ms +[2025-03-25T11:11:10.726] [DEBUG] debug-file - entry:default@GenerateMetadata is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T11:11:10.726] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-25T11:11:10.726] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.726] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.728] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.13376617431640625 +[2025-03-25T11:11:10.728] [DEBUG] debug-file - runTaskFromQueue task cost before running: 341 ms +[2025-03-25T11:11:10.728] [INFO] debug-file - Finished :entry:default@GenerateMetadata... after 5 ms +[2025-03-25T11:11:10.731] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.731] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.732] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-25T11:11:10.732] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.732] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.732] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03710174560546875 +[2025-03-25T11:11:10.732] [DEBUG] debug-file - runTaskFromQueue task cost before running: 345 ms +[2025-03-25T11:11:10.732] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-25T11:11:10.735] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.735] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.736] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-25T11:11:10.737] [DEBUG] debug-file - entry:default@MergeProfile is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T11:11:10.737] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-25T11:11:10.738] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.738] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.738] [DEBUG] debug-file - Change app api release type with 'Release' +[2025-03-25T11:11:10.738] [DEBUG] debug-file - Change app compile API version with '5.0.2.126' +[2025-03-25T11:11:10.739] [DEBUG] debug-file - Change app target API version with '50002014' +[2025-03-25T11:11:10.739] [DEBUG] debug-file - Change app minimum API version with '50002014' +[2025-03-25T11:11:10.739] [DEBUG] debug-file - Use cli appEnvironment +[2025-03-25T11:11:10.743] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.2536468505859375 +[2025-03-25T11:11:10.743] [DEBUG] debug-file - runTaskFromQueue task cost before running: 357 ms +[2025-03-25T11:11:10.744] [INFO] debug-file - Finished :entry:default@MergeProfile... after 7 ms +[2025-03-25T11:11:10.748] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.749] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.751] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-25T11:11:10.753] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 2 ms +[2025-03-25T11:11:10.757] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 3 ms . +[2025-03-25T11:11:10.757] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.0899200439453125 +[2025-03-25T11:11:10.757] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-25T11:11:10.760] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.760] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.761] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-25T11:11:10.761] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.761] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.762] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.037322998046875 +[2025-03-25T11:11:10.762] [DEBUG] debug-file - runTaskFromQueue task cost before running: 375 ms +[2025-03-25T11:11:10.762] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-25T11:11:10.765] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.765] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.770] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-25T11:11:10.770] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:11:10.771] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-25T11:11:10.771] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.064788818359375 +[2025-03-25T11:11:10.772] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-25T11:11:10.776] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.776] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.778] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-25T11:11:10.782] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-25T11:11:10.782] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 3 ms . +[2025-03-25T11:11:10.782] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.782] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.782] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.1068572998046875 +[2025-03-25T11:11:10.782] [DEBUG] debug-file - runTaskFromQueue task cost before running: 395 ms +[2025-03-25T11:11:10.783] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 5 ms +[2025-03-25T11:11:10.786] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.786] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.787] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-25T11:11:10.788] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.788] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.788] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03814697265625 +[2025-03-25T11:11:10.788] [DEBUG] debug-file - runTaskFromQueue task cost before running: 401 ms +[2025-03-25T11:11:10.789] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-25T11:11:10.792] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.792] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.794] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-25T11:11:10.800] [DEBUG] debug-file - entry:default@MakePackInfo is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T11:11:10.800] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 5 ms . +[2025-03-25T11:11:10.800] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.800] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.803] [DEBUG] debug-file - Module Pack Info: { + summary: { + app: { bundleName: 'c***n', bundleType: 'app', version: [Object] }, + modules: [ [Object] ] + }, + packages: [ + { + deviceType: [Array], + moduleType: 'entry', + deliveryWithInstall: true, + name: 'entry-default' + } + ] +} +[2025-03-25T11:11:10.807] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.1873321533203125 +[2025-03-25T11:11:10.807] [DEBUG] debug-file - runTaskFromQueue task cost before running: 420 ms +[2025-03-25T11:11:10.809] [INFO] debug-file - Finished :entry:default@MakePackInfo... after 14 ms +[2025-03-25T11:11:10.812] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.812] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.814] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-25T11:11:10.814] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-25T11:11:10.814] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:11:10.817] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-25T11:11:10.817] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 3 ms . +[2025-03-25T11:11:10.818] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.820] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.821] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.1269989013671875 +[2025-03-25T11:11:10.823] [DEBUG] debug-file - runTaskFromQueue task cost before running: 435 ms +[2025-03-25T11:11:10.824] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 9 ms +[2025-03-25T11:11:10.828] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.828] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.831] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-25T11:11:10.832] [DEBUG] debug-file - entry:default@ProcessProfile is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json' has been changed. +[2025-03-25T11:11:10.832] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 2 ms . +[2025-03-25T11:11:10.832] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:10.834] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:10.840] [DEBUG] debug-file - [ + '/Applications/DevEco-Studio.app/Contents/tools/node/bin/node', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader/bin/ark/ts2abc.js', + '--target-api-version', + '14' +] +[2025-03-25T11:11:11.009] [DEBUG] debug-file - 12.0.6.0 +[2025-03-25T11:11:11.010] [DEBUG] debug-file - entry : default@ProcessProfile cost memory -7.975433349609375 +[2025-03-25T11:11:11.011] [DEBUG] debug-file - runTaskFromQueue task cost before running: 624 ms +[2025-03-25T11:11:11.011] [INFO] debug-file - Finished :entry:default@ProcessProfile... after 181 ms +[2025-03-25T11:11:11.012] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:11.012] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:11.013] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-25T11:11:11.015] [DEBUG] debug-file - entry:default@ProcessRouterMap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T11:11:11.015] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 2 ms . +[2025-03-25T11:11:11.015] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:11.015] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:11.015] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.18848419189453125 +[2025-03-25T11:11:11.015] [DEBUG] debug-file - runTaskFromQueue task cost before running: 629 ms +[2025-03-25T11:11:11.016] [INFO] debug-file - Finished :entry:default@ProcessRouterMap... after 3 ms +[2025-03-25T11:11:11.018] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:11.018] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:11.018] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-25T11:11:11.018] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:11.018] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:11.019] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05224609375 +[2025-03-25T11:11:11.019] [DEBUG] debug-file - runTaskFromQueue task cost before running: 632 ms +[2025-03-25T11:11:11.019] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-25T11:11:11.020] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:11.020] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:11.021] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-25T11:11:11.025] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-25T11:11:11.027] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-25T11:11:11.027] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.1292572021484375 +[2025-03-25T11:11:11.029] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-25T11:11:11.032] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:11.032] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:11.034] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-25T11:11:11.048] [DEBUG] debug-file - entry:default@GenerateLoaderJson is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/temp-router-map.json' has been changed. +[2025-03-25T11:11:11.048] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 11 ms . +[2025-03-25T11:11:11.054] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.6762542724609375 +[2025-03-25T11:11:11.054] [DEBUG] debug-file - runTaskFromQueue task cost before running: 667 ms +[2025-03-25T11:11:11.056] [INFO] debug-file - Finished :entry:default@GenerateLoaderJson... after 20 ms +[2025-03-25T11:11:11.059] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:11.059] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:11.060] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-25T11:11:11.063] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-25T11:11:11.063] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.09980010986328125 +[2025-03-25T11:11:11.063] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-25T11:11:11.065] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:11.065] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:11.066] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-25T11:11:11.068] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-25T11:11:11.074] [DEBUG] debug-file - entry:default@CompileResource is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json' has been changed. +[2025-03-25T11:11:11.074] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 6 ms . +[2025-03-25T11:11:11.123] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool] + [ + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool', + '-l', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json' +] +[2025-03-25T11:11:11.126] [DEBUG] debug-file - current process memoryUsage: { + rss: 116654080, + heapTotal: 164937728, + heapUsed: 120999056, + external: 3127225, + arrayBuffers: 928597 +} os memoryUsage :7.9082794189453125 +[2025-03-25T11:11:11.430] [DEBUG] debug-file - 03-25 11:11:11.417 68406 1835877 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-25 11:11:11.419 68406 1835877 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/AppScope/resources/base/media/app_icon.png + +[2025-03-25T11:11:11.437] [DEBUG] debug-file - 03-25 11:11:11.433 68406 1835877 E C01400/ImageTranscoder: TranscodeSLR Only zoom-out is supported. +Warning: ScaleImage failed, error message: INVALID_PARAMETERS, file path = /Users/tian/Documents/DevEco/ClassMG/AppScope/resources/base/media/app_icon.png +03-25 11:11:11.435 68406 1835877 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-25 11:11:11.435 68406 1835877 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/background.png + +[2025-03-25T11:11:11.545] [DEBUG] debug-file - 03-25 11:11:11.530 68406 1835877 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-25 11:11:11.530 68406 1835877 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/foreground.png + +[2025-03-25T11:11:11.638] [DEBUG] debug-file - Info: can't scale media json file. + +[2025-03-25T11:11:11.639] [DEBUG] debug-file - Warning: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/layered_image.json is not png format + +[2025-03-25T11:11:11.640] [DEBUG] debug-file - Info: restool resources compile success. + +[2025-03-25T11:11:11.643] [DEBUG] debug-file - astcenc customized so is not be opened when dlclose! + +[2025-03-25T11:11:11.653] [DEBUG] debug-file - entry : default@CompileResource cost memory -5.77337646484375 +[2025-03-25T11:11:11.654] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 267 ms +[2025-03-25T11:11:11.656] [INFO] debug-file - Finished :entry:default@CompileResource... after 586 ms +[2025-03-25T11:11:11.662] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:11.663] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:11.666] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-25T11:11:11.667] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:11:11.669] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 2 ms . +[2025-03-25T11:11:11.669] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06278228759765625 +[2025-03-25T11:11:11.669] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-25T11:11:11.672] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:11.672] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:11.677] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-25T11:11:11.691] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default' has been changed. +[2025-03-25T11:11:11.692] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 10 ms . +[2025-03-25T11:11:11.707] [DEBUG] debug-file - build config: +[2025-03-25T11:11:11.707] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-25T11:11:11.708] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-25T11:11:11.709] [DEBUG] debug-file - default@CompileArkTS work[6] is submitted. +[2025-03-25T11:11:11.711] [DEBUG] debug-file - default@CompileArkTS work[6] is pushed to ready queue. +[2025-03-25T11:11:11.711] [DEBUG] debug-file - default@CompileArkTS work[6] is not dispatched. +[2025-03-25T11:11:11.711] [DEBUG] debug-file - CopyResources startTime: 218349561249333 +[2025-03-25T11:11:11.712] [DEBUG] debug-file - default@CompileArkTS work[7] is submitted. +[2025-03-25T11:11:11.712] [DEBUG] debug-file - default@CompileArkTS work[7] is pushed to ready queue. +[2025-03-25T11:11:11.713] [DEBUG] debug-file - default@CompileArkTS work[7] is not dispatched. +[2025-03-25T11:11:11.713] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.046173095703125 +[2025-03-25T11:11:11.715] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:11.715] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:11.721] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-25T11:11:11.726] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.119049072265625 +[2025-03-25T11:11:11.726] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 339 ms +[2025-03-25T11:11:11.726] [INFO] debug-file - Finished :entry:default@BuildJS... after 5 ms +[2025-03-25T11:11:11.729] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:11.729] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:11.732] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-25T11:11:11.733] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:11:11.734] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 2 ms . +[2025-03-25T11:11:11.735] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.0699615478515625 +[2025-03-25T11:11:11.735] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-25T11:11:11.913] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:11:11.913] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-25T11:11:11.915] [DEBUG] debug-file - default@CompileArkTS work[7] has been dispatched to worker[6]. +[2025-03-25T11:11:11.915] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:11:11.915] [DEBUG] debug-file - A work dispatched to worker[6] failed because of worker busy. +[2025-03-25T11:11:11.915] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-25T11:11:11.916] [DEBUG] debug-file - default@CompileArkTS work[6] has been dispatched to worker[4]. +[2025-03-25T11:11:12.313] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-25T11:11:12.313] [DEBUG] debug-file - Ark compile task finished.finished time is 218350162831833 +[2025-03-25T11:11:12.319] [DEBUG] debug-file - default@CompileArkTS work[6] done. +[2025-03-25T11:11:12.320] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-25T11:11:13.724] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T11:11:13.726] [DEBUG] debug-file - CopyResources is end, endTime: 218351575779833 +[2025-03-25T11:11:13.729] [DEBUG] debug-file - default@CompileArkTS work[7] done. +[2025-03-25T11:11:13.746] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 460 ms +[2025-03-25T11:11:13.757] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:13.758] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:13.760] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-25T11:11:13.761] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:11:13.762] [DEBUG] debug-file - entry:default@GeneratePkgModuleJson is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json' has been changed. +[2025-03-25T11:11:13.762] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 2 ms . +[2025-03-25T11:11:13.763] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:13.763] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:13.765] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.10332489013671875 +[2025-03-25T11:11:13.765] [DEBUG] debug-file - runTaskFromQueue task cost before running: 3 s 379 ms +[2025-03-25T11:11:13.766] [INFO] debug-file - Finished :entry:default@GeneratePkgModuleJson... after 6 ms +[2025-03-25T11:11:13.772] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:13.772] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:13.788] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-25T11:11:13.795] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json' has been changed. +[2025-03-25T11:11:13.795] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 5 ms . +[2025-03-25T11:11:13.795] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:13.795] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:13.799] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-25T11:11:13.804] [DEBUG] debug-file - default@PackageHap work[8] is submitted. +[2025-03-25T11:11:13.807] [DEBUG] debug-file - default@PackageHap work[8] is pushed to ready queue. +[2025-03-25T11:11:13.808] [DEBUG] debug-file - default@PackageHap work[8] is not dispatched. +[2025-03-25T11:11:13.812] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.6033248901367188 +[2025-03-25T11:11:14.009] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:11:14.010] [DEBUG] debug-file - default@PackageHap work[8] has been dispatched to worker[6]. +[2025-03-25T11:11:14.182] [DEBUG] debug-file - current process memoryUsage: { + rss: 115556352, + heapTotal: 75546624, + heapUsed: 50523160, + external: 2616233, + arrayBuffers: 645344 +} os memoryUsage :7.864227294921875 +[2025-03-25T11:11:14.339] [DEBUG] debug-file - A work dispatched to worker[6] failed because of worker busy. +[2025-03-25T11:11:14.634] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T11:11:14.634] [DEBUG] debug-file - default@PackageHap work[8] done. +[2025-03-25T11:11:14.634] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T11:11:14.635] [INFO] debug-file - Finished :entry:default@PackageHap... after 481 ms +[2025-03-25T11:11:14.636] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:14.636] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:14.637] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-25T11:11:14.638] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-25T11:11:14.638] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-25T11:11:14.638] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-25T11:11:14.638] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:14.638] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:14.638] [DEBUG] debug-file - entry : default@SignHap cost memory 0.11086273193359375 +[2025-03-25T11:11:14.638] [DEBUG] debug-file - runTaskFromQueue task cost before running: 4 s 252 ms +[2025-03-25T11:11:14.639] [INFO] debug-file - Finished :entry:default@SignHap... after 1 ms +[2025-03-25T11:11:14.640] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:14.640] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:14.640] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-25T11:11:14.642] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:11:14.642] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:11:14.642] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.19162750244140625 +[2025-03-25T11:11:14.642] [DEBUG] debug-file - runTaskFromQueue task cost before running: 4 s 255 ms +[2025-03-25T11:11:14.642] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 3 ms +[2025-03-25T11:11:14.643] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-25T11:11:14.643] [DEBUG] debug-file - entry : assembleHap cost memory 0.01171112060546875 +[2025-03-25T11:11:14.643] [DEBUG] debug-file - runTaskFromQueue task cost before running: 4 s 256 ms +[2025-03-25T11:11:14.643] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-25T11:11:14.644] [DEBUG] debug-file - BUILD SUCCESSFUL in 4 s 258 ms +[2025-03-25T11:11:14.645] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T11:11:14.645] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T11:11:14.645] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T11:11:14.645] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/build-profile.json5 cache by regenerate. +[2025-03-25T11:11:14.645] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/main_pages.json cache by regenerate. +[2025-03-25T11:11:14.645] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/hvigor/hvigor-config.json5 cache by regenerate. +[2025-03-25T11:11:14.645] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T11:11:14.645] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5 cache by regenerate. +[2025-03-25T11:11:14.645] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/oh-package.json5 cache by regenerate. +[2025-03-25T11:11:14.645] [DEBUG] debug-file - Incremental task entry:default@PreBuild post-execution cost:1 ms . +[2025-03-25T11:11:14.645] [DEBUG] debug-file - Update task entry:default@GenerateMetadata input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T11:11:14.645] [DEBUG] debug-file - Update task entry:default@GenerateMetadata output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/hap_metadata/default/output_metadata.json cache. +[2025-03-25T11:11:14.646] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata post-execution cost:1 ms . +[2025-03-25T11:11:14.646] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T11:11:14.646] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T11:11:14.646] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T11:11:14.646] [DEBUG] debug-file - Update task entry:default@MergeProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json cache. +[2025-03-25T11:11:14.646] [DEBUG] debug-file - Incremental task entry:default@MergeProfile post-execution cost:1 ms . +[2025-03-25T11:11:14.646] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-25T11:11:14.646] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-25T11:11:14.646] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-25T11:11:14.646] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-25T11:11:14.647] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T11:11:14.647] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T11:11:14.647] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T11:11:14.647] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/backup_config.json cache by regenerate. +[2025-03-25T11:11:14.647] [DEBUG] debug-file - Update task entry:default@MakePackInfo output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache. +[2025-03-25T11:11:14.647] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo post-execution cost:1 ms . +[2025-03-25T11:11:14.647] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-25T11:11:14.647] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-25T11:11:14.648] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-25T11:11:14.648] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-25T11:11:14.648] [DEBUG] debug-file - Update task entry:default@ProcessProfile input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json cache from map. +[2025-03-25T11:11:14.648] [DEBUG] debug-file - Update task entry:default@ProcessProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json cache. +[2025-03-25T11:11:14.648] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile post-execution cost:1 ms . +[2025-03-25T11:11:14.648] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5 cache by regenerate. +[2025-03-25T11:11:14.648] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/oh-package.json5 cache by regenerate. +[2025-03-25T11:11:14.649] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T11:11:14.649] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:11:14.649] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/temp-router-map.json cache. +[2025-03-25T11:11:14.649] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/loader-router-map.json cache. +[2025-03-25T11:11:14.649] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap post-execution cost:2 ms . +[2025-03-25T11:11:14.649] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-25T11:11:14.650] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T11:11:14.650] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:11:14.650] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/temp-router-map.json cache from map. +[2025-03-25T11:11:14.650] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json cache. +[2025-03-25T11:11:14.651] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson post-execution cost:2 ms . +[2025-03-25T11:11:14.651] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-25T11:11:14.651] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources cache by regenerate. +[2025-03-25T11:11:14.652] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/resources cache by regenerate. +[2025-03-25T11:11:14.652] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json cache from map. +[2025-03-25T11:11:14.652] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json cache by regenerate. +[2025-03-25T11:11:14.653] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default cache. +[2025-03-25T11:11:14.654] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default/ResourceTable.h cache. +[2025-03-25T11:11:14.654] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default cache. +[2025-03-25T11:11:14.654] [DEBUG] debug-file - Incremental task entry:default@CompileResource post-execution cost:4 ms . +[2025-03-25T11:11:14.654] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-25T11:11:14.655] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache from map. +[2025-03-25T11:11:14.655] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T11:11:14.655] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T11:11:14.655] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T11:11:14.655] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T11:11:14.655] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate. +[2025-03-25T11:11:14.655] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:11:14.655] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T11:11:14.655] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T11:11:14.656] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-25T11:11:14.656] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-25T11:11:14.656] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T11:11:14.656] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T11:11:14.656] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T11:11:14.657] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T11:11:14.657] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T11:11:14.657] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:11:14.657] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-25T11:11:14.657] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-25T11:11:14.657] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-25T11:11:14.657] [DEBUG] debug-file - Update task entry:default@GeneratePkgModuleJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache from map. +[2025-03-25T11:11:14.657] [DEBUG] debug-file - Update task entry:default@GeneratePkgModuleJson output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json cache. +[2025-03-25T11:11:14.657] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson post-execution cost:1 ms . +[2025-03-25T11:11:14.657] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-25T11:11:14.658] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache from map. +[2025-03-25T11:11:14.658] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-25T11:11:14.658] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-25T11:11:14.658] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-25T11:11:14.658] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache by regenerate. +[2025-03-25T11:11:14.658] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:11:14.658] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T11:11:14.658] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T11:11:14.659] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-25T11:11:14.659] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-25T11:11:14.659] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-25T11:11:14.659] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-25T11:11:14.659] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-25T11:11:14.659] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-25T11:11:14.659] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-25T11:11:14.660] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T11:11:14.660] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-25T11:11:14.660] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-25T11:11:14.660] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-25T11:11:14.671] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-25T11:11:14.671] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-25T11:11:14.671] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-25T11:11:14.671] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-25T11:11:14.671] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T11:11:14.677] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:11:14.677] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:11:14.677] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:11:14.678] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:11:14.680] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-25T11:14:03.315] [DEBUG] debug-file - session manager: set active socket. socketId=dHRsWG8kOTBkagf9AAAR +[2025-03-25T11:14:03.334] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:14:03.352] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T11:14:03.362] [DEBUG] debug-file - Cache service initialization finished in 10 ms +[2025-03-25T11:14:03.369] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:14:03.380] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:14:03.380] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:14:03.387] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T11:14:03.387] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T11:14:03.387] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T11:14:03.387] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T11:14:03.388] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T11:14:03.391] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T11:14:03.396] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T11:14:03.417] [DEBUG] debug-file - Sdk init in 25 ms +[2025-03-25T11:14:03.433] [DEBUG] debug-file - Project task initialization takes 14 ms +[2025-03-25T11:14:03.433] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:14:03.434] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:14:03.434] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:14:03.437] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:14:03.441] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:14:03.441] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:14:03.445] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T11:14:03.445] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T11:14:03.446] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T11:14:03.446] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T11:14:03.446] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T11:14:03.446] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T11:14:03.446] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:14:03.451] [DEBUG] debug-file - Module entry task initialization takes 4 ms +[2025-03-25T11:14:03.451] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:14:03.451] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:14:03.451] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:14:03.541] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 90 ms +[2025-03-25T11:14:03.542] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T11:14:03.543] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T11:14:03.547] [DEBUG] debug-file - load to the disk finished +[2025-03-25T11:14:03.548] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T11:14:03.548] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T11:14:03.549] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T11:14:03.549] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T11:14:03.554] [DEBUG] debug-file - Configuration phase cost:190 ms +[2025-03-25T11:14:03.556] [DEBUG] debug-file - Configuration task cost before running: 216 ms +[2025-03-25T11:14:03.556] [DEBUG] debug-file - Executing task :entry:init +[2025-03-25T11:14:03.556] [DEBUG] debug-file - entry : init cost memory 0.0130767822265625 +[2025-03-25T11:14:03.556] [DEBUG] debug-file - runTaskFromQueue task cost before running: 216 ms +[2025-03-25T11:14:03.556] [INFO] debug-file - Finished :entry:init... after 1 ms +[2025-03-25T11:14:03.556] [DEBUG] debug-file - Executing task ::init +[2025-03-25T11:14:03.556] [DEBUG] debug-file - ClassMG : init cost memory 0.0118865966796875 +[2025-03-25T11:14:03.556] [DEBUG] debug-file - runTaskFromQueue task cost before running: 217 ms +[2025-03-25T11:14:03.557] [INFO] debug-file - Finished ::init... after 1 ms +[2025-03-25T11:14:03.562] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:14:03.565] [DEBUG] debug-file - Module 'entry' target 'ohosTest' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} in this build. +[2025-03-25T11:14:03.568] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T11:14:03.626] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:14:03.626] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:14:03.627] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:14:03.627] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:14:17.485] [DEBUG] debug-file - session manager: set active socket. socketId=bzE0YW7GburrE7LNAAAT +[2025-03-25T11:14:17.497] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:14:17.539] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T11:14:17.548] [DEBUG] debug-file - Cache service initialization finished in 9 ms +[2025-03-25T11:14:17.567] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:14:17.581] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:14:17.581] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:14:17.592] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T11:14:17.593] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T11:14:17.593] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T11:14:17.594] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T11:14:17.595] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T11:14:17.609] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T11:14:17.616] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T11:14:17.657] [DEBUG] debug-file - Sdk init in 47 ms +[2025-03-25T11:14:17.684] [DEBUG] debug-file - Project task initialization takes 23 ms +[2025-03-25T11:14:17.684] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:14:17.684] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:14:17.684] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:14:17.692] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:14:17.700] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:14:17.700] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:14:17.716] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T11:14:17.716] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T11:14:17.716] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T11:14:17.717] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T11:14:17.717] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T11:14:17.717] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T11:14:17.718] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:14:17.736] [DEBUG] debug-file - Module entry task initialization takes 14 ms +[2025-03-25T11:14:17.737] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:14:17.737] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:14:17.737] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:14:18.167] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 428 ms +[2025-03-25T11:14:18.169] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T11:14:18.170] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T11:14:18.175] [DEBUG] debug-file - load to the disk finished +[2025-03-25T11:14:18.178] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T11:14:18.178] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T11:14:18.179] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T11:14:18.179] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T11:14:18.186] [DEBUG] debug-file - Configuration phase cost:630 ms +[2025-03-25T11:14:18.192] [DEBUG] debug-file - Configuration task cost before running: 677 ms +[2025-03-25T11:14:18.194] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.194] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.197] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-25T11:14:18.202] [DEBUG] debug-file - entry:default@PreBuild is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T11:14:18.202] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 3 ms . +[2025-03-25T11:14:18.203] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.203] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.208] [DEBUG] debug-file - current product is not Atomic service. +[2025-03-25T11:14:18.209] [DEBUG] debug-file - Use tool [darwin: JAVA_HOME, CLASSPATH] + [ + { + JAVA_HOME: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home' + }, + { CLASSPATH: undefined } +] +[2025-03-25T11:14:18.209] [DEBUG] debug-file - Use tool [darwin: NODE_HOME] + [ + { + NODE_HOME: '/Applications/DevEco-Studio.app/Contents/tools/node/bin' + } +] +[2025-03-25T11:14:18.210] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.4209442138671875 +[2025-03-25T11:14:18.210] [DEBUG] debug-file - runTaskFromQueue task cost before running: 695 ms +[2025-03-25T11:14:18.211] [INFO] debug-file - Finished :entry:default@PreBuild... after 13 ms +[2025-03-25T11:14:18.215] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.216] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.219] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-25T11:14:18.220] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:14:18.220] [DEBUG] debug-file - entry:default@GenerateMetadata is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T11:14:18.221] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-25T11:14:18.221] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.221] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.222] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.1242828369140625 +[2025-03-25T11:14:18.222] [DEBUG] debug-file - runTaskFromQueue task cost before running: 708 ms +[2025-03-25T11:14:18.223] [INFO] debug-file - Finished :entry:default@GenerateMetadata... after 4 ms +[2025-03-25T11:14:18.225] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.226] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.226] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-25T11:14:18.226] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.226] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.226] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03720855712890625 +[2025-03-25T11:14:18.226] [DEBUG] debug-file - runTaskFromQueue task cost before running: 712 ms +[2025-03-25T11:14:18.227] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-25T11:14:18.229] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.229] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.229] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-25T11:14:18.231] [DEBUG] debug-file - entry:default@MergeProfile is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T11:14:18.231] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 2 ms . +[2025-03-25T11:14:18.231] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.231] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.232] [DEBUG] debug-file - Change app api release type with 'Release' +[2025-03-25T11:14:18.232] [DEBUG] debug-file - Change app compile API version with '5.0.2.126' +[2025-03-25T11:14:18.233] [DEBUG] debug-file - Change app target API version with '50002014' +[2025-03-25T11:14:18.233] [DEBUG] debug-file - Change app minimum API version with '50002014' +[2025-03-25T11:14:18.233] [DEBUG] debug-file - Use cli appEnvironment +[2025-03-25T11:14:18.237] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.2565460205078125 +[2025-03-25T11:14:18.237] [DEBUG] debug-file - runTaskFromQueue task cost before running: 722 ms +[2025-03-25T11:14:18.237] [INFO] debug-file - Finished :entry:default@MergeProfile... after 8 ms +[2025-03-25T11:14:18.239] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.239] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.240] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-25T11:14:18.240] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:14:18.242] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 2 ms . +[2025-03-25T11:14:18.242] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08953857421875 +[2025-03-25T11:14:18.242] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-25T11:14:18.244] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.244] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.245] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-25T11:14:18.245] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.245] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.245] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.037322998046875 +[2025-03-25T11:14:18.245] [DEBUG] debug-file - runTaskFromQueue task cost before running: 730 ms +[2025-03-25T11:14:18.245] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-25T11:14:18.248] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.248] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.257] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-25T11:14:18.258] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:14:18.258] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-25T11:14:18.258] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06285858154296875 +[2025-03-25T11:14:18.259] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-25T11:14:18.261] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.261] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.262] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-25T11:14:18.263] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-25T11:14:18.263] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-25T11:14:18.263] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.263] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.263] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10597991943359375 +[2025-03-25T11:14:18.263] [DEBUG] debug-file - runTaskFromQueue task cost before running: 749 ms +[2025-03-25T11:14:18.264] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 2 ms +[2025-03-25T11:14:18.266] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.266] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.267] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-25T11:14:18.267] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.267] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.267] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03814697265625 +[2025-03-25T11:14:18.267] [DEBUG] debug-file - runTaskFromQueue task cost before running: 753 ms +[2025-03-25T11:14:18.267] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-25T11:14:18.269] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.269] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.269] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-25T11:14:18.270] [DEBUG] debug-file - entry:default@MakePackInfo is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T11:14:18.271] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms . +[2025-03-25T11:14:18.271] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.271] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.272] [DEBUG] debug-file - Module Pack Info: { + summary: { + app: { bundleName: 'c***n', bundleType: 'app', version: [Object] }, + modules: [ [Object] ] + }, + packages: [ + { + deviceType: [Array], + moduleType: 'entry', + deliveryWithInstall: true, + name: 'entry-default' + } + ] +} +[2025-03-25T11:14:18.273] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.1818389892578125 +[2025-03-25T11:14:18.273] [DEBUG] debug-file - runTaskFromQueue task cost before running: 758 ms +[2025-03-25T11:14:18.274] [INFO] debug-file - Finished :entry:default@MakePackInfo... after 4 ms +[2025-03-25T11:14:18.277] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.277] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.278] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-25T11:14:18.278] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-25T11:14:18.278] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:14:18.279] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-25T11:14:18.279] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms . +[2025-03-25T11:14:18.279] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.280] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.280] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.1259002685546875 +[2025-03-25T11:14:18.280] [DEBUG] debug-file - runTaskFromQueue task cost before running: 765 ms +[2025-03-25T11:14:18.280] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 2 ms +[2025-03-25T11:14:18.282] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.282] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.283] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-25T11:14:18.284] [DEBUG] debug-file - entry:default@ProcessProfile is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json' has been changed. +[2025-03-25T11:14:18.284] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-25T11:14:18.284] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.284] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.285] [DEBUG] debug-file - [ + '/Applications/DevEco-Studio.app/Contents/tools/node/bin/node', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader/bin/ark/ts2abc.js', + '--target-api-version', + '14' +] +[2025-03-25T11:14:18.434] [DEBUG] debug-file - 12.0.6.0 +[2025-03-25T11:14:18.436] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.26523590087890625 +[2025-03-25T11:14:18.436] [DEBUG] debug-file - runTaskFromQueue task cost before running: 921 ms +[2025-03-25T11:14:18.436] [INFO] debug-file - Finished :entry:default@ProcessProfile... after 153 ms +[2025-03-25T11:14:18.438] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.438] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.441] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-25T11:14:18.444] [DEBUG] debug-file - entry:default@ProcessRouterMap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T11:14:18.444] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 3 ms . +[2025-03-25T11:14:18.444] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.444] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.445] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.18642425537109375 +[2025-03-25T11:14:18.446] [DEBUG] debug-file - runTaskFromQueue task cost before running: 931 ms +[2025-03-25T11:14:18.447] [INFO] debug-file - Finished :entry:default@ProcessRouterMap... after 6 ms +[2025-03-25T11:14:18.449] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.450] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.451] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-25T11:14:18.451] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.451] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.452] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05224609375 +[2025-03-25T11:14:18.452] [DEBUG] debug-file - runTaskFromQueue task cost before running: 937 ms +[2025-03-25T11:14:18.453] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 2 ms +[2025-03-25T11:14:18.455] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.455] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.456] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-25T11:14:18.459] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-25T11:14:18.461] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-25T11:14:18.461] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.13092041015625 +[2025-03-25T11:14:18.465] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-25T11:14:18.468] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.468] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.474] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-25T11:14:18.488] [DEBUG] debug-file - entry:default@GenerateLoaderJson is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/temp-router-map.json' has been changed. +[2025-03-25T11:14:18.488] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 8 ms . +[2025-03-25T11:14:18.493] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.7453689575195312 +[2025-03-25T11:14:18.493] [DEBUG] debug-file - runTaskFromQueue task cost before running: 979 ms +[2025-03-25T11:14:18.499] [INFO] debug-file - Finished :entry:default@GenerateLoaderJson... after 20 ms +[2025-03-25T11:14:18.501] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.501] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.501] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-25T11:14:18.504] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-25T11:14:18.504] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.09951019287109375 +[2025-03-25T11:14:18.504] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-25T11:14:18.507] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.507] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.507] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-25T11:14:18.511] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-25T11:14:18.518] [DEBUG] debug-file - entry:default@CompileResource is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json' has been changed. +[2025-03-25T11:14:18.518] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 7 ms . +[2025-03-25T11:14:18.552] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool] + [ + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool', + '-l', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json' +] +[2025-03-25T11:14:18.555] [DEBUG] debug-file - current process memoryUsage: { + rss: 109936640, + heapTotal: 164151296, + heapUsed: 126369792, + external: 2996024, + arrayBuffers: 936677 +} os memoryUsage :7.923431396484375 +[2025-03-25T11:14:18.821] [DEBUG] debug-file - 03-25 11:14:18.818 68594 1839360 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-25 11:14:18.821 68594 1839360 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/AppScope/resources/base/media/app_icon.png + +[2025-03-25T11:14:18.826] [DEBUG] debug-file - 03-25 11:14:18.826 68594 1839360 E C01400/ImageTranscoder: TranscodeSLR Only zoom-out is supported. + +[2025-03-25T11:14:18.827] [DEBUG] debug-file - Warning: ScaleImage failed, error message: INVALID_PARAMETERS, file path = /Users/tian/Documents/DevEco/ClassMG/AppScope/resources/base/media/app_icon.png + +[2025-03-25T11:14:18.827] [DEBUG] debug-file - 03-25 11:14:18.827 68594 1839360 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-25 11:14:18.827 68594 1839360 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/background.png + +[2025-03-25T11:14:18.914] [DEBUG] debug-file - 03-25 11:14:18.914 68594 1839360 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-25 11:14:18.914 68594 1839360 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/foreground.png + +[2025-03-25T11:14:18.966] [DEBUG] debug-file - Info: can't scale media json file. + +[2025-03-25T11:14:18.966] [DEBUG] debug-file - Warning: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/layered_image.json is not png format + +[2025-03-25T11:14:18.967] [DEBUG] debug-file - Info: restool resources compile success. + +[2025-03-25T11:14:18.972] [DEBUG] debug-file - astcenc customized so is not be opened when dlclose! + +[2025-03-25T11:14:18.977] [DEBUG] debug-file - entry : default@CompileResource cost memory -14.9893798828125 +[2025-03-25T11:14:18.978] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 463 ms +[2025-03-25T11:14:18.979] [INFO] debug-file - Finished :entry:default@CompileResource... after 467 ms +[2025-03-25T11:14:18.981] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.981] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.983] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-25T11:14:18.984] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:14:18.985] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-25T11:14:18.985] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.0621337890625 +[2025-03-25T11:14:18.985] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-25T11:14:18.987] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:18.987] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:18.991] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-25T11:14:18.998] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default' has been changed. +[2025-03-25T11:14:18.998] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 4 ms . +[2025-03-25T11:14:19.008] [DEBUG] debug-file - build config: +[2025-03-25T11:14:19.009] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: undefined, definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-25T11:14:19.009] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-25T11:14:19.010] [DEBUG] debug-file - default@CompileArkTS work[9] is submitted. +[2025-03-25T11:14:19.011] [DEBUG] debug-file - default@CompileArkTS work[9] is pushed to ready queue. +[2025-03-25T11:14:19.011] [DEBUG] debug-file - default@CompileArkTS work[9] is not dispatched. +[2025-03-25T11:14:19.012] [DEBUG] debug-file - CopyResources startTime: 218536866348375 +[2025-03-25T11:14:19.012] [DEBUG] debug-file - default@CompileArkTS work[10] is submitted. +[2025-03-25T11:14:19.012] [DEBUG] debug-file - default@CompileArkTS work[10] is pushed to ready queue. +[2025-03-25T11:14:19.012] [DEBUG] debug-file - default@CompileArkTS work[10] is not dispatched. +[2025-03-25T11:14:19.012] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.0701828002929688 +[2025-03-25T11:14:19.014] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:19.014] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:19.017] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-25T11:14:19.019] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.1198883056640625 +[2025-03-25T11:14:19.019] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 505 ms +[2025-03-25T11:14:19.020] [INFO] debug-file - Finished :entry:default@BuildJS... after 3 ms +[2025-03-25T11:14:19.023] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:19.023] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:19.026] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-25T11:14:19.026] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:14:19.027] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-25T11:14:19.027] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.068695068359375 +[2025-03-25T11:14:19.028] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-25T11:14:19.214] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:14:19.214] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-25T11:14:19.216] [DEBUG] debug-file - default@CompileArkTS work[10] has been dispatched to worker[6]. +[2025-03-25T11:14:19.216] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:14:19.216] [DEBUG] debug-file - A work dispatched to worker[6] failed because of worker busy. +[2025-03-25T11:14:19.216] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-25T11:14:19.217] [DEBUG] debug-file - default@CompileArkTS work[9] has been dispatched to worker[4]. +[2025-03-25T11:14:19.460] [DEBUG] debug-file - Ark compile task finished.finished time is 218537315005416 +[2025-03-25T11:14:19.460] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-25T11:14:19.463] [DEBUG] debug-file - default@CompileArkTS work[9] done. +[2025-03-25T11:14:19.463] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-25T11:14:19.773] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T11:14:19.773] [DEBUG] debug-file - CopyResources is end, endTime: 218537628263916 +[2025-03-25T11:14:19.774] [DEBUG] debug-file - default@CompileArkTS work[10] done. +[2025-03-25T11:14:19.774] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T11:14:19.775] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 267 ms +[2025-03-25T11:14:19.776] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:19.776] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:19.776] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-25T11:14:19.776] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:14:19.776] [DEBUG] debug-file - entry:default@GeneratePkgModuleJson is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json' has been changed. +[2025-03-25T11:14:19.777] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-25T11:14:19.777] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:19.777] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:19.777] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.10642242431640625 +[2025-03-25T11:14:19.777] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 263 ms +[2025-03-25T11:14:19.777] [INFO] debug-file - Finished :entry:default@GeneratePkgModuleJson... after 1 ms +[2025-03-25T11:14:19.778] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:19.778] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:19.781] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-25T11:14:19.783] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json' has been changed. +[2025-03-25T11:14:19.783] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 2 ms . +[2025-03-25T11:14:19.784] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:19.784] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:19.785] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-25T11:14:19.785] [DEBUG] debug-file - default@PackageHap work[11] is submitted. +[2025-03-25T11:14:19.786] [DEBUG] debug-file - default@PackageHap work[11] is pushed to ready queue. +[2025-03-25T11:14:19.786] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:14:19.786] [DEBUG] debug-file - default@PackageHap work[11] has been dispatched to worker[6]. +[2025-03-25T11:14:19.786] [DEBUG] debug-file - default@PackageHap work[11] is dispatched. +[2025-03-25T11:14:19.787] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.6331863403320312 +[2025-03-25T11:14:19.838] [DEBUG] debug-file - current process memoryUsage: { + rss: 282918912, + heapTotal: 75546624, + heapUsed: 50593416, + external: 2616233, + arrayBuffers: 645344 +} os memoryUsage :7.8638153076171875 +[2025-03-25T11:14:20.253] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T11:14:20.254] [DEBUG] debug-file - default@PackageHap work[11] done. +[2025-03-25T11:14:20.254] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T11:14:20.255] [INFO] debug-file - Finished :entry:default@PackageHap... after 424 ms +[2025-03-25T11:14:20.256] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:20.256] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:20.257] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-25T11:14:20.257] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-25T11:14:20.257] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-25T11:14:20.257] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-25T11:14:20.257] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:20.257] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:20.258] [DEBUG] debug-file - entry : default@SignHap cost memory 0.1148529052734375 +[2025-03-25T11:14:20.258] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 743 ms +[2025-03-25T11:14:20.258] [INFO] debug-file - Finished :entry:default@SignHap... after 1 ms +[2025-03-25T11:14:20.259] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:20.259] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:20.259] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-25T11:14:20.261] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:20.261] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:20.261] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.1954803466796875 +[2025-03-25T11:14:20.262] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 747 ms +[2025-03-25T11:14:20.262] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 3 ms +[2025-03-25T11:14:20.262] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-25T11:14:20.262] [DEBUG] debug-file - entry : assembleHap cost memory 0.01171112060546875 +[2025-03-25T11:14:20.262] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 748 ms +[2025-03-25T11:14:20.262] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-25T11:14:20.264] [DEBUG] debug-file - BUILD SUCCESSFUL in 2 s 749 ms +[2025-03-25T11:14:20.264] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T11:14:20.264] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T11:14:20.264] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T11:14:20.264] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/build-profile.json5 cache by regenerate. +[2025-03-25T11:14:20.264] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/main_pages.json cache by regenerate. +[2025-03-25T11:14:20.264] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/hvigor/hvigor-config.json5 cache by regenerate. +[2025-03-25T11:14:20.264] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T11:14:20.264] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5 cache by regenerate. +[2025-03-25T11:14:20.264] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/oh-package.json5 cache by regenerate. +[2025-03-25T11:14:20.264] [DEBUG] debug-file - Incremental task entry:default@PreBuild post-execution cost:1 ms . +[2025-03-25T11:14:20.265] [DEBUG] debug-file - Update task entry:default@GenerateMetadata input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T11:14:20.265] [DEBUG] debug-file - Update task entry:default@GenerateMetadata output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/hap_metadata/default/output_metadata.json cache. +[2025-03-25T11:14:20.265] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata post-execution cost:1 ms . +[2025-03-25T11:14:20.265] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T11:14:20.265] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T11:14:20.265] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T11:14:20.265] [DEBUG] debug-file - Update task entry:default@MergeProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json cache. +[2025-03-25T11:14:20.265] [DEBUG] debug-file - Incremental task entry:default@MergeProfile post-execution cost:1 ms . +[2025-03-25T11:14:20.265] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-25T11:14:20.265] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-25T11:14:20.265] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-25T11:14:20.265] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-25T11:14:20.265] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T11:14:20.265] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T11:14:20.265] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T11:14:20.265] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/backup_config.json cache by regenerate. +[2025-03-25T11:14:20.266] [DEBUG] debug-file - Update task entry:default@MakePackInfo output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache. +[2025-03-25T11:14:20.266] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo post-execution cost:1 ms . +[2025-03-25T11:14:20.266] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-25T11:14:20.266] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-25T11:14:20.266] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-25T11:14:20.266] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-25T11:14:20.266] [DEBUG] debug-file - Update task entry:default@ProcessProfile input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json cache from map. +[2025-03-25T11:14:20.266] [DEBUG] debug-file - Update task entry:default@ProcessProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json cache. +[2025-03-25T11:14:20.266] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile post-execution cost:1 ms . +[2025-03-25T11:14:20.267] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5 cache by regenerate. +[2025-03-25T11:14:20.267] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/oh-package.json5 cache by regenerate. +[2025-03-25T11:14:20.267] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T11:14:20.267] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:14:20.267] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/temp-router-map.json cache. +[2025-03-25T11:14:20.267] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/loader-router-map.json cache. +[2025-03-25T11:14:20.267] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap post-execution cost:1 ms . +[2025-03-25T11:14:20.267] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-25T11:14:20.268] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T11:14:20.268] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:14:20.268] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/temp-router-map.json cache from map. +[2025-03-25T11:14:20.268] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json cache. +[2025-03-25T11:14:20.268] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson post-execution cost:2 ms . +[2025-03-25T11:14:20.268] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-25T11:14:20.269] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources cache by regenerate. +[2025-03-25T11:14:20.269] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/resources cache by regenerate. +[2025-03-25T11:14:20.270] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json cache from map. +[2025-03-25T11:14:20.270] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json cache by regenerate. +[2025-03-25T11:14:20.270] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default cache. +[2025-03-25T11:14:20.271] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default/ResourceTable.h cache. +[2025-03-25T11:14:20.271] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default cache. +[2025-03-25T11:14:20.271] [DEBUG] debug-file - Incremental task entry:default@CompileResource post-execution cost:3 ms . +[2025-03-25T11:14:20.271] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-25T11:14:20.271] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache from map. +[2025-03-25T11:14:20.272] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T11:14:20.272] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T11:14:20.272] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T11:14:20.272] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T11:14:20.272] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate. +[2025-03-25T11:14:20.272] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:14:20.272] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T11:14:20.272] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T11:14:20.272] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-25T11:14:20.272] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-25T11:14:20.273] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T11:14:20.273] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T11:14:20.273] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T11:14:20.273] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T11:14:20.273] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T11:14:20.273] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:14:20.273] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-25T11:14:20.273] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:1 ms . +[2025-03-25T11:14:20.273] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-25T11:14:20.274] [DEBUG] debug-file - Update task entry:default@GeneratePkgModuleJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache from map. +[2025-03-25T11:14:20.274] [DEBUG] debug-file - Update task entry:default@GeneratePkgModuleJson output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json cache. +[2025-03-25T11:14:20.274] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson post-execution cost:1 ms . +[2025-03-25T11:14:20.274] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-25T11:14:20.274] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache from map. +[2025-03-25T11:14:20.274] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-25T11:14:20.275] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-25T11:14:20.275] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-25T11:14:20.275] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache by regenerate. +[2025-03-25T11:14:20.275] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:14:20.275] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T11:14:20.275] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T11:14:20.276] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-25T11:14:20.276] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-25T11:14:20.276] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-25T11:14:20.276] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:3 ms . +[2025-03-25T11:14:20.276] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-25T11:14:20.276] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-25T11:14:20.276] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-25T11:14:20.277] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T11:14:20.278] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-25T11:14:20.278] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-25T11:14:20.278] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-25T11:14:20.289] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-25T11:14:20.289] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-25T11:14:20.289] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-25T11:14:20.289] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-25T11:14:20.290] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T11:14:20.295] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:14:20.295] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:14:20.295] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:14:20.295] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:14:20.296] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-25T11:14:34.806] [DEBUG] debug-file - session manager: set active socket. socketId=S_BjLMYyjx-mE6utAAAV +[2025-03-25T11:14:34.817] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:14:34.845] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T11:14:34.868] [DEBUG] debug-file - Cache service initialization finished in 22 ms +[2025-03-25T11:14:34.884] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:14:34.902] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:14:34.903] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:14:34.912] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T11:14:34.913] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T11:14:34.913] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T11:14:34.913] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T11:14:34.917] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T11:14:34.923] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T11:14:34.935] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T11:14:34.996] [DEBUG] debug-file - Sdk init in 72 ms +[2025-03-25T11:14:35.032] [DEBUG] debug-file - Project task initialization takes 34 ms +[2025-03-25T11:14:35.032] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:14:35.032] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:14:35.032] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:14:35.040] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:14:35.047] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:14:35.047] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:14:35.061] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T11:14:35.061] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T11:14:35.062] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T11:14:35.062] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T11:14:35.063] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T11:14:35.063] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T11:14:35.063] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:14:35.073] [DEBUG] debug-file - Module entry task initialization takes 7 ms +[2025-03-25T11:14:35.073] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:14:35.073] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:14:35.074] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:14:35.402] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 327 ms +[2025-03-25T11:14:35.404] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T11:14:35.407] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T11:14:35.413] [DEBUG] debug-file - load to the disk finished +[2025-03-25T11:14:35.417] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T11:14:35.417] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T11:14:35.420] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T11:14:35.421] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T11:14:35.429] [DEBUG] debug-file - Configuration phase cost:557 ms +[2025-03-25T11:14:35.435] [DEBUG] debug-file - Configuration task cost before running: 609 ms +[2025-03-25T11:14:35.438] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.438] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.441] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-25T11:14:35.448] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 4 ms . +[2025-03-25T11:14:35.449] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.22857666015625 +[2025-03-25T11:14:35.450] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-25T11:14:35.453] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.453] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.454] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-25T11:14:35.455] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 2 ms +[2025-03-25T11:14:35.456] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-25T11:14:35.456] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.08342742919921875 +[2025-03-25T11:14:35.457] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-25T11:14:35.459] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.459] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.460] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-25T11:14:35.460] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.460] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.460] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03710174560546875 +[2025-03-25T11:14:35.460] [DEBUG] debug-file - runTaskFromQueue task cost before running: 635 ms +[2025-03-25T11:14:35.461] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-25T11:14:35.464] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.464] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.465] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-25T11:14:35.467] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 2 ms . +[2025-03-25T11:14:35.467] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.0912628173828125 +[2025-03-25T11:14:35.467] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-25T11:14:35.471] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.471] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.473] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-25T11:14:35.474] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 2 ms +[2025-03-25T11:14:35.475] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-25T11:14:35.475] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08782196044921875 +[2025-03-25T11:14:35.476] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-25T11:14:35.478] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.478] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.479] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-25T11:14:35.480] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.480] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.480] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.03812408447265625 +[2025-03-25T11:14:35.480] [DEBUG] debug-file - runTaskFromQueue task cost before running: 654 ms +[2025-03-25T11:14:35.481] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-25T11:14:35.486] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.486] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.499] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-25T11:14:35.499] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:14:35.499] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-25T11:14:35.499] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.0650482177734375 +[2025-03-25T11:14:35.500] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-25T11:14:35.503] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.503] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.504] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-25T11:14:35.506] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-25T11:14:35.506] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 2 ms . +[2025-03-25T11:14:35.506] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.506] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.506] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10666656494140625 +[2025-03-25T11:14:35.507] [DEBUG] debug-file - runTaskFromQueue task cost before running: 681 ms +[2025-03-25T11:14:35.507] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 3 ms +[2025-03-25T11:14:35.510] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.510] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.511] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-25T11:14:35.511] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.511] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.511] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03814697265625 +[2025-03-25T11:14:35.512] [DEBUG] debug-file - runTaskFromQueue task cost before running: 686 ms +[2025-03-25T11:14:35.512] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-25T11:14:35.517] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.517] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.518] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-25T11:14:35.521] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 3 ms . +[2025-03-25T11:14:35.521] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.12702178955078125 +[2025-03-25T11:14:35.523] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-25T11:14:35.525] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.526] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.528] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-25T11:14:35.528] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-25T11:14:35.528] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:14:35.531] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-25T11:14:35.531] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 3 ms . +[2025-03-25T11:14:35.531] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.531] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.531] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.1258697509765625 +[2025-03-25T11:14:35.531] [DEBUG] debug-file - runTaskFromQueue task cost before running: 706 ms +[2025-03-25T11:14:35.532] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 4 ms +[2025-03-25T11:14:35.537] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.537] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.542] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-25T11:14:35.543] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-25T11:14:35.543] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.049072265625 +[2025-03-25T11:14:35.544] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-25T11:14:35.550] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.551] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.553] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-25T11:14:35.558] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 4 ms . +[2025-03-25T11:14:35.558] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.18587493896484375 +[2025-03-25T11:14:35.560] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-25T11:14:35.563] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.563] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.564] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-25T11:14:35.564] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.564] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.565] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05224609375 +[2025-03-25T11:14:35.566] [DEBUG] debug-file - runTaskFromQueue task cost before running: 740 ms +[2025-03-25T11:14:35.567] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 2 ms +[2025-03-25T11:14:35.569] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.570] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.571] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-25T11:14:35.577] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-25T11:14:35.581] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 3 ms . +[2025-03-25T11:14:35.581] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.1293182373046875 +[2025-03-25T11:14:35.590] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-25T11:14:35.594] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.595] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.603] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-25T11:14:35.622] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 8 ms . +[2025-03-25T11:14:35.622] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5587005615234375 +[2025-03-25T11:14:35.629] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-25T11:14:35.633] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.633] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.635] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-25T11:14:35.639] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-25T11:14:35.640] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.099853515625 +[2025-03-25T11:14:35.640] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-25T11:14:35.643] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.643] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.644] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-25T11:14:35.648] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-25T11:14:35.659] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 10 ms . +[2025-03-25T11:14:35.660] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.43859100341796875 +[2025-03-25T11:14:35.661] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-25T11:14:35.663] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.664] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.670] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-25T11:14:35.671] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:14:35.673] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 2 ms . +[2025-03-25T11:14:35.674] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.0621185302734375 +[2025-03-25T11:14:35.674] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-25T11:14:35.677] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.678] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.682] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-25T11:14:35.692] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 7 ms . +[2025-03-25T11:14:35.693] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 0.41965484619140625 +[2025-03-25T11:14:35.695] [INFO] debug-file - UP-TO-DATE :entry:default@CompileArkTS... +[2025-03-25T11:14:35.697] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.697] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.702] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-25T11:14:35.706] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.11756134033203125 +[2025-03-25T11:14:35.706] [DEBUG] debug-file - runTaskFromQueue task cost before running: 880 ms +[2025-03-25T11:14:35.706] [INFO] debug-file - Finished :entry:default@BuildJS... after 4 ms +[2025-03-25T11:14:35.709] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.709] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.711] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-25T11:14:35.712] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:14:35.713] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-25T11:14:35.713] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.068695068359375 +[2025-03-25T11:14:35.713] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-25T11:14:35.715] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.715] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.717] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-25T11:14:35.717] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:14:35.718] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-25T11:14:35.718] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.06009674072265625 +[2025-03-25T11:14:35.719] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-25T11:14:35.727] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.727] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.736] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-25T11:14:35.746] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 8 ms . +[2025-03-25T11:14:35.746] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.3286285400390625 +[2025-03-25T11:14:35.748] [INFO] debug-file - UP-TO-DATE :entry:default@PackageHap... +[2025-03-25T11:14:35.750] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.750] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.766] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-25T11:14:35.767] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-25T11:14:35.767] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap' does not exist. +[2025-03-25T11:14:35.767] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-25T11:14:35.767] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.768] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.768] [DEBUG] debug-file - entry : default@SignHap cost memory 0.10474395751953125 +[2025-03-25T11:14:35.768] [DEBUG] debug-file - runTaskFromQueue task cost before running: 942 ms +[2025-03-25T11:14:35.768] [INFO] debug-file - Finished :entry:default@SignHap... after 3 ms +[2025-03-25T11:14:35.772] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.772] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.773] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-25T11:14:35.779] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:14:35.779] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:14:35.780] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.19174957275390625 +[2025-03-25T11:14:35.780] [DEBUG] debug-file - runTaskFromQueue task cost before running: 954 ms +[2025-03-25T11:14:35.780] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 7 ms +[2025-03-25T11:14:35.783] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-25T11:14:35.783] [DEBUG] debug-file - entry : assembleHap cost memory 0.011749267578125 +[2025-03-25T11:14:35.784] [DEBUG] debug-file - runTaskFromQueue task cost before running: 958 ms +[2025-03-25T11:14:35.784] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-25T11:14:35.787] [DEBUG] debug-file - BUILD SUCCESSFUL in 962 ms +[2025-03-25T11:14:35.788] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-25T11:14:35.788] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-25T11:14:35.788] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-25T11:14:35.788] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-25T11:14:35.788] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-25T11:14:35.789] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-25T11:14:35.789] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:2 ms . +[2025-03-25T11:14:35.789] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-25T11:14:35.789] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-25T11:14:35.790] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-25T11:14:35.790] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-25T11:14:35.791] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:2 ms . +[2025-03-25T11:14:35.791] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-25T11:14:35.791] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-25T11:14:35.791] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-25T11:14:35.791] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-25T11:14:35.791] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-25T11:14:35.791] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-25T11:14:35.791] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-25T11:14:35.791] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileArkTS is up-to-date. +[2025-03-25T11:14:35.793] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T11:14:35.793] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T11:14:35.794] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T11:14:35.794] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T11:14:35.794] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T11:14:35.795] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:14:35.795] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-25T11:14:35.796] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:5 ms . +[2025-03-25T11:14:35.796] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-25T11:14:35.796] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-25T11:14:35.796] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PackageHap is up-to-date. +[2025-03-25T11:14:35.796] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache by regenerate. +[2025-03-25T11:14:35.797] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-25T11:14:35.797] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:2 ms . +[2025-03-25T11:14:35.801] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T11:14:35.801] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-25T11:14:35.802] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-25T11:14:35.802] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:6 ms . +[2025-03-25T11:14:35.838] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T11:14:35.983] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:14:35.983] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:14:35.990] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:14:35.990] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:14:59.140] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:14:59.140] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:14:59.142] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:14:59.684] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:14:59.687] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:15:00.255] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:15:00.256] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:15:00.256] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:15:00.593] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:15:00.594] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:15:01.184] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:15:01.184] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:15:01.185] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:15:01.522] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:15:01.523] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:15:02.298] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:15:02.298] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:15:02.299] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:15:02.624] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:15:02.625] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:15:16.568] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchStart +[2025-03-25T11:15:16.580] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchStart +[2025-03-25T11:15:17.774] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchResult +[2025-03-25T11:15:17.775] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchResult +[2025-03-25T11:16:22.627] [DEBUG] debug-file - session manager: set active socket. socketId=bOXqpBlV5PYWxjumAAAX +[2025-03-25T11:16:22.635] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:16:22.682] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T11:16:22.697] [DEBUG] debug-file - Cache service initialization finished in 15 ms +[2025-03-25T11:16:22.713] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:16:22.742] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:16:22.742] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:16:22.766] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T11:16:22.766] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T11:16:22.767] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T11:16:22.767] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T11:16:22.770] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T11:16:22.810] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T11:16:22.828] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T11:16:22.880] [DEBUG] debug-file - Sdk init in 68 ms +[2025-03-25T11:16:22.904] [DEBUG] debug-file - Project task initialization takes 22 ms +[2025-03-25T11:16:22.904] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:16:22.904] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:16:22.905] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:16:22.910] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:16:22.916] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:16:22.916] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:16:22.924] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T11:16:22.924] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T11:16:22.924] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T11:16:22.924] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T11:16:22.925] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T11:16:22.925] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T11:16:22.925] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:16:22.928] [DEBUG] debug-file - Module entry task initialization takes 2 ms +[2025-03-25T11:16:22.928] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:16:22.928] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:16:22.928] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:16:23.015] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 86 ms +[2025-03-25T11:16:23.016] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T11:16:23.017] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T11:16:23.020] [DEBUG] debug-file - load to the disk finished +[2025-03-25T11:16:23.021] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T11:16:23.021] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T11:16:23.022] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T11:16:23.022] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T11:16:23.024] [DEBUG] debug-file - Configuration phase cost:320 ms +[2025-03-25T11:16:23.025] [DEBUG] debug-file - Configuration task cost before running: 373 ms +[2025-03-25T11:16:23.026] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.026] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.028] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-25T11:16:23.030] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 2 ms . +[2025-03-25T11:16:23.030] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.2041473388671875 +[2025-03-25T11:16:23.031] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-25T11:16:23.032] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.032] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.032] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-25T11:16:23.033] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:16:23.033] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-25T11:16:23.033] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.08271026611328125 +[2025-03-25T11:16:23.033] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-25T11:16:23.034] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.034] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.034] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-25T11:16:23.034] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.034] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.034] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03710174560546875 +[2025-03-25T11:16:23.034] [DEBUG] debug-file - runTaskFromQueue task cost before running: 382 ms +[2025-03-25T11:16:23.034] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-25T11:16:23.035] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.035] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.036] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-25T11:16:23.036] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-25T11:16:23.036] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.09053802490234375 +[2025-03-25T11:16:23.036] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-25T11:16:23.037] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.037] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.038] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-25T11:16:23.038] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:16:23.038] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-25T11:16:23.038] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.087310791015625 +[2025-03-25T11:16:23.038] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-25T11:16:23.039] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.039] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.040] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-25T11:16:23.040] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.040] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.040] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0374603271484375 +[2025-03-25T11:16:23.040] [DEBUG] debug-file - runTaskFromQueue task cost before running: 388 ms +[2025-03-25T11:16:23.040] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-25T11:16:23.041] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.041] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.043] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-25T11:16:23.043] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:16:23.043] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-25T11:16:23.043] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06183624267578125 +[2025-03-25T11:16:23.043] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-25T11:16:23.044] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.044] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.045] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-25T11:16:23.046] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-25T11:16:23.046] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-25T11:16:23.046] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.046] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.046] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.105743408203125 +[2025-03-25T11:16:23.046] [DEBUG] debug-file - runTaskFromQueue task cost before running: 394 ms +[2025-03-25T11:16:23.046] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 1 ms +[2025-03-25T11:16:23.047] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.047] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.048] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-25T11:16:23.048] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.048] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.048] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03814697265625 +[2025-03-25T11:16:23.048] [DEBUG] debug-file - runTaskFromQueue task cost before running: 395 ms +[2025-03-25T11:16:23.048] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-25T11:16:23.049] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.049] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.049] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-25T11:16:23.051] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms . +[2025-03-25T11:16:23.051] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.12545013427734375 +[2025-03-25T11:16:23.051] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-25T11:16:23.052] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.052] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.053] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-25T11:16:23.053] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-25T11:16:23.053] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:16:23.054] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-25T11:16:23.054] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms . +[2025-03-25T11:16:23.054] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.054] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.055] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.24845123291015625 +[2025-03-25T11:16:23.055] [DEBUG] debug-file - runTaskFromQueue task cost before running: 402 ms +[2025-03-25T11:16:23.055] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 2 ms +[2025-03-25T11:16:23.056] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.056] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.056] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-25T11:16:23.057] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-25T11:16:23.057] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.049072265625 +[2025-03-25T11:16:23.057] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-25T11:16:23.057] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.057] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.058] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-25T11:16:23.060] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 2 ms . +[2025-03-25T11:16:23.060] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.1724090576171875 +[2025-03-25T11:16:23.060] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-25T11:16:23.061] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.061] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.062] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-25T11:16:23.062] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.062] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.063] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05234527587890625 +[2025-03-25T11:16:23.063] [DEBUG] debug-file - runTaskFromQueue task cost before running: 410 ms +[2025-03-25T11:16:23.063] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-25T11:16:23.064] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.064] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.064] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-25T11:16:23.066] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-25T11:16:23.066] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-25T11:16:23.067] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.12873077392578125 +[2025-03-25T11:16:23.070] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-25T11:16:23.075] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.076] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.079] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-25T11:16:23.089] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 5 ms . +[2025-03-25T11:16:23.089] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5590667724609375 +[2025-03-25T11:16:23.091] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-25T11:16:23.092] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.092] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.093] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-25T11:16:23.094] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-25T11:16:23.094] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.09926605224609375 +[2025-03-25T11:16:23.094] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-25T11:16:23.095] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.095] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.096] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-25T11:16:23.098] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-25T11:16:23.104] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 5 ms . +[2025-03-25T11:16:23.104] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.43828582763671875 +[2025-03-25T11:16:23.104] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-25T11:16:23.106] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.106] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.107] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-25T11:16:23.107] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:16:23.108] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-25T11:16:23.108] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06118011474609375 +[2025-03-25T11:16:23.109] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-25T11:16:23.111] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.111] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.114] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-25T11:16:23.119] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed. +[2025-03-25T11:16:23.119] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 4 ms . +[2025-03-25T11:16:23.126] [DEBUG] debug-file - build config: +[2025-03-25T11:16:23.126] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: undefined, definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-25T11:16:23.127] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-25T11:16:23.127] [DEBUG] debug-file - default@CompileArkTS work[12] is submitted. +[2025-03-25T11:16:23.128] [DEBUG] debug-file - default@CompileArkTS work[12] is pushed to ready queue. +[2025-03-25T11:16:23.128] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:16:23.128] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T11:16:23.128] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-25T11:16:23.128] [DEBUG] debug-file - default@CompileArkTS work[12] has been dispatched to worker[4]. +[2025-03-25T11:16:23.128] [DEBUG] debug-file - default@CompileArkTS work[12] is dispatched. +[2025-03-25T11:16:23.128] [DEBUG] debug-file - CopyResources startTime: 218660986366833 +[2025-03-25T11:16:23.128] [DEBUG] debug-file - default@CompileArkTS work[13] is submitted. +[2025-03-25T11:16:23.129] [DEBUG] debug-file - default@CompileArkTS work[13] is pushed to ready queue. +[2025-03-25T11:16:23.129] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:16:23.129] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-25T11:16:23.132] [DEBUG] debug-file - default@CompileArkTS work[13] has been dispatched to worker[6]. +[2025-03-25T11:16:23.132] [DEBUG] debug-file - default@CompileArkTS work[13] is dispatched. +[2025-03-25T11:16:23.132] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.209381103515625 +[2025-03-25T11:16:23.134] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.134] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.138] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-25T11:16:23.140] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.1168060302734375 +[2025-03-25T11:16:23.141] [DEBUG] debug-file - runTaskFromQueue task cost before running: 488 ms +[2025-03-25T11:16:23.141] [INFO] debug-file - Finished :entry:default@BuildJS... after 3 ms +[2025-03-25T11:16:23.142] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:23.142] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:23.145] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-25T11:16:23.145] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:16:23.145] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-25T11:16:23.145] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.0686187744140625 +[2025-03-25T11:16:23.146] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-25T11:16:24.218] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T11:16:24.219] [DEBUG] debug-file - CopyResources is end, endTime: 218662077029750 +[2025-03-25T11:16:24.219] [DEBUG] debug-file - default@CompileArkTS work[13] done. +[2025-03-25T11:16:24.219] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T11:16:24.420] [DEBUG] debug-file - Ark compile task finished.finished time is 218662278496666 +[2025-03-25T11:16:24.421] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-25T11:16:24.425] [DEBUG] debug-file - default@CompileArkTS work[12] done. +[2025-03-25T11:16:24.425] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-25T11:16:24.426] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 1 s 307 ms +[2025-03-25T11:16:24.428] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:24.428] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:24.429] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-25T11:16:24.429] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:16:24.429] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-25T11:16:24.429] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.0618896484375 +[2025-03-25T11:16:24.429] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-25T11:16:24.431] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:24.431] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:24.435] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-25T11:16:24.438] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets' has been changed. +[2025-03-25T11:16:24.438] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 3 ms . +[2025-03-25T11:16:24.438] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:24.438] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:24.439] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-25T11:16:24.440] [DEBUG] debug-file - default@PackageHap work[14] is submitted. +[2025-03-25T11:16:24.440] [DEBUG] debug-file - default@PackageHap work[14] is pushed to ready queue. +[2025-03-25T11:16:24.440] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:16:24.441] [DEBUG] debug-file - default@PackageHap work[14] has been dispatched to worker[6]. +[2025-03-25T11:16:24.441] [DEBUG] debug-file - default@PackageHap work[14] is dispatched. +[2025-03-25T11:16:24.442] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.7008743286132812 +[2025-03-25T11:16:24.503] [DEBUG] debug-file - current process memoryUsage: { + rss: 376455168, + heapTotal: 75546624, + heapUsed: 50618672, + external: 2616233, + arrayBuffers: 645344 +} os memoryUsage :7.8528289794921875 +[2025-03-25T11:16:24.937] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T11:16:24.937] [DEBUG] debug-file - default@PackageHap work[14] done. +[2025-03-25T11:16:24.937] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T11:16:24.938] [INFO] debug-file - Finished :entry:default@PackageHap... after 444 ms +[2025-03-25T11:16:24.939] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:24.939] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:24.940] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-25T11:16:24.940] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-25T11:16:24.941] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-25T11:16:24.941] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-25T11:16:24.941] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:24.941] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:24.941] [DEBUG] debug-file - entry : default@SignHap cost memory 0.11394500732421875 +[2025-03-25T11:16:24.941] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 288 ms +[2025-03-25T11:16:24.941] [INFO] debug-file - Finished :entry:default@SignHap... after 1 ms +[2025-03-25T11:16:24.942] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:24.942] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:24.942] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-25T11:16:24.944] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:16:24.944] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:16:24.944] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.19048309326171875 +[2025-03-25T11:16:24.944] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 292 ms +[2025-03-25T11:16:24.944] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 3 ms +[2025-03-25T11:16:24.945] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-25T11:16:24.945] [DEBUG] debug-file - entry : assembleHap cost memory 0.01166534423828125 +[2025-03-25T11:16:24.945] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 293 ms +[2025-03-25T11:16:24.945] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-25T11:16:24.946] [DEBUG] debug-file - BUILD SUCCESSFUL in 2 s 294 ms +[2025-03-25T11:16:24.946] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-25T11:16:24.946] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-25T11:16:24.946] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-25T11:16:24.946] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-25T11:16:24.946] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-25T11:16:24.947] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-25T11:16:24.947] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-25T11:16:24.947] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-25T11:16:24.947] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-25T11:16:24.947] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-25T11:16:24.947] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-25T11:16:24.947] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-25T11:16:24.947] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-25T11:16:24.948] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-25T11:16:24.948] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-25T11:16:24.948] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-25T11:16:24.948] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-25T11:16:24.948] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-25T11:16:24.948] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-25T11:16:24.949] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T11:16:24.949] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T11:16:24.949] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T11:16:24.949] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T11:16:24.949] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T11:16:24.949] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache from map. +[2025-03-25T11:16:24.949] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:16:24.949] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T11:16:24.949] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T11:16:24.949] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-25T11:16:24.949] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-25T11:16:24.950] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T11:16:24.950] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T11:16:24.950] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T11:16:24.950] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T11:16:24.950] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T11:16:24.950] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:16:24.950] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-25T11:16:24.950] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:1 ms . +[2025-03-25T11:16:24.950] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-25T11:16:24.950] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-25T11:16:24.951] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-25T11:16:24.951] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-25T11:16:24.951] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-25T11:16:24.951] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-25T11:16:24.951] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-25T11:16:24.951] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache from map. +[2025-03-25T11:16:24.951] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:16:24.951] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T11:16:24.951] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T11:16:24.951] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-25T11:16:24.952] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-25T11:16:24.952] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-25T11:16:24.952] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-25T11:16:24.952] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-25T11:16:24.952] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-25T11:16:24.952] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-25T11:16:24.953] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T11:16:24.953] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-25T11:16:24.953] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-25T11:16:24.953] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-25T11:16:24.962] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-25T11:16:24.962] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-25T11:16:24.962] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-25T11:16:24.962] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-25T11:16:24.963] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T11:16:24.967] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:16:24.968] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:16:24.968] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:16:24.968] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:16:24.970] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-25T11:17:34.413] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:17:34.414] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:17:34.447] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:17:34.906] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:17:34.917] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:17:34.921] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:17:34.921] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:17:34.922] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:17:35.371] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:17:35.373] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:17:36.282] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchStart +[2025-03-25T11:17:36.284] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchStart +[2025-03-25T11:17:37.048] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchResult +[2025-03-25T11:17:37.052] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchResult +[2025-03-25T11:17:38.443] [DEBUG] debug-file - session manager: set active socket. socketId=Xoc5QsXHwrVXzYJJAAAZ +[2025-03-25T11:17:38.454] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:17:38.497] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T11:17:38.516] [DEBUG] debug-file - Cache service initialization finished in 19 ms +[2025-03-25T11:17:38.545] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:17:38.579] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:17:38.579] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:17:38.598] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T11:17:38.598] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T11:17:38.598] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T11:17:38.598] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T11:17:38.603] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T11:17:38.613] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T11:17:38.639] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T11:17:38.702] [DEBUG] debug-file - Sdk init in 80 ms +[2025-03-25T11:17:38.733] [DEBUG] debug-file - Project task initialization takes 27 ms +[2025-03-25T11:17:38.734] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:17:38.734] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:17:38.734] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:17:38.744] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:17:38.752] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:17:38.752] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:17:38.764] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T11:17:38.765] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T11:17:38.765] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T11:17:38.765] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T11:17:38.765] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T11:17:38.765] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T11:17:38.765] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:17:38.770] [DEBUG] debug-file - Module entry task initialization takes 3 ms +[2025-03-25T11:17:38.770] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:17:38.770] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:17:38.770] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:17:39.071] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 298 ms +[2025-03-25T11:17:39.073] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T11:17:39.075] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T11:17:39.086] [DEBUG] debug-file - load to the disk finished +[2025-03-25T11:17:39.093] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T11:17:39.094] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T11:17:39.095] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T11:17:39.095] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T11:17:39.099] [DEBUG] debug-file - Configuration phase cost:566 ms +[2025-03-25T11:17:39.103] [DEBUG] debug-file - Configuration task cost before running: 637 ms +[2025-03-25T11:17:39.108] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.108] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.113] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-25T11:17:39.120] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 5 ms . +[2025-03-25T11:17:39.120] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.21307373046875 +[2025-03-25T11:17:39.121] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-25T11:17:39.125] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.125] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.126] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-25T11:17:39.128] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 2 ms +[2025-03-25T11:17:39.129] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-25T11:17:39.129] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.083251953125 +[2025-03-25T11:17:39.129] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-25T11:17:39.132] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.132] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.132] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-25T11:17:39.132] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.132] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.133] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03696441650390625 +[2025-03-25T11:17:39.133] [DEBUG] debug-file - runTaskFromQueue task cost before running: 667 ms +[2025-03-25T11:17:39.133] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-25T11:17:39.135] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.135] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.138] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-25T11:17:39.141] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 2 ms . +[2025-03-25T11:17:39.141] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.0912017822265625 +[2025-03-25T11:17:39.142] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-25T11:17:39.146] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.146] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.147] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-25T11:17:39.149] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 2 ms +[2025-03-25T11:17:39.150] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-25T11:17:39.150] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08759307861328125 +[2025-03-25T11:17:39.151] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-25T11:17:39.153] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.154] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.155] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-25T11:17:39.155] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.155] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.156] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0371856689453125 +[2025-03-25T11:17:39.156] [DEBUG] debug-file - runTaskFromQueue task cost before running: 690 ms +[2025-03-25T11:17:39.156] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-25T11:17:39.159] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.160] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.169] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-25T11:17:39.169] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:17:39.170] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-25T11:17:39.170] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.0617218017578125 +[2025-03-25T11:17:39.170] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-25T11:17:39.174] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.174] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.176] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-25T11:17:39.181] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-25T11:17:39.182] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 5 ms . +[2025-03-25T11:17:39.182] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.182] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.182] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10628509521484375 +[2025-03-25T11:17:39.183] [DEBUG] debug-file - runTaskFromQueue task cost before running: 717 ms +[2025-03-25T11:17:39.188] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 8 ms +[2025-03-25T11:17:39.192] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.193] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.194] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-25T11:17:39.194] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.194] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.194] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.0380096435546875 +[2025-03-25T11:17:39.195] [DEBUG] debug-file - runTaskFromQueue task cost before running: 729 ms +[2025-03-25T11:17:39.195] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-25T11:17:39.198] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.198] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.199] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-25T11:17:39.203] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 4 ms . +[2025-03-25T11:17:39.203] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.12590789794921875 +[2025-03-25T11:17:39.204] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-25T11:17:39.212] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.212] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.214] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-25T11:17:39.215] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-25T11:17:39.215] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:17:39.216] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-25T11:17:39.217] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms . +[2025-03-25T11:17:39.217] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.217] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.217] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.12560272216796875 +[2025-03-25T11:17:39.217] [DEBUG] debug-file - runTaskFromQueue task cost before running: 751 ms +[2025-03-25T11:17:39.217] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 3 ms +[2025-03-25T11:17:39.221] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.221] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.222] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-25T11:17:39.223] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-25T11:17:39.223] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.048980712890625 +[2025-03-25T11:17:39.223] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-25T11:17:39.227] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.228] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.230] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-25T11:17:39.235] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 3 ms . +[2025-03-25T11:17:39.235] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.17197418212890625 +[2025-03-25T11:17:39.237] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-25T11:17:39.240] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.240] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.242] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-25T11:17:39.242] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.242] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.244] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.0520477294921875 +[2025-03-25T11:17:39.245] [DEBUG] debug-file - runTaskFromQueue task cost before running: 779 ms +[2025-03-25T11:17:39.246] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 3 ms +[2025-03-25T11:17:39.253] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.253] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.255] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-25T11:17:39.259] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-25T11:17:39.263] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 2 ms . +[2025-03-25T11:17:39.263] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.146575927734375 +[2025-03-25T11:17:39.269] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-25T11:17:39.274] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.274] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.280] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-25T11:17:39.298] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 12 ms . +[2025-03-25T11:17:39.298] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5642776489257812 +[2025-03-25T11:17:39.419] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-25T11:17:39.430] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.430] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.432] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-25T11:17:39.441] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 5 ms . +[2025-03-25T11:17:39.441] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.09986114501953125 +[2025-03-25T11:17:39.442] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-25T11:17:39.447] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.447] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.448] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-25T11:17:39.452] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-25T11:17:39.467] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 14 ms . +[2025-03-25T11:17:39.467] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.4349822998046875 +[2025-03-25T11:17:39.468] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-25T11:17:39.470] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.471] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.474] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-25T11:17:39.475] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:17:39.475] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-25T11:17:39.475] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06108856201171875 +[2025-03-25T11:17:39.476] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-25T11:17:39.480] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.480] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.494] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-25T11:17:39.533] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed. +[2025-03-25T11:17:39.533] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 28 ms . +[2025-03-25T11:17:39.567] [DEBUG] debug-file - build config: +[2025-03-25T11:17:39.569] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: undefined, definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-25T11:17:39.570] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-25T11:17:39.572] [DEBUG] debug-file - default@CompileArkTS work[15] is submitted. +[2025-03-25T11:17:39.575] [DEBUG] debug-file - default@CompileArkTS work[15] is pushed to ready queue. +[2025-03-25T11:17:39.575] [DEBUG] debug-file - default@CompileArkTS work[15] is not dispatched. +[2025-03-25T11:17:39.575] [DEBUG] debug-file - CopyResources startTime: 218737435011583 +[2025-03-25T11:17:39.575] [DEBUG] debug-file - default@CompileArkTS work[16] is submitted. +[2025-03-25T11:17:39.577] [DEBUG] debug-file - default@CompileArkTS work[16] is pushed to ready queue. +[2025-03-25T11:17:39.577] [DEBUG] debug-file - default@CompileArkTS work[16] is not dispatched. +[2025-03-25T11:17:39.577] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.1294937133789062 +[2025-03-25T11:17:39.580] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.580] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.588] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-25T11:17:39.595] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.11714935302734375 +[2025-03-25T11:17:39.595] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 129 ms +[2025-03-25T11:17:39.595] [INFO] debug-file - Finished :entry:default@BuildJS... after 8 ms +[2025-03-25T11:17:39.600] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:39.600] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:39.605] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-25T11:17:39.606] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:17:39.608] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 2 ms . +[2025-03-25T11:17:39.608] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.069305419921875 +[2025-03-25T11:17:39.609] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-25T11:17:39.863] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:17:39.864] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-25T11:17:39.869] [DEBUG] debug-file - default@CompileArkTS work[16] has been dispatched to worker[6]. +[2025-03-25T11:17:40.476] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:17:40.476] [DEBUG] debug-file - A work dispatched to worker[6] failed because of worker busy. +[2025-03-25T11:17:40.476] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-25T11:17:40.477] [DEBUG] debug-file - default@CompileArkTS work[15] has been dispatched to worker[4]. +[2025-03-25T11:17:42.156] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T11:17:42.158] [DEBUG] debug-file - CopyResources is end, endTime: 218740017366583 +[2025-03-25T11:17:42.164] [DEBUG] debug-file - default@CompileArkTS work[16] done. +[2025-03-25T11:17:42.165] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T11:17:42.599] [DEBUG] debug-file - Ark compile task finished.finished time is 218740459500250 +[2025-03-25T11:17:42.600] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-25T11:17:42.615] [DEBUG] debug-file - default@CompileArkTS work[15] done. +[2025-03-25T11:17:42.621] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 2 s 173 ms +[2025-03-25T11:17:42.627] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:42.627] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:42.629] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-25T11:17:42.630] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:17:42.631] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 2 ms . +[2025-03-25T11:17:42.632] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.06463623046875 +[2025-03-25T11:17:42.632] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-25T11:17:42.635] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:42.635] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:42.645] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-25T11:17:42.652] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets' has been changed. +[2025-03-25T11:17:42.653] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 5 ms . +[2025-03-25T11:17:42.653] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:42.653] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:42.655] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-25T11:17:42.658] [DEBUG] debug-file - default@PackageHap work[17] is submitted. +[2025-03-25T11:17:42.659] [DEBUG] debug-file - default@PackageHap work[17] is pushed to ready queue. +[2025-03-25T11:17:42.659] [DEBUG] debug-file - default@PackageHap work[17] is not dispatched. +[2025-03-25T11:17:42.663] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.82177734375 +[2025-03-25T11:17:42.760] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:17:42.761] [DEBUG] debug-file - default@PackageHap work[17] has been dispatched to worker[6]. +[2025-03-25T11:17:42.818] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-25T11:17:42.826] [DEBUG] debug-file - current process memoryUsage: { + rss: 394625024, + heapTotal: 75546624, + heapUsed: 50527192, + external: 2616233, + arrayBuffers: 645344 +} os memoryUsage :7.8383026123046875 +[2025-03-25T11:17:43.271] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T11:17:43.271] [DEBUG] debug-file - default@PackageHap work[17] done. +[2025-03-25T11:17:43.271] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T11:17:43.272] [INFO] debug-file - Finished :entry:default@PackageHap... after 465 ms +[2025-03-25T11:17:43.273] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:43.273] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:43.274] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-25T11:17:43.274] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-25T11:17:43.274] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-25T11:17:43.274] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-25T11:17:43.274] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:43.274] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:43.275] [DEBUG] debug-file - entry : default@SignHap cost memory 0.10301971435546875 +[2025-03-25T11:17:43.275] [DEBUG] debug-file - runTaskFromQueue task cost before running: 4 s 809 ms +[2025-03-25T11:17:43.275] [INFO] debug-file - Finished :entry:default@SignHap... after 1 ms +[2025-03-25T11:17:43.276] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:43.276] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:43.277] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-25T11:17:43.280] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:17:43.280] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:17:43.280] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.19091033935546875 +[2025-03-25T11:17:43.280] [DEBUG] debug-file - runTaskFromQueue task cost before running: 4 s 814 ms +[2025-03-25T11:17:43.280] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 4 ms +[2025-03-25T11:17:43.281] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-25T11:17:43.281] [DEBUG] debug-file - entry : assembleHap cost memory 0.01166534423828125 +[2025-03-25T11:17:43.281] [DEBUG] debug-file - runTaskFromQueue task cost before running: 4 s 816 ms +[2025-03-25T11:17:43.281] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-25T11:17:43.283] [DEBUG] debug-file - BUILD SUCCESSFUL in 4 s 817 ms +[2025-03-25T11:17:43.283] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-25T11:17:43.284] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-25T11:17:43.284] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-25T11:17:43.284] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-25T11:17:43.284] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-25T11:17:43.284] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-25T11:17:43.285] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-25T11:17:43.285] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-25T11:17:43.285] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-25T11:17:43.285] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-25T11:17:43.286] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-25T11:17:43.286] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:2 ms . +[2025-03-25T11:17:43.286] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-25T11:17:43.286] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-25T11:17:43.286] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-25T11:17:43.286] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-25T11:17:43.286] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-25T11:17:43.286] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-25T11:17:43.286] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-25T11:17:43.287] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T11:17:43.287] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T11:17:43.288] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T11:17:43.288] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T11:17:43.288] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T11:17:43.288] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache from map. +[2025-03-25T11:17:43.288] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:17:43.288] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T11:17:43.288] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T11:17:43.288] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-25T11:17:43.288] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-25T11:17:43.289] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T11:17:43.289] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T11:17:43.289] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T11:17:43.289] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T11:17:43.289] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T11:17:43.289] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:17:43.289] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-25T11:17:43.289] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-25T11:17:43.289] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-25T11:17:43.289] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-25T11:17:43.290] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-25T11:17:43.290] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-25T11:17:43.290] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-25T11:17:43.290] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-25T11:17:43.290] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-25T11:17:43.290] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache from map. +[2025-03-25T11:17:43.291] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:17:43.291] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T11:17:43.291] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T11:17:43.291] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-25T11:17:43.291] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-25T11:17:43.291] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-25T11:17:43.291] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-25T11:17:43.291] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-25T11:17:43.291] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-25T11:17:43.291] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-25T11:17:43.292] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T11:17:43.292] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-25T11:17:43.292] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-25T11:17:43.292] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-25T11:17:43.303] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-25T11:17:43.303] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-25T11:17:43.303] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-25T11:17:43.303] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-25T11:17:43.304] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T11:17:43.310] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:17:43.310] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:17:43.310] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:17:43.311] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:17:43.313] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-25T11:18:06.550] [DEBUG] debug-file - session manager: set active socket. socketId=xpaKBw2-nurSto8ZAAAb +[2025-03-25T11:18:06.559] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:18:06.593] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T11:18:06.615] [DEBUG] debug-file - Cache service initialization finished in 23 ms +[2025-03-25T11:18:06.632] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:18:06.652] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:18:06.653] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:18:06.662] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T11:18:06.662] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T11:18:06.663] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T11:18:06.663] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T11:18:06.665] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T11:18:06.672] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T11:18:06.677] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T11:18:06.722] [DEBUG] debug-file - Sdk init in 50 ms +[2025-03-25T11:18:06.740] [DEBUG] debug-file - Project task initialization takes 17 ms +[2025-03-25T11:18:06.740] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:18:06.740] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:18:06.740] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:18:06.745] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:18:06.750] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:18:06.750] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:18:06.757] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T11:18:06.757] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T11:18:06.757] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T11:18:06.757] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T11:18:06.758] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T11:18:06.758] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T11:18:06.758] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:18:06.761] [DEBUG] debug-file - Module entry task initialization takes 2 ms +[2025-03-25T11:18:06.761] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:18:06.761] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:18:06.761] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:18:06.857] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 95 ms +[2025-03-25T11:18:06.858] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T11:18:06.858] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T11:18:06.862] [DEBUG] debug-file - load to the disk finished +[2025-03-25T11:18:06.864] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T11:18:06.864] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T11:18:06.865] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T11:18:06.866] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T11:18:06.868] [DEBUG] debug-file - Configuration phase cost:245 ms +[2025-03-25T11:18:06.870] [DEBUG] debug-file - Configuration task cost before running: 299 ms +[2025-03-25T11:18:06.870] [DEBUG] debug-file - Executing task :entry:init +[2025-03-25T11:18:06.871] [DEBUG] debug-file - entry : init cost memory 0.013031005859375 +[2025-03-25T11:18:06.871] [DEBUG] debug-file - runTaskFromQueue task cost before running: 299 ms +[2025-03-25T11:18:06.871] [INFO] debug-file - Finished :entry:init... after 1 ms +[2025-03-25T11:18:06.871] [DEBUG] debug-file - Executing task ::init +[2025-03-25T11:18:06.871] [DEBUG] debug-file - ClassMG : init cost memory 0.0118408203125 +[2025-03-25T11:18:06.871] [DEBUG] debug-file - runTaskFromQueue task cost before running: 300 ms +[2025-03-25T11:18:06.871] [INFO] debug-file - Finished ::init... after 1 ms +[2025-03-25T11:18:06.876] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:18:06.879] [DEBUG] debug-file - Module 'entry' target 'ohosTest' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} in this build. +[2025-03-25T11:18:06.881] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T11:18:06.949] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:18:06.950] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:18:06.954] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:18:06.955] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:18:11.458] [DEBUG] debug-file - session manager: set active socket. socketId=fY0IqxQJDmS5dZ5OAAAd +[2025-03-25T11:18:11.466] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:18:11.501] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T11:18:11.513] [DEBUG] debug-file - Cache service initialization finished in 12 ms +[2025-03-25T11:18:11.529] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:18:11.549] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:18:11.549] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:18:11.562] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T11:18:11.562] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T11:18:11.562] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T11:18:11.562] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T11:18:11.564] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T11:18:11.581] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T11:18:11.588] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T11:18:11.645] [DEBUG] debug-file - Sdk init in 63 ms +[2025-03-25T11:18:11.696] [DEBUG] debug-file - Project task initialization takes 50 ms +[2025-03-25T11:18:11.697] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:18:11.697] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:18:11.697] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:18:11.712] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:18:11.726] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:18:11.726] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:18:11.767] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T11:18:11.768] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T11:18:11.774] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T11:18:11.775] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T11:18:11.775] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T11:18:11.775] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T11:18:11.775] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:18:11.793] [DEBUG] debug-file - Module entry task initialization takes 4 ms +[2025-03-25T11:18:11.793] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:18:11.793] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:18:11.793] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:18:12.117] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 314 ms +[2025-03-25T11:18:12.119] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T11:18:12.122] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T11:18:12.130] [DEBUG] debug-file - load to the disk finished +[2025-03-25T11:18:12.133] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T11:18:12.133] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T11:18:12.134] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T11:18:12.134] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T11:18:12.142] [DEBUG] debug-file - Configuration phase cost:621 ms +[2025-03-25T11:18:12.148] [DEBUG] debug-file - Configuration task cost before running: 668 ms +[2025-03-25T11:18:12.156] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.156] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.164] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-25T11:18:12.170] [DEBUG] debug-file - entry:default@PreBuild is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T11:18:12.170] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 2 ms . +[2025-03-25T11:18:12.170] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.171] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.222] [DEBUG] debug-file - current product is not Atomic service. +[2025-03-25T11:18:12.223] [DEBUG] debug-file - Use tool [darwin: JAVA_HOME, CLASSPATH] + [ + { + JAVA_HOME: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home' + }, + { CLASSPATH: undefined } +] +[2025-03-25T11:18:12.223] [DEBUG] debug-file - Use tool [darwin: NODE_HOME] + [ + { + NODE_HOME: '/Applications/DevEco-Studio.app/Contents/tools/node/bin' + } +] +[2025-03-25T11:18:12.224] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.9266128540039062 +[2025-03-25T11:18:12.225] [DEBUG] debug-file - runTaskFromQueue task cost before running: 745 ms +[2025-03-25T11:18:12.227] [INFO] debug-file - Finished :entry:default@PreBuild... after 61 ms +[2025-03-25T11:18:12.230] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.230] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.231] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-25T11:18:12.231] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:18:12.232] [DEBUG] debug-file - entry:default@GenerateMetadata is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T11:18:12.232] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-25T11:18:12.232] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.232] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.234] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.13291168212890625 +[2025-03-25T11:18:12.235] [DEBUG] debug-file - runTaskFromQueue task cost before running: 755 ms +[2025-03-25T11:18:12.235] [INFO] debug-file - Finished :entry:default@GenerateMetadata... after 4 ms +[2025-03-25T11:18:12.240] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.240] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.241] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-25T11:18:12.242] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.242] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.242] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.0369873046875 +[2025-03-25T11:18:12.243] [DEBUG] debug-file - runTaskFromQueue task cost before running: 763 ms +[2025-03-25T11:18:12.243] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 2 ms +[2025-03-25T11:18:12.247] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.247] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.248] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-25T11:18:12.250] [DEBUG] debug-file - entry:default@MergeProfile is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T11:18:12.251] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 2 ms . +[2025-03-25T11:18:12.251] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.251] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.252] [DEBUG] debug-file - Change app api release type with 'Release' +[2025-03-25T11:18:12.252] [DEBUG] debug-file - Change app compile API version with '5.0.2.126' +[2025-03-25T11:18:12.252] [DEBUG] debug-file - Change app target API version with '50002014' +[2025-03-25T11:18:12.252] [DEBUG] debug-file - Change app minimum API version with '50002014' +[2025-03-25T11:18:12.253] [DEBUG] debug-file - Use cli appEnvironment +[2025-03-25T11:18:12.258] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.26578521728515625 +[2025-03-25T11:18:12.258] [DEBUG] debug-file - runTaskFromQueue task cost before running: 778 ms +[2025-03-25T11:18:12.258] [INFO] debug-file - Finished :entry:default@MergeProfile... after 10 ms +[2025-03-25T11:18:12.262] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.262] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.264] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-25T11:18:12.264] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:18:12.266] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 2 ms . +[2025-03-25T11:18:12.266] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.0880279541015625 +[2025-03-25T11:18:12.267] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-25T11:18:12.270] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.271] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.273] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-25T11:18:12.273] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.273] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.273] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0371856689453125 +[2025-03-25T11:18:12.274] [DEBUG] debug-file - runTaskFromQueue task cost before running: 794 ms +[2025-03-25T11:18:12.275] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-25T11:18:12.279] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.279] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.283] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-25T11:18:12.283] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:18:12.284] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-25T11:18:12.284] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.064208984375 +[2025-03-25T11:18:12.285] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-25T11:18:12.287] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.287] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.289] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-25T11:18:12.291] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-25T11:18:12.291] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-25T11:18:12.291] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.291] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.291] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10980224609375 +[2025-03-25T11:18:12.291] [DEBUG] debug-file - runTaskFromQueue task cost before running: 811 ms +[2025-03-25T11:18:12.292] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 3 ms +[2025-03-25T11:18:12.295] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.295] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.297] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-25T11:18:12.297] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.297] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.297] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03813934326171875 +[2025-03-25T11:18:12.297] [DEBUG] debug-file - runTaskFromQueue task cost before running: 817 ms +[2025-03-25T11:18:12.297] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-25T11:18:12.302] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.303] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.304] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-25T11:18:12.306] [DEBUG] debug-file - entry:default@MakePackInfo is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T11:18:12.306] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms . +[2025-03-25T11:18:12.306] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.307] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.310] [DEBUG] debug-file - Module Pack Info: { + summary: { + app: { bundleName: 'c***n', bundleType: 'app', version: [Object] }, + modules: [ [Object] ] + }, + packages: [ + { + deviceType: [Array], + moduleType: 'entry', + deliveryWithInstall: true, + name: 'entry-default' + } + ] +} +[2025-03-25T11:18:12.312] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.19176483154296875 +[2025-03-25T11:18:12.312] [DEBUG] debug-file - runTaskFromQueue task cost before running: 832 ms +[2025-03-25T11:18:12.313] [INFO] debug-file - Finished :entry:default@MakePackInfo... after 8 ms +[2025-03-25T11:18:12.316] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.316] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.319] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-25T11:18:12.319] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-25T11:18:12.320] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 2 ms +[2025-03-25T11:18:12.323] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-25T11:18:12.323] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms . +[2025-03-25T11:18:12.323] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.323] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.323] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.12628173828125 +[2025-03-25T11:18:12.323] [DEBUG] debug-file - runTaskFromQueue task cost before running: 843 ms +[2025-03-25T11:18:12.323] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 5 ms +[2025-03-25T11:18:12.326] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.326] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.328] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-25T11:18:12.328] [DEBUG] debug-file - entry:default@ProcessProfile is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json' has been changed. +[2025-03-25T11:18:12.328] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-25T11:18:12.329] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.329] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.330] [DEBUG] debug-file - [ + '/Applications/DevEco-Studio.app/Contents/tools/node/bin/node', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader/bin/ark/ts2abc.js', + '--target-api-version', + '14' +] +[2025-03-25T11:18:12.495] [DEBUG] debug-file - 12.0.6.0 +[2025-03-25T11:18:12.499] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.2881622314453125 +[2025-03-25T11:18:12.499] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 19 ms +[2025-03-25T11:18:12.500] [INFO] debug-file - Finished :entry:default@ProcessProfile... after 172 ms +[2025-03-25T11:18:12.507] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.507] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.509] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-25T11:18:12.512] [DEBUG] debug-file - entry:default@ProcessRouterMap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T11:18:12.512] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 3 ms . +[2025-03-25T11:18:12.512] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.512] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.514] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.1916351318359375 +[2025-03-25T11:18:12.514] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 34 ms +[2025-03-25T11:18:12.516] [INFO] debug-file - Finished :entry:default@ProcessRouterMap... after 6 ms +[2025-03-25T11:18:12.517] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.517] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.518] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-25T11:18:12.518] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.518] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.518] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.0518341064453125 +[2025-03-25T11:18:12.518] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 39 ms +[2025-03-25T11:18:12.519] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-25T11:18:12.521] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.521] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.522] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-25T11:18:12.525] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-25T11:18:12.527] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 2 ms . +[2025-03-25T11:18:12.527] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.13210296630859375 +[2025-03-25T11:18:12.530] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-25T11:18:12.532] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.532] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.536] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-25T11:18:12.549] [DEBUG] debug-file - entry:default@GenerateLoaderJson is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/temp-router-map.json' has been changed. +[2025-03-25T11:18:12.549] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 7 ms . +[2025-03-25T11:18:12.555] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.6903839111328125 +[2025-03-25T11:18:12.555] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 75 ms +[2025-03-25T11:18:12.559] [INFO] debug-file - Finished :entry:default@GenerateLoaderJson... after 19 ms +[2025-03-25T11:18:12.561] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.562] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.563] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-25T11:18:12.565] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-25T11:18:12.565] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.10404205322265625 +[2025-03-25T11:18:12.565] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-25T11:18:12.567] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:12.568] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:12.568] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-25T11:18:12.571] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-25T11:18:12.576] [DEBUG] debug-file - entry:default@CompileResource is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json' has been changed. +[2025-03-25T11:18:12.577] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 5 ms . +[2025-03-25T11:18:12.638] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool] + [ + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool', + '-l', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json' +] +[2025-03-25T11:18:12.641] [DEBUG] debug-file - current process memoryUsage: { + rss: 126959616, + heapTotal: 160481280, + heapUsed: 122132664, + external: 2987832, + arrayBuffers: 928500 +} os memoryUsage :7.9266357421875 +[2025-03-25T11:18:12.917] [DEBUG] debug-file - 03-25 11:18:12.915 69293 1846723 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-25 11:18:12.916 69293 1846723 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/AppScope/resources/base/media/app_icon.png + +[2025-03-25T11:18:12.922] [DEBUG] debug-file - 03-25 11:18:12.922 69293 1846723 E C01400/ImageTranscoder: TranscodeSLR Only zoom-out is supported. + +[2025-03-25T11:18:12.922] [DEBUG] debug-file - Warning: ScaleImage failed, error message: INVALID_PARAMETERS, file path = /Users/tian/Documents/DevEco/ClassMG/AppScope/resources/base/media/app_icon.png + +[2025-03-25T11:18:12.923] [DEBUG] debug-file - 03-25 11:18:12.922 69293 1846723 E C01400/ImageTranscoderUtils: DecodeToRGBA IN + +[2025-03-25T11:18:12.923] [DEBUG] debug-file - 03-25 11:18:12.922 69293 1846723 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/background.png + +[2025-03-25T11:18:12.983] [DEBUG] debug-file - 03-25 11:18:12.983 69293 1846723 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-25 11:18:12.983 69293 1846723 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/foreground.png + +[2025-03-25T11:18:13.042] [DEBUG] debug-file - Info: can't scale media json file. + +[2025-03-25T11:18:13.043] [DEBUG] debug-file - Warning: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/layered_image.json is not png format + +[2025-03-25T11:18:13.044] [DEBUG] debug-file - Info: restool resources compile success. + +[2025-03-25T11:18:13.046] [DEBUG] debug-file - astcenc customized so is not be opened when dlclose! + +[2025-03-25T11:18:13.051] [DEBUG] debug-file - entry : default@CompileResource cost memory -13.017890930175781 +[2025-03-25T11:18:13.051] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 571 ms +[2025-03-25T11:18:13.053] [INFO] debug-file - Finished :entry:default@CompileResource... after 481 ms +[2025-03-25T11:18:13.056] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:13.056] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:13.059] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-25T11:18:13.059] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:18:13.059] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-25T11:18:13.059] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.0618896484375 +[2025-03-25T11:18:13.060] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-25T11:18:13.061] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:13.062] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:13.064] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-25T11:18:13.069] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default' has been changed. +[2025-03-25T11:18:13.069] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 4 ms . +[2025-03-25T11:18:13.075] [DEBUG] debug-file - build config: +[2025-03-25T11:18:13.076] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-25T11:18:13.076] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-25T11:18:13.076] [DEBUG] debug-file - default@CompileArkTS work[18] is submitted. +[2025-03-25T11:18:13.077] [DEBUG] debug-file - default@CompileArkTS work[18] is pushed to ready queue. +[2025-03-25T11:18:13.077] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:18:13.077] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T11:18:13.077] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-25T11:18:13.078] [DEBUG] debug-file - default@CompileArkTS work[18] has been dispatched to worker[4]. +[2025-03-25T11:18:13.078] [DEBUG] debug-file - default@CompileArkTS work[18] is dispatched. +[2025-03-25T11:18:13.078] [DEBUG] debug-file - CopyResources startTime: 218770939192625 +[2025-03-25T11:18:13.078] [DEBUG] debug-file - default@CompileArkTS work[19] is submitted. +[2025-03-25T11:18:13.079] [DEBUG] debug-file - default@CompileArkTS work[19] is pushed to ready queue. +[2025-03-25T11:18:13.079] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:18:13.080] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-25T11:18:13.082] [DEBUG] debug-file - default@CompileArkTS work[19] has been dispatched to worker[6]. +[2025-03-25T11:18:13.082] [DEBUG] debug-file - default@CompileArkTS work[19] is dispatched. +[2025-03-25T11:18:13.083] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.307830810546875 +[2025-03-25T11:18:13.084] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:13.084] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:13.088] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-25T11:18:13.090] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.123687744140625 +[2025-03-25T11:18:13.090] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 610 ms +[2025-03-25T11:18:13.090] [INFO] debug-file - Finished :entry:default@BuildJS... after 3 ms +[2025-03-25T11:18:13.093] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:13.093] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:13.096] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-25T11:18:13.096] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:18:13.098] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 2 ms . +[2025-03-25T11:18:13.098] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.06903076171875 +[2025-03-25T11:18:13.098] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-25T11:18:13.413] [DEBUG] debug-file - Ark compile task finished.finished time is 218771273589583 +[2025-03-25T11:18:13.413] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-25T11:18:13.419] [DEBUG] debug-file - default@CompileArkTS work[18] done. +[2025-03-25T11:18:13.621] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-25T11:18:13.893] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T11:18:13.893] [DEBUG] debug-file - CopyResources is end, endTime: 218771753781750 +[2025-03-25T11:18:13.893] [DEBUG] debug-file - default@CompileArkTS work[19] done. +[2025-03-25T11:18:13.893] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T11:18:13.895] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 356 ms +[2025-03-25T11:18:13.896] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:13.896] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:13.897] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-25T11:18:13.897] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:18:13.897] [DEBUG] debug-file - entry:default@GeneratePkgModuleJson is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json' has been changed. +[2025-03-25T11:18:13.897] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-25T11:18:13.897] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:13.897] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:13.898] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.10376739501953125 +[2025-03-25T11:18:13.898] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 418 ms +[2025-03-25T11:18:13.898] [INFO] debug-file - Finished :entry:default@GeneratePkgModuleJson... after 2 ms +[2025-03-25T11:18:13.899] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:13.899] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:13.903] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-25T11:18:13.904] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json' has been changed. +[2025-03-25T11:18:13.904] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 2 ms . +[2025-03-25T11:18:13.904] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:13.904] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:13.905] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-25T11:18:13.906] [DEBUG] debug-file - default@PackageHap work[20] is submitted. +[2025-03-25T11:18:13.906] [DEBUG] debug-file - default@PackageHap work[20] is pushed to ready queue. +[2025-03-25T11:18:13.907] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T11:18:13.907] [DEBUG] debug-file - default@PackageHap work[20] has been dispatched to worker[6]. +[2025-03-25T11:18:13.907] [DEBUG] debug-file - default@PackageHap work[20] is dispatched. +[2025-03-25T11:18:13.908] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.6151657104492188 +[2025-03-25T11:18:13.962] [DEBUG] debug-file - current process memoryUsage: { + rss: 297598976, + heapTotal: 75546624, + heapUsed: 50628176, + external: 2616233, + arrayBuffers: 645344 +} os memoryUsage :7.8695068359375 +[2025-03-25T11:18:14.568] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T11:18:14.569] [DEBUG] debug-file - default@PackageHap work[20] done. +[2025-03-25T11:18:14.571] [INFO] debug-file - Finished :entry:default@PackageHap... after 613 ms +[2025-03-25T11:18:14.573] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:14.573] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:14.576] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-25T11:18:14.576] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-25T11:18:14.577] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-25T11:18:14.577] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-25T11:18:14.577] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:14.577] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:14.578] [DEBUG] debug-file - entry : default@SignHap cost memory 0.10492706298828125 +[2025-03-25T11:18:14.579] [DEBUG] debug-file - runTaskFromQueue task cost before running: 3 s 99 ms +[2025-03-25T11:18:14.580] [INFO] debug-file - Finished :entry:default@SignHap... after 4 ms +[2025-03-25T11:18:14.584] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:14.584] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:14.589] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-25T11:18:14.603] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:14.603] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:14.603] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.1898651123046875 +[2025-03-25T11:18:14.603] [DEBUG] debug-file - runTaskFromQueue task cost before running: 3 s 123 ms +[2025-03-25T11:18:14.603] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 14 ms +[2025-03-25T11:18:14.616] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-25T11:18:14.616] [DEBUG] debug-file - entry : assembleHap cost memory 0.01161956787109375 +[2025-03-25T11:18:14.616] [DEBUG] debug-file - runTaskFromQueue task cost before running: 3 s 136 ms +[2025-03-25T11:18:14.616] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-25T11:18:14.642] [DEBUG] debug-file - BUILD SUCCESSFUL in 3 s 162 ms +[2025-03-25T11:18:14.642] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T11:18:14.643] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T11:18:14.643] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T11:18:14.643] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/build-profile.json5 cache by regenerate. +[2025-03-25T11:18:14.643] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/main_pages.json cache by regenerate. +[2025-03-25T11:18:14.643] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/hvigor/hvigor-config.json5 cache by regenerate. +[2025-03-25T11:18:14.643] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T11:18:14.643] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5 cache by regenerate. +[2025-03-25T11:18:14.644] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/oh-package.json5 cache by regenerate. +[2025-03-25T11:18:14.644] [DEBUG] debug-file - Incremental task entry:default@PreBuild post-execution cost:2 ms . +[2025-03-25T11:18:14.657] [DEBUG] debug-file - Update task entry:default@GenerateMetadata input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T11:18:14.657] [DEBUG] debug-file - Update task entry:default@GenerateMetadata output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/hap_metadata/default/output_metadata.json cache. +[2025-03-25T11:18:14.657] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata post-execution cost:1 ms . +[2025-03-25T11:18:14.657] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T11:18:14.657] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T11:18:14.658] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T11:18:14.658] [DEBUG] debug-file - Update task entry:default@MergeProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json cache. +[2025-03-25T11:18:14.658] [DEBUG] debug-file - Incremental task entry:default@MergeProfile post-execution cost:1 ms . +[2025-03-25T11:18:14.658] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-25T11:18:14.658] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-25T11:18:14.659] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-25T11:18:14.659] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-25T11:18:14.659] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T11:18:14.659] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T11:18:14.659] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T11:18:14.659] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/backup_config.json cache by regenerate. +[2025-03-25T11:18:14.660] [DEBUG] debug-file - Update task entry:default@MakePackInfo output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache. +[2025-03-25T11:18:14.660] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo post-execution cost:2 ms . +[2025-03-25T11:18:14.660] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-25T11:18:14.661] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-25T11:18:14.661] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-25T11:18:14.662] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:2 ms . +[2025-03-25T11:18:14.662] [DEBUG] debug-file - Update task entry:default@ProcessProfile input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json cache from map. +[2025-03-25T11:18:14.662] [DEBUG] debug-file - Update task entry:default@ProcessProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json cache. +[2025-03-25T11:18:14.662] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile post-execution cost:1 ms . +[2025-03-25T11:18:14.681] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5 cache by regenerate. +[2025-03-25T11:18:14.688] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/oh-package.json5 cache by regenerate. +[2025-03-25T11:18:14.688] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T11:18:14.688] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:18:14.688] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/temp-router-map.json cache. +[2025-03-25T11:18:14.704] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/loader-router-map.json cache. +[2025-03-25T11:18:14.709] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap post-execution cost:31 ms . +[2025-03-25T11:18:14.709] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-25T11:18:14.716] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T11:18:14.716] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:18:14.716] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/temp-router-map.json cache from map. +[2025-03-25T11:18:14.716] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json cache. +[2025-03-25T11:18:14.739] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson post-execution cost:30 ms . +[2025-03-25T11:18:14.739] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-25T11:18:14.748] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources cache by regenerate. +[2025-03-25T11:18:14.750] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/resources cache by regenerate. +[2025-03-25T11:18:14.751] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json cache from map. +[2025-03-25T11:18:14.751] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json cache by regenerate. +[2025-03-25T11:18:14.751] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default cache. +[2025-03-25T11:18:14.784] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default/ResourceTable.h cache. +[2025-03-25T11:18:14.784] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default cache. +[2025-03-25T11:18:14.784] [DEBUG] debug-file - Incremental task entry:default@CompileResource post-execution cost:46 ms . +[2025-03-25T11:18:14.785] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-25T11:18:14.790] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache from map. +[2025-03-25T11:18:14.790] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T11:18:14.791] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T11:18:14.791] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T11:18:14.791] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T11:18:14.791] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate. +[2025-03-25T11:18:14.793] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:18:14.793] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T11:18:14.793] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T11:18:14.793] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-25T11:18:14.794] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:10 ms . +[2025-03-25T11:18:14.796] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T11:18:14.796] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T11:18:14.797] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T11:18:14.797] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T11:18:14.797] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T11:18:14.798] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:18:14.798] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-25T11:18:14.798] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:5 ms . +[2025-03-25T11:18:14.798] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-25T11:18:14.798] [DEBUG] debug-file - Update task entry:default@GeneratePkgModuleJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache from map. +[2025-03-25T11:18:14.798] [DEBUG] debug-file - Update task entry:default@GeneratePkgModuleJson output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json cache. +[2025-03-25T11:18:14.799] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson post-execution cost:1 ms . +[2025-03-25T11:18:14.800] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-25T11:18:14.800] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache from map. +[2025-03-25T11:18:14.800] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-25T11:18:14.802] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-25T11:18:14.803] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-25T11:18:14.804] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache by regenerate. +[2025-03-25T11:18:14.805] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:18:14.806] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T11:18:14.807] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T11:18:14.808] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-25T11:18:14.808] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-25T11:18:14.808] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-25T11:18:14.809] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:10 ms . +[2025-03-25T11:18:14.809] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-25T11:18:14.809] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-25T11:18:14.809] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-25T11:18:14.813] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T11:18:14.814] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-25T11:18:14.814] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-25T11:18:14.815] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:6 ms . +[2025-03-25T11:18:14.844] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-25T11:18:14.845] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-25T11:18:14.845] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-25T11:18:14.845] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-25T11:18:14.845] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T11:18:14.864] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-25T11:18:14.866] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:18:14.867] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:18:14.867] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:18:14.867] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:18:36.016] [DEBUG] debug-file - session manager: set active socket. socketId=Oln7htENF97r4J8qAAAf +[2025-03-25T11:18:36.023] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:18:36.049] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T11:18:36.062] [DEBUG] debug-file - Cache service initialization finished in 13 ms +[2025-03-25T11:18:36.085] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:18:36.111] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:18:36.111] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:18:36.129] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T11:18:36.129] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T11:18:36.129] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T11:18:36.130] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T11:18:36.132] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T11:18:36.144] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T11:18:36.156] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T11:18:36.238] [DEBUG] debug-file - Sdk init in 92 ms +[2025-03-25T11:18:36.270] [DEBUG] debug-file - Project task initialization takes 32 ms +[2025-03-25T11:18:36.271] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:18:36.271] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:18:36.271] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:18:36.280] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:18:36.284] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:18:36.284] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:18:36.294] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T11:18:36.295] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T11:18:36.295] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T11:18:36.295] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T11:18:36.296] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T11:18:36.296] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T11:18:36.296] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:18:36.298] [DEBUG] debug-file - Module entry task initialization takes 2 ms +[2025-03-25T11:18:36.298] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:18:36.298] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:18:36.298] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:18:36.428] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 129 ms +[2025-03-25T11:18:36.431] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T11:18:36.434] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T11:18:36.437] [DEBUG] debug-file - load to the disk finished +[2025-03-25T11:18:36.441] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T11:18:36.441] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T11:18:36.442] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T11:18:36.442] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T11:18:36.446] [DEBUG] debug-file - Configuration phase cost:375 ms +[2025-03-25T11:18:36.450] [DEBUG] debug-file - Configuration task cost before running: 422 ms +[2025-03-25T11:18:36.453] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.453] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.456] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-25T11:18:36.461] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 3 ms . +[2025-03-25T11:18:36.461] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.2100830078125 +[2025-03-25T11:18:36.466] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-25T11:18:36.471] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.471] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.472] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-25T11:18:36.473] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:18:36.474] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-25T11:18:36.474] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.08338165283203125 +[2025-03-25T11:18:36.475] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-25T11:18:36.477] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.477] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.477] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-25T11:18:36.478] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.478] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.478] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03682708740234375 +[2025-03-25T11:18:36.478] [DEBUG] debug-file - runTaskFromQueue task cost before running: 450 ms +[2025-03-25T11:18:36.479] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-25T11:18:36.482] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.482] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.483] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-25T11:18:36.485] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 2 ms . +[2025-03-25T11:18:36.485] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.091217041015625 +[2025-03-25T11:18:36.485] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-25T11:18:36.488] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.488] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.489] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-25T11:18:36.490] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:18:36.491] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 2 ms . +[2025-03-25T11:18:36.491] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08758544921875 +[2025-03-25T11:18:36.491] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-25T11:18:36.495] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.495] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.497] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-25T11:18:36.498] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.498] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.498] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.03704833984375 +[2025-03-25T11:18:36.498] [DEBUG] debug-file - runTaskFromQueue task cost before running: 470 ms +[2025-03-25T11:18:36.498] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-25T11:18:36.501] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.501] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.507] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-25T11:18:36.508] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:18:36.509] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-25T11:18:36.509] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06158447265625 +[2025-03-25T11:18:36.509] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-25T11:18:36.511] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.511] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.513] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-25T11:18:36.515] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-25T11:18:36.515] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 2 ms . +[2025-03-25T11:18:36.515] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.515] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.515] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10573577880859375 +[2025-03-25T11:18:36.515] [DEBUG] debug-file - runTaskFromQueue task cost before running: 487 ms +[2025-03-25T11:18:36.516] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 3 ms +[2025-03-25T11:18:36.518] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.518] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.519] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-25T11:18:36.519] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.520] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.520] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.037872314453125 +[2025-03-25T11:18:36.520] [DEBUG] debug-file - runTaskFromQueue task cost before running: 492 ms +[2025-03-25T11:18:36.520] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-25T11:18:36.530] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.530] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.536] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-25T11:18:36.540] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 3 ms . +[2025-03-25T11:18:36.540] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.12570953369140625 +[2025-03-25T11:18:36.541] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-25T11:18:36.543] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.543] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.545] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-25T11:18:36.545] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-25T11:18:36.546] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:18:36.547] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-25T11:18:36.548] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms . +[2025-03-25T11:18:36.548] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.548] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.548] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.12534332275390625 +[2025-03-25T11:18:36.548] [DEBUG] debug-file - runTaskFromQueue task cost before running: 520 ms +[2025-03-25T11:18:36.548] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 4 ms +[2025-03-25T11:18:36.552] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.553] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.555] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-25T11:18:36.556] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-25T11:18:36.556] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.04888916015625 +[2025-03-25T11:18:36.556] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-25T11:18:36.558] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.558] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.560] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-25T11:18:36.564] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 3 ms . +[2025-03-25T11:18:36.565] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.17133331298828125 +[2025-03-25T11:18:36.566] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-25T11:18:36.571] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.571] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.574] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-25T11:18:36.574] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.574] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.576] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05181884765625 +[2025-03-25T11:18:36.576] [DEBUG] debug-file - runTaskFromQueue task cost before running: 548 ms +[2025-03-25T11:18:36.585] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 3 ms +[2025-03-25T11:18:36.589] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.589] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.591] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-25T11:18:36.594] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-25T11:18:36.597] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 2 ms . +[2025-03-25T11:18:36.597] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.1285858154296875 +[2025-03-25T11:18:36.600] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-25T11:18:36.634] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.634] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.642] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-25T11:18:36.674] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 12 ms . +[2025-03-25T11:18:36.674] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5546112060546875 +[2025-03-25T11:18:36.680] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-25T11:18:36.683] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.683] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.684] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-25T11:18:36.691] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 4 ms . +[2025-03-25T11:18:36.692] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.09973907470703125 +[2025-03-25T11:18:36.701] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-25T11:18:36.707] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.707] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.708] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-25T11:18:36.713] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-25T11:18:36.729] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 13 ms . +[2025-03-25T11:18:36.729] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.43404388427734375 +[2025-03-25T11:18:36.730] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-25T11:18:36.733] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.734] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.737] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-25T11:18:36.738] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:18:36.739] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-25T11:18:36.739] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06095123291015625 +[2025-03-25T11:18:36.739] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-25T11:18:36.743] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.743] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.748] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-25T11:18:36.762] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 12 ms . +[2025-03-25T11:18:36.762] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 0.4157562255859375 +[2025-03-25T11:18:36.765] [INFO] debug-file - UP-TO-DATE :entry:default@CompileArkTS... +[2025-03-25T11:18:36.767] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.767] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.777] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-25T11:18:36.787] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.1168060302734375 +[2025-03-25T11:18:36.788] [DEBUG] debug-file - runTaskFromQueue task cost before running: 759 ms +[2025-03-25T11:18:36.788] [INFO] debug-file - Finished :entry:default@BuildJS... after 11 ms +[2025-03-25T11:18:36.791] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.791] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.795] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-25T11:18:36.795] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:18:36.797] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 2 ms . +[2025-03-25T11:18:36.798] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.0691680908203125 +[2025-03-25T11:18:36.798] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-25T11:18:36.800] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.800] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.802] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-25T11:18:36.802] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-25T11:18:36.803] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-25T11:18:36.803] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.0601806640625 +[2025-03-25T11:18:36.803] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-25T11:18:36.808] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.809] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.818] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-25T11:18:36.825] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 6 ms . +[2025-03-25T11:18:36.825] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.33026885986328125 +[2025-03-25T11:18:36.827] [INFO] debug-file - UP-TO-DATE :entry:default@PackageHap... +[2025-03-25T11:18:36.830] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.830] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.834] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-25T11:18:36.835] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-25T11:18:36.835] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap' does not exist. +[2025-03-25T11:18:36.836] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-25T11:18:36.836] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.836] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.836] [DEBUG] debug-file - entry : default@SignHap cost memory 0.10361480712890625 +[2025-03-25T11:18:36.836] [DEBUG] debug-file - runTaskFromQueue task cost before running: 808 ms +[2025-03-25T11:18:36.837] [INFO] debug-file - Finished :entry:default@SignHap... after 3 ms +[2025-03-25T11:18:36.840] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.840] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.841] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-25T11:18:36.847] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T11:18:36.847] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T11:18:36.847] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.18979644775390625 +[2025-03-25T11:18:36.847] [DEBUG] debug-file - runTaskFromQueue task cost before running: 819 ms +[2025-03-25T11:18:36.847] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 6 ms +[2025-03-25T11:18:36.849] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-25T11:18:36.850] [DEBUG] debug-file - entry : assembleHap cost memory 0.01165771484375 +[2025-03-25T11:18:36.850] [DEBUG] debug-file - runTaskFromQueue task cost before running: 821 ms +[2025-03-25T11:18:36.850] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-25T11:18:36.852] [DEBUG] debug-file - BUILD SUCCESSFUL in 823 ms +[2025-03-25T11:18:36.852] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-25T11:18:36.852] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-25T11:18:36.852] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-25T11:18:36.852] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-25T11:18:36.852] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-25T11:18:36.853] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-25T11:18:36.853] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-25T11:18:36.853] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-25T11:18:36.853] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-25T11:18:36.854] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-25T11:18:36.854] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-25T11:18:36.855] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:2 ms . +[2025-03-25T11:18:36.855] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-25T11:18:36.855] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-25T11:18:36.855] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-25T11:18:36.855] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-25T11:18:36.855] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-25T11:18:36.855] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-25T11:18:36.855] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-25T11:18:36.855] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileArkTS is up-to-date. +[2025-03-25T11:18:36.856] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T11:18:36.857] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T11:18:36.857] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T11:18:36.857] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T11:18:36.857] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T11:18:36.858] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T11:18:36.858] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-25T11:18:36.858] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:4 ms . +[2025-03-25T11:18:36.858] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-25T11:18:36.858] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-25T11:18:36.859] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PackageHap is up-to-date. +[2025-03-25T11:18:36.859] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache by regenerate. +[2025-03-25T11:18:36.859] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-25T11:18:36.859] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-25T11:18:36.863] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T11:18:36.863] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-25T11:18:36.864] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-25T11:18:36.864] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:5 ms . +[2025-03-25T11:18:36.893] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T11:18:37.065] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:18:37.065] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:18:37.067] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:18:37.067] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:24:57.462] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:24:57.463] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:24:57.467] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:24:57.989] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:24:57.992] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:24:57.994] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:24:57.994] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:24:57.994] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:24:58.337] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:24:58.338] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:24:58.340] [DEBUG] debug-file - session manager: receive watch compile data. +[2025-03-25T11:24:58.340] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:24:58.341] [DEBUG] debug-file - watch worker: receive watch compile tata. +[2025-03-25T11:24:58.678] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchCompileResult +[2025-03-25T11:24:58.679] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchCompileResult +[2025-03-25T11:25:16.308] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchStart +[2025-03-25T11:25:16.309] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchStart +[2025-03-25T11:25:16.876] [DEBUG] debug-file - watch worker: send response to session manager. Response type: WatchResult +[2025-03-25T11:25:16.877] [DEBUG] debug-file - session manager: watch message received from worker 1. Type: WatchResult +[2025-03-25T11:42:21.602] [DEBUG] debug-file - java daemon tryConnect failed Error: connect ECONNREFUSED 127.0.0.1:45050 +[2025-03-25T11:42:21.603] [DEBUG] debug-file - java daemon started at port 45050 pid 70090 +[2025-03-25T11:42:21.271] [DEBUG] debug-file - env: nodejsVersion=v18.20.1 +[2025-03-25T11:42:21.295] [DEBUG] debug-file - env: daemon=true +[2025-03-25T11:42:21.726] [DEBUG] debug-file - hvigor start cli arguments:{ + prop: [ 'product=default' ], + sync: true, + parallel: true, + incremental: true, + daemon: true, + _: [ '--analyze=normal' ], + env: { + PATH: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home/bin:/Applications/DevEco-Studio.app/Contents/tools/node/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/DevEco-Studio.app/Contents/tools/node/bin:/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin', + DEVECO_SDK_HOME: '/Applications/DevEco-Studio.app/Contents/sdk', + JAVA_HOME: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home', + 'npm_config_update-notifier': 'false', + HOMEBREW_PREFIX: '/opt/homebrew', + COMMAND_MODE: 'unix2003', + LOGNAME: 'tian', + HOMEBREW_REPOSITORY: '/opt/homebrew', + XPC_SERVICE_NAME: 'application.com.huawei.devecostudio.ds.130968900.130969607', + PWD: '/Users/tian/Documents/DevEco/ClassMG', + INFOPATH: '/opt/homebrew/share/info:', + 'user.country': 'CN', + __CFBundleIdentifier: 'com.huawei.devecostudio.ds', + HOMEBREW_PIP_INDEX_URL: 'http://mirrors.aliyun.com/pypi/simple', + CREATED_BY: 'deveco', + SHELL: '/bin/zsh', + NODE_HOME: '/Applications/DevEco-Studio.app/Contents/tools/node/bin', + HOMEBREW_BOTTLE_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles', + OLDPWD: '/', + HOMEBREW_CELLAR: '/opt/homebrew/Cellar', + GOPATH: '/Users/tian/Documents/GoPath', + USER: 'tian', + TMPDIR: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/', + 'npm_config_strict-ssl': '', + NO_UPDATE_NOTIFIER: 'true', + SSH_AUTH_SOCK: '/private/tmp/com.apple.launchd.9NRkARPpcJ/Listeners', + STM32CubeMX_PATH: '/Applications/STMicroelectronics/STM32CubeMX.app/Contents/Resourcesexport', + 'npm_config_@ohos:registry': 'https://repo.harmonyos.com/npm/', + XPC_FLAGS: '0x0', + npm_config_registry: 'https://repo.huaweicloud.com/repository/npm/', + __CF_USER_TEXT_ENCODING: '0x1F5:0x19:0x34', + LC_CTYPE: 'zh_CN.UTF-8', + IDEA_INITIAL_DIRECTORY: '/', + HOME: '/Users/tian', + HOMEBREW_API_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles/api', + 'npm_config_auto-install-peers': 'false', + ohpmBin: '/Applications/DevEco-Studio.app/Contents/tools/ohpm/bin/ohpm', + config: '{"product":"default"}', + WORKSPACE_DIR: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace', + NODE_PATH: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace/node_modules' + } +} +[2025-03-25T11:42:21.274] [DEBUG] debug-file - env: hvigor-config.json5 content = { + modelVersion: '5.0.2', + dependencies: {}, + execution: {}, + logging: {}, + debugging: {}, + nodeOptions: {} +} +[2025-03-25T11:42:21.763] [DEBUG] debug-file - session manager: set active socket. socketId=Wwy8209N0Ug7VqVqAAAB +[2025-03-25T11:42:22.232] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:42:22.242] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T11:42:22.248] [DEBUG] debug-file - Cache service initialization finished in 6 ms +[2025-03-25T11:42:22.255] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:42:23.289] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:42:23.289] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:42:23.446] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T11:42:23.446] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T11:42:23.446] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T11:42:23.447] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T11:42:23.449] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T11:42:23.458] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T11:42:23.460] [DEBUG] debug-file - Local scan or download HarmonyOS sdk components toolchains,ets,js,native,previewer +[2025-03-25T11:42:23.463] [DEBUG] debug-file - Local scan or download hmscore sdk components toolchains,ets,native +[2025-03-25T11:42:23.466] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T11:42:23.496] [DEBUG] debug-file - Sdk init in 37 ms +[2025-03-25T11:42:23.507] [DEBUG] debug-file - Project task initialization takes 10 ms +[2025-03-25T11:42:23.507] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:42:23.507] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:42:23.507] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T11:42:23.515] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:42:23.521] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T11:42:23.521] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T11:42:23.531] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T11:42:23.531] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T11:42:23.532] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T11:42:23.532] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T11:42:23.532] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T11:42:23.532] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T11:42:23.532] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:42:23.536] [DEBUG] debug-file - Module entry task initialization takes 3 ms +[2025-03-25T11:42:23.537] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T11:42:23.537] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:42:23.537] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T11:42:23.618] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 80 ms +[2025-03-25T11:42:23.619] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T11:42:23.621] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T11:42:23.624] [DEBUG] debug-file - load to the disk finished +[2025-03-25T11:42:23.629] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T11:42:23.629] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T11:42:23.631] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T11:42:23.631] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T11:42:23.634] [DEBUG] debug-file - Configuration phase cost:1 s 383 ms +[2025-03-25T11:42:23.636] [DEBUG] debug-file - Configuration task cost before running: 1 s 402 ms +[2025-03-25T11:42:23.637] [DEBUG] debug-file - Executing task :entry:init +[2025-03-25T11:42:23.637] [DEBUG] debug-file - entry : init cost memory 0.0154876708984375 +[2025-03-25T11:42:23.637] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 403 ms +[2025-03-25T11:42:23.637] [INFO] debug-file - Finished :entry:init... after 1 ms +[2025-03-25T11:42:23.637] [DEBUG] debug-file - Executing task ::init +[2025-03-25T11:42:23.637] [DEBUG] debug-file - ClassMG : init cost memory 0.2165069580078125 +[2025-03-25T11:42:23.637] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 403 ms +[2025-03-25T11:42:23.638] [INFO] debug-file - Finished ::init... after 1 ms +[2025-03-25T11:42:23.642] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T11:42:23.644] [DEBUG] debug-file - Module 'entry' target 'ohosTest' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} in this build. +[2025-03-25T11:42:23.647] [DEBUG] debug-file - Since there is no instance or instance is terminated, create a new worker pool. +[2025-03-25T11:42:23.647] [DEBUG] debug-file - Worker pool is initialized with config: { + minPoolNum: 2, + maxPoolNum: undefined, + maxCoreSize: undefined, + cacheCapacity: undefined, + cacheTtl: undefined +} +[2025-03-25T11:42:23.648] [DEBUG] debug-file - Create resident worker with id: 0. +[2025-03-25T11:42:23.650] [DEBUG] debug-file - Create resident worker with id: 1. +[2025-03-25T11:42:23.651] [DEBUG] debug-file - Cleanup worker 0. +[2025-03-25T11:42:23.651] [DEBUG] debug-file - Worker 0 has been cleaned up. +[2025-03-25T11:42:23.651] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-25T11:42:23.651] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-25T11:42:23.651] [DEBUG] debug-file - Cleanup worker 1. +[2025-03-25T11:42:23.652] [DEBUG] debug-file - Worker 1 has been cleaned up. +[2025-03-25T11:42:23.652] [DEBUG] debug-file - Current idle worker size: 0. +[2025-03-25T11:42:23.652] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-25T11:42:23.652] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T11:42:23.760] [DEBUG] debug-file - worker[0] exits with exit code 0. +[2025-03-25T11:42:23.760] [DEBUG] debug-file - worker[1] exits with exit code 0. +[2025-03-25T11:42:23.782] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:42:23.782] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T11:42:23.782] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T11:42:23.782] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T12:55:06.171] [DEBUG] debug-file - java daemon tryConnect failed Error: connect ECONNREFUSED 127.0.0.1:45050 +[2025-03-25T12:55:06.173] [DEBUG] debug-file - java daemon started at port 45050 pid 70725 +[2025-03-25T12:55:05.789] [DEBUG] debug-file - env: nodejsVersion=v18.20.1 +[2025-03-25T12:55:05.814] [DEBUG] debug-file - env: daemon=true +[2025-03-25T12:55:06.396] [DEBUG] debug-file - hvigor start cli arguments:{ + prop: [ 'product=default' ], + sync: true, + parallel: true, + incremental: true, + daemon: true, + _: [ '--analyze=normal' ], + env: { + PATH: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home/bin:/Applications/DevEco-Studio.app/Contents/tools/node/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/DevEco-Studio.app/Contents/tools/node/bin:/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin', + DEVECO_SDK_HOME: '/Applications/DevEco-Studio.app/Contents/sdk', + JAVA_HOME: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home', + 'npm_config_update-notifier': 'false', + HOMEBREW_PREFIX: '/opt/homebrew', + COMMAND_MODE: 'unix2003', + LOGNAME: 'tian', + HOMEBREW_REPOSITORY: '/opt/homebrew', + XPC_SERVICE_NAME: 'application.com.huawei.devecostudio.ds.130968900.130969607', + PWD: '/Users/tian/Documents/DevEco/ClassMG', + INFOPATH: '/opt/homebrew/share/info:', + 'user.country': 'CN', + __CFBundleIdentifier: 'com.huawei.devecostudio.ds', + HOMEBREW_PIP_INDEX_URL: 'http://mirrors.aliyun.com/pypi/simple', + CREATED_BY: 'deveco', + SHELL: '/bin/zsh', + NODE_HOME: '/Applications/DevEco-Studio.app/Contents/tools/node/bin', + HOMEBREW_BOTTLE_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles', + OLDPWD: '/', + HOMEBREW_CELLAR: '/opt/homebrew/Cellar', + GOPATH: '/Users/tian/Documents/GoPath', + USER: 'tian', + TMPDIR: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/', + 'npm_config_strict-ssl': '', + NO_UPDATE_NOTIFIER: 'true', + SSH_AUTH_SOCK: '/private/tmp/com.apple.launchd.9NRkARPpcJ/Listeners', + STM32CubeMX_PATH: '/Applications/STMicroelectronics/STM32CubeMX.app/Contents/Resourcesexport', + 'npm_config_@ohos:registry': 'https://repo.harmonyos.com/npm/', + XPC_FLAGS: '0x0', + npm_config_registry: 'https://repo.huaweicloud.com/repository/npm/', + __CF_USER_TEXT_ENCODING: '0x1F5:0x19:0x34', + LC_CTYPE: 'zh_CN.UTF-8', + IDEA_INITIAL_DIRECTORY: '/', + HOME: '/Users/tian', + HOMEBREW_API_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles/api', + 'npm_config_auto-install-peers': 'false', + ohpmBin: '/Applications/DevEco-Studio.app/Contents/tools/ohpm/bin/ohpm', + config: '{"product":"default"}', + WORKSPACE_DIR: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace', + NODE_PATH: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace/node_modules' + } +} +[2025-03-25T12:55:05.792] [DEBUG] debug-file - env: hvigor-config.json5 content = { + modelVersion: '5.0.2', + dependencies: {}, + execution: {}, + logging: {}, + debugging: {}, + nodeOptions: {} +} +[2025-03-25T12:55:06.452] [DEBUG] debug-file - session manager: set active socket. socketId=vutaDU4SGF-MgoI6AAAB +[2025-03-25T12:55:06.908] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T12:55:06.921] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T12:55:06.927] [DEBUG] debug-file - Cache service initialization finished in 6 ms +[2025-03-25T12:55:06.934] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T12:55:08.169] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T12:55:08.169] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T12:55:08.328] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T12:55:08.328] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T12:55:08.328] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T12:55:08.328] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T12:55:08.330] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T12:55:08.339] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T12:55:08.342] [DEBUG] debug-file - Local scan or download HarmonyOS sdk components toolchains,ets,js,native,previewer +[2025-03-25T12:55:08.344] [DEBUG] debug-file - Local scan or download hmscore sdk components toolchains,ets,native +[2025-03-25T12:55:08.347] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T12:55:08.375] [DEBUG] debug-file - Sdk init in 35 ms +[2025-03-25T12:55:08.388] [DEBUG] debug-file - Project task initialization takes 13 ms +[2025-03-25T12:55:08.388] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T12:55:08.388] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T12:55:08.389] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T12:55:08.392] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T12:55:08.397] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T12:55:08.397] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T12:55:08.405] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T12:55:08.405] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T12:55:08.406] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T12:55:08.406] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T12:55:08.406] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T12:55:08.406] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T12:55:08.406] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T12:55:08.411] [DEBUG] debug-file - Module entry task initialization takes 4 ms +[2025-03-25T12:55:08.411] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T12:55:08.411] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T12:55:08.411] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T12:55:08.478] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 66 ms +[2025-03-25T12:55:08.479] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T12:55:08.480] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T12:55:08.483] [DEBUG] debug-file - load to the disk finished +[2025-03-25T12:55:08.488] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T12:55:08.488] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T12:55:08.489] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T12:55:08.489] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T12:55:08.492] [DEBUG] debug-file - Configuration phase cost:1 s 563 ms +[2025-03-25T12:55:08.495] [DEBUG] debug-file - Configuration task cost before running: 1 s 584 ms +[2025-03-25T12:55:08.495] [DEBUG] debug-file - Executing task :entry:init +[2025-03-25T12:55:08.495] [DEBUG] debug-file - entry : init cost memory 0.0154876708984375 +[2025-03-25T12:55:08.495] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 584 ms +[2025-03-25T12:55:08.495] [INFO] debug-file - Finished :entry:init... after 1 ms +[2025-03-25T12:55:08.496] [DEBUG] debug-file - Executing task ::init +[2025-03-25T12:55:08.496] [DEBUG] debug-file - ClassMG : init cost memory 0.01282501220703125 +[2025-03-25T12:55:08.496] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 585 ms +[2025-03-25T12:55:08.496] [INFO] debug-file - Finished ::init... after 1 ms +[2025-03-25T12:55:08.500] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T12:55:08.502] [DEBUG] debug-file - Module 'entry' target 'ohosTest' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} in this build. +[2025-03-25T12:55:08.505] [DEBUG] debug-file - Since there is no instance or instance is terminated, create a new worker pool. +[2025-03-25T12:55:08.505] [DEBUG] debug-file - Worker pool is initialized with config: { + minPoolNum: 2, + maxPoolNum: undefined, + maxCoreSize: undefined, + cacheCapacity: undefined, + cacheTtl: undefined +} +[2025-03-25T12:55:08.506] [DEBUG] debug-file - Create resident worker with id: 0. +[2025-03-25T12:55:08.508] [DEBUG] debug-file - Create resident worker with id: 1. +[2025-03-25T12:55:08.510] [DEBUG] debug-file - Cleanup worker 0. +[2025-03-25T12:55:08.510] [DEBUG] debug-file - Worker 0 has been cleaned up. +[2025-03-25T12:55:08.510] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-25T12:55:08.510] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-25T12:55:08.510] [DEBUG] debug-file - Cleanup worker 1. +[2025-03-25T12:55:08.510] [DEBUG] debug-file - Worker 1 has been cleaned up. +[2025-03-25T12:55:08.510] [DEBUG] debug-file - Current idle worker size: 0. +[2025-03-25T12:55:08.510] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-25T12:55:08.510] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T12:55:08.624] [DEBUG] debug-file - worker[0] exits with exit code 0. +[2025-03-25T12:55:08.625] [DEBUG] debug-file - worker[1] exits with exit code 0. +[2025-03-25T12:55:08.647] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T12:55:08.647] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T12:55:08.647] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T12:55:08.647] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T13:03:12.042] [DEBUG] debug-file - session manager: set active socket. socketId=pnT5m5mynbUPnjRpAAAD +[2025-03-25T13:03:12.063] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T13:03:12.096] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T13:03:12.106] [DEBUG] debug-file - Cache service initialization finished in 10 ms +[2025-03-25T13:03:12.113] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T13:03:12.132] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T13:03:12.132] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T13:03:12.141] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T13:03:12.141] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T13:03:12.141] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T13:03:12.142] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T13:03:12.143] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T13:03:12.148] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T13:03:12.156] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T13:03:12.180] [DEBUG] debug-file - Sdk init in 32 ms +[2025-03-25T13:03:12.190] [DEBUG] debug-file - Project task initialization takes 10 ms +[2025-03-25T13:03:12.190] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T13:03:12.190] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T13:03:12.190] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T13:03:12.193] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T13:03:12.198] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T13:03:12.200] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T13:03:12.204] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T13:03:12.205] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T13:03:12.205] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T13:03:12.205] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T13:03:12.205] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T13:03:12.205] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T13:03:12.205] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T13:03:12.206] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-03-25T13:03:12.207] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T13:03:12.207] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T13:03:12.207] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T13:03:12.276] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 69 ms +[2025-03-25T13:03:12.277] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T13:03:12.278] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T13:03:12.281] [DEBUG] debug-file - load to the disk finished +[2025-03-25T13:03:12.283] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T13:03:12.283] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T13:03:12.283] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T13:03:12.284] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T13:03:12.285] [DEBUG] debug-file - Configuration phase cost:176 ms +[2025-03-25T13:03:12.286] [DEBUG] debug-file - Configuration task cost before running: 209 ms +[2025-03-25T13:03:12.289] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.289] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.293] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-25T13:03:12.298] [DEBUG] debug-file - entry:default@PreBuild is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T13:03:12.298] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 2 ms . +[2025-03-25T13:03:12.298] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.298] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.463] [DEBUG] debug-file - current product is not Atomic service. +[2025-03-25T13:03:12.463] [DEBUG] debug-file - Use tool [darwin: JAVA_HOME, CLASSPATH] + [ + { + JAVA_HOME: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home' + }, + { CLASSPATH: undefined } +] +[2025-03-25T13:03:12.463] [DEBUG] debug-file - Use tool [darwin: NODE_HOME] + [ + { + NODE_HOME: '/Applications/DevEco-Studio.app/Contents/tools/node/bin' + } +] +[2025-03-25T13:03:12.464] [DEBUG] debug-file - entry : default@PreBuild cost memory 5.968727111816406 +[2025-03-25T13:03:12.464] [DEBUG] debug-file - runTaskFromQueue task cost before running: 386 ms +[2025-03-25T13:03:12.465] [INFO] debug-file - Finished :entry:default@PreBuild... after 172 ms +[2025-03-25T13:03:12.466] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.466] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.466] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-25T13:03:12.467] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-25T13:03:12.467] [DEBUG] debug-file - entry:default@GenerateMetadata is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T13:03:12.467] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-25T13:03:12.467] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.467] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.469] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.154754638671875 +[2025-03-25T13:03:12.469] [DEBUG] debug-file - runTaskFromQueue task cost before running: 391 ms +[2025-03-25T13:03:12.469] [INFO] debug-file - Finished :entry:default@GenerateMetadata... after 3 ms +[2025-03-25T13:03:12.470] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.470] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.471] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-25T13:03:12.471] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.471] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.471] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.0373992919921875 +[2025-03-25T13:03:12.471] [DEBUG] debug-file - runTaskFromQueue task cost before running: 393 ms +[2025-03-25T13:03:12.471] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-25T13:03:12.473] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.473] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.473] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-25T13:03:12.474] [DEBUG] debug-file - entry:default@MergeProfile is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T13:03:12.474] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-25T13:03:12.474] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.474] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.474] [DEBUG] debug-file - Change app api release type with 'Release' +[2025-03-25T13:03:12.474] [DEBUG] debug-file - Change app compile API version with '5.0.2.126' +[2025-03-25T13:03:12.474] [DEBUG] debug-file - Change app target API version with '50002014' +[2025-03-25T13:03:12.474] [DEBUG] debug-file - Change app minimum API version with '50002014' +[2025-03-25T13:03:12.474] [DEBUG] debug-file - Use cli appEnvironment +[2025-03-25T13:03:12.476] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.29413604736328125 +[2025-03-25T13:03:12.476] [DEBUG] debug-file - runTaskFromQueue task cost before running: 398 ms +[2025-03-25T13:03:12.476] [INFO] debug-file - Finished :entry:default@MergeProfile... after 4 ms +[2025-03-25T13:03:12.478] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.478] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.478] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-25T13:03:12.479] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-25T13:03:12.480] [DEBUG] debug-file - entry:default@CreateBuildProfile is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets' has been changed. +[2025-03-25T13:03:12.480] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-25T13:03:12.480] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.480] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.481] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.150238037109375 +[2025-03-25T13:03:12.481] [DEBUG] debug-file - runTaskFromQueue task cost before running: 403 ms +[2025-03-25T13:03:12.481] [INFO] debug-file - Finished :entry:default@CreateBuildProfile... after 3 ms +[2025-03-25T13:03:12.483] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.483] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.483] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-25T13:03:12.483] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.483] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.483] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0374298095703125 +[2025-03-25T13:03:12.483] [DEBUG] debug-file - runTaskFromQueue task cost before running: 406 ms +[2025-03-25T13:03:12.484] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-25T13:03:12.485] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.485] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.490] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-25T13:03:12.490] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-25T13:03:12.490] [DEBUG] debug-file - entry:default@GeneratePkgContextInfo is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' has been changed. +[2025-03-25T13:03:12.490] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-25T13:03:12.491] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.09383392333984375 +[2025-03-25T13:03:12.491] [DEBUG] debug-file - runTaskFromQueue task cost before running: 413 ms +[2025-03-25T13:03:12.491] [INFO] debug-file - Finished :entry:default@GeneratePkgContextInfo... after 2 ms +[2025-03-25T13:03:12.492] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.492] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.493] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-25T13:03:12.495] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-25T13:03:12.495] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-25T13:03:12.495] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.495] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.495] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10912322998046875 +[2025-03-25T13:03:12.495] [DEBUG] debug-file - runTaskFromQueue task cost before running: 417 ms +[2025-03-25T13:03:12.495] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 2 ms +[2025-03-25T13:03:12.496] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.496] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.497] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-25T13:03:12.497] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.497] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.497] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03924560546875 +[2025-03-25T13:03:12.497] [DEBUG] debug-file - runTaskFromQueue task cost before running: 419 ms +[2025-03-25T13:03:12.497] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-25T13:03:12.499] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.499] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.499] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-25T13:03:12.500] [DEBUG] debug-file - entry:default@MakePackInfo is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T13:03:12.500] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms . +[2025-03-25T13:03:12.501] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.501] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.502] [DEBUG] debug-file - Module Pack Info: { + summary: { + app: { bundleName: 'c***n', bundleType: 'app', version: [Object] }, + modules: [ [Object] ] + }, + packages: [ + { + deviceType: [Array], + moduleType: 'entry', + deliveryWithInstall: true, + name: 'entry-default' + } + ] +} +[2025-03-25T13:03:12.502] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.232818603515625 +[2025-03-25T13:03:12.503] [DEBUG] debug-file - runTaskFromQueue task cost before running: 425 ms +[2025-03-25T13:03:12.503] [INFO] debug-file - Finished :entry:default@MakePackInfo... after 4 ms +[2025-03-25T13:03:12.504] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.505] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.505] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-25T13:03:12.506] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-25T13:03:12.506] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-25T13:03:12.530] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-25T13:03:12.530] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 25 ms . +[2025-03-25T13:03:12.530] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.530] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.530] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.15685272216796875 +[2025-03-25T13:03:12.530] [DEBUG] debug-file - runTaskFromQueue task cost before running: 453 ms +[2025-03-25T13:03:12.531] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 25 ms +[2025-03-25T13:03:12.532] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.532] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.533] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-25T13:03:12.533] [DEBUG] debug-file - entry:default@ProcessProfile is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json' has been changed. +[2025-03-25T13:03:12.533] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-25T13:03:12.533] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.533] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.534] [DEBUG] debug-file - [ + '/Applications/DevEco-Studio.app/Contents/tools/node/bin/node', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader/bin/ark/ts2abc.js', + '--target-api-version', + '14' +] +[2025-03-25T13:03:12.634] [DEBUG] debug-file - 12.0.6.0 +[2025-03-25T13:03:12.636] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.37200164794921875 +[2025-03-25T13:03:12.636] [DEBUG] debug-file - runTaskFromQueue task cost before running: 558 ms +[2025-03-25T13:03:12.637] [INFO] debug-file - Finished :entry:default@ProcessProfile... after 104 ms +[2025-03-25T13:03:12.638] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.638] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.639] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-25T13:03:12.641] [DEBUG] debug-file - entry:default@ProcessRouterMap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-25T13:03:12.641] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 2 ms . +[2025-03-25T13:03:12.641] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.641] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.642] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.1928863525390625 +[2025-03-25T13:03:12.642] [DEBUG] debug-file - runTaskFromQueue task cost before running: 564 ms +[2025-03-25T13:03:12.643] [INFO] debug-file - Finished :entry:default@ProcessRouterMap... after 3 ms +[2025-03-25T13:03:12.645] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.645] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.646] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-25T13:03:12.646] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.646] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.646] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05411529541015625 +[2025-03-25T13:03:12.646] [DEBUG] debug-file - runTaskFromQueue task cost before running: 569 ms +[2025-03-25T13:03:12.647] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-25T13:03:12.648] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.648] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.648] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-25T13:03:12.651] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-25T13:03:12.652] [DEBUG] debug-file - entry:default@ProcessResource is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json' has been changed. +[2025-03-25T13:03:12.652] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-25T13:03:12.652] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.652] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.653] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.18451690673828125 +[2025-03-25T13:03:12.654] [DEBUG] debug-file - runTaskFromQueue task cost before running: 577 ms +[2025-03-25T13:03:12.655] [INFO] debug-file - Finished :entry:default@ProcessResource... after 4 ms +[2025-03-25T13:03:12.656] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.656] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.659] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-25T13:03:12.672] [DEBUG] debug-file - entry:default@GenerateLoaderJson is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' has been changed. +[2025-03-25T13:03:12.672] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 9 ms . +[2025-03-25T13:03:12.676] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory -10.797660827636719 +[2025-03-25T13:03:12.676] [DEBUG] debug-file - runTaskFromQueue task cost before running: 598 ms +[2025-03-25T13:03:12.679] [INFO] debug-file - Finished :entry:default@GenerateLoaderJson... after 18 ms +[2025-03-25T13:03:12.680] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.680] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.680] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-25T13:03:12.684] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 2 ms . +[2025-03-25T13:03:12.684] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.11496734619140625 +[2025-03-25T13:03:12.685] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-25T13:03:12.686] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.686] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.687] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-25T13:03:12.688] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-25T13:03:12.690] [DEBUG] debug-file - entry:default@CompileResource is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources' has been changed. +[2025-03-25T13:03:12.690] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 2 ms . +[2025-03-25T13:03:12.706] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool] + [ + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool', + '-l', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json' +] +[2025-03-25T13:03:12.708] [DEBUG] debug-file - current process memoryUsage: { + rss: 151601152, + heapTotal: 163971072, + heapUsed: 135261160, + external: 3102551, + arrayBuffers: 1048255 +} os memoryUsage :7.8894195556640625 +[2025-03-25T13:03:12.875] [DEBUG] debug-file - 03-25 13:03:12.874 71311 1907853 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-25 13:03:12.875 71311 1907853 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/AppScope/resources/base/media/app_icon.png + +[2025-03-25T13:03:12.880] [DEBUG] debug-file - 03-25 13:03:12.880 71311 1907853 E C01400/ImageTranscoder: TranscodeSLR Only zoom-out is supported. + +[2025-03-25T13:03:12.881] [DEBUG] debug-file - Warning: ScaleImage failed, error message: INVALID_PARAMETERS, file path = /Users/tian/Documents/DevEco/ClassMG/AppScope/resources/base/media/app_icon.png + +[2025-03-25T13:03:12.881] [DEBUG] debug-file - 03-25 13:03:12.881 71311 1907853 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-25 13:03:12.881 71311 1907853 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/background.png + +[2025-03-25T13:03:12.916] [DEBUG] debug-file - 03-25 13:03:12.915 71311 1907853 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-25 13:03:12.915 71311 1907853 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/foreground.png + +[2025-03-25T13:03:12.946] [DEBUG] debug-file - Info: can't scale media json file. +Warning: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/layered_image.json is not png format +Info: restool resources compile success. + +[2025-03-25T13:03:12.948] [DEBUG] debug-file - astcenc customized so is not be opened when dlclose! + +[2025-03-25T13:03:12.952] [DEBUG] debug-file - entry : default@CompileResource cost memory 7.884101867675781 +[2025-03-25T13:03:12.952] [DEBUG] debug-file - runTaskFromQueue task cost before running: 874 ms +[2025-03-25T13:03:12.952] [INFO] debug-file - Finished :entry:default@CompileResource... after 265 ms +[2025-03-25T13:03:12.954] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.954] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.955] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-25T13:03:12.955] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-25T13:03:12.956] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-25T13:03:12.956] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.0632171630859375 +[2025-03-25T13:03:12.956] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-25T13:03:12.957] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.957] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.959] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-25T13:03:12.963] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default' has been changed. +[2025-03-25T13:03:12.964] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 3 ms . +[2025-03-25T13:03:12.972] [DEBUG] debug-file - build config: +[2025-03-25T13:03:12.972] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-25T13:03:12.973] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-25T13:03:12.974] [DEBUG] debug-file - default@CompileArkTS work[0] is submitted. +[2025-03-25T13:03:12.976] [DEBUG] debug-file - default@CompileArkTS work[0] is pushed to ready queue. +[2025-03-25T13:03:12.976] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T13:03:12.976] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T13:03:12.976] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-25T13:03:12.976] [DEBUG] debug-file - Create resident worker with id: 4. +[2025-03-25T13:03:12.979] [DEBUG] debug-file - default@CompileArkTS work[0] has been dispatched to worker[4]. +[2025-03-25T13:03:12.979] [DEBUG] debug-file - default@CompileArkTS work[0] is dispatched. +[2025-03-25T13:03:12.980] [DEBUG] debug-file - CopyResources startTime: 225070943862208 +[2025-03-25T13:03:12.980] [DEBUG] debug-file - default@CompileArkTS work[1] is submitted. +[2025-03-25T13:03:12.980] [DEBUG] debug-file - default@CompileArkTS work[1] is pushed to ready queue. +[2025-03-25T13:03:12.980] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T13:03:12.980] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-25T13:03:12.981] [DEBUG] debug-file - default@CompileArkTS work[1] has been dispatched to worker[6]. +[2025-03-25T13:03:12.981] [DEBUG] debug-file - default@CompileArkTS work[1] is dispatched. +[2025-03-25T13:03:12.981] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.8782424926757812 +[2025-03-25T13:03:12.984] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.984] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:12.991] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-25T13:03:12.993] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.12223052978515625 +[2025-03-25T13:03:12.993] [DEBUG] debug-file - runTaskFromQueue task cost before running: 915 ms +[2025-03-25T13:03:12.993] [INFO] debug-file - Finished :entry:default@BuildJS... after 3 ms +[2025-03-25T13:03:12.997] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:12.997] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:13.001] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-25T13:03:13.001] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-25T13:03:13.005] [DEBUG] debug-file - entry:default@CacheNativeLibs is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/patch/default/base_native_libs.json' has been changed. +[2025-03-25T13:03:13.005] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 2 ms . +[2025-03-25T13:03:13.005] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:13.005] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:13.005] [DEBUG] debug-file - default@CacheNativeLibs work[2] is submitted. +[2025-03-25T13:03:13.007] [DEBUG] debug-file - default@CacheNativeLibs work[2] is pushed to ready queue. +[2025-03-25T13:03:13.007] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T13:03:13.007] [DEBUG] debug-file - A work dispatched to worker[6] failed because of worker busy. +[2025-03-25T13:03:13.007] [DEBUG] debug-file - Create resident worker with id: 5. +[2025-03-25T13:03:13.008] [DEBUG] debug-file - default@CacheNativeLibs work[2] has been dispatched to worker[5]. +[2025-03-25T13:03:13.008] [DEBUG] debug-file - default@CacheNativeLibs work[2] is dispatched. +[2025-03-25T13:03:13.009] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.27767181396484375 +[2025-03-25T13:03:14.082] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T13:03:14.082] [DEBUG] debug-file - CopyResources is end, endTime: 225072046612208 +[2025-03-25T13:03:14.083] [DEBUG] debug-file - default@CompileArkTS work[1] done. +[2025-03-25T13:03:14.083] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T13:03:14.899] [DEBUG] debug-file - worker[5] has one work done. +[2025-03-25T13:03:14.899] [DEBUG] debug-file - default@CacheNativeLibs work[2] done. +[2025-03-25T13:03:14.899] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-25T13:03:14.900] [INFO] debug-file - Finished :entry:default@CacheNativeLibs... after 16 ms +[2025-03-25T13:03:21.865] [DEBUG] debug-file - Ark compile task finished.finished time is 225079828736041 +[2025-03-25T13:03:21.864] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-25T13:03:21.868] [DEBUG] debug-file - default@CompileArkTS work[0] done. +[2025-03-25T13:03:21.868] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-25T13:03:21.870] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 7 s 9 ms +[2025-03-25T13:03:21.871] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:21.871] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:21.871] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-25T13:03:21.871] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-25T13:03:21.872] [DEBUG] debug-file - entry:default@GeneratePkgModuleJson is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json' has been changed. +[2025-03-25T13:03:21.872] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-25T13:03:21.872] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:21.872] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:21.873] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory -0.7664337158203125 +[2025-03-25T13:03:21.873] [DEBUG] debug-file - runTaskFromQueue task cost before running: 9 s 795 ms +[2025-03-25T13:03:21.873] [INFO] debug-file - Finished :entry:default@GeneratePkgModuleJson... after 2 ms +[2025-03-25T13:03:21.875] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:21.875] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:21.878] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-25T13:03:21.880] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json' has been changed. +[2025-03-25T13:03:21.880] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 2 ms . +[2025-03-25T13:03:21.880] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:21.880] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:21.882] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-25T13:03:21.883] [DEBUG] debug-file - default@PackageHap work[3] is submitted. +[2025-03-25T13:03:21.884] [DEBUG] debug-file - default@PackageHap work[3] is pushed to ready queue. +[2025-03-25T13:03:21.884] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-25T13:03:21.884] [DEBUG] debug-file - default@PackageHap work[3] has been dispatched to worker[6]. +[2025-03-25T13:03:21.884] [DEBUG] debug-file - default@PackageHap work[3] is dispatched. +[2025-03-25T13:03:21.886] [DEBUG] debug-file - entry : default@PackageHap cost memory -0.1872406005859375 +[2025-03-25T13:03:21.926] [DEBUG] debug-file - current process memoryUsage: { + rss: 496877568, + heapTotal: 75546624, + heapUsed: 50772064, + external: 2616233, + arrayBuffers: 645344 +} os memoryUsage :7.9047393798828125 +[2025-03-25T13:03:22.429] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-25T13:03:22.430] [DEBUG] debug-file - default@PackageHap work[3] done. +[2025-03-25T13:03:22.430] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-25T13:03:22.431] [INFO] debug-file - Finished :entry:default@PackageHap... after 515 ms +[2025-03-25T13:03:22.432] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:22.432] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:22.433] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-25T13:03:22.433] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-25T13:03:22.434] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-25T13:03:22.434] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-25T13:03:22.434] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:22.434] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:22.434] [DEBUG] debug-file - entry : default@SignHap cost memory 0.104461669921875 +[2025-03-25T13:03:22.434] [DEBUG] debug-file - runTaskFromQueue task cost before running: 10 s 356 ms +[2025-03-25T13:03:22.434] [INFO] debug-file - Finished :entry:default@SignHap... after 2 ms +[2025-03-25T13:03:22.435] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:22.435] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:22.435] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-25T13:03:22.437] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:03:22.437] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:03:22.437] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.19574737548828125 +[2025-03-25T13:03:22.438] [DEBUG] debug-file - runTaskFromQueue task cost before running: 10 s 360 ms +[2025-03-25T13:03:22.438] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 3 ms +[2025-03-25T13:03:22.439] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-25T13:03:22.439] [DEBUG] debug-file - entry : assembleHap cost memory 0.011871337890625 +[2025-03-25T13:03:22.439] [DEBUG] debug-file - runTaskFromQueue task cost before running: 10 s 361 ms +[2025-03-25T13:03:22.439] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-25T13:03:22.440] [DEBUG] debug-file - BUILD SUCCESSFUL in 10 s 363 ms +[2025-03-25T13:03:22.441] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T13:03:22.441] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T13:03:22.441] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T13:03:22.441] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/build-profile.json5 cache by regenerate. +[2025-03-25T13:03:22.441] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/main_pages.json cache by regenerate. +[2025-03-25T13:03:22.441] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/hvigor/hvigor-config.json5 cache by regenerate. +[2025-03-25T13:03:22.442] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T13:03:22.442] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5 cache by regenerate. +[2025-03-25T13:03:22.442] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/oh-package.json5 cache by regenerate. +[2025-03-25T13:03:22.442] [DEBUG] debug-file - Incremental task entry:default@PreBuild post-execution cost:1 ms . +[2025-03-25T13:03:22.442] [DEBUG] debug-file - Update task entry:default@GenerateMetadata input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T13:03:22.442] [DEBUG] debug-file - Update task entry:default@GenerateMetadata output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/hap_metadata/default/output_metadata.json cache. +[2025-03-25T13:03:22.442] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata post-execution cost:1 ms . +[2025-03-25T13:03:22.442] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T13:03:22.442] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T13:03:22.442] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T13:03:22.442] [DEBUG] debug-file - Update task entry:default@MergeProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json cache. +[2025-03-25T13:03:22.442] [DEBUG] debug-file - Incremental task entry:default@MergeProfile post-execution cost:1 ms . +[2025-03-25T13:03:22.442] [DEBUG] debug-file - Update task entry:default@CreateBuildProfile input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T13:03:22.442] [DEBUG] debug-file - Update task entry:default@CreateBuildProfile input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T13:03:22.442] [DEBUG] debug-file - Update task entry:default@CreateBuildProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache. +[2025-03-25T13:03:22.442] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile post-execution cost:1 ms . +[2025-03-25T13:03:22.442] [DEBUG] debug-file - Update task entry:default@GeneratePkgContextInfo output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache. +[2025-03-25T13:03:22.442] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo post-execution cost:1 ms . +[2025-03-25T13:03:22.443] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-25T13:03:22.443] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-25T13:03:22.443] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-25T13:03:22.443] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T13:03:22.443] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-25T13:03:22.443] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/backup_config.json cache by regenerate. +[2025-03-25T13:03:22.444] [DEBUG] debug-file - Update task entry:default@MakePackInfo output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache. +[2025-03-25T13:03:22.444] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo post-execution cost:1 ms . +[2025-03-25T13:03:22.444] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-25T13:03:22.445] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-25T13:03:22.445] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-25T13:03:22.445] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:2 ms . +[2025-03-25T13:03:22.445] [DEBUG] debug-file - Update task entry:default@ProcessProfile input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json cache from map. +[2025-03-25T13:03:22.445] [DEBUG] debug-file - Update task entry:default@ProcessProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json cache. +[2025-03-25T13:03:22.445] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile post-execution cost:1 ms . +[2025-03-25T13:03:22.446] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5 cache by regenerate. +[2025-03-25T13:03:22.446] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/oh-package.json5 cache by regenerate. +[2025-03-25T13:03:22.446] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-25T13:03:22.446] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T13:03:22.446] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/temp-router-map.json cache. +[2025-03-25T13:03:22.446] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/loader-router-map.json cache. +[2025-03-25T13:03:22.446] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap post-execution cost:1 ms . +[2025-03-25T13:03:22.446] [DEBUG] debug-file - Update task entry:default@ProcessResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json cache. +[2025-03-25T13:03:22.446] [DEBUG] debug-file - Update task entry:default@ProcessResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/opt-compression.json cache. +[2025-03-25T13:03:22.447] [DEBUG] debug-file - Incremental task entry:default@ProcessResource post-execution cost:1 ms . +[2025-03-25T13:03:22.448] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T13:03:22.448] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache from map. +[2025-03-25T13:03:22.448] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/temp-router-map.json cache by regenerate. +[2025-03-25T13:03:22.448] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json cache. +[2025-03-25T13:03:22.448] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson post-execution cost:2 ms . +[2025-03-25T13:03:22.448] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-25T13:03:22.448] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources cache from map. +[2025-03-25T13:03:22.448] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/resources cache by regenerate. +[2025-03-25T13:03:22.448] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json cache by regenerate. +[2025-03-25T13:03:22.448] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json cache by regenerate. +[2025-03-25T13:03:22.449] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default cache. +[2025-03-25T13:03:22.449] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default/ResourceTable.h cache. +[2025-03-25T13:03:22.449] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default cache. +[2025-03-25T13:03:22.450] [DEBUG] debug-file - Incremental task entry:default@CompileResource post-execution cost:2 ms . +[2025-03-25T13:03:22.450] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-25T13:03:22.450] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache from map. +[2025-03-25T13:03:22.451] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T13:03:22.451] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T13:03:22.451] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T13:03:22.451] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T13:03:22.451] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate. +[2025-03-25T13:03:22.451] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T13:03:22.452] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T13:03:22.452] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-25T13:03:22.452] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-25T13:03:22.452] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:3 ms . +[2025-03-25T13:03:22.452] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T13:03:22.453] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T13:03:22.453] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T13:03:22.453] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T13:03:22.453] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T13:03:22.453] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T13:03:22.453] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-25T13:03:22.453] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-25T13:03:22.453] [DEBUG] debug-file - Update task entry:default@CacheNativeLibs input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-25T13:03:22.453] [DEBUG] debug-file - Update task entry:default@CacheNativeLibs input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-25T13:03:22.453] [DEBUG] debug-file - Update task entry:default@CacheNativeLibs output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/patch/default/base_native_libs.json cache. +[2025-03-25T13:03:22.453] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs post-execution cost:1 ms . +[2025-03-25T13:03:22.453] [DEBUG] debug-file - Update task entry:default@GeneratePkgModuleJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache from map. +[2025-03-25T13:03:22.453] [DEBUG] debug-file - Update task entry:default@GeneratePkgModuleJson output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json cache. +[2025-03-25T13:03:22.453] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson post-execution cost:1 ms . +[2025-03-25T13:03:22.454] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-25T13:03:22.454] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache from map. +[2025-03-25T13:03:22.454] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-25T13:03:22.454] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-25T13:03:22.454] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-25T13:03:22.454] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache by regenerate. +[2025-03-25T13:03:22.454] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T13:03:22.454] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T13:03:22.454] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-25T13:03:22.455] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-25T13:03:22.455] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-25T13:03:22.455] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-25T13:03:22.455] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-25T13:03:22.455] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-25T13:03:22.455] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-25T13:03:22.455] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-25T13:03:22.456] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T13:03:22.456] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-25T13:03:22.456] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-25T13:03:22.456] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-25T13:03:22.469] [DEBUG] debug-file - Cleanup worker 5. +[2025-03-25T13:03:22.469] [DEBUG] debug-file - Worker 5 has been cleaned up. +[2025-03-25T13:03:22.469] [DEBUG] debug-file - Current idle worker size: 2. +[2025-03-25T13:03:22.469] [DEBUG] debug-file - Current resident worker size: 3. +[2025-03-25T13:03:22.469] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-25T13:03:22.469] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-25T13:03:22.469] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-25T13:03:22.469] [DEBUG] debug-file - Current resident worker size: 3. +[2025-03-25T13:03:22.470] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T13:03:22.478] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-25T13:03:22.480] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T13:03:22.481] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T13:03:22.481] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T13:03:22.481] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T13:03:22.483] [DEBUG] debug-file - worker[5] exits with exit code 1. +[2025-03-25T13:04:01.155] [DEBUG] debug-file - session manager: set active socket. socketId=4zcjhMbhLFM0STTaAAAF +[2025-03-25T13:04:01.169] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T13:04:01.192] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-25T13:04:01.204] [DEBUG] debug-file - Cache service initialization finished in 12 ms +[2025-03-25T13:04:01.220] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T13:04:01.598] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T13:04:01.598] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T13:04:01.652] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-25T13:04:01.653] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-25T13:04:01.654] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-25T13:04:01.655] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-25T13:04:01.660] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-25T13:04:01.677] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-25T13:04:01.702] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-25T13:04:01.773] [DEBUG] debug-file - Sdk init in 90 ms +[2025-03-25T13:04:01.813] [DEBUG] debug-file - Project task initialization takes 38 ms +[2025-03-25T13:04:01.814] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T13:04:01.814] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T13:04:01.814] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-25T13:04:01.825] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T13:04:01.837] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-25T13:04:01.837] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-25T13:04:01.871] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-25T13:04:01.872] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-25T13:04:01.873] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-25T13:04:01.874] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-25T13:04:01.874] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-25T13:04:01.874] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-25T13:04:01.875] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-25T13:04:01.896] [DEBUG] debug-file - Module entry task initialization takes 12 ms +[2025-03-25T13:04:01.897] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-25T13:04:01.897] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T13:04:01.897] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-25T13:04:02.114] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 214 ms +[2025-03-25T13:04:02.117] [DEBUG] debug-file - project has submodules:entry +[2025-03-25T13:04:02.121] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-25T13:04:02.131] [DEBUG] debug-file - load to the disk finished +[2025-03-25T13:04:02.139] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-25T13:04:02.140] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-25T13:04:02.143] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-25T13:04:02.143] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-25T13:04:02.154] [DEBUG] debug-file - Configuration phase cost:945 ms +[2025-03-25T13:04:02.168] [DEBUG] debug-file - Configuration task cost before running: 992 ms +[2025-03-25T13:04:02.175] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.175] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.181] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-25T13:04:02.195] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 10 ms . +[2025-03-25T13:04:02.196] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.252471923828125 +[2025-03-25T13:04:02.198] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-25T13:04:02.200] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.201] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.202] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-25T13:04:02.202] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-25T13:04:02.204] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-25T13:04:02.205] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.08376312255859375 +[2025-03-25T13:04:02.205] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-25T13:04:02.208] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.209] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.209] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-25T13:04:02.210] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.210] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.211] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03722381591796875 +[2025-03-25T13:04:02.211] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 35 ms +[2025-03-25T13:04:02.212] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 3 ms +[2025-03-25T13:04:02.402] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.403] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.417] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-25T13:04:02.429] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 10 ms . +[2025-03-25T13:04:02.430] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.09949493408203125 +[2025-03-25T13:04:02.430] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-25T13:04:02.433] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.433] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.435] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-25T13:04:02.440] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 3 ms +[2025-03-25T13:04:02.442] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-25T13:04:02.442] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.0886688232421875 +[2025-03-25T13:04:02.442] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-25T13:04:02.445] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.446] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.447] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-25T13:04:02.447] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.447] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.448] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0374908447265625 +[2025-03-25T13:04:02.448] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 272 ms +[2025-03-25T13:04:02.448] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-25T13:04:02.452] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.452] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.462] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-25T13:04:02.463] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-25T13:04:02.464] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-25T13:04:02.464] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.0625152587890625 +[2025-03-25T13:04:02.465] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-25T13:04:02.470] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.470] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.472] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-25T13:04:02.475] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-25T13:04:02.475] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 2 ms . +[2025-03-25T13:04:02.475] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.475] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.475] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10662078857421875 +[2025-03-25T13:04:02.476] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 300 ms +[2025-03-25T13:04:02.479] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 4 ms +[2025-03-25T13:04:02.492] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.492] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.496] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-25T13:04:02.496] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.496] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.496] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03824615478515625 +[2025-03-25T13:04:02.496] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 320 ms +[2025-03-25T13:04:02.497] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-25T13:04:02.502] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.502] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.505] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-25T13:04:02.508] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms . +[2025-03-25T13:04:02.508] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.13051605224609375 +[2025-03-25T13:04:02.510] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-25T13:04:02.512] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.512] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.514] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-25T13:04:02.514] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-25T13:04:02.514] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-25T13:04:02.521] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-25T13:04:02.529] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 15 ms . +[2025-03-25T13:04:02.529] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.529] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.529] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.1266632080078125 +[2025-03-25T13:04:02.529] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 353 ms +[2025-03-25T13:04:02.530] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 16 ms +[2025-03-25T13:04:02.535] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.535] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.536] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-25T13:04:02.539] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 3 ms . +[2025-03-25T13:04:02.540] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.05042266845703125 +[2025-03-25T13:04:02.541] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-25T13:04:02.543] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.543] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.545] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-25T13:04:02.551] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 6 ms . +[2025-03-25T13:04:02.552] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.17307281494140625 +[2025-03-25T13:04:02.558] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-25T13:04:02.563] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.563] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.564] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-25T13:04:02.565] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.565] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.566] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05224609375 +[2025-03-25T13:04:02.566] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 390 ms +[2025-03-25T13:04:02.566] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 2 ms +[2025-03-25T13:04:02.568] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.568] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.569] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-25T13:04:02.575] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-25T13:04:02.579] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 3 ms . +[2025-03-25T13:04:02.579] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.12999725341796875 +[2025-03-25T13:04:02.582] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-25T13:04:02.584] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.584] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.589] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-25T13:04:02.606] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 12 ms . +[2025-03-25T13:04:02.606] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.563720703125 +[2025-03-25T13:04:02.611] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-25T13:04:02.613] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.613] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.614] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-25T13:04:02.618] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 2 ms . +[2025-03-25T13:04:02.619] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.1008148193359375 +[2025-03-25T13:04:02.619] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-25T13:04:02.624] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.624] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.625] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-25T13:04:02.628] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-25T13:04:02.638] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 9 ms . +[2025-03-25T13:04:02.639] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.44001007080078125 +[2025-03-25T13:04:02.640] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-25T13:04:02.643] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.643] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.646] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-25T13:04:02.646] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-25T13:04:02.648] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 2 ms . +[2025-03-25T13:04:02.648] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06330108642578125 +[2025-03-25T13:04:02.648] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-25T13:04:02.650] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.650] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.655] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-25T13:04:02.674] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 10 ms . +[2025-03-25T13:04:02.675] [DEBUG] debug-file - entry : default@CompileArkTS cost memory -4.865806579589844 +[2025-03-25T13:04:02.681] [INFO] debug-file - UP-TO-DATE :entry:default@CompileArkTS... +[2025-03-25T13:04:02.685] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.685] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.691] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-25T13:04:02.696] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.11873626708984375 +[2025-03-25T13:04:02.696] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 520 ms +[2025-03-25T13:04:02.697] [INFO] debug-file - Finished :entry:default@BuildJS... after 6 ms +[2025-03-25T13:04:02.699] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.700] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.702] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-25T13:04:02.703] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-25T13:04:02.704] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-25T13:04:02.704] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.07000732421875 +[2025-03-25T13:04:02.704] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-25T13:04:02.707] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.709] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.710] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-25T13:04:02.710] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-25T13:04:02.711] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-25T13:04:02.711] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.06121063232421875 +[2025-03-25T13:04:02.711] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-25T13:04:02.715] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.716] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.725] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-25T13:04:02.745] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 20 ms . +[2025-03-25T13:04:02.746] [DEBUG] debug-file - entry : default@PackageHap cost memory -6.983345031738281 +[2025-03-25T13:04:02.747] [INFO] debug-file - UP-TO-DATE :entry:default@PackageHap... +[2025-03-25T13:04:02.749] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.749] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.752] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-25T13:04:02.753] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-25T13:04:02.753] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap' does not exist. +[2025-03-25T13:04:02.753] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-25T13:04:02.753] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.753] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.754] [DEBUG] debug-file - entry : default@SignHap cost memory 0.3383941650390625 +[2025-03-25T13:04:02.754] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 578 ms +[2025-03-25T13:04:02.754] [INFO] debug-file - Finished :entry:default@SignHap... after 3 ms +[2025-03-25T13:04:02.756] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.756] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.757] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-25T13:04:02.762] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-25T13:04:02.762] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-25T13:04:02.762] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.19185638427734375 +[2025-03-25T13:04:02.762] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 586 ms +[2025-03-25T13:04:02.763] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 6 ms +[2025-03-25T13:04:02.765] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-25T13:04:02.765] [DEBUG] debug-file - entry : assembleHap cost memory 0.011749267578125 +[2025-03-25T13:04:02.765] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 589 ms +[2025-03-25T13:04:02.765] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-25T13:04:02.767] [DEBUG] debug-file - BUILD SUCCESSFUL in 1 s 591 ms +[2025-03-25T13:04:02.767] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-25T13:04:02.767] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-25T13:04:02.767] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-25T13:04:02.767] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-25T13:04:02.768] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-25T13:04:02.768] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-25T13:04:02.768] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-25T13:04:02.768] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-25T13:04:02.769] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-25T13:04:02.769] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-25T13:04:02.770] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-25T13:04:02.770] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:2 ms . +[2025-03-25T13:04:02.770] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-25T13:04:02.771] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-25T13:04:02.771] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-25T13:04:02.771] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-25T13:04:02.771] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-25T13:04:02.771] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-25T13:04:02.771] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-25T13:04:02.771] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileArkTS is up-to-date. +[2025-03-25T13:04:02.773] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-25T13:04:02.773] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-25T13:04:02.774] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-25T13:04:02.774] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-25T13:04:02.774] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-25T13:04:02.774] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-25T13:04:02.775] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-25T13:04:02.775] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:4 ms . +[2025-03-25T13:04:02.775] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-25T13:04:02.775] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-25T13:04:02.775] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PackageHap is up-to-date. +[2025-03-25T13:04:02.775] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache by regenerate. +[2025-03-25T13:04:02.775] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-25T13:04:02.776] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-25T13:04:02.778] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-25T13:04:02.779] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-25T13:04:02.779] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-25T13:04:02.779] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:4 ms . +[2025-03-25T13:04:02.800] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-25T13:04:02.901] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T13:04:02.901] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-25T13:04:02.902] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-25T13:04:02.902] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T19:40:08.381] [DEBUG] debug-file - java daemon tryConnect success +[2025-03-31T19:40:08.041] [DEBUG] debug-file - env: nodejsVersion=v18.20.1 +[2025-03-31T19:40:08.065] [DEBUG] debug-file - env: daemon=true +[2025-03-31T19:40:08.461] [DEBUG] debug-file - hvigor start cli arguments:{ + prop: [ 'product=default' ], + sync: true, + parallel: true, + incremental: true, + daemon: true, + _: [ '--analyze=normal' ], + env: { + PATH: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home/bin:/Applications/DevEco-Studio.app/Contents/tools/node/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/DevEco-Studio.app/Contents/tools/node/bin:/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin', + DEVECO_SDK_HOME: '/Applications/DevEco-Studio.app/Contents/sdk', + JAVA_HOME: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home', + 'npm_config_update-notifier': 'false', + HOMEBREW_PREFIX: '/opt/homebrew', + COMMAND_MODE: 'unix2003', + LOGNAME: 'tian', + HOMEBREW_REPOSITORY: '/opt/homebrew', + XPC_SERVICE_NAME: 'application.com.huawei.devecostudio.ds.130968900.130969607', + PWD: '/Users/tian/Documents/DevEco/ClassMG', + INFOPATH: '/opt/homebrew/share/info:', + 'user.country': 'CN', + __CFBundleIdentifier: 'com.huawei.devecostudio.ds', + HOMEBREW_PIP_INDEX_URL: 'http://mirrors.aliyun.com/pypi/simple', + CREATED_BY: 'deveco', + SHELL: '/bin/zsh', + NODE_HOME: '/Applications/DevEco-Studio.app/Contents/tools/node/bin', + HOMEBREW_BOTTLE_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles', + OLDPWD: '/', + HOMEBREW_CELLAR: '/opt/homebrew/Cellar', + GOPATH: '/Users/tian/Documents/GoPath', + USER: 'tian', + TMPDIR: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/', + 'npm_config_strict-ssl': '', + NO_UPDATE_NOTIFIER: 'true', + SSH_AUTH_SOCK: '/private/tmp/com.apple.launchd.LQU4phtQgM/Listeners', + STM32CubeMX_PATH: '/Applications/STMicroelectronics/STM32CubeMX.app/Contents/Resourcesexport', + 'npm_config_@ohos:registry': 'https://repo.harmonyos.com/npm/', + XPC_FLAGS: '0x0', + __CF_USER_TEXT_ENCODING: '0x1F5:0x19:0x34', + LC_CTYPE: 'zh_CN.UTF-8', + IDEA_INITIAL_DIRECTORY: '/', + HOME: '/Users/tian', + HOMEBREW_API_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles/api', + 'npm_config_auto-install-peers': 'false', + ohpmBin: '/Applications/DevEco-Studio.app/Contents/tools/ohpm/bin/ohpm', + config: '{"product":"default"}', + WORKSPACE_DIR: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace', + NODE_PATH: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace/node_modules' + } +} +[2025-03-31T19:40:08.043] [DEBUG] debug-file - env: hvigor-config.json5 content = { + modelVersion: '5.0.2', + dependencies: {}, + execution: {}, + logging: {}, + debugging: {}, + nodeOptions: {} +} +[2025-03-31T19:40:08.482] [DEBUG] debug-file - session manager: set active socket. socketId=liV-5T9sdx7C-75aAAAB +[2025-03-31T19:40:08.795] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T19:40:08.807] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T19:40:08.813] [DEBUG] debug-file - Cache service initialization finished in 6 ms +[2025-03-31T19:40:08.820] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T19:40:09.788] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T19:40:09.789] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T19:40:09.948] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T19:40:09.949] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T19:40:09.949] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T19:40:09.949] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T19:40:09.951] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T19:40:09.959] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T19:40:09.962] [DEBUG] debug-file - Local scan or download HarmonyOS sdk components toolchains,ets,js,native,previewer +[2025-03-31T19:40:09.964] [DEBUG] debug-file - Local scan or download hmscore sdk components toolchains,ets,native +[2025-03-31T19:40:09.967] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T19:40:09.994] [DEBUG] debug-file - Sdk init in 34 ms +[2025-03-31T19:40:10.006] [DEBUG] debug-file - Project task initialization takes 11 ms +[2025-03-31T19:40:10.006] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T19:40:10.006] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T19:40:10.006] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T19:40:10.010] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T19:40:10.015] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T19:40:10.015] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T19:40:10.023] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T19:40:10.023] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T19:40:10.024] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T19:40:10.024] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T19:40:10.024] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T19:40:10.024] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T19:40:10.024] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T19:40:10.029] [DEBUG] debug-file - Module entry task initialization takes 4 ms +[2025-03-31T19:40:10.029] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T19:40:10.029] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T19:40:10.029] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T19:40:10.096] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 66 ms +[2025-03-31T19:40:10.096] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T19:40:10.098] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T19:40:10.101] [DEBUG] debug-file - load to the disk finished +[2025-03-31T19:40:10.106] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T19:40:10.107] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T19:40:10.108] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T19:40:10.108] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T19:40:10.112] [DEBUG] debug-file - Configuration phase cost:1 s 297 ms +[2025-03-31T19:40:10.114] [DEBUG] debug-file - Configuration task cost before running: 1 s 317 ms +[2025-03-31T19:40:10.115] [DEBUG] debug-file - Executing task :entry:init +[2025-03-31T19:40:10.115] [DEBUG] debug-file - entry : init cost memory 0.0154876708984375 +[2025-03-31T19:40:10.115] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 317 ms +[2025-03-31T19:40:10.115] [INFO] debug-file - Finished :entry:init... after 1 ms +[2025-03-31T19:40:10.116] [DEBUG] debug-file - Executing task ::init +[2025-03-31T19:40:10.116] [DEBUG] debug-file - ClassMG : init cost memory 0.01282501220703125 +[2025-03-31T19:40:10.116] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 318 ms +[2025-03-31T19:40:10.116] [INFO] debug-file - Finished ::init... after 1 ms +[2025-03-31T19:40:10.120] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T19:40:10.122] [DEBUG] debug-file - Module 'entry' target 'ohosTest' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} in this build. +[2025-03-31T19:40:10.125] [DEBUG] debug-file - Since there is no instance or instance is terminated, create a new worker pool. +[2025-03-31T19:40:10.126] [DEBUG] debug-file - Worker pool is initialized with config: { + minPoolNum: 2, + maxPoolNum: undefined, + maxCoreSize: undefined, + cacheCapacity: undefined, + cacheTtl: undefined +} +[2025-03-31T19:40:10.126] [DEBUG] debug-file - Create resident worker with id: 0. +[2025-03-31T19:40:10.128] [DEBUG] debug-file - Create resident worker with id: 1. +[2025-03-31T19:40:10.129] [DEBUG] debug-file - Cleanup worker 0. +[2025-03-31T19:40:10.130] [DEBUG] debug-file - Worker 0 has been cleaned up. +[2025-03-31T19:40:10.130] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T19:40:10.130] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T19:40:10.130] [DEBUG] debug-file - Cleanup worker 1. +[2025-03-31T19:40:10.130] [DEBUG] debug-file - Worker 1 has been cleaned up. +[2025-03-31T19:40:10.130] [DEBUG] debug-file - Current idle worker size: 0. +[2025-03-31T19:40:10.130] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T19:40:10.130] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T19:40:10.230] [DEBUG] debug-file - worker[0] exits with exit code 0. +[2025-03-31T19:40:10.231] [DEBUG] debug-file - worker[1] exits with exit code 0. +[2025-03-31T19:40:10.249] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T19:40:10.249] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T19:40:10.249] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T19:40:10.249] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T19:40:59.285] [DEBUG] debug-file - session manager: set active socket. socketId=c-giEm_N3FCei8NPAAAD +[2025-03-31T19:40:59.310] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T19:40:59.351] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T19:40:59.360] [DEBUG] debug-file - Cache service initialization finished in 10 ms +[2025-03-31T19:40:59.372] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T19:40:59.398] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T19:40:59.398] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T19:40:59.408] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T19:40:59.408] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T19:40:59.409] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T19:40:59.409] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T19:40:59.413] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T19:40:59.423] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T19:40:59.431] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T19:40:59.469] [DEBUG] debug-file - Sdk init in 45 ms +[2025-03-31T19:40:59.486] [DEBUG] debug-file - Project task initialization takes 15 ms +[2025-03-31T19:40:59.486] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T19:40:59.486] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T19:40:59.486] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T19:40:59.495] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T19:40:59.500] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T19:40:59.503] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T19:40:59.510] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T19:40:59.510] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T19:40:59.511] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T19:40:59.511] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T19:40:59.511] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T19:40:59.511] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T19:40:59.511] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T19:40:59.514] [DEBUG] debug-file - Module entry task initialization takes 2 ms +[2025-03-31T19:40:59.514] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T19:40:59.514] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T19:40:59.514] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T19:40:59.658] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 143 ms +[2025-03-31T19:40:59.660] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T19:40:59.661] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T19:40:59.667] [DEBUG] debug-file - load to the disk finished +[2025-03-31T19:40:59.671] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T19:40:59.671] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T19:40:59.673] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T19:40:59.673] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T19:40:59.677] [DEBUG] debug-file - Configuration phase cost:313 ms +[2025-03-31T19:40:59.683] [DEBUG] debug-file - Configuration task cost before running: 358 ms +[2025-03-31T19:40:59.690] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:40:59.690] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:40:59.696] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T19:40:59.703] [DEBUG] debug-file - entry:default@PreBuild is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-31T19:40:59.703] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 3 ms . +[2025-03-31T19:40:59.704] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:40:59.704] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.435] [DEBUG] debug-file - current product is not Atomic service. +[2025-03-31T19:41:00.443] [DEBUG] debug-file - Use tool [darwin: JAVA_HOME, CLASSPATH] + [ + { + JAVA_HOME: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home' + }, + { CLASSPATH: undefined } +] +[2025-03-31T19:41:00.444] [DEBUG] debug-file - Use tool [darwin: NODE_HOME] + [ + { + NODE_HOME: '/Applications/DevEco-Studio.app/Contents/tools/node/bin' + } +] +[2025-03-31T19:41:00.453] [DEBUG] debug-file - entry : default@PreBuild cost memory 7.145225524902344 +[2025-03-31T19:41:00.455] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 129 ms +[2025-03-31T19:41:00.460] [INFO] debug-file - Finished :entry:default@PreBuild... after 759 ms +[2025-03-31T19:41:00.466] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.466] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.471] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T19:41:00.480] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 8 ms +[2025-03-31T19:41:00.481] [DEBUG] debug-file - entry:default@GenerateMetadata is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-31T19:41:00.481] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T19:41:00.481] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.482] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.495] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.154327392578125 +[2025-03-31T19:41:00.496] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 171 ms +[2025-03-31T19:41:00.500] [INFO] debug-file - Finished :entry:default@GenerateMetadata... after 26 ms +[2025-03-31T19:41:00.506] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.507] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.508] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T19:41:00.508] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.509] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.509] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03733062744140625 +[2025-03-31T19:41:00.510] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 185 ms +[2025-03-31T19:41:00.511] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 2 ms +[2025-03-31T19:41:00.522] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.522] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.524] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T19:41:00.528] [DEBUG] debug-file - entry:default@MergeProfile is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-31T19:41:00.530] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 4 ms . +[2025-03-31T19:41:00.531] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.531] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.532] [DEBUG] debug-file - Change app api release type with 'Release' +[2025-03-31T19:41:00.533] [DEBUG] debug-file - Change app compile API version with '5.0.2.126' +[2025-03-31T19:41:00.534] [DEBUG] debug-file - Change app target API version with '50002014' +[2025-03-31T19:41:00.534] [DEBUG] debug-file - Change app minimum API version with '50002014' +[2025-03-31T19:41:00.535] [DEBUG] debug-file - Use cli appEnvironment +[2025-03-31T19:41:00.541] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.29735565185546875 +[2025-03-31T19:41:00.541] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 216 ms +[2025-03-31T19:41:00.541] [INFO] debug-file - Finished :entry:default@MergeProfile... after 17 ms +[2025-03-31T19:41:00.547] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.547] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.551] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T19:41:00.553] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 2 ms +[2025-03-31T19:41:00.555] [DEBUG] debug-file - entry:default@CreateBuildProfile is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets' has been changed. +[2025-03-31T19:41:00.555] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 2 ms . +[2025-03-31T19:41:00.555] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.555] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.558] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.15203094482421875 +[2025-03-31T19:41:00.558] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 233 ms +[2025-03-31T19:41:00.558] [INFO] debug-file - Finished :entry:default@CreateBuildProfile... after 7 ms +[2025-03-31T19:41:00.563] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.563] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.564] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T19:41:00.564] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.564] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.565] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0374298095703125 +[2025-03-31T19:41:00.565] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 240 ms +[2025-03-31T19:41:00.566] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 2 ms +[2025-03-31T19:41:00.569] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.569] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.581] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T19:41:00.581] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:41:00.582] [DEBUG] debug-file - entry:default@GeneratePkgContextInfo is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' has been changed. +[2025-03-31T19:41:00.582] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T19:41:00.584] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.0803985595703125 +[2025-03-31T19:41:00.584] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 259 ms +[2025-03-31T19:41:00.584] [INFO] debug-file - Finished :entry:default@GeneratePkgContextInfo... after 4 ms +[2025-03-31T19:41:00.587] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.587] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.591] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T19:41:00.596] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T19:41:00.597] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 4 ms . +[2025-03-31T19:41:00.598] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.598] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.598] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10988616943359375 +[2025-03-31T19:41:00.599] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 274 ms +[2025-03-31T19:41:00.600] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 8 ms +[2025-03-31T19:41:00.608] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.609] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.612] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T19:41:00.613] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.613] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.614] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.0386199951171875 +[2025-03-31T19:41:00.614] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 289 ms +[2025-03-31T19:41:00.614] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 2 ms +[2025-03-31T19:41:00.619] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.619] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.622] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T19:41:00.627] [DEBUG] debug-file - entry:default@MakePackInfo is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-31T19:41:00.627] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 3 ms . +[2025-03-31T19:41:00.628] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.628] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.632] [DEBUG] debug-file - Module Pack Info: { + summary: { + app: { bundleName: 'c***n', bundleType: 'app', version: [Object] }, + modules: [ [Object] ] + }, + packages: [ + { + deviceType: [Array], + moduleType: 'entry', + deliveryWithInstall: true, + name: 'entry-default' + } + ] +} +[2025-03-31T19:41:00.633] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.2528076171875 +[2025-03-31T19:41:00.634] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 309 ms +[2025-03-31T19:41:00.636] [INFO] debug-file - Finished :entry:default@MakePackInfo... after 12 ms +[2025-03-31T19:41:00.639] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.640] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.641] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T19:41:00.642] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T19:41:00.642] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:41:00.703] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T19:41:00.704] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 62 ms . +[2025-03-31T19:41:00.704] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.704] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.705] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.15621185302734375 +[2025-03-31T19:41:00.705] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 380 ms +[2025-03-31T19:41:00.706] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 64 ms +[2025-03-31T19:41:00.728] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.729] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.802] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T19:41:00.813] [DEBUG] debug-file - entry:default@ProcessProfile is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json' has been changed. +[2025-03-31T19:41:00.815] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 4 ms . +[2025-03-31T19:41:00.815] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:00.815] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:00.841] [DEBUG] debug-file - [ + '/Applications/DevEco-Studio.app/Contents/tools/node/bin/node', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader/bin/ark/ts2abc.js', + '--target-api-version', + '14' +] +[2025-03-31T19:41:01.404] [DEBUG] debug-file - 12.0.6.0 +[2025-03-31T19:41:01.415] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.38529205322265625 +[2025-03-31T19:41:01.417] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 91 ms +[2025-03-31T19:41:01.418] [INFO] debug-file - Finished :entry:default@ProcessProfile... after 616 ms +[2025-03-31T19:41:01.432] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:01.433] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:01.436] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T19:41:01.447] [DEBUG] debug-file - entry:default@ProcessRouterMap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5' has been changed. +[2025-03-31T19:41:01.448] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 8 ms . +[2025-03-31T19:41:01.449] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:01.449] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:01.456] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.44933319091796875 +[2025-03-31T19:41:01.456] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 131 ms +[2025-03-31T19:41:01.459] [INFO] debug-file - Finished :entry:default@ProcessRouterMap... after 21 ms +[2025-03-31T19:41:01.476] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:01.476] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:01.478] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T19:41:01.479] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:01.479] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:01.484] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05411529541015625 +[2025-03-31T19:41:01.485] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 160 ms +[2025-03-31T19:41:01.487] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 7 ms +[2025-03-31T19:41:01.500] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:01.500] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:01.502] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T19:41:01.523] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T19:41:01.526] [DEBUG] debug-file - entry:default@ProcessResource is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json' has been changed. +[2025-03-31T19:41:01.526] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 2 ms . +[2025-03-31T19:41:01.527] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:01.527] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:01.551] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.18523406982421875 +[2025-03-31T19:41:01.556] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 231 ms +[2025-03-31T19:41:01.561] [INFO] debug-file - Finished :entry:default@ProcessResource... after 44 ms +[2025-03-31T19:41:01.586] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:01.591] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:01.626] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T19:41:01.814] [DEBUG] debug-file - entry:default@GenerateLoaderJson is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' has been changed. +[2025-03-31T19:41:01.814] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 17 ms . +[2025-03-31T19:41:01.829] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.7215347290039062 +[2025-03-31T19:41:01.829] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 505 ms +[2025-03-31T19:41:01.844] [INFO] debug-file - Finished :entry:default@GenerateLoaderJson... after 205 ms +[2025-03-31T19:41:01.850] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:01.850] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:01.852] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T19:41:01.866] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 9 ms . +[2025-03-31T19:41:01.867] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.1069793701171875 +[2025-03-31T19:41:01.869] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T19:41:01.879] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:01.879] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:01.882] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T19:41:01.886] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T19:41:01.896] [DEBUG] debug-file - entry:default@CompileResource is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json' has been changed. +[2025-03-31T19:41:01.896] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 8 ms . +[2025-03-31T19:41:01.969] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool] + [ + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool', + '-l', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json' +] +[2025-03-31T19:41:01.973] [DEBUG] debug-file - current process memoryUsage: { + rss: 94355456, + heapTotal: 161873920, + heapUsed: 136675408, + external: 3200877, + arrayBuffers: 1146704 +} os memoryUsage :7.8524627685546875 +[2025-03-31T19:41:02.242] [DEBUG] debug-file - 03-31 19:41:02.240 27225 1496763 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-31 19:41:02.241 27225 1496763 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/AppScope/resources/base/media/app_icon.png + +[2025-03-31T19:41:02.246] [DEBUG] debug-file - 03-31 19:41:02.246 27225 1496763 E C01400/ImageTranscoder: TranscodeSLR Only zoom-out is supported. + +[2025-03-31T19:41:02.246] [DEBUG] debug-file - Warning: ScaleImage failed, error message: INVALID_PARAMETERS, file path = /Users/tian/Documents/DevEco/ClassMG/AppScope/resources/base/media/app_icon.png + +[2025-03-31T19:41:02.247] [DEBUG] debug-file - 03-31 19:41:02.247 27225 1496763 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-31 19:41:02.247 27225 1496763 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/background.png + +[2025-03-31T19:41:02.296] [DEBUG] debug-file - 03-31 19:41:02.296 27225 1496763 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-31 19:41:02.296 27225 1496763 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/foreground.png + +[2025-03-31T19:41:02.336] [DEBUG] debug-file - Info: can't scale media json file. + +[2025-03-31T19:41:02.336] [DEBUG] debug-file - Warning: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/layered_image.json is not png format + +[2025-03-31T19:41:02.337] [DEBUG] debug-file - Info: restool resources compile success. + +[2025-03-31T19:41:02.338] [DEBUG] debug-file - astcenc customized so is not be opened when dlclose! + +[2025-03-31T19:41:02.342] [DEBUG] debug-file - entry : default@CompileResource cost memory 8.040130615234375 +[2025-03-31T19:41:02.342] [DEBUG] debug-file - runTaskFromQueue task cost before running: 3 s 17 ms +[2025-03-31T19:41:02.342] [INFO] debug-file - Finished :entry:default@CompileResource... after 456 ms +[2025-03-31T19:41:02.344] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:02.344] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:02.346] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T19:41:02.346] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:41:02.346] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T19:41:02.347] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.0632171630859375 +[2025-03-31T19:41:02.347] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T19:41:02.348] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:02.348] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:02.352] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T19:41:02.358] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default' has been changed. +[2025-03-31T19:41:02.358] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 3 ms . +[2025-03-31T19:41:02.370] [DEBUG] debug-file - build config: +[2025-03-31T19:41:02.370] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T19:41:02.370] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T19:41:02.371] [DEBUG] debug-file - default@CompileArkTS work[0] is submitted. +[2025-03-31T19:41:02.372] [DEBUG] debug-file - default@CompileArkTS work[0] is pushed to ready queue. +[2025-03-31T19:41:02.372] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T19:41:02.372] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T19:41:02.372] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T19:41:02.373] [DEBUG] debug-file - Create resident worker with id: 4. +[2025-03-31T19:41:02.376] [DEBUG] debug-file - default@CompileArkTS work[0] has been dispatched to worker[4]. +[2025-03-31T19:41:02.376] [DEBUG] debug-file - default@CompileArkTS work[0] is dispatched. +[2025-03-31T19:41:02.376] [DEBUG] debug-file - CopyResources startTime: 351001119552291 +[2025-03-31T19:41:02.376] [DEBUG] debug-file - default@CompileArkTS work[1] is submitted. +[2025-03-31T19:41:02.377] [DEBUG] debug-file - default@CompileArkTS work[1] is pushed to ready queue. +[2025-03-31T19:41:02.377] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T19:41:02.377] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T19:41:02.378] [DEBUG] debug-file - default@CompileArkTS work[1] has been dispatched to worker[6]. +[2025-03-31T19:41:02.378] [DEBUG] debug-file - default@CompileArkTS work[1] is dispatched. +[2025-03-31T19:41:02.378] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.55328369140625 +[2025-03-31T19:41:02.380] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:02.380] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:02.384] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T19:41:02.386] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.12232208251953125 +[2025-03-31T19:41:02.386] [DEBUG] debug-file - runTaskFromQueue task cost before running: 3 s 61 ms +[2025-03-31T19:41:02.386] [INFO] debug-file - Finished :entry:default@BuildJS... after 3 ms +[2025-03-31T19:41:02.387] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:02.387] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:02.389] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T19:41:02.390] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:41:02.390] [DEBUG] debug-file - entry:default@CacheNativeLibs is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/patch/default/base_native_libs.json' has been changed. +[2025-03-31T19:41:02.390] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T19:41:02.390] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:02.390] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:02.391] [DEBUG] debug-file - default@CacheNativeLibs work[2] is submitted. +[2025-03-31T19:41:02.391] [DEBUG] debug-file - default@CacheNativeLibs work[2] is pushed to ready queue. +[2025-03-31T19:41:02.391] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T19:41:02.392] [DEBUG] debug-file - A work dispatched to worker[6] failed because of worker busy. +[2025-03-31T19:41:02.392] [DEBUG] debug-file - Create resident worker with id: 5. +[2025-03-31T19:41:02.402] [DEBUG] debug-file - default@CacheNativeLibs work[2] has been dispatched to worker[5]. +[2025-03-31T19:41:02.403] [DEBUG] debug-file - default@CacheNativeLibs work[2] is dispatched. +[2025-03-31T19:41:02.403] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory -12.014633178710938 +[2025-03-31T19:41:05.186] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T19:41:05.187] [DEBUG] debug-file - CopyResources is end, endTime: 351003930455333 +[2025-03-31T19:41:05.188] [DEBUG] debug-file - default@CompileArkTS work[1] done. +[2025-03-31T19:41:05.190] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T19:41:06.524] [DEBUG] debug-file - worker[5] has one work done. +[2025-03-31T19:41:06.524] [DEBUG] debug-file - default@CacheNativeLibs work[2] done. +[2025-03-31T19:41:06.524] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T19:41:06.527] [INFO] debug-file - Finished :entry:default@CacheNativeLibs... after 24 ms +[2025-03-31T19:41:14.799] [DEBUG] debug-file - Ark compile task finished.finished time is 351013542113083 +[2025-03-31T19:41:14.799] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-31T19:41:14.807] [DEBUG] debug-file - default@CompileArkTS work[0] done. +[2025-03-31T19:41:14.807] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-31T19:41:14.809] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 8 s 332 ms +[2025-03-31T19:41:14.812] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:14.813] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:14.814] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-31T19:41:14.814] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:41:14.815] [DEBUG] debug-file - entry:default@GeneratePkgModuleJson is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json' has been changed. +[2025-03-31T19:41:14.815] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-31T19:41:14.815] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:14.816] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:14.817] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.1037750244140625 +[2025-03-31T19:41:14.817] [DEBUG] debug-file - runTaskFromQueue task cost before running: 15 s 492 ms +[2025-03-31T19:41:14.817] [INFO] debug-file - Finished :entry:default@GeneratePkgModuleJson... after 4 ms +[2025-03-31T19:41:14.819] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:14.819] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:14.823] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-31T19:41:14.825] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json' has been changed. +[2025-03-31T19:41:14.826] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 2 ms . +[2025-03-31T19:41:14.826] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:14.826] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:14.827] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-31T19:41:14.828] [DEBUG] debug-file - default@PackageHap work[3] is submitted. +[2025-03-31T19:41:14.829] [DEBUG] debug-file - default@PackageHap work[3] is pushed to ready queue. +[2025-03-31T19:41:14.829] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T19:41:14.829] [DEBUG] debug-file - default@PackageHap work[3] has been dispatched to worker[6]. +[2025-03-31T19:41:14.829] [DEBUG] debug-file - default@PackageHap work[3] is dispatched. +[2025-03-31T19:41:14.831] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.6121444702148438 +[2025-03-31T19:41:14.867] [DEBUG] debug-file - current process memoryUsage: { + rss: 482574336, + heapTotal: 47497216, + heapUsed: 42824232, + external: 2053168, + arrayBuffers: 83344 +} os memoryUsage :7.8924102783203125 +[2025-03-31T19:41:15.344] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T19:41:15.344] [DEBUG] debug-file - default@PackageHap work[3] done. +[2025-03-31T19:41:15.345] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T19:41:15.345] [INFO] debug-file - Finished :entry:default@PackageHap... after 487 ms +[2025-03-31T19:41:15.346] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:15.346] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:15.348] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-31T19:41:15.349] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-31T19:41:15.349] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-31T19:41:15.349] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-31T19:41:15.349] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:15.349] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:15.350] [DEBUG] debug-file - entry : default@SignHap cost memory 0.10317230224609375 +[2025-03-31T19:41:15.350] [DEBUG] debug-file - runTaskFromQueue task cost before running: 16 s 25 ms +[2025-03-31T19:41:15.350] [INFO] debug-file - Finished :entry:default@SignHap... after 2 ms +[2025-03-31T19:41:15.351] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:15.351] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:15.352] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-31T19:41:15.353] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:41:15.354] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:41:15.354] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.19576263427734375 +[2025-03-31T19:41:15.354] [DEBUG] debug-file - runTaskFromQueue task cost before running: 16 s 29 ms +[2025-03-31T19:41:15.354] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 3 ms +[2025-03-31T19:41:15.354] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-31T19:41:15.355] [DEBUG] debug-file - entry : assembleHap cost memory 0.01184844970703125 +[2025-03-31T19:41:15.355] [DEBUG] debug-file - runTaskFromQueue task cost before running: 16 s 30 ms +[2025-03-31T19:41:15.355] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-31T19:41:15.357] [DEBUG] debug-file - BUILD SUCCESSFUL in 16 s 32 ms +[2025-03-31T19:41:15.357] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-31T19:41:15.358] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-31T19:41:15.358] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-31T19:41:15.358] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/build-profile.json5 cache by regenerate. +[2025-03-31T19:41:15.358] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/main_pages.json cache by regenerate. +[2025-03-31T19:41:15.358] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/hvigor/hvigor-config.json5 cache by regenerate. +[2025-03-31T19:41:15.358] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T19:41:15.358] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5 cache by regenerate. +[2025-03-31T19:41:15.358] [DEBUG] debug-file - Update task entry:default@PreBuild input file:/Users/tian/Documents/DevEco/ClassMG/oh-package.json5 cache by regenerate. +[2025-03-31T19:41:15.358] [DEBUG] debug-file - Incremental task entry:default@PreBuild post-execution cost:1 ms . +[2025-03-31T19:41:15.358] [DEBUG] debug-file - Update task entry:default@GenerateMetadata input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-31T19:41:15.358] [DEBUG] debug-file - Update task entry:default@GenerateMetadata output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/hap_metadata/default/output_metadata.json cache. +[2025-03-31T19:41:15.358] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata post-execution cost:1 ms . +[2025-03-31T19:41:15.358] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-31T19:41:15.358] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-31T19:41:15.358] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-31T19:41:15.358] [DEBUG] debug-file - Update task entry:default@MergeProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json cache. +[2025-03-31T19:41:15.359] [DEBUG] debug-file - Incremental task entry:default@MergeProfile post-execution cost:1 ms . +[2025-03-31T19:41:15.359] [DEBUG] debug-file - Update task entry:default@CreateBuildProfile input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-31T19:41:15.359] [DEBUG] debug-file - Update task entry:default@CreateBuildProfile input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-31T19:41:15.359] [DEBUG] debug-file - Update task entry:default@CreateBuildProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache. +[2025-03-31T19:41:15.359] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile post-execution cost:1 ms . +[2025-03-31T19:41:15.359] [DEBUG] debug-file - Update task entry:default@GeneratePkgContextInfo output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache. +[2025-03-31T19:41:15.359] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo post-execution cost:1 ms . +[2025-03-31T19:41:15.359] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T19:41:15.359] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T19:41:15.359] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/app.json5 cache by regenerate. +[2025-03-31T19:41:15.360] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-31T19:41:15.360] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/build-profile.json5 cache by regenerate. +[2025-03-31T19:41:15.360] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/profile/backup_config.json cache by regenerate. +[2025-03-31T19:41:15.360] [DEBUG] debug-file - Update task entry:default@MakePackInfo output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache. +[2025-03-31T19:41:15.360] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo post-execution cost:1 ms . +[2025-03-31T19:41:15.360] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T19:41:15.360] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T19:41:15.361] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T19:41:15.361] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T19:41:15.361] [DEBUG] debug-file - Update task entry:default@ProcessProfile input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/merge_profile/default/module.json cache from map. +[2025-03-31T19:41:15.361] [DEBUG] debug-file - Update task entry:default@ProcessProfile output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json cache. +[2025-03-31T19:41:15.361] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile post-execution cost:1 ms . +[2025-03-31T19:41:15.362] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5 cache by regenerate. +[2025-03-31T19:41:15.362] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/oh-package.json5 cache by regenerate. +[2025-03-31T19:41:15.362] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/module.json5 cache from map. +[2025-03-31T19:41:15.362] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T19:41:15.362] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/temp-router-map.json cache. +[2025-03-31T19:41:15.362] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/loader-router-map.json cache. +[2025-03-31T19:41:15.363] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap post-execution cost:2 ms . +[2025-03-31T19:41:15.363] [DEBUG] debug-file - Update task entry:default@ProcessResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json cache. +[2025-03-31T19:41:15.363] [DEBUG] debug-file - Update task entry:default@ProcessResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/opt-compression.json cache. +[2025-03-31T19:41:15.363] [DEBUG] debug-file - Incremental task entry:default@ProcessResource post-execution cost:1 ms . +[2025-03-31T19:41:15.364] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T19:41:15.364] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache from map. +[2025-03-31T19:41:15.364] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/router_map/default/temp-router-map.json cache by regenerate. +[2025-03-31T19:41:15.364] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json cache. +[2025-03-31T19:41:15.364] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson post-execution cost:2 ms . +[2025-03-31T19:41:15.364] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T19:41:15.365] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources cache by regenerate. +[2025-03-31T19:41:15.366] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/resources cache by regenerate. +[2025-03-31T19:41:15.366] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json cache from map. +[2025-03-31T19:41:15.366] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json cache by regenerate. +[2025-03-31T19:41:15.366] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default cache. +[2025-03-31T19:41:15.367] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default/ResourceTable.h cache. +[2025-03-31T19:41:15.367] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default cache. +[2025-03-31T19:41:15.367] [DEBUG] debug-file - Incremental task entry:default@CompileResource post-execution cost:3 ms . +[2025-03-31T19:41:15.367] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T19:41:15.368] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache from map. +[2025-03-31T19:41:15.368] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T19:41:15.368] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T19:41:15.368] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T19:41:15.368] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T19:41:15.368] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate. +[2025-03-31T19:41:15.369] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T19:41:15.369] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T19:41:15.369] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T19:41:15.369] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T19:41:15.369] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-31T19:41:15.369] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T19:41:15.370] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T19:41:15.370] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T19:41:15.370] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T19:41:15.370] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T19:41:15.370] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T19:41:15.370] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T19:41:15.370] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-31T19:41:15.370] [DEBUG] debug-file - Update task entry:default@CacheNativeLibs input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-31T19:41:15.370] [DEBUG] debug-file - Update task entry:default@CacheNativeLibs input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-31T19:41:15.370] [DEBUG] debug-file - Update task entry:default@CacheNativeLibs output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/patch/default/base_native_libs.json cache. +[2025-03-31T19:41:15.370] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs post-execution cost:1 ms . +[2025-03-31T19:41:15.370] [DEBUG] debug-file - Update task entry:default@GeneratePkgModuleJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache from map. +[2025-03-31T19:41:15.370] [DEBUG] debug-file - Update task entry:default@GeneratePkgModuleJson output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json cache. +[2025-03-31T19:41:15.370] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson post-execution cost:1 ms . +[2025-03-31T19:41:15.371] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-31T19:41:15.371] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache from map. +[2025-03-31T19:41:15.371] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-31T19:41:15.371] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-31T19:41:15.371] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-31T19:41:15.371] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache by regenerate. +[2025-03-31T19:41:15.371] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T19:41:15.372] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T19:41:15.372] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T19:41:15.372] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-31T19:41:15.372] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-31T19:41:15.372] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-31T19:41:15.372] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-31T19:41:15.372] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-31T19:41:15.372] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-31T19:41:15.372] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-31T19:41:15.373] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T19:41:15.373] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-31T19:41:15.373] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-31T19:41:15.374] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-31T19:41:15.392] [DEBUG] debug-file - Cleanup worker 5. +[2025-03-31T19:41:15.392] [DEBUG] debug-file - Worker 5 has been cleaned up. +[2025-03-31T19:41:15.392] [DEBUG] debug-file - Current idle worker size: 2. +[2025-03-31T19:41:15.392] [DEBUG] debug-file - Current resident worker size: 3. +[2025-03-31T19:41:15.393] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T19:41:15.393] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T19:41:15.393] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T19:41:15.393] [DEBUG] debug-file - Current resident worker size: 3. +[2025-03-31T19:41:15.395] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T19:41:15.400] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T19:41:15.404] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T19:41:15.404] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T19:41:15.405] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T19:41:15.405] [DEBUG] debug-file - worker[5] exits with exit code 1. +[2025-03-31T19:41:15.405] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T19:51:24.256] [DEBUG] debug-file - session manager: set active socket. socketId=TK_oHxKi-oWNSUFTAAAF +[2025-03-31T19:51:24.276] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T19:51:24.317] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T19:51:24.342] [DEBUG] debug-file - Cache service initialization finished in 24 ms +[2025-03-31T19:51:24.361] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T19:51:24.411] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T19:51:24.412] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T19:51:24.441] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T19:51:24.441] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T19:51:24.442] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T19:51:24.443] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T19:51:24.453] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T19:51:24.464] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T19:51:24.482] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T19:51:24.546] [DEBUG] debug-file - Sdk init in 79 ms +[2025-03-31T19:51:24.573] [DEBUG] debug-file - Project task initialization takes 26 ms +[2025-03-31T19:51:24.573] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T19:51:24.573] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T19:51:24.573] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T19:51:24.587] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T19:51:24.595] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T19:51:24.596] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T19:51:24.606] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T19:51:24.606] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T19:51:24.607] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T19:51:24.608] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T19:51:24.608] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T19:51:24.608] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T19:51:24.608] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T19:51:24.613] [DEBUG] debug-file - Module entry task initialization takes 3 ms +[2025-03-31T19:51:24.613] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T19:51:24.614] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T19:51:24.614] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T19:51:25.076] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 457 ms +[2025-03-31T19:51:25.080] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T19:51:25.083] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T19:51:25.092] [DEBUG] debug-file - load to the disk finished +[2025-03-31T19:51:25.100] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T19:51:25.101] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T19:51:25.111] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T19:51:25.111] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T19:51:25.118] [DEBUG] debug-file - Configuration phase cost:768 ms +[2025-03-31T19:51:25.126] [DEBUG] debug-file - Configuration task cost before running: 832 ms +[2025-03-31T19:51:25.130] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.130] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.144] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T19:51:25.164] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 14 ms . +[2025-03-31T19:51:25.165] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.223297119140625 +[2025-03-31T19:51:25.170] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T19:51:25.175] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.176] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.179] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T19:51:25.181] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 3 ms +[2025-03-31T19:51:25.184] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 2 ms . +[2025-03-31T19:51:25.184] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.08554840087890625 +[2025-03-31T19:51:25.184] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T19:51:25.188] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.188] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.191] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T19:51:25.194] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.195] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.196] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03722381591796875 +[2025-03-31T19:51:25.196] [DEBUG] debug-file - runTaskFromQueue task cost before running: 903 ms +[2025-03-31T19:51:25.197] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 7 ms +[2025-03-31T19:51:25.204] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.204] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.207] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T19:51:25.212] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 3 ms . +[2025-03-31T19:51:25.213] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.1000518798828125 +[2025-03-31T19:51:25.214] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T19:51:25.217] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.217] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.220] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T19:51:25.222] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 2 ms +[2025-03-31T19:51:25.224] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T19:51:25.224] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.089263916015625 +[2025-03-31T19:51:25.225] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T19:51:25.231] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.231] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.235] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T19:51:25.236] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.236] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.237] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0374755859375 +[2025-03-31T19:51:25.238] [DEBUG] debug-file - runTaskFromQueue task cost before running: 944 ms +[2025-03-31T19:51:25.239] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 3 ms +[2025-03-31T19:51:25.246] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.247] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.255] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T19:51:25.255] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:51:25.256] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T19:51:25.256] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.062774658203125 +[2025-03-31T19:51:25.257] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T19:51:25.265] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.266] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.270] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T19:51:25.272] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T19:51:25.273] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 2 ms . +[2025-03-31T19:51:25.273] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.273] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.274] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10662078857421875 +[2025-03-31T19:51:25.274] [DEBUG] debug-file - runTaskFromQueue task cost before running: 981 ms +[2025-03-31T19:51:25.277] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 5 ms +[2025-03-31T19:51:25.281] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.281] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.283] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T19:51:25.283] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.284] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.284] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03827667236328125 +[2025-03-31T19:51:25.285] [DEBUG] debug-file - runTaskFromQueue task cost before running: 992 ms +[2025-03-31T19:51:25.287] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 3 ms +[2025-03-31T19:51:25.292] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.293] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.294] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T19:51:25.299] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 4 ms . +[2025-03-31T19:51:25.300] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.13123321533203125 +[2025-03-31T19:51:25.302] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T19:51:25.305] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.305] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.311] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T19:51:25.314] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T19:51:25.315] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 4 ms +[2025-03-31T19:51:25.318] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T19:51:25.319] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 4 ms . +[2025-03-31T19:51:25.320] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.320] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.320] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.12754058837890625 +[2025-03-31T19:51:25.320] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 27 ms +[2025-03-31T19:51:25.320] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 11 ms +[2025-03-31T19:51:25.334] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.334] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.336] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T19:51:25.337] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T19:51:25.338] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.0499420166015625 +[2025-03-31T19:51:25.338] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T19:51:25.342] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.343] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.346] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T19:51:25.352] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 4 ms . +[2025-03-31T19:51:25.352] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.17391204833984375 +[2025-03-31T19:51:25.353] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T19:51:25.357] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.357] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.358] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T19:51:25.359] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.359] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.361] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05224609375 +[2025-03-31T19:51:25.361] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 68 ms +[2025-03-31T19:51:25.362] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 3 ms +[2025-03-31T19:51:25.368] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.369] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.375] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T19:51:25.382] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T19:51:25.388] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 4 ms . +[2025-03-31T19:51:25.388] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.1300811767578125 +[2025-03-31T19:51:25.394] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T19:51:25.397] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.398] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.405] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T19:51:25.435] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 14 ms . +[2025-03-31T19:51:25.435] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5776824951171875 +[2025-03-31T19:51:25.446] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T19:51:25.450] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.450] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.452] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T19:51:25.456] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T19:51:25.456] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.1005706787109375 +[2025-03-31T19:51:25.457] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T19:51:25.461] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.461] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.463] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T19:51:25.470] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T19:51:25.491] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 19 ms . +[2025-03-31T19:51:25.491] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.4402923583984375 +[2025-03-31T19:51:25.495] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T19:51:25.500] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.501] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.505] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T19:51:25.506] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:51:25.508] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 3 ms . +[2025-03-31T19:51:25.509] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06339263916015625 +[2025-03-31T19:51:25.510] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T19:51:25.515] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.515] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.524] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T19:51:25.549] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed. +[2025-03-31T19:51:25.550] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 20 ms . +[2025-03-31T19:51:25.578] [DEBUG] debug-file - build config: +[2025-03-31T19:51:25.579] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T19:51:25.580] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T19:51:25.582] [DEBUG] debug-file - default@CompileArkTS work[4] is submitted. +[2025-03-31T19:51:25.584] [DEBUG] debug-file - default@CompileArkTS work[4] is pushed to ready queue. +[2025-03-31T19:51:25.585] [DEBUG] debug-file - default@CompileArkTS work[4] is not dispatched. +[2025-03-31T19:51:25.586] [DEBUG] debug-file - CopyResources startTime: 351624315541583 +[2025-03-31T19:51:25.586] [DEBUG] debug-file - default@CompileArkTS work[5] is submitted. +[2025-03-31T19:51:25.589] [DEBUG] debug-file - default@CompileArkTS work[5] is pushed to ready queue. +[2025-03-31T19:51:25.589] [DEBUG] debug-file - default@CompileArkTS work[5] is not dispatched. +[2025-03-31T19:51:25.591] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.5274124145507812 +[2025-03-31T19:51:25.597] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.598] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.605] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T19:51:25.610] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.11777496337890625 +[2025-03-31T19:51:25.610] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 317 ms +[2025-03-31T19:51:25.610] [INFO] debug-file - Finished :entry:default@BuildJS... after 5 ms +[2025-03-31T19:51:25.614] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:51:25.614] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:51:25.618] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T19:51:25.619] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:51:25.621] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 2 ms . +[2025-03-31T19:51:25.621] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.07077789306640625 +[2025-03-31T19:51:25.621] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T19:51:25.888] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T19:51:25.888] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T19:51:25.897] [DEBUG] debug-file - default@CompileArkTS work[5] has been dispatched to worker[6]. +[2025-03-31T19:51:26.188] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T19:51:26.188] [DEBUG] debug-file - A work dispatched to worker[6] failed because of worker busy. +[2025-03-31T19:51:26.188] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T19:51:26.188] [DEBUG] debug-file - default@CompileArkTS work[4] has been dispatched to worker[4]. +[2025-03-31T19:51:27.706] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T19:51:27.706] [DEBUG] debug-file - CopyResources is end, endTime: 351626436018458 +[2025-03-31T19:51:27.707] [DEBUG] debug-file - default@CompileArkTS work[5] done. +[2025-03-31T19:51:27.707] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T19:51:28.248] [DEBUG] debug-file - worker[4] has one work error. +[2025-03-31T19:51:28.248] [DEBUG] debug-file - Ark compile task finished.finished time is 351626977733875 +[2025-03-31T19:51:28.249] [DEBUG] debug-file - default@CompileArkTS work[4] failed. +[2025-03-31T19:51:28.250] [ERROR] debug-file - Failed :entry:default@CompileArkTS... +[2025-03-31T19:51:28.250] [DEBUG] debug-file - hvigor build process will be closed with an error. +[2025-03-31T19:51:28.252] [DEBUG] debug-file - ERROR: stacktrace = Error: ArkTS Compiler Error +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:242:24 + Property 'language' does not exist on type 'TextResources'. + + +2 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:255:22 + Property 'language' does not exist on type 'TextResources'. + + +3 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:270:24 + Property 'language' does not exist on type 'TextResources'. + + +4 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:284:18 + Property 'language' does not exist on type 'TextResources'. + + +5 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:285:18 + Property 'language' does not exist on type 'TextResources'. + + +6 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:298:22 + Property 'language' does not exist on type 'TextResources'. + + +COMPILE RESULT:FAIL {ERROR:7} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T19:51:28.252] [ERROR] debug-file - Error: ArkTS Compiler Error +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:242:24 + Property 'language' does not exist on type 'TextResources'. + + +2 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:255:22 + Property 'language' does not exist on type 'TextResources'. + + +3 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:270:24 + Property 'language' does not exist on type 'TextResources'. + + +4 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:284:18 + Property 'language' does not exist on type 'TextResources'. + + +5 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:285:18 + Property 'language' does not exist on type 'TextResources'. + + +6 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:298:22 + Property 'language' does not exist on type 'TextResources'. + + +COMPILE RESULT:FAIL {ERROR:7} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T19:51:28.258] [WARN] debug-file - BUILD FAILED in 3 s 964 ms +[2025-03-31T19:51:28.258] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T19:51:28.258] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T19:51:28.258] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T19:51:28.258] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T19:51:28.258] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T19:51:28.259] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T19:51:28.259] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:2 ms . +[2025-03-31T19:51:28.259] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T19:51:28.259] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T19:51:28.260] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T19:51:28.260] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T19:51:28.260] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:2 ms . +[2025-03-31T19:51:28.260] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T19:51:28.261] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T19:51:28.261] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T19:51:28.261] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T19:51:28.261] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T19:51:28.261] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T19:51:28.261] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T19:51:28.262] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T19:51:28.263] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T19:51:28.263] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T19:51:28.263] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T19:51:28.263] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T19:51:28.263] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache from map. +[2025-03-31T19:51:28.263] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T19:51:28.263] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T19:51:28.264] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T19:51:28.264] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T19:51:28.264] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:3 ms . +[2025-03-31T19:51:28.265] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T19:51:28.265] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T19:51:28.265] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T19:51:28.265] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T19:51:28.265] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T19:51:28.265] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T19:51:28.265] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T19:51:28.266] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-31T19:51:28.266] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T19:51:28.276] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T19:51:28.276] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T19:51:28.276] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T19:51:28.276] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T19:51:28.276] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T19:51:28.284] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T19:51:28.288] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T19:51:28.288] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T19:51:28.289] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T19:51:28.289] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T19:52:38.922] [DEBUG] debug-file - session manager: set active socket. socketId=0YivIC7dyNXlVYdRAAAH +[2025-03-31T19:52:38.939] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T19:52:39.024] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T19:52:39.066] [DEBUG] debug-file - Cache service initialization finished in 37 ms +[2025-03-31T19:52:39.098] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T19:52:39.142] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T19:52:39.142] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T19:52:39.168] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T19:52:39.168] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T19:52:39.168] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T19:52:39.169] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T19:52:39.177] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T19:52:39.186] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T19:52:39.205] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T19:52:39.256] [DEBUG] debug-file - Sdk init in 67 ms +[2025-03-31T19:52:39.283] [DEBUG] debug-file - Project task initialization takes 25 ms +[2025-03-31T19:52:39.283] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T19:52:39.284] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T19:52:39.284] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T19:52:39.291] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T19:52:39.296] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T19:52:39.297] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T19:52:39.307] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T19:52:39.308] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T19:52:39.308] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T19:52:39.308] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T19:52:39.308] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T19:52:39.308] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T19:52:39.308] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T19:52:39.312] [DEBUG] debug-file - Module entry task initialization takes 2 ms +[2025-03-31T19:52:39.312] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T19:52:39.312] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T19:52:39.313] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T19:52:39.426] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 112 ms +[2025-03-31T19:52:39.427] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T19:52:39.428] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T19:52:39.434] [DEBUG] debug-file - load to the disk finished +[2025-03-31T19:52:39.436] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T19:52:39.436] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T19:52:39.437] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T19:52:39.437] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T19:52:39.441] [DEBUG] debug-file - Configuration phase cost:361 ms +[2025-03-31T19:52:39.443] [DEBUG] debug-file - Configuration task cost before running: 480 ms +[2025-03-31T19:52:39.444] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.444] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.446] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T19:52:39.452] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 5 ms . +[2025-03-31T19:52:39.452] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.46578216552734375 +[2025-03-31T19:52:39.453] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T19:52:39.454] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.454] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.455] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T19:52:39.456] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:52:39.456] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T19:52:39.457] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.08390045166015625 +[2025-03-31T19:52:39.457] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T19:52:39.458] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.459] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.459] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T19:52:39.459] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.459] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.459] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03713226318359375 +[2025-03-31T19:52:39.459] [DEBUG] debug-file - runTaskFromQueue task cost before running: 496 ms +[2025-03-31T19:52:39.459] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T19:52:39.461] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.461] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.461] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T19:52:39.462] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-31T19:52:39.462] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.0986785888671875 +[2025-03-31T19:52:39.463] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T19:52:39.464] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.464] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.465] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T19:52:39.466] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:52:39.467] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T19:52:39.467] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08797454833984375 +[2025-03-31T19:52:39.467] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T19:52:39.468] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.468] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.469] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T19:52:39.469] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.469] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.469] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.037322998046875 +[2025-03-31T19:52:39.469] [DEBUG] debug-file - runTaskFromQueue task cost before running: 507 ms +[2025-03-31T19:52:39.470] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T19:52:39.471] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.471] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.475] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T19:52:39.475] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:52:39.476] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T19:52:39.476] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.0627288818359375 +[2025-03-31T19:52:39.476] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T19:52:39.479] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.479] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.481] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T19:52:39.482] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T19:52:39.482] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 2 ms . +[2025-03-31T19:52:39.483] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.483] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.483] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10752105712890625 +[2025-03-31T19:52:39.483] [DEBUG] debug-file - runTaskFromQueue task cost before running: 520 ms +[2025-03-31T19:52:39.483] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 3 ms +[2025-03-31T19:52:39.485] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.486] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.486] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T19:52:39.486] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.486] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.486] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03814697265625 +[2025-03-31T19:52:39.487] [DEBUG] debug-file - runTaskFromQueue task cost before running: 524 ms +[2025-03-31T19:52:39.487] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T19:52:39.488] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.488] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.488] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T19:52:39.490] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms . +[2025-03-31T19:52:39.491] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.1303253173828125 +[2025-03-31T19:52:39.491] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T19:52:39.493] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.493] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.494] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T19:52:39.494] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T19:52:39.494] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:52:39.495] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T19:52:39.495] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms . +[2025-03-31T19:52:39.495] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.495] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.496] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.1265716552734375 +[2025-03-31T19:52:39.496] [DEBUG] debug-file - runTaskFromQueue task cost before running: 533 ms +[2025-03-31T19:52:39.496] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 3 ms +[2025-03-31T19:52:39.497] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.497] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.498] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T19:52:39.498] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T19:52:39.498] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.0496673583984375 +[2025-03-31T19:52:39.498] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T19:52:39.500] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.500] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.501] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T19:52:39.503] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 2 ms . +[2025-03-31T19:52:39.503] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.17302703857421875 +[2025-03-31T19:52:39.504] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T19:52:39.505] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.505] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.506] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T19:52:39.506] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.506] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.507] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05224609375 +[2025-03-31T19:52:39.507] [DEBUG] debug-file - runTaskFromQueue task cost before running: 544 ms +[2025-03-31T19:52:39.509] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-31T19:52:39.511] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.511] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.511] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T19:52:39.513] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T19:52:39.514] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-31T19:52:39.514] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.12873077392578125 +[2025-03-31T19:52:39.517] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T19:52:39.518] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.518] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.520] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T19:52:39.530] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 7 ms . +[2025-03-31T19:52:39.531] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5669326782226562 +[2025-03-31T19:52:39.536] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T19:52:39.537] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.538] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.538] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T19:52:39.541] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T19:52:39.541] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.10059356689453125 +[2025-03-31T19:52:39.541] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T19:52:39.542] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.543] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.543] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T19:52:39.545] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T19:52:39.550] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 5 ms . +[2025-03-31T19:52:39.550] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.44048309326171875 +[2025-03-31T19:52:39.551] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T19:52:39.552] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.552] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.554] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T19:52:39.554] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:52:39.554] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T19:52:39.554] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.062164306640625 +[2025-03-31T19:52:39.554] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T19:52:39.556] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.556] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.559] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T19:52:39.571] [DEBUG] debug-file - build config: +[2025-03-31T19:52:39.572] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T19:52:39.572] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T19:52:39.573] [DEBUG] debug-file - default@CompileArkTS work[6] is submitted. +[2025-03-31T19:52:39.573] [DEBUG] debug-file - default@CompileArkTS work[6] is pushed to ready queue. +[2025-03-31T19:52:39.573] [DEBUG] debug-file - default@CompileArkTS work[6] is not dispatched. +[2025-03-31T19:52:39.573] [DEBUG] debug-file - CopyResources startTime: 351698305679833 +[2025-03-31T19:52:39.573] [DEBUG] debug-file - default@CompileArkTS work[7] is submitted. +[2025-03-31T19:52:39.574] [DEBUG] debug-file - default@CompileArkTS work[7] is pushed to ready queue. +[2025-03-31T19:52:39.574] [DEBUG] debug-file - default@CompileArkTS work[7] is not dispatched. +[2025-03-31T19:52:39.574] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.161041259765625 +[2025-03-31T19:52:39.575] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.575] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.577] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T19:52:39.578] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.11774444580078125 +[2025-03-31T19:52:39.578] [DEBUG] debug-file - runTaskFromQueue task cost before running: 616 ms +[2025-03-31T19:52:39.579] [INFO] debug-file - Finished :entry:default@BuildJS... after 2 ms +[2025-03-31T19:52:39.579] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:39.579] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:39.581] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T19:52:39.581] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:52:39.581] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T19:52:39.581] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.07001495361328125 +[2025-03-31T19:52:39.581] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T19:52:39.675] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T19:52:39.675] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T19:52:39.676] [DEBUG] debug-file - default@CompileArkTS work[7] has been dispatched to worker[6]. +[2025-03-31T19:52:39.676] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T19:52:39.676] [DEBUG] debug-file - A work dispatched to worker[6] failed because of worker busy. +[2025-03-31T19:52:39.676] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T19:52:39.677] [DEBUG] debug-file - default@CompileArkTS work[6] has been dispatched to worker[4]. +[2025-03-31T19:52:40.645] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T19:52:40.646] [DEBUG] debug-file - CopyResources is end, endTime: 351699377951708 +[2025-03-31T19:52:40.646] [DEBUG] debug-file - default@CompileArkTS work[7] done. +[2025-03-31T19:52:40.646] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T19:52:41.042] [DEBUG] debug-file - Ark compile task finished.finished time is 351699773892333 +[2025-03-31T19:52:41.042] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-31T19:52:41.049] [DEBUG] debug-file - default@CompileArkTS work[6] done. +[2025-03-31T19:52:41.049] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-31T19:52:41.062] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 1 s 376 ms +[2025-03-31T19:52:41.064] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:41.064] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:41.066] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-31T19:52:41.066] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:52:41.067] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-31T19:52:41.067] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.06280517578125 +[2025-03-31T19:52:41.067] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-31T19:52:41.069] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:41.069] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:41.074] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-31T19:52:41.078] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets' has been changed. +[2025-03-31T19:52:41.078] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 3 ms . +[2025-03-31T19:52:41.078] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:41.079] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:41.081] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-31T19:52:41.083] [DEBUG] debug-file - default@PackageHap work[8] is submitted. +[2025-03-31T19:52:41.083] [DEBUG] debug-file - default@PackageHap work[8] is pushed to ready queue. +[2025-03-31T19:52:41.083] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T19:52:41.083] [DEBUG] debug-file - default@PackageHap work[8] has been dispatched to worker[6]. +[2025-03-31T19:52:41.084] [DEBUG] debug-file - default@PackageHap work[8] is dispatched. +[2025-03-31T19:52:41.091] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.7212905883789062 +[2025-03-31T19:52:41.178] [DEBUG] debug-file - current process memoryUsage: { + rss: 417415168, + heapTotal: 75546624, + heapUsed: 50697904, + external: 2616233, + arrayBuffers: 645344 +} os memoryUsage :7.91888427734375 +[2025-03-31T19:52:41.682] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T19:52:41.682] [DEBUG] debug-file - default@PackageHap work[8] done. +[2025-03-31T19:52:41.682] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T19:52:41.683] [INFO] debug-file - Finished :entry:default@PackageHap... after 526 ms +[2025-03-31T19:52:41.684] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:41.684] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:41.686] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-31T19:52:41.686] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-31T19:52:41.686] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-31T19:52:41.686] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-31T19:52:41.686] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:41.686] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:41.687] [DEBUG] debug-file - entry : default@SignHap cost memory 0.10317230224609375 +[2025-03-31T19:52:41.687] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 724 ms +[2025-03-31T19:52:41.687] [INFO] debug-file - Finished :entry:default@SignHap... after 2 ms +[2025-03-31T19:52:41.688] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:41.688] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:41.688] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-31T19:52:41.690] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:52:41.690] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:52:41.691] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.1916351318359375 +[2025-03-31T19:52:41.691] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 728 ms +[2025-03-31T19:52:41.691] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 3 ms +[2025-03-31T19:52:41.692] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-31T19:52:41.692] [DEBUG] debug-file - entry : assembleHap cost memory 0.01171112060546875 +[2025-03-31T19:52:41.692] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 729 ms +[2025-03-31T19:52:41.692] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-31T19:52:41.694] [DEBUG] debug-file - BUILD SUCCESSFUL in 2 s 731 ms +[2025-03-31T19:52:41.694] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T19:52:41.694] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T19:52:41.694] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T19:52:41.694] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T19:52:41.694] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T19:52:41.694] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T19:52:41.695] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T19:52:41.695] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T19:52:41.695] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T19:52:41.695] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T19:52:41.695] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T19:52:41.695] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T19:52:41.695] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T19:52:41.695] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T19:52:41.695] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T19:52:41.695] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T19:52:41.695] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T19:52:41.695] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T19:52:41.695] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T19:52:41.696] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T19:52:41.697] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T19:52:41.697] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T19:52:41.697] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T19:52:41.697] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T19:52:41.697] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate. +[2025-03-31T19:52:41.697] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T19:52:41.697] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T19:52:41.697] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T19:52:41.697] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T19:52:41.698] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:3 ms . +[2025-03-31T19:52:41.698] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T19:52:41.698] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T19:52:41.698] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T19:52:41.698] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T19:52:41.698] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T19:52:41.699] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T19:52:41.699] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T19:52:41.699] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-31T19:52:41.699] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T19:52:41.699] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-31T19:52:41.699] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-31T19:52:41.699] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-31T19:52:41.699] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-31T19:52:41.700] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-31T19:52:41.700] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-31T19:52:41.700] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache from map. +[2025-03-31T19:52:41.700] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T19:52:41.700] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T19:52:41.700] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T19:52:41.700] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-31T19:52:41.700] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-31T19:52:41.700] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-31T19:52:41.700] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-31T19:52:41.700] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-31T19:52:41.701] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-31T19:52:41.701] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-31T19:52:41.702] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T19:52:41.702] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-31T19:52:41.702] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-31T19:52:41.702] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-31T19:52:41.713] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T19:52:41.713] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T19:52:41.713] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T19:52:41.713] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T19:52:41.714] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T19:52:41.720] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T19:52:41.720] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T19:52:41.719] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T19:52:41.720] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T19:52:41.720] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T19:57:46.824] [DEBUG] debug-file - session manager: set active socket. socketId=mxXQfr9mHFj0gL3TAAAJ +[2025-03-31T19:57:46.855] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T19:57:46.891] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T19:57:46.904] [DEBUG] debug-file - Cache service initialization finished in 13 ms +[2025-03-31T19:57:46.921] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T19:57:46.961] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T19:57:46.962] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T19:57:46.971] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T19:57:46.972] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T19:57:46.972] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T19:57:46.972] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T19:57:46.973] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T19:57:46.980] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T19:57:46.988] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T19:57:47.031] [DEBUG] debug-file - Sdk init in 51 ms +[2025-03-31T19:57:47.057] [DEBUG] debug-file - Project task initialization takes 24 ms +[2025-03-31T19:57:47.058] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T19:57:47.058] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T19:57:47.058] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T19:57:47.071] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T19:57:47.083] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T19:57:47.084] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T19:57:47.101] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T19:57:47.101] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T19:57:47.104] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T19:57:47.105] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T19:57:47.105] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T19:57:47.105] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T19:57:47.106] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T19:57:47.113] [DEBUG] debug-file - Module entry task initialization takes 5 ms +[2025-03-31T19:57:47.114] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T19:57:47.114] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T19:57:47.114] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T19:57:47.253] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 138 ms +[2025-03-31T19:57:47.254] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T19:57:47.255] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T19:57:47.261] [DEBUG] debug-file - load to the disk finished +[2025-03-31T19:57:47.264] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T19:57:47.264] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T19:57:47.266] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T19:57:47.266] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T19:57:47.268] [DEBUG] debug-file - Configuration phase cost:357 ms +[2025-03-31T19:57:47.270] [DEBUG] debug-file - Configuration task cost before running: 394 ms +[2025-03-31T19:57:47.271] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.271] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.275] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T19:57:47.279] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 3 ms . +[2025-03-31T19:57:47.279] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.214508056640625 +[2025-03-31T19:57:47.283] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T19:57:47.285] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.285] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.286] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T19:57:47.288] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 2 ms +[2025-03-31T19:57:47.289] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T19:57:47.289] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.084075927734375 +[2025-03-31T19:57:47.289] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T19:57:47.290] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.290] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.290] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T19:57:47.290] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.291] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.291] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03710174560546875 +[2025-03-31T19:57:47.291] [DEBUG] debug-file - runTaskFromQueue task cost before running: 414 ms +[2025-03-31T19:57:47.291] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T19:57:47.292] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.292] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.292] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T19:57:47.293] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-31T19:57:47.293] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.09864044189453125 +[2025-03-31T19:57:47.293] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T19:57:47.294] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.294] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.295] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T19:57:47.295] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:57:47.295] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T19:57:47.296] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.0881805419921875 +[2025-03-31T19:57:47.296] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T19:57:47.296] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.296] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.297] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T19:57:47.297] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.297] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.297] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.037322998046875 +[2025-03-31T19:57:47.297] [DEBUG] debug-file - runTaskFromQueue task cost before running: 421 ms +[2025-03-31T19:57:47.297] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T19:57:47.298] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.298] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.301] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T19:57:47.301] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:57:47.302] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T19:57:47.302] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06272125244140625 +[2025-03-31T19:57:47.302] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T19:57:47.304] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.304] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.309] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T19:57:47.310] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T19:57:47.310] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-31T19:57:47.310] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.310] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.310] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10602569580078125 +[2025-03-31T19:57:47.310] [DEBUG] debug-file - runTaskFromQueue task cost before running: 434 ms +[2025-03-31T19:57:47.311] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 2 ms +[2025-03-31T19:57:47.312] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.312] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.312] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T19:57:47.312] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.312] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.312] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03814697265625 +[2025-03-31T19:57:47.312] [DEBUG] debug-file - runTaskFromQueue task cost before running: 436 ms +[2025-03-31T19:57:47.312] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T19:57:47.315] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.316] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.317] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T19:57:47.319] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms . +[2025-03-31T19:57:47.319] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.1305694580078125 +[2025-03-31T19:57:47.319] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T19:57:47.321] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.321] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.322] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T19:57:47.322] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T19:57:47.322] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:57:47.324] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T19:57:47.324] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms . +[2025-03-31T19:57:47.325] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.325] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.325] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.1265106201171875 +[2025-03-31T19:57:47.325] [DEBUG] debug-file - runTaskFromQueue task cost before running: 449 ms +[2025-03-31T19:57:47.325] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 3 ms +[2025-03-31T19:57:47.327] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.327] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.328] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T19:57:47.328] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T19:57:47.329] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.0496673583984375 +[2025-03-31T19:57:47.329] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T19:57:47.334] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.334] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.338] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T19:57:47.340] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 2 ms . +[2025-03-31T19:57:47.341] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.17299652099609375 +[2025-03-31T19:57:47.342] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T19:57:47.346] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.346] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.347] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T19:57:47.347] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.348] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.349] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05225372314453125 +[2025-03-31T19:57:47.349] [DEBUG] debug-file - runTaskFromQueue task cost before running: 473 ms +[2025-03-31T19:57:47.350] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 3 ms +[2025-03-31T19:57:47.351] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.351] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.351] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T19:57:47.357] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T19:57:47.358] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-31T19:57:47.358] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.12928009033203125 +[2025-03-31T19:57:47.365] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T19:57:47.367] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.367] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.369] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T19:57:47.376] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 4 ms . +[2025-03-31T19:57:47.376] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.56304931640625 +[2025-03-31T19:57:47.378] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T19:57:47.379] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.379] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.379] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T19:57:47.380] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T19:57:47.380] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.10019683837890625 +[2025-03-31T19:57:47.380] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T19:57:47.381] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.381] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.382] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T19:57:47.383] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T19:57:47.394] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 9 ms . +[2025-03-31T19:57:47.394] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.4400787353515625 +[2025-03-31T19:57:47.395] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T19:57:47.396] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.396] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.397] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T19:57:47.397] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:57:47.397] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T19:57:47.397] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06203460693359375 +[2025-03-31T19:57:47.397] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T19:57:47.398] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.398] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.402] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T19:57:47.412] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed. +[2025-03-31T19:57:47.412] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 8 ms . +[2025-03-31T19:57:47.425] [DEBUG] debug-file - build config: +[2025-03-31T19:57:47.425] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T19:57:47.426] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T19:57:47.426] [DEBUG] debug-file - default@CompileArkTS work[9] is submitted. +[2025-03-31T19:57:47.427] [DEBUG] debug-file - default@CompileArkTS work[9] is pushed to ready queue. +[2025-03-31T19:57:47.427] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T19:57:47.427] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T19:57:47.428] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T19:57:47.428] [DEBUG] debug-file - default@CompileArkTS work[9] has been dispatched to worker[4]. +[2025-03-31T19:57:47.428] [DEBUG] debug-file - default@CompileArkTS work[9] is dispatched. +[2025-03-31T19:57:47.428] [DEBUG] debug-file - CopyResources startTime: 352006171944625 +[2025-03-31T19:57:47.428] [DEBUG] debug-file - default@CompileArkTS work[10] is submitted. +[2025-03-31T19:57:47.430] [DEBUG] debug-file - default@CompileArkTS work[10] is pushed to ready queue. +[2025-03-31T19:57:47.430] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T19:57:47.430] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T19:57:47.432] [DEBUG] debug-file - default@CompileArkTS work[10] has been dispatched to worker[6]. +[2025-03-31T19:57:47.432] [DEBUG] debug-file - default@CompileArkTS work[10] is dispatched. +[2025-03-31T19:57:47.432] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.2410659790039062 +[2025-03-31T19:57:47.434] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.434] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.436] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T19:57:47.437] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.11864471435546875 +[2025-03-31T19:57:47.437] [DEBUG] debug-file - runTaskFromQueue task cost before running: 561 ms +[2025-03-31T19:57:47.438] [INFO] debug-file - Finished :entry:default@BuildJS... after 2 ms +[2025-03-31T19:57:47.438] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:57:47.439] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:57:47.440] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T19:57:47.440] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:57:47.441] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T19:57:47.441] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.069610595703125 +[2025-03-31T19:57:47.441] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T19:57:48.768] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T19:57:48.768] [DEBUG] debug-file - CopyResources is end, endTime: 352007512474958 +[2025-03-31T19:57:48.769] [DEBUG] debug-file - default@CompileArkTS work[10] done. +[2025-03-31T19:57:48.770] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T19:57:49.561] [DEBUG] debug-file - Ark compile task finished.finished time is 352008304678041 +[2025-03-31T19:57:49.561] [DEBUG] debug-file - worker[4] has one work error. +[2025-03-31T19:57:49.562] [DEBUG] debug-file - default@CompileArkTS work[9] failed. +[2025-03-31T19:57:49.562] [ERROR] debug-file - Failed :entry:default@CompileArkTS... +[2025-03-31T19:57:49.562] [DEBUG] debug-file - hvigor build process will be closed with an error. +[2025-03-31T19:57:49.564] [DEBUG] debug-file - ERROR: stacktrace = Error: ArkTS Compiler Error +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:108:10 + Property 'notifyNotificationChange' does not exist on type 'ClassPage'. + + +COMPILE RESULT:FAIL {ERROR:2} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T19:57:49.565] [ERROR] debug-file - Error: ArkTS Compiler Error +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:108:10 + Property 'notifyNotificationChange' does not exist on type 'ClassPage'. + + +COMPILE RESULT:FAIL {ERROR:2} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T19:57:49.568] [WARN] debug-file - BUILD FAILED in 2 s 691 ms +[2025-03-31T19:57:49.568] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T19:57:49.568] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T19:57:49.568] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T19:57:49.568] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T19:57:49.569] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T19:57:49.569] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T19:57:49.570] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T19:57:49.570] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T19:57:49.570] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T19:57:49.570] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T19:57:49.570] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T19:57:49.571] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T19:57:49.571] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T19:57:49.571] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T19:57:49.571] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T19:57:49.571] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T19:57:49.571] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T19:57:49.571] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T19:57:49.571] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T19:57:49.573] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T19:57:49.573] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T19:57:49.573] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T19:57:49.573] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T19:57:49.573] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T19:57:49.573] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache from map. +[2025-03-31T19:57:49.573] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T19:57:49.574] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T19:57:49.574] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T19:57:49.574] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T19:57:49.574] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:4 ms . +[2025-03-31T19:57:49.575] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T19:57:49.575] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T19:57:49.575] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T19:57:49.575] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T19:57:49.575] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T19:57:49.575] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T19:57:49.575] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T19:57:49.575] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-31T19:57:49.576] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T19:57:49.586] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T19:57:49.586] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T19:57:49.586] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T19:57:49.586] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T19:57:49.587] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T19:57:49.593] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T19:57:49.595] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T19:57:49.595] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T19:57:49.595] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T19:57:49.596] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T19:59:24.227] [DEBUG] debug-file - session manager: set active socket. socketId=hYyahaKipSkBL0zFAAAL +[2025-03-31T19:59:24.240] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T19:59:24.271] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T19:59:24.280] [DEBUG] debug-file - Cache service initialization finished in 9 ms +[2025-03-31T19:59:24.286] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T19:59:24.304] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T19:59:24.304] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T19:59:24.311] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T19:59:24.311] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T19:59:24.311] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T19:59:24.311] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T19:59:24.312] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T19:59:24.316] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T19:59:24.322] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T19:59:24.346] [DEBUG] debug-file - Sdk init in 30 ms +[2025-03-31T19:59:24.355] [DEBUG] debug-file - Project task initialization takes 9 ms +[2025-03-31T19:59:24.355] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T19:59:24.355] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T19:59:24.355] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T19:59:24.358] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T19:59:24.363] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T19:59:24.363] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T19:59:24.368] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T19:59:24.368] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T19:59:24.368] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T19:59:24.368] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T19:59:24.368] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T19:59:24.368] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T19:59:24.368] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T19:59:24.371] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-03-31T19:59:24.371] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T19:59:24.371] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T19:59:24.371] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T19:59:24.429] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 57 ms +[2025-03-31T19:59:24.429] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T19:59:24.430] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T19:59:24.433] [DEBUG] debug-file - load to the disk finished +[2025-03-31T19:59:24.434] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T19:59:24.434] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T19:59:24.435] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T19:59:24.435] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T19:59:24.436] [DEBUG] debug-file - Configuration phase cost:154 ms +[2025-03-31T19:59:24.437] [DEBUG] debug-file - Configuration task cost before running: 176 ms +[2025-03-31T19:59:24.438] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.438] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.439] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T19:59:24.440] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 2 ms . +[2025-03-31T19:59:24.440] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.2162322998046875 +[2025-03-31T19:59:24.441] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T19:59:24.442] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.442] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.442] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T19:59:24.442] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:59:24.442] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T19:59:24.442] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.08361053466796875 +[2025-03-31T19:59:24.443] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T19:59:24.443] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.443] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.443] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T19:59:24.443] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.443] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.443] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.037200927734375 +[2025-03-31T19:59:24.443] [DEBUG] debug-file - runTaskFromQueue task cost before running: 182 ms +[2025-03-31T19:59:24.444] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T19:59:24.444] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.444] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.445] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T19:59:24.445] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-31T19:59:24.445] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.0989227294921875 +[2025-03-31T19:59:24.445] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T19:59:24.446] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.446] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.446] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T19:59:24.447] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:59:24.447] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T19:59:24.447] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.09340667724609375 +[2025-03-31T19:59:24.447] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T19:59:24.448] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.448] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.448] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T19:59:24.448] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.448] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.448] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.037322998046875 +[2025-03-31T19:59:24.448] [DEBUG] debug-file - runTaskFromQueue task cost before running: 187 ms +[2025-03-31T19:59:24.448] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T19:59:24.449] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.449] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.451] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T19:59:24.451] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:59:24.451] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T19:59:24.451] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.062744140625 +[2025-03-31T19:59:24.452] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T19:59:24.452] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.452] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.453] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T19:59:24.454] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T19:59:24.454] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-31T19:59:24.454] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.454] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.454] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.1060638427734375 +[2025-03-31T19:59:24.454] [DEBUG] debug-file - runTaskFromQueue task cost before running: 193 ms +[2025-03-31T19:59:24.454] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 1 ms +[2025-03-31T19:59:24.455] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.455] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.455] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T19:59:24.455] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.456] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.456] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03814697265625 +[2025-03-31T19:59:24.456] [DEBUG] debug-file - runTaskFromQueue task cost before running: 194 ms +[2025-03-31T19:59:24.456] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T19:59:24.456] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.456] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.457] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T19:59:24.458] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms . +[2025-03-31T19:59:24.458] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.1298370361328125 +[2025-03-31T19:59:24.458] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T19:59:24.459] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.459] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.460] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T19:59:24.460] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T19:59:24.460] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:59:24.461] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T19:59:24.461] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms . +[2025-03-31T19:59:24.461] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.461] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.461] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.12630462646484375 +[2025-03-31T19:59:24.461] [DEBUG] debug-file - runTaskFromQueue task cost before running: 200 ms +[2025-03-31T19:59:24.461] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 2 ms +[2025-03-31T19:59:24.462] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.462] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.462] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T19:59:24.463] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T19:59:24.463] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.0496673583984375 +[2025-03-31T19:59:24.463] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T19:59:24.463] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.464] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.464] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T19:59:24.466] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 1 ms . +[2025-03-31T19:59:24.466] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.172271728515625 +[2025-03-31T19:59:24.466] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T19:59:24.467] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.467] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.467] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T19:59:24.468] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.468] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.468] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05224609375 +[2025-03-31T19:59:24.468] [DEBUG] debug-file - runTaskFromQueue task cost before running: 207 ms +[2025-03-31T19:59:24.468] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-31T19:59:24.469] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.469] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.470] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T19:59:24.471] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T19:59:24.473] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-31T19:59:24.473] [DEBUG] debug-file - entry : default@ProcessResource cost memory -5.551170349121094 +[2025-03-31T19:59:24.474] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T19:59:24.475] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.475] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.476] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T19:59:24.482] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 3 ms . +[2025-03-31T19:59:24.482] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.56610107421875 +[2025-03-31T19:59:24.483] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T19:59:24.484] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.484] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.484] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T19:59:24.485] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T19:59:24.485] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.10034942626953125 +[2025-03-31T19:59:24.485] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T19:59:24.486] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.486] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.486] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T19:59:24.487] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T19:59:24.491] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 4 ms . +[2025-03-31T19:59:24.491] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.4400634765625 +[2025-03-31T19:59:24.492] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T19:59:24.492] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.492] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.493] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T19:59:24.493] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:59:24.494] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T19:59:24.494] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06212615966796875 +[2025-03-31T19:59:24.494] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T19:59:24.494] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.494] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.496] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T19:59:24.502] [DEBUG] debug-file - build config: +[2025-03-31T19:59:24.502] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T19:59:24.502] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T19:59:24.503] [DEBUG] debug-file - default@CompileArkTS work[11] is submitted. +[2025-03-31T19:59:24.503] [DEBUG] debug-file - default@CompileArkTS work[11] is pushed to ready queue. +[2025-03-31T19:59:24.503] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T19:59:24.503] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T19:59:24.503] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T19:59:24.504] [DEBUG] debug-file - default@CompileArkTS work[11] has been dispatched to worker[4]. +[2025-03-31T19:59:24.504] [DEBUG] debug-file - default@CompileArkTS work[11] is dispatched. +[2025-03-31T19:59:24.504] [DEBUG] debug-file - CopyResources startTime: 352103250129250 +[2025-03-31T19:59:24.504] [DEBUG] debug-file - default@CompileArkTS work[12] is submitted. +[2025-03-31T19:59:24.504] [DEBUG] debug-file - default@CompileArkTS work[12] is pushed to ready queue. +[2025-03-31T19:59:24.504] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T19:59:24.504] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T19:59:24.505] [DEBUG] debug-file - default@CompileArkTS work[12] has been dispatched to worker[6]. +[2025-03-31T19:59:24.505] [DEBUG] debug-file - default@CompileArkTS work[12] is dispatched. +[2025-03-31T19:59:24.505] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.05340576171875 +[2025-03-31T19:59:24.506] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.506] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.507] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T19:59:24.509] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.1171112060546875 +[2025-03-31T19:59:24.509] [DEBUG] debug-file - runTaskFromQueue task cost before running: 248 ms +[2025-03-31T19:59:24.509] [INFO] debug-file - Finished :entry:default@BuildJS... after 2 ms +[2025-03-31T19:59:24.510] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:24.510] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:24.511] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T19:59:24.511] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:59:24.511] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T19:59:24.511] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.06935882568359375 +[2025-03-31T19:59:24.511] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T19:59:25.247] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T19:59:25.248] [DEBUG] debug-file - CopyResources is end, endTime: 352103994082833 +[2025-03-31T19:59:25.248] [DEBUG] debug-file - default@CompileArkTS work[12] done. +[2025-03-31T19:59:25.248] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T19:59:25.656] [DEBUG] debug-file - Ark compile task finished.finished time is 352104402714541 +[2025-03-31T19:59:25.656] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-31T19:59:25.663] [DEBUG] debug-file - default@CompileArkTS work[11] done. +[2025-03-31T19:59:25.664] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 1 s 161 ms +[2025-03-31T19:59:25.665] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:25.665] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:25.665] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-31T19:59:25.666] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-31T19:59:25.666] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-31T19:59:25.666] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.06269073486328125 +[2025-03-31T19:59:25.666] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-31T19:59:25.667] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:25.667] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:25.671] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-31T19:59:25.674] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets' has been changed. +[2025-03-31T19:59:25.674] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 2 ms . +[2025-03-31T19:59:25.674] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:25.674] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:25.675] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-31T19:59:25.676] [DEBUG] debug-file - default@PackageHap work[13] is submitted. +[2025-03-31T19:59:25.676] [DEBUG] debug-file - default@PackageHap work[13] is pushed to ready queue. +[2025-03-31T19:59:25.676] [DEBUG] debug-file - default@PackageHap work[13] is not dispatched. +[2025-03-31T19:59:25.678] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.7012710571289062 +[2025-03-31T19:59:25.764] [DEBUG] debug-file - default@PackageHap work[13] has been dispatched to worker[4]. +[2025-03-31T19:59:25.768] [DEBUG] debug-file - current process memoryUsage: { + rss: 464666624, + heapTotal: 355860480, + heapUsed: 289082712, + external: 5090212, + arrayBuffers: 894378 +} os memoryUsage :7.911376953125 +[2025-03-31T19:59:25.778] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T19:59:25.778] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T19:59:25.778] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T19:59:25.778] [DEBUG] debug-file - A work dispatched to worker[4] failed because of worker busy. +[2025-03-31T19:59:25.778] [DEBUG] debug-file - A work dispatched to worker[3] failed because unable to get work from ready queue. +[2025-03-31T19:59:25.778] [DEBUG] debug-file - A work dispatched to worker[2] failed because unable to get work from ready queue. +[2025-03-31T19:59:25.778] [DEBUG] debug-file - A work dispatched to worker[1] failed because unable to get work from ready queue. +[2025-03-31T19:59:25.778] [DEBUG] debug-file - A work dispatched to worker[0] failed because unable to get work from ready queue. +[2025-03-31T19:59:26.220] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-31T19:59:26.221] [DEBUG] debug-file - default@PackageHap work[13] done. +[2025-03-31T19:59:26.221] [INFO] debug-file - Finished :entry:default@PackageHap... after 462 ms +[2025-03-31T19:59:26.222] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:26.222] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:26.223] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-31T19:59:26.224] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-31T19:59:26.224] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-31T19:59:26.224] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-31T19:59:26.224] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:26.224] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:26.224] [DEBUG] debug-file - entry : default@SignHap cost memory 0.10321044921875 +[2025-03-31T19:59:26.224] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 963 ms +[2025-03-31T19:59:26.224] [INFO] debug-file - Finished :entry:default@SignHap... after 1 ms +[2025-03-31T19:59:26.225] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:26.225] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:26.225] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-31T19:59:26.227] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T19:59:26.227] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T19:59:26.227] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.19091033935546875 +[2025-03-31T19:59:26.227] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 966 ms +[2025-03-31T19:59:26.227] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 3 ms +[2025-03-31T19:59:26.228] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-31T19:59:26.228] [DEBUG] debug-file - entry : assembleHap cost memory 0.01171112060546875 +[2025-03-31T19:59:26.228] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 967 ms +[2025-03-31T19:59:26.228] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-31T19:59:26.229] [DEBUG] debug-file - BUILD SUCCESSFUL in 1 s 968 ms +[2025-03-31T19:59:26.229] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T19:59:26.229] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T19:59:26.230] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T19:59:26.230] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T19:59:26.230] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T19:59:26.230] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T19:59:26.230] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T19:59:26.230] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T19:59:26.230] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T19:59:26.230] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T19:59:26.230] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T19:59:26.231] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T19:59:26.231] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T19:59:26.231] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T19:59:26.231] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T19:59:26.231] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T19:59:26.231] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T19:59:26.231] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T19:59:26.231] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T19:59:26.232] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T19:59:26.232] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T19:59:26.232] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T19:59:26.232] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T19:59:26.232] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T19:59:26.232] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate. +[2025-03-31T19:59:26.232] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T19:59:26.232] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T19:59:26.232] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T19:59:26.233] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T19:59:26.233] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-31T19:59:26.233] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T19:59:26.233] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T19:59:26.233] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T19:59:26.233] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T19:59:26.233] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T19:59:26.233] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T19:59:26.234] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T19:59:26.234] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-31T19:59:26.234] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T19:59:26.234] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-31T19:59:26.234] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-31T19:59:26.234] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-31T19:59:26.234] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-31T19:59:26.235] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-31T19:59:26.235] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-31T19:59:26.235] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache from map. +[2025-03-31T19:59:26.235] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T19:59:26.235] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T19:59:26.235] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T19:59:26.235] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-31T19:59:26.235] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-31T19:59:26.235] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-31T19:59:26.235] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-31T19:59:26.235] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-31T19:59:26.235] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-31T19:59:26.235] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-31T19:59:26.236] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T19:59:26.236] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-31T19:59:26.236] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-31T19:59:26.237] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-31T19:59:26.245] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T19:59:26.245] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T19:59:26.245] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T19:59:26.246] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T19:59:26.246] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T19:59:26.251] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T19:59:26.251] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T19:59:26.251] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T19:59:26.251] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T19:59:26.252] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T20:01:36.375] [DEBUG] debug-file - session manager: set active socket. socketId=SAqgrgoQhdhjvIV_AAAN +[2025-03-31T20:01:36.394] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:01:36.430] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T20:01:36.453] [DEBUG] debug-file - Cache service initialization finished in 23 ms +[2025-03-31T20:01:36.471] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:01:36.492] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:01:36.492] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:01:36.500] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T20:01:36.500] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T20:01:36.500] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T20:01:36.501] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T20:01:36.503] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T20:01:36.510] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T20:01:36.523] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T20:01:36.553] [DEBUG] debug-file - Sdk init in 41 ms +[2025-03-31T20:01:36.566] [DEBUG] debug-file - Project task initialization takes 13 ms +[2025-03-31T20:01:36.566] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:01:36.566] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:01:36.567] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:01:36.571] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:01:36.576] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:01:36.576] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:01:36.582] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T20:01:36.582] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T20:01:36.582] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T20:01:36.582] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T20:01:36.583] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T20:01:36.583] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T20:01:36.583] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T20:01:36.587] [DEBUG] debug-file - Module entry task initialization takes 2 ms +[2025-03-31T20:01:36.587] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:01:36.587] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:01:36.587] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:01:36.775] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 186 ms +[2025-03-31T20:01:36.777] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T20:01:36.783] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T20:01:36.796] [DEBUG] debug-file - load to the disk finished +[2025-03-31T20:01:36.805] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T20:01:36.807] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T20:01:36.817] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T20:01:36.817] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T20:01:36.835] [DEBUG] debug-file - Configuration phase cost:374 ms +[2025-03-31T20:01:36.839] [DEBUG] debug-file - Configuration task cost before running: 428 ms +[2025-03-31T20:01:36.843] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:36.844] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:36.850] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T20:01:36.867] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 11 ms . +[2025-03-31T20:01:36.868] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.22173309326171875 +[2025-03-31T20:01:36.873] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T20:01:36.878] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:36.878] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:36.881] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T20:01:36.883] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 2 ms +[2025-03-31T20:01:36.886] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 3 ms . +[2025-03-31T20:01:36.886] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.08483123779296875 +[2025-03-31T20:01:36.887] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T20:01:36.895] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:36.895] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:36.895] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T20:01:36.896] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:36.896] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:36.896] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.037200927734375 +[2025-03-31T20:01:36.896] [DEBUG] debug-file - runTaskFromQueue task cost before running: 485 ms +[2025-03-31T20:01:36.897] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T20:01:36.905] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:36.905] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:36.906] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T20:01:36.911] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 3 ms . +[2025-03-31T20:01:36.912] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.09941864013671875 +[2025-03-31T20:01:36.913] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T20:01:36.917] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:36.917] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:36.919] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T20:01:36.921] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 2 ms +[2025-03-31T20:01:36.922] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 2 ms . +[2025-03-31T20:01:36.923] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08941650390625 +[2025-03-31T20:01:36.923] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T20:01:36.927] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:36.927] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:36.928] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T20:01:36.929] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:36.929] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:36.929] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0373382568359375 +[2025-03-31T20:01:36.929] [DEBUG] debug-file - runTaskFromQueue task cost before running: 518 ms +[2025-03-31T20:01:36.929] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T20:01:36.934] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:36.935] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:36.945] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T20:01:36.946] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:01:36.947] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T20:01:36.947] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.0627899169921875 +[2025-03-31T20:01:36.948] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T20:01:36.952] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:36.952] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:36.956] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T20:01:36.960] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T20:01:36.961] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 3 ms . +[2025-03-31T20:01:36.961] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:36.961] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:36.962] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10701751708984375 +[2025-03-31T20:01:36.962] [DEBUG] debug-file - runTaskFromQueue task cost before running: 551 ms +[2025-03-31T20:01:36.964] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 7 ms +[2025-03-31T20:01:36.967] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:36.967] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:36.969] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T20:01:36.969] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:36.969] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:36.969] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03814697265625 +[2025-03-31T20:01:36.970] [DEBUG] debug-file - runTaskFromQueue task cost before running: 559 ms +[2025-03-31T20:01:36.970] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T20:01:36.973] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:36.974] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:36.975] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T20:01:36.987] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 10 ms . +[2025-03-31T20:01:36.987] [DEBUG] debug-file - entry : default@MakePackInfo cost memory -4.388832092285156 +[2025-03-31T20:01:36.989] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T20:01:36.993] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:36.994] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:36.996] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T20:01:36.996] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T20:01:36.997] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:01:37.001] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T20:01:37.002] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 5 ms . +[2025-03-31T20:01:37.002] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:37.002] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:37.002] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.12677001953125 +[2025-03-31T20:01:37.003] [DEBUG] debug-file - runTaskFromQueue task cost before running: 592 ms +[2025-03-31T20:01:37.003] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 7 ms +[2025-03-31T20:01:37.005] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:37.005] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:37.006] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T20:01:37.007] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T20:01:37.007] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.0496673583984375 +[2025-03-31T20:01:37.007] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T20:01:37.009] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:37.009] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:37.011] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T20:01:37.018] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 6 ms . +[2025-03-31T20:01:37.019] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.17301177978515625 +[2025-03-31T20:01:37.021] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T20:01:37.027] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:37.027] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:37.028] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T20:01:37.028] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:37.028] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:37.029] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05224609375 +[2025-03-31T20:01:37.029] [DEBUG] debug-file - runTaskFromQueue task cost before running: 618 ms +[2025-03-31T20:01:37.030] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 2 ms +[2025-03-31T20:01:37.035] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:37.035] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:37.037] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T20:01:37.043] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T20:01:37.046] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 3 ms . +[2025-03-31T20:01:37.047] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.1298828125 +[2025-03-31T20:01:37.052] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T20:01:37.054] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:37.054] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:37.058] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T20:01:37.082] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 18 ms . +[2025-03-31T20:01:37.083] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.568939208984375 +[2025-03-31T20:01:37.092] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T20:01:37.095] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:37.095] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:37.096] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T20:01:37.099] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 2 ms . +[2025-03-31T20:01:37.099] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.1008453369140625 +[2025-03-31T20:01:37.101] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T20:01:37.108] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:37.108] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:37.109] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T20:01:37.112] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T20:01:37.121] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 9 ms . +[2025-03-31T20:01:37.121] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.440277099609375 +[2025-03-31T20:01:37.123] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T20:01:37.125] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:37.126] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:37.130] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T20:01:37.131] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:01:37.132] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 2 ms . +[2025-03-31T20:01:37.133] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06273651123046875 +[2025-03-31T20:01:37.133] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T20:01:37.136] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:37.136] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:37.142] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T20:01:37.156] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed. +[2025-03-31T20:01:37.156] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 10 ms . +[2025-03-31T20:01:37.167] [DEBUG] debug-file - build config: +[2025-03-31T20:01:37.167] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T20:01:37.172] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T20:01:37.175] [DEBUG] debug-file - default@CompileArkTS work[14] is submitted. +[2025-03-31T20:01:37.177] [DEBUG] debug-file - default@CompileArkTS work[14] is pushed to ready queue. +[2025-03-31T20:01:37.177] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:01:37.178] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:01:37.178] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T20:01:37.179] [DEBUG] debug-file - default@CompileArkTS work[14] has been dispatched to worker[4]. +[2025-03-31T20:01:37.179] [DEBUG] debug-file - default@CompileArkTS work[14] is dispatched. +[2025-03-31T20:01:37.179] [DEBUG] debug-file - CopyResources startTime: 352235930757333 +[2025-03-31T20:01:37.179] [DEBUG] debug-file - default@CompileArkTS work[15] is submitted. +[2025-03-31T20:01:37.181] [DEBUG] debug-file - default@CompileArkTS work[15] is pushed to ready queue. +[2025-03-31T20:01:37.181] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:01:37.181] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T20:01:37.183] [DEBUG] debug-file - default@CompileArkTS work[15] has been dispatched to worker[6]. +[2025-03-31T20:01:37.183] [DEBUG] debug-file - default@CompileArkTS work[15] is dispatched. +[2025-03-31T20:01:37.184] [DEBUG] debug-file - entry : default@CompileArkTS cost memory -4.16748046875 +[2025-03-31T20:01:37.188] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:37.188] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:37.193] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T20:01:37.199] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.1175689697265625 +[2025-03-31T20:01:37.199] [DEBUG] debug-file - runTaskFromQueue task cost before running: 788 ms +[2025-03-31T20:01:37.201] [INFO] debug-file - Finished :entry:default@BuildJS... after 7 ms +[2025-03-31T20:01:37.204] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:37.204] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:37.207] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T20:01:37.207] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:01:37.209] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 3 ms . +[2025-03-31T20:01:37.210] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.07013702392578125 +[2025-03-31T20:01:37.210] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T20:01:38.620] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:01:38.621] [DEBUG] debug-file - CopyResources is end, endTime: 352237372450333 +[2025-03-31T20:01:38.621] [DEBUG] debug-file - default@CompileArkTS work[15] done. +[2025-03-31T20:01:38.621] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:01:39.056] [DEBUG] debug-file - Ark compile task finished.finished time is 352237807728583 +[2025-03-31T20:01:39.057] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-31T20:01:39.064] [DEBUG] debug-file - default@CompileArkTS work[14] done. +[2025-03-31T20:01:39.067] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 1 s 915 ms +[2025-03-31T20:01:39.069] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:39.069] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:39.070] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-31T20:01:39.070] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:01:39.070] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-31T20:01:39.071] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.06270599365234375 +[2025-03-31T20:01:39.071] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-31T20:01:39.072] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:39.072] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:39.077] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-31T20:01:39.080] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets' has been changed. +[2025-03-31T20:01:39.080] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 3 ms . +[2025-03-31T20:01:39.080] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:39.080] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:39.081] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-31T20:01:39.082] [DEBUG] debug-file - default@PackageHap work[16] is submitted. +[2025-03-31T20:01:39.083] [DEBUG] debug-file - default@PackageHap work[16] is pushed to ready queue. +[2025-03-31T20:01:39.083] [DEBUG] debug-file - default@PackageHap work[16] is not dispatched. +[2025-03-31T20:01:39.085] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.702972412109375 +[2025-03-31T20:01:39.164] [DEBUG] debug-file - default@PackageHap work[16] has been dispatched to worker[4]. +[2025-03-31T20:01:39.166] [DEBUG] debug-file - current process memoryUsage: { + rss: 417677312, + heapTotal: 341704704, + heapUsed: 292541048, + external: 4728309, + arrayBuffers: 742752 +} os memoryUsage :7.8775787353515625 +[2025-03-31T20:01:39.184] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:01:39.184] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:01:39.184] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T20:01:39.184] [DEBUG] debug-file - A work dispatched to worker[4] failed because of worker busy. +[2025-03-31T20:01:39.184] [DEBUG] debug-file - A work dispatched to worker[3] failed because unable to get work from ready queue. +[2025-03-31T20:01:39.184] [DEBUG] debug-file - A work dispatched to worker[2] failed because unable to get work from ready queue. +[2025-03-31T20:01:39.184] [DEBUG] debug-file - A work dispatched to worker[1] failed because unable to get work from ready queue. +[2025-03-31T20:01:39.184] [DEBUG] debug-file - A work dispatched to worker[0] failed because unable to get work from ready queue. +[2025-03-31T20:01:39.634] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-31T20:01:39.634] [DEBUG] debug-file - default@PackageHap work[16] done. +[2025-03-31T20:01:39.635] [INFO] debug-file - Finished :entry:default@PackageHap... after 477 ms +[2025-03-31T20:01:39.636] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:39.636] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:39.637] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-31T20:01:39.637] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-31T20:01:39.637] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-31T20:01:39.637] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-31T20:01:39.638] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:39.638] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:39.638] [DEBUG] debug-file - entry : default@SignHap cost memory 0.10347747802734375 +[2025-03-31T20:01:39.638] [DEBUG] debug-file - runTaskFromQueue task cost before running: 3 s 227 ms +[2025-03-31T20:01:39.638] [INFO] debug-file - Finished :entry:default@SignHap... after 1 ms +[2025-03-31T20:01:39.639] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:39.639] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:39.639] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-31T20:01:39.641] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:01:39.641] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:01:39.641] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.1969146728515625 +[2025-03-31T20:01:39.641] [DEBUG] debug-file - runTaskFromQueue task cost before running: 3 s 230 ms +[2025-03-31T20:01:39.641] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 3 ms +[2025-03-31T20:01:39.642] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-31T20:01:39.642] [DEBUG] debug-file - entry : assembleHap cost memory 0.01171112060546875 +[2025-03-31T20:01:39.642] [DEBUG] debug-file - runTaskFromQueue task cost before running: 3 s 231 ms +[2025-03-31T20:01:39.642] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-31T20:01:39.643] [DEBUG] debug-file - BUILD SUCCESSFUL in 3 s 232 ms +[2025-03-31T20:01:39.644] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T20:01:39.644] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T20:01:39.644] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T20:01:39.644] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T20:01:39.644] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T20:01:39.644] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T20:01:39.644] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T20:01:39.644] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T20:01:39.644] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T20:01:39.644] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T20:01:39.645] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T20:01:39.645] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T20:01:39.645] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T20:01:39.645] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T20:01:39.645] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T20:01:39.645] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T20:01:39.645] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T20:01:39.645] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T20:01:39.645] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T20:01:39.646] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:01:39.646] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:01:39.646] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:01:39.646] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:01:39.646] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:01:39.646] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache from map. +[2025-03-31T20:01:39.646] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:01:39.646] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:01:39.646] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T20:01:39.646] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T20:01:39.647] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-31T20:01:39.647] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:01:39.647] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:01:39.647] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:01:39.647] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:01:39.647] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:01:39.648] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:01:39.648] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T20:01:39.648] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:1 ms . +[2025-03-31T20:01:39.648] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T20:01:39.648] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-31T20:01:39.648] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-31T20:01:39.648] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-31T20:01:39.648] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-31T20:01:39.649] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-31T20:01:39.649] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-31T20:01:39.649] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache from map. +[2025-03-31T20:01:39.649] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:01:39.649] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:01:39.649] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:01:39.649] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-31T20:01:39.649] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-31T20:01:39.649] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-31T20:01:39.649] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-31T20:01:39.649] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-31T20:01:39.649] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-31T20:01:39.649] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-31T20:01:39.650] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:01:39.650] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-31T20:01:39.651] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-31T20:01:39.651] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-31T20:01:39.661] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T20:01:39.661] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T20:01:39.661] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T20:01:39.661] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T20:01:39.661] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T20:01:39.667] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:01:39.667] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:01:39.667] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:01:39.667] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T20:01:39.668] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:06:05.769] [DEBUG] debug-file - session manager: set active socket. socketId=5nFl9kbvhXStU1OYAAAP +[2025-03-31T20:06:05.781] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:06:05.831] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T20:06:05.847] [DEBUG] debug-file - Cache service initialization finished in 15 ms +[2025-03-31T20:06:05.870] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:06:05.896] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:06:05.896] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:06:05.912] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T20:06:05.912] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T20:06:05.912] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T20:06:05.913] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T20:06:05.914] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T20:06:05.922] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T20:06:05.932] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T20:06:05.981] [DEBUG] debug-file - Sdk init in 58 ms +[2025-03-31T20:06:05.998] [DEBUG] debug-file - Project task initialization takes 17 ms +[2025-03-31T20:06:05.998] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:06:05.998] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:06:05.998] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:06:06.005] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:06:06.018] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:06:06.019] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:06:06.032] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T20:06:06.032] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T20:06:06.032] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T20:06:06.033] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T20:06:06.033] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T20:06:06.033] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T20:06:06.033] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T20:06:06.036] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-03-31T20:06:06.036] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:06:06.038] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:06:06.038] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:06:06.220] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 181 ms +[2025-03-31T20:06:06.222] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T20:06:06.224] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T20:06:06.234] [DEBUG] debug-file - load to the disk finished +[2025-03-31T20:06:06.238] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T20:06:06.238] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T20:06:06.240] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T20:06:06.240] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T20:06:06.245] [DEBUG] debug-file - Configuration phase cost:389 ms +[2025-03-31T20:06:06.249] [DEBUG] debug-file - Configuration task cost before running: 440 ms +[2025-03-31T20:06:06.253] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.253] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.256] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T20:06:06.260] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 2 ms . +[2025-03-31T20:06:06.260] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.2144775390625 +[2025-03-31T20:06:06.261] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T20:06:06.263] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.264] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.265] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T20:06:06.266] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 2 ms +[2025-03-31T20:06:06.267] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T20:06:06.267] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.083709716796875 +[2025-03-31T20:06:06.267] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T20:06:06.269] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.269] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.270] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T20:06:06.270] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.270] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.270] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03710174560546875 +[2025-03-31T20:06:06.270] [DEBUG] debug-file - runTaskFromQueue task cost before running: 462 ms +[2025-03-31T20:06:06.271] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T20:06:06.273] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.273] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.274] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T20:06:06.276] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 2 ms . +[2025-03-31T20:06:06.276] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.09909820556640625 +[2025-03-31T20:06:06.276] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T20:06:06.279] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.279] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.280] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T20:06:06.280] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:06:06.281] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T20:06:06.281] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.211883544921875 +[2025-03-31T20:06:06.282] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T20:06:06.286] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.286] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.286] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T20:06:06.287] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.287] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.287] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.037322998046875 +[2025-03-31T20:06:06.287] [DEBUG] debug-file - runTaskFromQueue task cost before running: 479 ms +[2025-03-31T20:06:06.287] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T20:06:06.291] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.291] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.294] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T20:06:06.294] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:06:06.294] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T20:06:06.295] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06215667724609375 +[2025-03-31T20:06:06.295] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T20:06:06.296] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.296] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.297] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T20:06:06.299] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T20:06:06.300] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 2 ms . +[2025-03-31T20:06:06.300] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.300] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.300] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.1066741943359375 +[2025-03-31T20:06:06.301] [DEBUG] debug-file - runTaskFromQueue task cost before running: 492 ms +[2025-03-31T20:06:06.302] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 4 ms +[2025-03-31T20:06:06.304] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.304] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.305] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T20:06:06.305] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.305] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.305] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03814697265625 +[2025-03-31T20:06:06.305] [DEBUG] debug-file - runTaskFromQueue task cost before running: 497 ms +[2025-03-31T20:06:06.305] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T20:06:06.307] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.307] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.308] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T20:06:06.310] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms . +[2025-03-31T20:06:06.311] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.1301727294921875 +[2025-03-31T20:06:06.311] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T20:06:06.313] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.313] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.314] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T20:06:06.315] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T20:06:06.315] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:06:06.316] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T20:06:06.316] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms . +[2025-03-31T20:06:06.316] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.316] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.317] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.12591552734375 +[2025-03-31T20:06:06.317] [DEBUG] debug-file - runTaskFromQueue task cost before running: 508 ms +[2025-03-31T20:06:06.317] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 3 ms +[2025-03-31T20:06:06.318] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.318] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.319] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T20:06:06.320] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T20:06:06.320] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.04940032958984375 +[2025-03-31T20:06:06.320] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T20:06:06.321] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.321] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.322] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T20:06:06.325] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 2 ms . +[2025-03-31T20:06:06.325] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.17270660400390625 +[2025-03-31T20:06:06.328] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T20:06:06.331] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.331] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.332] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T20:06:06.332] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.332] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.334] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05224609375 +[2025-03-31T20:06:06.334] [DEBUG] debug-file - runTaskFromQueue task cost before running: 525 ms +[2025-03-31T20:06:06.335] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 2 ms +[2025-03-31T20:06:06.338] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.338] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.338] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T20:06:06.340] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T20:06:06.341] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-31T20:06:06.341] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.12879180908203125 +[2025-03-31T20:06:06.347] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T20:06:06.351] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.352] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.354] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T20:06:06.364] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 5 ms . +[2025-03-31T20:06:06.364] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.56280517578125 +[2025-03-31T20:06:06.369] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T20:06:06.375] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.375] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.377] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T20:06:06.382] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 3 ms . +[2025-03-31T20:06:06.382] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.1005401611328125 +[2025-03-31T20:06:06.383] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T20:06:06.389] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.390] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.393] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T20:06:06.397] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T20:06:06.414] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 14 ms . +[2025-03-31T20:06:06.414] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.43975067138671875 +[2025-03-31T20:06:06.416] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T20:06:06.418] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.418] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.423] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T20:06:06.424] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:06:06.427] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 4 ms . +[2025-03-31T20:06:06.427] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06214141845703125 +[2025-03-31T20:06:06.428] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T20:06:06.430] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.430] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.435] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T20:06:06.459] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed. +[2025-03-31T20:06:06.460] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 15 ms . +[2025-03-31T20:06:06.523] [DEBUG] debug-file - build config: +[2025-03-31T20:06:06.525] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T20:06:06.526] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T20:06:06.527] [DEBUG] debug-file - default@CompileArkTS work[17] is submitted. +[2025-03-31T20:06:06.530] [DEBUG] debug-file - default@CompileArkTS work[17] is pushed to ready queue. +[2025-03-31T20:06:06.530] [DEBUG] debug-file - default@CompileArkTS work[17] is not dispatched. +[2025-03-31T20:06:06.530] [DEBUG] debug-file - CopyResources startTime: 352505291752458 +[2025-03-31T20:06:06.530] [DEBUG] debug-file - default@CompileArkTS work[18] is submitted. +[2025-03-31T20:06:06.550] [DEBUG] debug-file - default@CompileArkTS work[18] is pushed to ready queue. +[2025-03-31T20:06:06.551] [DEBUG] debug-file - default@CompileArkTS work[18] is not dispatched. +[2025-03-31T20:06:06.552] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.1378936767578125 +[2025-03-31T20:06:06.556] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.556] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.582] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T20:06:06.592] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.1175689697265625 +[2025-03-31T20:06:06.592] [DEBUG] debug-file - runTaskFromQueue task cost before running: 784 ms +[2025-03-31T20:06:06.593] [INFO] debug-file - Finished :entry:default@BuildJS... after 11 ms +[2025-03-31T20:06:06.596] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:06.596] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:06.599] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T20:06:06.600] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:06:06.609] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 9 ms . +[2025-03-31T20:06:06.612] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.0696258544921875 +[2025-03-31T20:06:06.612] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T20:06:06.711] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:06:06.711] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T20:06:06.732] [DEBUG] debug-file - default@CompileArkTS work[18] has been dispatched to worker[6]. +[2025-03-31T20:06:06.733] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:06:06.733] [DEBUG] debug-file - A work dispatched to worker[6] failed because of worker busy. +[2025-03-31T20:06:06.733] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T20:06:06.733] [DEBUG] debug-file - default@CompileArkTS work[17] has been dispatched to worker[4]. +[2025-03-31T20:06:08.432] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:06:08.433] [DEBUG] debug-file - CopyResources is end, endTime: 352507194170125 +[2025-03-31T20:06:08.433] [DEBUG] debug-file - default@CompileArkTS work[18] done. +[2025-03-31T20:06:08.433] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:06:08.836] [DEBUG] debug-file - Ark compile task finished.finished time is 352507597396125 +[2025-03-31T20:06:08.836] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-31T20:06:08.841] [DEBUG] debug-file - default@CompileArkTS work[17] done. +[2025-03-31T20:06:08.841] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-31T20:06:08.844] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 2 s 196 ms +[2025-03-31T20:06:08.846] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:08.846] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:08.846] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-31T20:06:08.847] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:06:08.849] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-31T20:06:08.849] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.04933929443359375 +[2025-03-31T20:06:08.850] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-31T20:06:08.853] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:08.853] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:08.857] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-31T20:06:08.860] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets' has been changed. +[2025-03-31T20:06:08.860] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 3 ms . +[2025-03-31T20:06:08.860] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:08.860] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:08.861] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-31T20:06:08.862] [DEBUG] debug-file - default@PackageHap work[19] is submitted. +[2025-03-31T20:06:08.863] [DEBUG] debug-file - default@PackageHap work[19] is pushed to ready queue. +[2025-03-31T20:06:08.863] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:06:08.863] [DEBUG] debug-file - default@PackageHap work[19] has been dispatched to worker[6]. +[2025-03-31T20:06:08.863] [DEBUG] debug-file - default@PackageHap work[19] is dispatched. +[2025-03-31T20:06:08.866] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.7201690673828125 +[2025-03-31T20:06:08.923] [DEBUG] debug-file - current process memoryUsage: { + rss: 332529664, + heapTotal: 75546624, + heapUsed: 50599672, + external: 2616233, + arrayBuffers: 645344 +} os memoryUsage :7.9053802490234375 +[2025-03-31T20:06:09.389] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:06:09.389] [DEBUG] debug-file - default@PackageHap work[19] done. +[2025-03-31T20:06:09.390] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:06:09.390] [INFO] debug-file - Finished :entry:default@PackageHap... after 479 ms +[2025-03-31T20:06:09.391] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:09.391] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:09.393] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-31T20:06:09.393] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-31T20:06:09.393] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-31T20:06:09.393] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-31T20:06:09.393] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:09.394] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:09.394] [DEBUG] debug-file - entry : default@SignHap cost memory 0.10323333740234375 +[2025-03-31T20:06:09.394] [DEBUG] debug-file - runTaskFromQueue task cost before running: 3 s 586 ms +[2025-03-31T20:06:09.394] [INFO] debug-file - Finished :entry:default@SignHap... after 2 ms +[2025-03-31T20:06:09.396] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:09.396] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:09.397] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-31T20:06:09.399] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:06:09.399] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:06:09.399] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.19110870361328125 +[2025-03-31T20:06:09.399] [DEBUG] debug-file - runTaskFromQueue task cost before running: 3 s 591 ms +[2025-03-31T20:06:09.399] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 3 ms +[2025-03-31T20:06:09.400] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-31T20:06:09.400] [DEBUG] debug-file - entry : assembleHap cost memory 0.01171112060546875 +[2025-03-31T20:06:09.400] [DEBUG] debug-file - runTaskFromQueue task cost before running: 3 s 592 ms +[2025-03-31T20:06:09.401] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-31T20:06:09.402] [DEBUG] debug-file - BUILD SUCCESSFUL in 3 s 593 ms +[2025-03-31T20:06:09.402] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T20:06:09.402] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T20:06:09.402] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T20:06:09.402] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T20:06:09.402] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T20:06:09.402] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T20:06:09.403] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T20:06:09.403] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T20:06:09.403] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T20:06:09.403] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T20:06:09.403] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T20:06:09.403] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T20:06:09.403] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T20:06:09.403] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T20:06:09.403] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T20:06:09.403] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T20:06:09.404] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T20:06:09.404] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T20:06:09.404] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T20:06:09.404] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:06:09.405] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:06:09.405] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:06:09.405] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:06:09.405] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:06:09.405] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache from map. +[2025-03-31T20:06:09.405] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:06:09.405] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:06:09.405] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T20:06:09.405] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T20:06:09.405] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-31T20:06:09.406] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:06:09.406] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:06:09.406] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:06:09.406] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:06:09.406] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:06:09.406] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:06:09.407] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T20:06:09.407] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-31T20:06:09.407] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T20:06:09.407] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-31T20:06:09.407] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-31T20:06:09.407] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-31T20:06:09.407] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-31T20:06:09.408] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-31T20:06:09.408] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-31T20:06:09.408] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache from map. +[2025-03-31T20:06:09.408] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:06:09.408] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:06:09.408] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:06:09.408] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-31T20:06:09.408] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-31T20:06:09.408] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-31T20:06:09.408] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-31T20:06:09.408] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-31T20:06:09.408] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-31T20:06:09.409] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-31T20:06:09.410] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:06:09.410] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-31T20:06:09.410] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-31T20:06:09.410] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-31T20:06:09.421] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T20:06:09.421] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T20:06:09.421] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T20:06:09.421] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T20:06:09.422] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T20:06:09.431] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:06:09.431] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:06:09.430] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T20:06:09.431] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:06:09.432] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:17:01.580] [DEBUG] debug-file - session manager: set active socket. socketId=5xyMSOKKoFYbiOXTAAAR +[2025-03-31T20:17:01.608] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:17:01.668] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T20:17:01.687] [DEBUG] debug-file - Cache service initialization finished in 18 ms +[2025-03-31T20:17:01.711] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:17:01.755] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:17:01.756] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:17:01.777] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T20:17:01.778] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T20:17:01.779] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T20:17:01.781] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T20:17:01.788] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T20:17:01.808] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T20:17:01.829] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T20:17:01.908] [DEBUG] debug-file - Sdk init in 98 ms +[2025-03-31T20:17:01.953] [DEBUG] debug-file - Project task initialization takes 39 ms +[2025-03-31T20:17:01.953] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:17:01.954] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:17:01.954] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:17:01.966] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:17:01.988] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:17:01.988] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:17:02.036] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T20:17:02.037] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T20:17:02.037] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T20:17:02.038] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T20:17:02.038] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T20:17:02.038] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T20:17:02.040] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T20:17:02.053] [DEBUG] debug-file - Module entry task initialization takes 10 ms +[2025-03-31T20:17:02.054] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:17:02.054] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:17:02.054] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:17:02.302] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 246 ms +[2025-03-31T20:17:02.304] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T20:17:02.306] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T20:17:02.312] [DEBUG] debug-file - load to the disk finished +[2025-03-31T20:17:02.315] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T20:17:02.315] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T20:17:02.316] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T20:17:02.317] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T20:17:02.321] [DEBUG] debug-file - Configuration phase cost:628 ms +[2025-03-31T20:17:02.323] [DEBUG] debug-file - Configuration task cost before running: 689 ms +[2025-03-31T20:17:02.325] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.325] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.329] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T20:17:02.334] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 3 ms . +[2025-03-31T20:17:02.334] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.2186126708984375 +[2025-03-31T20:17:02.336] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T20:17:02.338] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.338] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.338] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T20:17:02.339] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:17:02.340] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T20:17:02.340] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.0829010009765625 +[2025-03-31T20:17:02.340] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T20:17:02.343] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.344] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.344] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T20:17:02.344] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.344] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.344] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03710174560546875 +[2025-03-31T20:17:02.344] [DEBUG] debug-file - runTaskFromQueue task cost before running: 710 ms +[2025-03-31T20:17:02.345] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T20:17:02.347] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.347] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.348] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T20:17:02.349] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-31T20:17:02.349] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.0983734130859375 +[2025-03-31T20:17:02.350] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T20:17:02.351] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.352] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.353] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T20:17:02.353] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:17:02.354] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T20:17:02.355] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08730316162109375 +[2025-03-31T20:17:02.355] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T20:17:02.358] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.359] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.361] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T20:17:02.361] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.361] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.361] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.037322998046875 +[2025-03-31T20:17:02.362] [DEBUG] debug-file - runTaskFromQueue task cost before running: 727 ms +[2025-03-31T20:17:02.362] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 2 ms +[2025-03-31T20:17:02.364] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.364] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.368] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T20:17:02.368] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:17:02.369] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T20:17:02.369] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06192779541015625 +[2025-03-31T20:17:02.369] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T20:17:02.371] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.371] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.374] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T20:17:02.376] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T20:17:02.377] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 2 ms . +[2025-03-31T20:17:02.377] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.377] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.377] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10625457763671875 +[2025-03-31T20:17:02.378] [DEBUG] debug-file - runTaskFromQueue task cost before running: 743 ms +[2025-03-31T20:17:02.379] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 4 ms +[2025-03-31T20:17:02.382] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.382] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.383] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T20:17:02.383] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.383] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.383] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03814697265625 +[2025-03-31T20:17:02.383] [DEBUG] debug-file - runTaskFromQueue task cost before running: 749 ms +[2025-03-31T20:17:02.384] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T20:17:02.396] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.396] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.397] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T20:17:02.399] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms . +[2025-03-31T20:17:02.399] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.131195068359375 +[2025-03-31T20:17:02.399] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T20:17:02.401] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.401] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.403] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T20:17:02.403] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T20:17:02.403] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:17:02.408] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T20:17:02.408] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 4 ms . +[2025-03-31T20:17:02.408] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.408] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.408] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.1257171630859375 +[2025-03-31T20:17:02.409] [DEBUG] debug-file - runTaskFromQueue task cost before running: 774 ms +[2025-03-31T20:17:02.410] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 7 ms +[2025-03-31T20:17:02.413] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.413] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.414] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T20:17:02.415] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T20:17:02.415] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.04953765869140625 +[2025-03-31T20:17:02.415] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T20:17:02.418] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.418] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.420] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T20:17:02.424] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 3 ms . +[2025-03-31T20:17:02.424] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.17205047607421875 +[2025-03-31T20:17:02.425] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T20:17:02.427] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.427] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.428] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T20:17:02.428] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.428] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.429] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05181884765625 +[2025-03-31T20:17:02.429] [DEBUG] debug-file - runTaskFromQueue task cost before running: 794 ms +[2025-03-31T20:17:02.430] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 2 ms +[2025-03-31T20:17:02.432] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.433] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.433] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T20:17:02.438] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T20:17:02.441] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 2 ms . +[2025-03-31T20:17:02.441] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.12874603271484375 +[2025-03-31T20:17:02.446] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T20:17:02.448] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.449] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.454] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T20:17:02.471] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 10 ms . +[2025-03-31T20:17:02.472] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5596389770507812 +[2025-03-31T20:17:02.476] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T20:17:02.478] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.478] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.479] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T20:17:02.483] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T20:17:02.483] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.09918212890625 +[2025-03-31T20:17:02.483] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T20:17:02.485] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.485] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.485] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T20:17:02.487] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T20:17:02.495] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 7 ms . +[2025-03-31T20:17:02.496] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.435333251953125 +[2025-03-31T20:17:02.496] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T20:17:02.500] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.500] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.504] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T20:17:02.505] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:17:02.508] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 3 ms . +[2025-03-31T20:17:02.508] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06183624267578125 +[2025-03-31T20:17:02.508] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T20:17:02.511] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.511] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.516] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T20:17:02.529] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed. +[2025-03-31T20:17:02.529] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 10 ms . +[2025-03-31T20:17:02.541] [DEBUG] debug-file - build config: +[2025-03-31T20:17:02.541] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T20:17:02.542] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T20:17:02.542] [DEBUG] debug-file - default@CompileArkTS work[20] is submitted. +[2025-03-31T20:17:02.543] [DEBUG] debug-file - default@CompileArkTS work[20] is pushed to ready queue. +[2025-03-31T20:17:02.543] [DEBUG] debug-file - default@CompileArkTS work[20] is not dispatched. +[2025-03-31T20:17:02.544] [DEBUG] debug-file - CopyResources startTime: 353161330244291 +[2025-03-31T20:17:02.544] [DEBUG] debug-file - default@CompileArkTS work[21] is submitted. +[2025-03-31T20:17:02.545] [DEBUG] debug-file - default@CompileArkTS work[21] is pushed to ready queue. +[2025-03-31T20:17:02.545] [DEBUG] debug-file - default@CompileArkTS work[21] is not dispatched. +[2025-03-31T20:17:02.545] [DEBUG] debug-file - entry : default@CompileArkTS cost memory -4.218803405761719 +[2025-03-31T20:17:02.546] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.546] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.549] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T20:17:02.552] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.1167755126953125 +[2025-03-31T20:17:02.552] [DEBUG] debug-file - runTaskFromQueue task cost before running: 917 ms +[2025-03-31T20:17:02.552] [INFO] debug-file - Finished :entry:default@BuildJS... after 3 ms +[2025-03-31T20:17:02.554] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:02.554] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:02.556] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T20:17:02.556] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:17:02.557] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T20:17:02.557] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.06874847412109375 +[2025-03-31T20:17:02.558] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T20:17:02.643] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:17:02.644] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T20:17:02.648] [DEBUG] debug-file - default@CompileArkTS work[21] has been dispatched to worker[6]. +[2025-03-31T20:17:02.648] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:17:02.649] [DEBUG] debug-file - A work dispatched to worker[6] failed because of worker busy. +[2025-03-31T20:17:02.649] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T20:17:02.649] [DEBUG] debug-file - default@CompileArkTS work[20] has been dispatched to worker[4]. +[2025-03-31T20:17:03.697] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:17:03.697] [DEBUG] debug-file - CopyResources is end, endTime: 353162483285666 +[2025-03-31T20:17:03.697] [DEBUG] debug-file - default@CompileArkTS work[21] done. +[2025-03-31T20:17:03.697] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:17:03.998] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-31T20:17:03.997] [DEBUG] debug-file - Ark compile task finished.finished time is 353162783770875 +[2025-03-31T20:17:04.001] [DEBUG] debug-file - default@CompileArkTS work[20] done. +[2025-03-31T20:17:04.001] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-31T20:17:04.004] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 1 s 304 ms +[2025-03-31T20:17:04.005] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:04.005] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:04.006] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-31T20:17:04.006] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:17:04.007] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-31T20:17:04.007] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.06179046630859375 +[2025-03-31T20:17:04.007] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-31T20:17:04.008] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:04.008] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:04.011] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-31T20:17:04.014] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets' has been changed. +[2025-03-31T20:17:04.014] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 2 ms . +[2025-03-31T20:17:04.014] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:04.014] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:04.015] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-31T20:17:04.016] [DEBUG] debug-file - default@PackageHap work[22] is submitted. +[2025-03-31T20:17:04.016] [DEBUG] debug-file - default@PackageHap work[22] is pushed to ready queue. +[2025-03-31T20:17:04.016] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:17:04.016] [DEBUG] debug-file - default@PackageHap work[22] has been dispatched to worker[6]. +[2025-03-31T20:17:04.016] [DEBUG] debug-file - default@PackageHap work[22] is dispatched. +[2025-03-31T20:17:04.019] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.7606735229492188 +[2025-03-31T20:17:04.072] [DEBUG] debug-file - current process memoryUsage: { + rss: 448937984, + heapTotal: 75546624, + heapUsed: 50622976, + external: 2616233, + arrayBuffers: 645344 +} os memoryUsage :7.88641357421875 +[2025-03-31T20:17:04.528] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:17:04.528] [DEBUG] debug-file - default@PackageHap work[22] done. +[2025-03-31T20:17:04.528] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:17:04.529] [INFO] debug-file - Finished :entry:default@PackageHap... after 466 ms +[2025-03-31T20:17:04.530] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:04.530] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:04.531] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-31T20:17:04.531] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-31T20:17:04.532] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-31T20:17:04.532] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-31T20:17:04.532] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:04.532] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:04.532] [DEBUG] debug-file - entry : default@SignHap cost memory 0.102691650390625 +[2025-03-31T20:17:04.532] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 897 ms +[2025-03-31T20:17:04.532] [INFO] debug-file - Finished :entry:default@SignHap... after 1 ms +[2025-03-31T20:17:04.533] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:04.533] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:04.533] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-31T20:17:04.535] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:17:04.535] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:17:04.535] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.19022369384765625 +[2025-03-31T20:17:04.535] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 901 ms +[2025-03-31T20:17:04.535] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 2 ms +[2025-03-31T20:17:04.536] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-31T20:17:04.536] [DEBUG] debug-file - entry : assembleHap cost memory 0.01160430908203125 +[2025-03-31T20:17:04.536] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 902 ms +[2025-03-31T20:17:04.536] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-31T20:17:04.537] [DEBUG] debug-file - BUILD SUCCESSFUL in 2 s 903 ms +[2025-03-31T20:17:04.537] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T20:17:04.537] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T20:17:04.537] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T20:17:04.537] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T20:17:04.538] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T20:17:04.538] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T20:17:04.538] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T20:17:04.538] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T20:17:04.538] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T20:17:04.538] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T20:17:04.538] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T20:17:04.539] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T20:17:04.539] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T20:17:04.539] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T20:17:04.539] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T20:17:04.539] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T20:17:04.539] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T20:17:04.539] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T20:17:04.539] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T20:17:04.540] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:17:04.540] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:17:04.540] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:17:04.540] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:17:04.540] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:17:04.540] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache from map. +[2025-03-31T20:17:04.540] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:17:04.540] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:17:04.540] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T20:17:04.541] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T20:17:04.541] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-31T20:17:04.541] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:17:04.541] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:17:04.541] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:17:04.541] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:17:04.542] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:17:04.542] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:17:04.542] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T20:17:04.542] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-31T20:17:04.542] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T20:17:04.542] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-31T20:17:04.542] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-31T20:17:04.542] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-31T20:17:04.542] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-31T20:17:04.543] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-31T20:17:04.543] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-31T20:17:04.543] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache from map. +[2025-03-31T20:17:04.543] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:17:04.543] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:17:04.543] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:17:04.543] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-31T20:17:04.543] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-31T20:17:04.544] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-31T20:17:04.544] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-31T20:17:04.544] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-31T20:17:04.544] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-31T20:17:04.544] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-31T20:17:04.545] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:17:04.545] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-31T20:17:04.545] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-31T20:17:04.545] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-31T20:17:04.556] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T20:17:04.557] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T20:17:04.557] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T20:17:04.557] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T20:17:04.557] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T20:17:04.563] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T20:17:04.564] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:17:04.564] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:17:04.565] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:17:04.565] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:23:17.132] [DEBUG] debug-file - java daemon tryConnect success +[2025-03-31T20:23:16.339] [DEBUG] debug-file - env: nodejsVersion=v18.20.1 +[2025-03-31T20:23:16.382] [DEBUG] debug-file - env: daemon=true +[2025-03-31T20:23:17.251] [DEBUG] debug-file - hvigor start cli arguments:{ + prop: [ + 'module=entry@default', + 'product=default', + 'requiredDeviceType=phone' + ], + mode: 'module', + parallel: true, + incremental: true, + daemon: true, + _: [ 'assembleHap', '--analyze=normal' ], + env: { + PATH: '/Applications/DevEco-Studio.app/Contents/tools/node/bin:/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin', + DEVECO_SDK_HOME: '/Applications/DevEco-Studio.app/Contents/sdk', + JAVA_HOME: '/Applications/DevEco-Studio.app/Contents/jbr/Contents/Home', + HOMEBREW_PREFIX: '/opt/homebrew', + COMMAND_MODE: 'unix2003', + LOGNAME: 'tian', + HOMEBREW_REPOSITORY: '/opt/homebrew', + XPC_SERVICE_NAME: 'application.com.huawei.devecostudio.ds.130968900.130969607', + PWD: '/Users/tian/Documents/DevEco/ClassMG', + INFOPATH: '/opt/homebrew/share/info:', + 'user.country': 'CN', + __CFBundleIdentifier: 'com.huawei.devecostudio.ds', + HOMEBREW_PIP_INDEX_URL: 'http://mirrors.aliyun.com/pypi/simple', + CREATED_BY: 'deveco', + SHELL: '/bin/zsh', + NODE_HOME: '/Applications/DevEco-Studio.app/Contents/tools/node/bin', + HOMEBREW_BOTTLE_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles', + OLDPWD: '/', + HOMEBREW_CELLAR: '/opt/homebrew/Cellar', + GOPATH: '/Users/tian/Documents/GoPath', + USER: 'tian', + TMPDIR: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/', + SSH_AUTH_SOCK: '/private/tmp/com.apple.launchd.LQU4phtQgM/Listeners', + STM32CubeMX_PATH: '/Applications/STMicroelectronics/STM32CubeMX.app/Contents/Resourcesexport', + XPC_FLAGS: '0x0', + __CF_USER_TEXT_ENCODING: '0x1F5:0x19:0x34', + LC_CTYPE: 'zh_CN.UTF-8', + IDEA_INITIAL_DIRECTORY: '/', + HOME: '/Users/tian', + HOMEBREW_API_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles/api', + 'npm_config_update-notifier': 'false', + 'npm_config_auto-install-peers': 'false', + ohpmBin: '/Applications/DevEco-Studio.app/Contents/tools/ohpm/bin/ohpm', + config: '{"module":"entry@default","product":"default","requiredDeviceType":"phone"}', + WORKSPACE_DIR: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace', + NODE_PATH: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace/node_modules' + } +} +[2025-03-31T20:23:16.344] [DEBUG] debug-file - env: hvigor-config.json5 content = { + modelVersion: '5.0.2', + dependencies: {}, + execution: {}, + logging: {}, + debugging: {}, + nodeOptions: {} +} +[2025-03-31T20:23:17.285] [DEBUG] debug-file - session manager: set active socket. socketId=VZbHCeE_rJthwtBwAAAB +[2025-03-31T20:23:17.785] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:23:17.804] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T20:23:17.813] [DEBUG] debug-file - Cache service initialization finished in 9 ms +[2025-03-31T20:23:17.823] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:23:19.213] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:23:19.213] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:23:19.402] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T20:23:19.402] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T20:23:19.403] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T20:23:19.403] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T20:23:19.406] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T20:23:19.418] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T20:23:19.423] [DEBUG] debug-file - Local scan or download HarmonyOS sdk components toolchains,ets,js,native,previewer +[2025-03-31T20:23:19.426] [DEBUG] debug-file - Local scan or download hmscore sdk components toolchains,ets,native +[2025-03-31T20:23:19.431] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T20:23:19.470] [DEBUG] debug-file - Sdk init in 50 ms +[2025-03-31T20:23:19.489] [DEBUG] debug-file - Project task initialization takes 18 ms +[2025-03-31T20:23:19.489] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:23:19.489] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:23:19.489] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:23:19.494] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:23:19.502] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:23:19.503] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:23:19.514] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T20:23:19.515] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T20:23:19.515] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T20:23:19.516] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T20:23:19.516] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T20:23:19.516] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T20:23:19.516] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T20:23:19.523] [DEBUG] debug-file - Module entry task initialization takes 5 ms +[2025-03-31T20:23:19.523] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:23:19.523] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:23:19.523] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:23:19.607] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 83 ms +[2025-03-31T20:23:19.608] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T20:23:19.609] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T20:23:19.612] [DEBUG] debug-file - load to the disk finished +[2025-03-31T20:23:19.617] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T20:23:19.617] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T20:23:19.619] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T20:23:19.619] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T20:23:19.622] [DEBUG] debug-file - Configuration phase cost:1 s 805 ms +[2025-03-31T20:23:19.625] [DEBUG] debug-file - Configuration task cost before running: 1 s 835 ms +[2025-03-31T20:23:19.626] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.626] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.629] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T20:23:19.634] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 4 ms . +[2025-03-31T20:23:19.634] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.46585845947265625 +[2025-03-31T20:23:19.635] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T20:23:19.636] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.636] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.637] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T20:23:19.637] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:23:19.638] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T20:23:19.638] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.08628082275390625 +[2025-03-31T20:23:19.638] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T20:23:19.639] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.639] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.640] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T20:23:19.640] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.640] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.640] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.0378265380859375 +[2025-03-31T20:23:19.640] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 850 ms +[2025-03-31T20:23:19.640] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T20:23:19.641] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.641] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.642] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T20:23:19.643] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-31T20:23:19.643] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.10382080078125 +[2025-03-31T20:23:19.643] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T20:23:19.644] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.644] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.645] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T20:23:19.645] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:23:19.646] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T20:23:19.646] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.0913543701171875 +[2025-03-31T20:23:19.646] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T20:23:19.647] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.647] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.647] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T20:23:19.647] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.647] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.647] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0375823974609375 +[2025-03-31T20:23:19.647] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 857 ms +[2025-03-31T20:23:19.647] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T20:23:19.648] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.648] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.651] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T20:23:19.652] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:23:19.652] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T20:23:19.652] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06372833251953125 +[2025-03-31T20:23:19.652] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T20:23:19.653] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.653] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.655] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T20:23:19.655] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T20:23:19.655] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-31T20:23:19.656] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.656] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.656] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.107177734375 +[2025-03-31T20:23:19.656] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 866 ms +[2025-03-31T20:23:19.656] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 2 ms +[2025-03-31T20:23:19.657] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.657] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.658] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T20:23:19.658] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.658] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.658] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.0385284423828125 +[2025-03-31T20:23:19.658] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 868 ms +[2025-03-31T20:23:19.658] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T20:23:19.659] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.659] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.660] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T20:23:19.661] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms . +[2025-03-31T20:23:19.661] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.13651275634765625 +[2025-03-31T20:23:19.662] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T20:23:19.663] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.663] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.664] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T20:23:19.664] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T20:23:19.664] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:23:19.678] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T20:23:19.678] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 14 ms . +[2025-03-31T20:23:19.678] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.678] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.678] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.13378143310546875 +[2025-03-31T20:23:19.679] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 889 ms +[2025-03-31T20:23:19.679] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 15 ms +[2025-03-31T20:23:19.680] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.680] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.681] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T20:23:19.682] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T20:23:19.682] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.05150604248046875 +[2025-03-31T20:23:19.682] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T20:23:19.683] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.683] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.684] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T20:23:19.686] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 2 ms . +[2025-03-31T20:23:19.686] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.1815185546875 +[2025-03-31T20:23:19.687] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T20:23:19.688] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.688] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.688] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T20:23:19.688] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.688] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.689] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05295562744140625 +[2025-03-31T20:23:19.689] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 899 ms +[2025-03-31T20:23:19.689] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-31T20:23:19.690] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.690] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.691] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T20:23:19.694] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T20:23:19.699] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 5 ms . +[2025-03-31T20:23:19.699] [DEBUG] debug-file - entry : default@ProcessResource cost memory -7.720191955566406 +[2025-03-31T20:23:19.701] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T20:23:19.703] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.703] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.705] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T20:23:19.713] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 4 ms . +[2025-03-31T20:23:19.713] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5734634399414062 +[2025-03-31T20:23:19.716] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T20:23:19.718] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.718] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.718] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T20:23:19.720] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T20:23:19.721] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.10457611083984375 +[2025-03-31T20:23:19.721] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T20:23:19.722] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.722] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.722] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T20:23:19.724] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T20:23:19.729] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 5 ms . +[2025-03-31T20:23:19.729] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.5061874389648438 +[2025-03-31T20:23:19.730] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T20:23:19.732] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.732] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.734] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T20:23:19.734] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:23:19.735] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T20:23:19.735] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06536865234375 +[2025-03-31T20:23:19.735] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T20:23:19.736] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.736] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.738] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T20:23:19.743] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed. +[2025-03-31T20:23:19.743] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 3 ms . +[2025-03-31T20:23:19.752] [DEBUG] debug-file - build config: +[2025-03-31T20:23:19.753] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T20:23:19.753] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T20:23:19.754] [DEBUG] debug-file - Since there is no instance or instance is terminated, create a new worker pool. +[2025-03-31T20:23:19.754] [DEBUG] debug-file - Worker pool is initialized with config: { + minPoolNum: 2, + maxPoolNum: undefined, + maxCoreSize: undefined, + cacheCapacity: undefined, + cacheTtl: undefined +} +[2025-03-31T20:23:19.755] [DEBUG] debug-file - Create resident worker with id: 0. +[2025-03-31T20:23:19.757] [DEBUG] debug-file - Create resident worker with id: 1. +[2025-03-31T20:23:19.759] [DEBUG] debug-file - default@CompileArkTS work[0] is submitted. +[2025-03-31T20:23:19.759] [DEBUG] debug-file - default@CompileArkTS work[0] is pushed to ready queue. +[2025-03-31T20:23:19.760] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:23:19.760] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:23:19.760] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T20:23:19.760] [DEBUG] debug-file - Create resident worker with id: 4. +[2025-03-31T20:23:19.762] [DEBUG] debug-file - default@CompileArkTS work[0] has been dispatched to worker[4]. +[2025-03-31T20:23:19.762] [DEBUG] debug-file - default@CompileArkTS work[0] is dispatched. +[2025-03-31T20:23:19.762] [DEBUG] debug-file - CopyResources startTime: 353538562754750 +[2025-03-31T20:23:19.762] [DEBUG] debug-file - default@CompileArkTS work[1] is submitted. +[2025-03-31T20:23:19.763] [DEBUG] debug-file - default@CompileArkTS work[1] is pushed to ready queue. +[2025-03-31T20:23:19.764] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:23:19.764] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T20:23:19.765] [DEBUG] debug-file - default@CompileArkTS work[1] has been dispatched to worker[6]. +[2025-03-31T20:23:19.765] [DEBUG] debug-file - default@CompileArkTS work[1] is dispatched. +[2025-03-31T20:23:19.765] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.9327926635742188 +[2025-03-31T20:23:19.768] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.768] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.771] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T20:23:19.774] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.11933135986328125 +[2025-03-31T20:23:19.774] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 984 ms +[2025-03-31T20:23:19.774] [INFO] debug-file - Finished :entry:default@BuildJS... after 3 ms +[2025-03-31T20:23:19.777] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:19.777] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:19.779] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T20:23:19.779] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:23:19.780] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T20:23:19.780] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.0727996826171875 +[2025-03-31T20:23:19.780] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T20:23:20.638] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:23:20.638] [DEBUG] debug-file - CopyResources is end, endTime: 353539438745583 +[2025-03-31T20:23:20.639] [DEBUG] debug-file - default@CompileArkTS work[1] done. +[2025-03-31T20:23:20.639] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:23:27.904] [DEBUG] debug-file - Ark compile task finished.finished time is 353546704423833 +[2025-03-31T20:23:27.904] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-31T20:23:27.908] [DEBUG] debug-file - default@CompileArkTS work[0] done. +[2025-03-31T20:23:27.908] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-31T20:23:27.910] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 6 s 722 ms +[2025-03-31T20:23:27.911] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:27.911] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:27.911] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-31T20:23:27.911] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:23:27.912] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-31T20:23:27.912] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory -0.8205795288085938 +[2025-03-31T20:23:27.912] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-31T20:23:27.914] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:27.914] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:27.917] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-31T20:23:27.920] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets' has been changed. +[2025-03-31T20:23:27.920] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 3 ms . +[2025-03-31T20:23:27.920] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:27.920] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:27.922] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-31T20:23:27.922] [DEBUG] debug-file - default@PackageHap work[2] is submitted. +[2025-03-31T20:23:27.923] [DEBUG] debug-file - default@PackageHap work[2] is pushed to ready queue. +[2025-03-31T20:23:27.923] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:23:27.923] [DEBUG] debug-file - default@PackageHap work[2] has been dispatched to worker[6]. +[2025-03-31T20:23:27.923] [DEBUG] debug-file - default@PackageHap work[2] is dispatched. +[2025-03-31T20:23:27.925] [DEBUG] debug-file - entry : default@PackageHap cost memory -0.07917022705078125 +[2025-03-31T20:23:27.975] [DEBUG] debug-file - current process memoryUsage: { + rss: 412598272, + heapTotal: 75546624, + heapUsed: 50718112, + external: 2616233, + arrayBuffers: 645344 +} os memoryUsage :7.9226531982421875 +[2025-03-31T20:23:28.444] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:23:28.444] [DEBUG] debug-file - default@PackageHap work[2] done. +[2025-03-31T20:23:28.444] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:23:28.445] [INFO] debug-file - Finished :entry:default@PackageHap... after 483 ms +[2025-03-31T20:23:28.446] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:28.446] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:28.448] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-31T20:23:28.448] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-31T20:23:28.448] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-31T20:23:28.448] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-31T20:23:28.448] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:28.448] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:28.449] [DEBUG] debug-file - entry : default@SignHap cost memory -0.7348785400390625 +[2025-03-31T20:23:28.449] [DEBUG] debug-file - runTaskFromQueue task cost before running: 10 s 660 ms +[2025-03-31T20:23:28.449] [INFO] debug-file - Finished :entry:default@SignHap... after 2 ms +[2025-03-31T20:23:28.450] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:28.450] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:28.451] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-31T20:23:28.453] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:23:28.453] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:23:28.453] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.2012176513671875 +[2025-03-31T20:23:28.453] [DEBUG] debug-file - runTaskFromQueue task cost before running: 10 s 663 ms +[2025-03-31T20:23:28.453] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 3 ms +[2025-03-31T20:23:28.454] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-31T20:23:28.454] [DEBUG] debug-file - entry : assembleHap cost memory 0.01201629638671875 +[2025-03-31T20:23:28.454] [DEBUG] debug-file - runTaskFromQueue task cost before running: 10 s 665 ms +[2025-03-31T20:23:28.454] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-31T20:23:28.456] [DEBUG] debug-file - BUILD SUCCESSFUL in 10 s 666 ms +[2025-03-31T20:23:28.456] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T20:23:28.456] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T20:23:28.456] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T20:23:28.457] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T20:23:28.457] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T20:23:28.457] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T20:23:28.457] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T20:23:28.457] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T20:23:28.457] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T20:23:28.457] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T20:23:28.457] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T20:23:28.458] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T20:23:28.458] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T20:23:28.458] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T20:23:28.458] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T20:23:28.458] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T20:23:28.458] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T20:23:28.458] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T20:23:28.458] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T20:23:28.459] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:23:28.459] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:23:28.459] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:23:28.459] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:23:28.459] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:23:28.459] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache from map. +[2025-03-31T20:23:28.459] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:23:28.459] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:23:28.459] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T20:23:28.460] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T20:23:28.460] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-31T20:23:28.460] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:23:28.460] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:23:28.460] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:23:28.461] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:23:28.461] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:23:28.461] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:23:28.461] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T20:23:28.461] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-31T20:23:28.461] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T20:23:28.461] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-31T20:23:28.461] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-31T20:23:28.461] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-31T20:23:28.461] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-31T20:23:28.462] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-31T20:23:28.462] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-31T20:23:28.462] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache from map. +[2025-03-31T20:23:28.462] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:23:28.463] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:23:28.463] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:23:28.463] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-31T20:23:28.463] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-31T20:23:28.463] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-31T20:23:28.463] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:3 ms . +[2025-03-31T20:23:28.463] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-31T20:23:28.463] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-31T20:23:28.463] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-31T20:23:28.464] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:23:28.464] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-31T20:23:28.464] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-31T20:23:28.465] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-31T20:23:28.478] [DEBUG] debug-file - Cleanup worker 0. +[2025-03-31T20:23:28.478] [DEBUG] debug-file - Worker 0 has been cleaned up. +[2025-03-31T20:23:28.478] [DEBUG] debug-file - Current idle worker size: 3. +[2025-03-31T20:23:28.478] [DEBUG] debug-file - Current resident worker size: 4. +[2025-03-31T20:23:28.478] [DEBUG] debug-file - Cleanup worker 1. +[2025-03-31T20:23:28.478] [DEBUG] debug-file - Worker 1 has been cleaned up. +[2025-03-31T20:23:28.478] [DEBUG] debug-file - Current idle worker size: 2. +[2025-03-31T20:23:28.478] [DEBUG] debug-file - Current resident worker size: 4. +[2025-03-31T20:23:28.478] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T20:23:28.478] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T20:23:28.478] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T20:23:28.478] [DEBUG] debug-file - Current resident worker size: 4. +[2025-03-31T20:23:28.479] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T20:23:28.481] [DEBUG] debug-file - worker[1] exits with exit code 1. +[2025-03-31T20:23:28.482] [DEBUG] debug-file - worker[0] exits with exit code 1. +[2025-03-31T20:23:28.483] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:23:28.483] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:23:28.484] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:23:28.484] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:23:28.486] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T20:26:25.029] [DEBUG] debug-file - session manager: set active socket. socketId=rK6SW6DDoNFfl-fQAAAD +[2025-03-31T20:26:25.044] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:26:25.081] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T20:26:25.098] [DEBUG] debug-file - Cache service initialization finished in 17 ms +[2025-03-31T20:26:25.121] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:26:25.143] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:26:25.143] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:26:25.158] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T20:26:25.158] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T20:26:25.158] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T20:26:25.159] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T20:26:25.160] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T20:26:25.175] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T20:26:25.186] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T20:26:25.242] [DEBUG] debug-file - Sdk init in 65 ms +[2025-03-31T20:26:25.268] [DEBUG] debug-file - Project task initialization takes 24 ms +[2025-03-31T20:26:25.268] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:26:25.268] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:26:25.268] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:26:25.274] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:26:25.284] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:26:25.285] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:26:25.294] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T20:26:25.295] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T20:26:25.295] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T20:26:25.295] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T20:26:25.296] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T20:26:25.296] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T20:26:25.296] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T20:26:25.304] [DEBUG] debug-file - Module entry task initialization takes 2 ms +[2025-03-31T20:26:25.304] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:26:25.304] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:26:25.305] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:26:25.508] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 202 ms +[2025-03-31T20:26:25.509] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T20:26:25.511] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T20:26:25.518] [DEBUG] debug-file - load to the disk finished +[2025-03-31T20:26:25.523] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T20:26:25.523] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T20:26:25.524] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T20:26:25.524] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T20:26:25.530] [DEBUG] debug-file - Configuration phase cost:421 ms +[2025-03-31T20:26:25.533] [DEBUG] debug-file - Configuration task cost before running: 478 ms +[2025-03-31T20:26:25.535] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.536] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.538] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T20:26:25.542] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 3 ms . +[2025-03-31T20:26:25.542] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.21706390380859375 +[2025-03-31T20:26:25.543] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T20:26:25.546] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.546] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.548] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T20:26:25.549] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 2 ms +[2025-03-31T20:26:25.551] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 2 ms . +[2025-03-31T20:26:25.551] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.0854034423828125 +[2025-03-31T20:26:25.552] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T20:26:25.556] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.556] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.558] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T20:26:25.559] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.559] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.559] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03736114501953125 +[2025-03-31T20:26:25.560] [DEBUG] debug-file - runTaskFromQueue task cost before running: 505 ms +[2025-03-31T20:26:25.560] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 2 ms +[2025-03-31T20:26:25.564] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.564] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.565] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T20:26:25.566] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-31T20:26:25.566] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.09820556640625 +[2025-03-31T20:26:25.567] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T20:26:25.569] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.570] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.574] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T20:26:25.576] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:26:25.576] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T20:26:25.576] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08831024169921875 +[2025-03-31T20:26:25.577] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T20:26:25.579] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.580] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.581] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T20:26:25.581] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.581] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.581] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0383148193359375 +[2025-03-31T20:26:25.581] [DEBUG] debug-file - runTaskFromQueue task cost before running: 526 ms +[2025-03-31T20:26:25.581] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T20:26:25.584] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.584] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.595] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T20:26:25.595] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:26:25.596] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T20:26:25.596] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.062530517578125 +[2025-03-31T20:26:25.596] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T20:26:25.599] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.599] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.602] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T20:26:25.605] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T20:26:25.605] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-31T20:26:25.605] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.605] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.606] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.107696533203125 +[2025-03-31T20:26:25.606] [DEBUG] debug-file - runTaskFromQueue task cost before running: 551 ms +[2025-03-31T20:26:25.606] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 4 ms +[2025-03-31T20:26:25.609] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.609] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.611] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T20:26:25.612] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.612] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.612] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.0388336181640625 +[2025-03-31T20:26:25.612] [DEBUG] debug-file - runTaskFromQueue task cost before running: 557 ms +[2025-03-31T20:26:25.612] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T20:26:25.620] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.621] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.625] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T20:26:25.632] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 6 ms . +[2025-03-31T20:26:25.633] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.13162994384765625 +[2025-03-31T20:26:25.634] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T20:26:25.636] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.636] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.639] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T20:26:25.639] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T20:26:25.639] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:26:25.641] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T20:26:25.642] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 3 ms . +[2025-03-31T20:26:25.642] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.642] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.642] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.1271209716796875 +[2025-03-31T20:26:25.642] [DEBUG] debug-file - runTaskFromQueue task cost before running: 588 ms +[2025-03-31T20:26:25.643] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 4 ms +[2025-03-31T20:26:25.650] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.650] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.652] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T20:26:25.653] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 2 ms . +[2025-03-31T20:26:25.654] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.0501861572265625 +[2025-03-31T20:26:25.654] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T20:26:25.659] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.659] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.672] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T20:26:25.691] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 9 ms . +[2025-03-31T20:26:25.692] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.175628662109375 +[2025-03-31T20:26:25.693] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T20:26:25.697] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.697] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.698] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T20:26:25.699] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.699] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.702] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05267333984375 +[2025-03-31T20:26:25.702] [DEBUG] debug-file - runTaskFromQueue task cost before running: 647 ms +[2025-03-31T20:26:25.704] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 4 ms +[2025-03-31T20:26:25.708] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.708] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.711] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T20:26:25.720] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T20:26:25.722] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 2 ms . +[2025-03-31T20:26:25.722] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.13135528564453125 +[2025-03-31T20:26:25.730] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T20:26:25.735] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.735] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.742] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T20:26:25.830] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 76 ms . +[2025-03-31T20:26:25.830] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5724411010742188 +[2025-03-31T20:26:25.834] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T20:26:25.838] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.838] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.842] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T20:26:25.846] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T20:26:25.846] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.101348876953125 +[2025-03-31T20:26:25.846] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T20:26:25.849] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.849] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.849] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T20:26:25.854] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T20:26:25.869] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 13 ms . +[2025-03-31T20:26:25.869] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.44422149658203125 +[2025-03-31T20:26:25.871] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T20:26:25.872] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.873] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.875] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T20:26:25.875] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:26:25.877] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T20:26:25.877] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06243896484375 +[2025-03-31T20:26:25.877] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T20:26:25.882] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.882] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.930] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T20:26:25.943] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed. +[2025-03-31T20:26:25.943] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 6 ms . +[2025-03-31T20:26:25.964] [DEBUG] debug-file - build config: +[2025-03-31T20:26:25.965] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T20:26:25.967] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T20:26:25.970] [DEBUG] debug-file - default@CompileArkTS work[3] is submitted. +[2025-03-31T20:26:25.972] [DEBUG] debug-file - default@CompileArkTS work[3] is pushed to ready queue. +[2025-03-31T20:26:25.972] [DEBUG] debug-file - default@CompileArkTS work[3] is not dispatched. +[2025-03-31T20:26:25.973] [DEBUG] debug-file - CopyResources startTime: 353724780223208 +[2025-03-31T20:26:25.973] [DEBUG] debug-file - default@CompileArkTS work[4] is submitted. +[2025-03-31T20:26:25.974] [DEBUG] debug-file - default@CompileArkTS work[4] is pushed to ready queue. +[2025-03-31T20:26:25.974] [DEBUG] debug-file - default@CompileArkTS work[4] is not dispatched. +[2025-03-31T20:26:25.974] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.4027175903320312 +[2025-03-31T20:26:25.976] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.976] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.979] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T20:26:25.985] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.118316650390625 +[2025-03-31T20:26:25.986] [DEBUG] debug-file - runTaskFromQueue task cost before running: 931 ms +[2025-03-31T20:26:25.986] [INFO] debug-file - Finished :entry:default@BuildJS... after 7 ms +[2025-03-31T20:26:25.988] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:25.989] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:25.991] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T20:26:25.991] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:26:25.992] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T20:26:25.992] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.07007598876953125 +[2025-03-31T20:26:25.993] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T20:26:26.310] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:26:26.481] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T20:26:26.491] [DEBUG] debug-file - default@CompileArkTS work[4] has been dispatched to worker[6]. +[2025-03-31T20:26:26.800] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:26:26.800] [DEBUG] debug-file - A work dispatched to worker[6] failed because of worker busy. +[2025-03-31T20:26:26.800] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T20:26:26.801] [DEBUG] debug-file - default@CompileArkTS work[3] has been dispatched to worker[4]. +[2025-03-31T20:26:27.831] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:26:27.832] [DEBUG] debug-file - CopyResources is end, endTime: 353726639827208 +[2025-03-31T20:26:27.834] [DEBUG] debug-file - default@CompileArkTS work[4] done. +[2025-03-31T20:26:27.835] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:26:28.762] [DEBUG] debug-file - Ark compile task finished.finished time is 353727569841875 +[2025-03-31T20:26:28.762] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-31T20:26:28.768] [DEBUG] debug-file - default@CompileArkTS work[3] done. +[2025-03-31T20:26:28.769] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-31T20:26:28.772] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 1 s 999 ms +[2025-03-31T20:26:28.774] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:28.774] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:28.774] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-31T20:26:28.775] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:26:28.775] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-31T20:26:28.775] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.06298828125 +[2025-03-31T20:26:28.775] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-31T20:26:28.777] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:28.777] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:28.781] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-31T20:26:28.789] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets' has been changed. +[2025-03-31T20:26:28.789] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 3 ms . +[2025-03-31T20:26:28.789] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:28.789] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:28.790] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-31T20:26:28.792] [DEBUG] debug-file - default@PackageHap work[5] is submitted. +[2025-03-31T20:26:28.792] [DEBUG] debug-file - default@PackageHap work[5] is pushed to ready queue. +[2025-03-31T20:26:28.792] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:26:28.792] [DEBUG] debug-file - default@PackageHap work[5] has been dispatched to worker[6]. +[2025-03-31T20:26:28.793] [DEBUG] debug-file - default@PackageHap work[5] is dispatched. +[2025-03-31T20:26:28.795] [DEBUG] debug-file - entry : default@PackageHap cost memory -5.3402252197265625 +[2025-03-31T20:26:28.841] [DEBUG] debug-file - current process memoryUsage: { + rss: 436912128, + heapTotal: 75546624, + heapUsed: 50429808, + external: 2616233, + arrayBuffers: 645344 +} os memoryUsage :7.9150543212890625 +[2025-03-31T20:26:29.216] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:26:29.216] [DEBUG] debug-file - default@PackageHap work[5] done. +[2025-03-31T20:26:29.216] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:26:29.217] [INFO] debug-file - Finished :entry:default@PackageHap... after 392 ms +[2025-03-31T20:26:29.218] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:29.218] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:29.220] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-31T20:26:29.220] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-31T20:26:29.220] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-31T20:26:29.220] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-31T20:26:29.220] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:29.220] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:29.220] [DEBUG] debug-file - entry : default@SignHap cost memory 0.109344482421875 +[2025-03-31T20:26:29.220] [DEBUG] debug-file - runTaskFromQueue task cost before running: 4 s 166 ms +[2025-03-31T20:26:29.221] [INFO] debug-file - Finished :entry:default@SignHap... after 1 ms +[2025-03-31T20:26:29.222] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:29.222] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:29.222] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-31T20:26:29.224] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:26:29.224] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:26:29.224] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.1914825439453125 +[2025-03-31T20:26:29.224] [DEBUG] debug-file - runTaskFromQueue task cost before running: 4 s 170 ms +[2025-03-31T20:26:29.224] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 3 ms +[2025-03-31T20:26:29.225] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-31T20:26:29.225] [DEBUG] debug-file - entry : assembleHap cost memory 0.01171112060546875 +[2025-03-31T20:26:29.225] [DEBUG] debug-file - runTaskFromQueue task cost before running: 4 s 171 ms +[2025-03-31T20:26:29.225] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-31T20:26:29.227] [DEBUG] debug-file - BUILD SUCCESSFUL in 4 s 172 ms +[2025-03-31T20:26:29.227] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T20:26:29.227] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T20:26:29.227] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T20:26:29.227] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T20:26:29.227] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T20:26:29.227] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T20:26:29.228] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T20:26:29.228] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T20:26:29.228] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T20:26:29.228] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T20:26:29.228] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T20:26:29.229] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T20:26:29.229] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T20:26:29.229] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T20:26:29.229] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T20:26:29.229] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T20:26:29.229] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T20:26:29.229] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T20:26:29.229] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T20:26:29.230] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:26:29.230] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:26:29.230] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:26:29.230] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:26:29.230] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:26:29.231] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache from map. +[2025-03-31T20:26:29.231] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:26:29.231] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:26:29.231] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T20:26:29.231] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T20:26:29.231] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:3 ms . +[2025-03-31T20:26:29.232] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:26:29.232] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:26:29.232] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:26:29.232] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:26:29.232] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:26:29.232] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:26:29.232] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T20:26:29.232] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-31T20:26:29.232] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T20:26:29.232] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-31T20:26:29.233] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-31T20:26:29.233] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-31T20:26:29.233] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-31T20:26:29.233] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-31T20:26:29.234] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-31T20:26:29.234] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache from map. +[2025-03-31T20:26:29.234] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:26:29.234] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:26:29.234] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:26:29.234] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-31T20:26:29.234] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-31T20:26:29.234] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-31T20:26:29.234] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-31T20:26:29.234] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-31T20:26:29.234] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-31T20:26:29.234] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-31T20:26:29.236] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:26:29.236] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-31T20:26:29.236] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-31T20:26:29.236] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-31T20:26:29.247] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T20:26:29.248] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T20:26:29.248] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T20:26:29.248] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T20:26:29.248] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T20:26:29.253] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T20:26:29.255] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:26:29.256] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:26:29.256] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:26:29.256] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:29:10.177] [DEBUG] debug-file - session manager: set active socket. socketId=6i7DhaKra1krgsVhAAAF +[2025-03-31T20:29:10.194] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:29:10.223] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T20:29:10.242] [DEBUG] debug-file - Cache service initialization finished in 18 ms +[2025-03-31T20:29:10.263] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:29:10.285] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:29:10.286] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:29:10.304] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T20:29:10.304] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T20:29:10.304] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T20:29:10.305] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T20:29:10.306] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T20:29:10.312] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T20:29:10.330] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T20:29:10.389] [DEBUG] debug-file - Sdk init in 76 ms +[2025-03-31T20:29:10.428] [DEBUG] debug-file - Project task initialization takes 35 ms +[2025-03-31T20:29:10.428] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:29:10.428] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:29:10.428] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:29:10.444] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:29:10.457] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:29:10.457] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:29:10.469] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T20:29:10.470] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T20:29:10.472] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T20:29:10.482] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T20:29:10.483] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T20:29:10.483] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T20:29:10.483] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T20:29:10.493] [DEBUG] debug-file - Module entry task initialization takes 5 ms +[2025-03-31T20:29:10.494] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:29:10.494] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:29:10.494] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:29:10.791] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 293 ms +[2025-03-31T20:29:10.793] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T20:29:10.801] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T20:29:10.808] [DEBUG] debug-file - load to the disk finished +[2025-03-31T20:29:10.812] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T20:29:10.812] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T20:29:10.816] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T20:29:10.816] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T20:29:10.822] [DEBUG] debug-file - Configuration phase cost:570 ms +[2025-03-31T20:29:10.824] [DEBUG] debug-file - Configuration task cost before running: 622 ms +[2025-03-31T20:29:10.827] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.827] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.830] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T20:29:10.835] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 4 ms . +[2025-03-31T20:29:10.835] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.4228057861328125 +[2025-03-31T20:29:10.836] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T20:29:10.838] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.839] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.840] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T20:29:10.841] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 2 ms +[2025-03-31T20:29:10.842] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T20:29:10.843] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.0841522216796875 +[2025-03-31T20:29:10.843] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T20:29:10.846] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.846] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.846] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T20:29:10.846] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.846] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.846] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.0373077392578125 +[2025-03-31T20:29:10.846] [DEBUG] debug-file - runTaskFromQueue task cost before running: 644 ms +[2025-03-31T20:29:10.847] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T20:29:10.849] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.849] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.850] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T20:29:10.851] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-31T20:29:10.851] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.0982208251953125 +[2025-03-31T20:29:10.852] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T20:29:10.854] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.854] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.855] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T20:29:10.855] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:29:10.856] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T20:29:10.856] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08786773681640625 +[2025-03-31T20:29:10.856] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T20:29:10.858] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.858] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.858] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T20:29:10.859] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.859] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.859] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.037322998046875 +[2025-03-31T20:29:10.859] [DEBUG] debug-file - runTaskFromQueue task cost before running: 656 ms +[2025-03-31T20:29:10.859] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T20:29:10.861] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.861] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.864] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T20:29:10.865] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:29:10.865] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T20:29:10.865] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06244659423828125 +[2025-03-31T20:29:10.865] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T20:29:10.867] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.867] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.868] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T20:29:10.870] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T20:29:10.870] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 2 ms . +[2025-03-31T20:29:10.870] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.870] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.871] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10709381103515625 +[2025-03-31T20:29:10.871] [DEBUG] debug-file - runTaskFromQueue task cost before running: 668 ms +[2025-03-31T20:29:10.872] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 3 ms +[2025-03-31T20:29:10.875] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.875] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.876] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T20:29:10.876] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.876] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.876] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.0382080078125 +[2025-03-31T20:29:10.877] [DEBUG] debug-file - runTaskFromQueue task cost before running: 674 ms +[2025-03-31T20:29:10.877] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T20:29:10.879] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.879] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.880] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T20:29:10.883] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms . +[2025-03-31T20:29:10.883] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.13037872314453125 +[2025-03-31T20:29:10.888] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T20:29:10.890] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.890] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.891] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T20:29:10.891] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T20:29:10.892] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:29:10.893] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T20:29:10.894] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms . +[2025-03-31T20:29:10.894] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.894] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.894] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.127197265625 +[2025-03-31T20:29:10.895] [DEBUG] debug-file - runTaskFromQueue task cost before running: 692 ms +[2025-03-31T20:29:10.895] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 4 ms +[2025-03-31T20:29:10.897] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.897] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.899] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T20:29:10.900] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T20:29:10.900] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.04932403564453125 +[2025-03-31T20:29:10.901] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T20:29:10.903] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.903] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.906] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T20:29:10.912] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 5 ms . +[2025-03-31T20:29:10.912] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.1732940673828125 +[2025-03-31T20:29:10.914] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T20:29:10.916] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.916] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.917] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T20:29:10.917] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.918] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.919] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05224609375 +[2025-03-31T20:29:10.919] [DEBUG] debug-file - runTaskFromQueue task cost before running: 716 ms +[2025-03-31T20:29:10.920] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 2 ms +[2025-03-31T20:29:10.922] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.922] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.923] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T20:29:10.927] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T20:29:10.930] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 2 ms . +[2025-03-31T20:29:10.931] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.1298065185546875 +[2025-03-31T20:29:10.938] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T20:29:10.940] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.940] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.943] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T20:29:10.961] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 11 ms . +[2025-03-31T20:29:10.961] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5669097900390625 +[2025-03-31T20:29:10.965] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T20:29:10.967] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.967] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.969] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T20:29:10.974] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 2 ms . +[2025-03-31T20:29:10.974] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.1016693115234375 +[2025-03-31T20:29:10.975] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T20:29:10.976] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.977] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:10.977] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T20:29:10.979] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T20:29:10.990] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 11 ms . +[2025-03-31T20:29:10.990] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.4434814453125 +[2025-03-31T20:29:10.992] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T20:29:10.997] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:10.997] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:11.001] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T20:29:11.001] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:29:11.002] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T20:29:11.003] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.0622100830078125 +[2025-03-31T20:29:11.004] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T20:29:11.007] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:11.007] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:11.018] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T20:29:11.132] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed. +[2025-03-31T20:29:11.133] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 109 ms . +[2025-03-31T20:29:11.249] [DEBUG] debug-file - build config: +[2025-03-31T20:29:11.250] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '771a14ce7bf0e3d707200ddc28b9d43c', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T20:29:11.250] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T20:29:11.292] [DEBUG] debug-file - default@CompileArkTS work[6] is submitted. +[2025-03-31T20:29:11.304] [DEBUG] debug-file - default@CompileArkTS work[6] is pushed to ready queue. +[2025-03-31T20:29:11.304] [DEBUG] debug-file - default@CompileArkTS work[6] is not dispatched. +[2025-03-31T20:29:11.315] [DEBUG] debug-file - CopyResources startTime: 353890119580250 +[2025-03-31T20:29:11.316] [DEBUG] debug-file - default@CompileArkTS work[7] is submitted. +[2025-03-31T20:29:11.353] [DEBUG] debug-file - default@CompileArkTS work[7] is pushed to ready queue. +[2025-03-31T20:29:11.361] [DEBUG] debug-file - default@CompileArkTS work[7] is not dispatched. +[2025-03-31T20:29:11.362] [DEBUG] debug-file - entry : default@CompileArkTS cost memory -4.4240570068359375 +[2025-03-31T20:29:11.366] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:11.366] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:11.383] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T20:29:11.410] [DEBUG] debug-file - entry : default@BuildJS cost memory -4.379234313964844 +[2025-03-31T20:29:11.410] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 208 ms +[2025-03-31T20:29:11.411] [INFO] debug-file - Finished :entry:default@BuildJS... after 28 ms +[2025-03-31T20:29:11.413] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:29:11.413] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:29:11.416] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T20:29:11.416] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:29:11.421] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 5 ms . +[2025-03-31T20:29:11.421] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.07112884521484375 +[2025-03-31T20:29:11.422] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T20:29:11.608] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:29:11.608] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T20:29:11.611] [DEBUG] debug-file - default@CompileArkTS work[7] has been dispatched to worker[6]. +[2025-03-31T20:29:11.826] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:29:11.826] [DEBUG] debug-file - A work dispatched to worker[6] failed because of worker busy. +[2025-03-31T20:29:11.826] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T20:29:11.826] [DEBUG] debug-file - default@CompileArkTS work[6] has been dispatched to worker[4]. +[2025-03-31T20:29:12.531] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:29:12.531] [DEBUG] debug-file - CopyResources is end, endTime: 353891345034875 +[2025-03-31T20:29:12.531] [DEBUG] debug-file - default@CompileArkTS work[7] done. +[2025-03-31T20:29:12.632] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:29:13.087] [DEBUG] debug-file - Ark compile task finished.finished time is 353891901383083 +[2025-03-31T20:29:13.088] [DEBUG] debug-file - worker[4] has one work error. +[2025-03-31T20:29:13.088] [DEBUG] debug-file - default@CompileArkTS work[6] failed. +[2025-03-31T20:29:13.089] [ERROR] debug-file - Failed :entry:default@CompileArkTS... +[2025-03-31T20:29:13.089] [DEBUG] debug-file - hvigor build process will be closed with an error. +[2025-03-31T20:29:13.091] [DEBUG] debug-file - ERROR: stacktrace = Error: ArkTS Compiler Error +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:104:13 + Argument of type '{ type: TransitionType; translate: { x: number; y: number; z: number; }; opacity: number; delay: number; }' is not assignable to parameter of type 'TransitionOptions | TransitionEffect'. + Object literal may only specify known properties, and 'delay' does not exist in type 'TransitionOptions | TransitionEffect'. + + +2 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:215:22 + Unknown resource name 'edit'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +3 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:366:24 + Unknown resource name 'theme'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +4 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:366:24 + Unknown resource name 'theme'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +5 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:375:24 + Unknown resource name 'language'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +6 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:375:24 + Unknown resource name 'language'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +7 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:384:24 + Unknown resource name 'notification'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +8 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:384:24 + Unknown resource name 'notification'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +9 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:393:24 + Unknown resource name 'info'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +10 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:393:24 + Unknown resource name 'info'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +COMPILE RESULT:FAIL {ERROR:11} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T20:29:13.091] [ERROR] debug-file - Error: ArkTS Compiler Error +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:104:13 + Argument of type '{ type: TransitionType; translate: { x: number; y: number; z: number; }; opacity: number; delay: number; }' is not assignable to parameter of type 'TransitionOptions | TransitionEffect'. + Object literal may only specify known properties, and 'delay' does not exist in type 'TransitionOptions | TransitionEffect'. + + +2 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:215:22 + Unknown resource name 'edit'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +3 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:366:24 + Unknown resource name 'theme'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +4 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:366:24 + Unknown resource name 'theme'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +5 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:375:24 + Unknown resource name 'language'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +6 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:375:24 + Unknown resource name 'language'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +7 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:384:24 + Unknown resource name 'notification'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +8 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:384:24 + Unknown resource name 'notification'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +9 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:393:24 + Unknown resource name 'info'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +10 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:393:24 + Unknown resource name 'info'. +> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212 + + +COMPILE RESULT:FAIL {ERROR:11} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T20:29:13.095] [WARN] debug-file - BUILD FAILED in 2 s 892 ms +[2025-03-31T20:29:13.095] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T20:29:13.096] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T20:29:13.096] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T20:29:13.096] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T20:29:13.096] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T20:29:13.096] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T20:29:13.097] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:2 ms . +[2025-03-31T20:29:13.097] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T20:29:13.097] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T20:29:13.097] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T20:29:13.098] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T20:29:13.098] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T20:29:13.098] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T20:29:13.098] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T20:29:13.098] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T20:29:13.098] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T20:29:13.099] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T20:29:13.099] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T20:29:13.099] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T20:29:13.100] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:29:13.100] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:29:13.101] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:29:13.101] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:29:13.101] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:29:13.101] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache from map. +[2025-03-31T20:29:13.101] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:29:13.101] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:29:13.101] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T20:29:13.101] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T20:29:13.101] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:3 ms . +[2025-03-31T20:29:13.102] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:29:13.102] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:29:13.102] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:29:13.102] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:29:13.102] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:29:13.103] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:29:13.103] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T20:29:13.103] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-31T20:29:13.103] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T20:29:13.116] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T20:29:13.116] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T20:29:13.116] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T20:29:13.117] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T20:29:13.117] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T20:29:13.124] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:29:13.124] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:29:13.123] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T20:29:13.124] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:29:13.124] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:32:30.588] [DEBUG] debug-file - session manager: set active socket. socketId=wjSrUBqVF80LfbbkAAAH +[2025-03-31T20:32:30.604] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:32:30.632] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T20:32:30.649] [DEBUG] debug-file - Cache service initialization finished in 17 ms +[2025-03-31T20:32:30.672] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:32:30.696] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:32:30.696] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:32:30.705] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T20:32:30.705] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T20:32:30.705] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T20:32:30.706] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T20:32:30.707] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T20:32:30.716] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T20:32:30.741] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T20:32:30.777] [DEBUG] debug-file - Sdk init in 61 ms +[2025-03-31T20:32:30.786] [DEBUG] debug-file - Project task initialization takes 9 ms +[2025-03-31T20:32:30.786] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:32:30.786] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:32:30.786] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:32:30.791] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:32:30.796] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:32:30.796] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:32:30.799] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T20:32:30.800] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T20:32:30.800] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T20:32:30.801] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T20:32:30.801] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T20:32:30.801] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T20:32:30.801] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T20:32:30.802] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-03-31T20:32:30.802] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:32:30.802] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:32:30.803] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:32:30.865] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 63 ms +[2025-03-31T20:32:30.866] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T20:32:30.867] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T20:32:30.869] [DEBUG] debug-file - load to the disk finished +[2025-03-31T20:32:30.871] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T20:32:30.871] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T20:32:30.872] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T20:32:30.872] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T20:32:30.874] [DEBUG] debug-file - Configuration phase cost:211 ms +[2025-03-31T20:32:30.876] [DEBUG] debug-file - Configuration task cost before running: 263 ms +[2025-03-31T20:32:30.877] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.877] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.879] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T20:32:30.881] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 2 ms . +[2025-03-31T20:32:30.881] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.21368408203125 +[2025-03-31T20:32:30.881] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T20:32:30.882] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.882] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.882] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T20:32:30.883] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:32:30.883] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T20:32:30.883] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.08329010009765625 +[2025-03-31T20:32:30.883] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T20:32:30.884] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.884] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.884] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T20:32:30.884] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.884] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.884] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03710174560546875 +[2025-03-31T20:32:30.884] [DEBUG] debug-file - runTaskFromQueue task cost before running: 271 ms +[2025-03-31T20:32:30.884] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T20:32:30.886] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.886] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.886] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T20:32:30.887] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-31T20:32:30.887] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.09796905517578125 +[2025-03-31T20:32:30.887] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T20:32:30.888] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.888] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.888] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T20:32:30.888] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:32:30.889] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T20:32:30.889] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08768463134765625 +[2025-03-31T20:32:30.889] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T20:32:30.889] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.889] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.890] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T20:32:30.890] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.890] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.890] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.037322998046875 +[2025-03-31T20:32:30.890] [DEBUG] debug-file - runTaskFromQueue task cost before running: 277 ms +[2025-03-31T20:32:30.890] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T20:32:30.891] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.891] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.893] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T20:32:30.894] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:32:30.894] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T20:32:30.894] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06241607666015625 +[2025-03-31T20:32:30.894] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T20:32:30.896] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.896] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.896] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T20:32:30.898] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T20:32:30.898] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-31T20:32:30.898] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.898] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.898] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.106231689453125 +[2025-03-31T20:32:30.898] [DEBUG] debug-file - runTaskFromQueue task cost before running: 285 ms +[2025-03-31T20:32:30.899] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 2 ms +[2025-03-31T20:32:30.900] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.900] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.901] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T20:32:30.901] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.901] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.901] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03844451904296875 +[2025-03-31T20:32:30.901] [DEBUG] debug-file - runTaskFromQueue task cost before running: 288 ms +[2025-03-31T20:32:30.901] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T20:32:30.903] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.903] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.903] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T20:32:30.905] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms . +[2025-03-31T20:32:30.905] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.12918853759765625 +[2025-03-31T20:32:30.905] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T20:32:30.907] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.907] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.908] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T20:32:30.908] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T20:32:30.908] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:32:30.909] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T20:32:30.909] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms . +[2025-03-31T20:32:30.909] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.909] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.909] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.12569427490234375 +[2025-03-31T20:32:30.909] [DEBUG] debug-file - runTaskFromQueue task cost before running: 296 ms +[2025-03-31T20:32:30.909] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 2 ms +[2025-03-31T20:32:30.910] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.910] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.911] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T20:32:30.911] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T20:32:30.911] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.04937744140625 +[2025-03-31T20:32:30.911] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T20:32:30.912] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.912] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.912] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T20:32:30.914] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 1 ms . +[2025-03-31T20:32:30.914] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.171966552734375 +[2025-03-31T20:32:30.914] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T20:32:30.915] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.915] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.915] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T20:32:30.915] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.915] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.916] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.0523681640625 +[2025-03-31T20:32:30.916] [DEBUG] debug-file - runTaskFromQueue task cost before running: 303 ms +[2025-03-31T20:32:30.916] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-31T20:32:30.917] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.917] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.918] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T20:32:30.920] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T20:32:30.920] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-31T20:32:30.920] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.1288299560546875 +[2025-03-31T20:32:30.922] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T20:32:30.922] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.922] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.924] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T20:32:30.930] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 3 ms . +[2025-03-31T20:32:30.930] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.562774658203125 +[2025-03-31T20:32:30.931] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T20:32:30.932] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.932] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.932] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T20:32:30.933] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T20:32:30.933] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.10013580322265625 +[2025-03-31T20:32:30.933] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T20:32:30.934] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:30.934] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:30.934] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T20:32:30.935] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T20:32:30.938] [DEBUG] debug-file - entry:default@CompileResource is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources' has been changed. +[2025-03-31T20:32:30.938] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 2 ms . +[2025-03-31T20:32:30.959] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool] + [ + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/restool', + '-l', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json' +] +[2025-03-31T20:32:30.962] [DEBUG] debug-file - current process memoryUsage: { + rss: 109461504, + heapTotal: 153026560, + heapUsed: 136538552, + external: 3012792, + arrayBuffers: 934479 +} os memoryUsage :7.92596435546875 +[2025-03-31T20:32:31.133] [DEBUG] debug-file - 03-31 20:32:31.131 31202 1557042 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-31 20:32:31.131 31202 1557042 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/AppScope/resources/base/media/app_icon.png + +[2025-03-31T20:32:31.135] [DEBUG] debug-file - 03-31 20:32:31.135 31202 1557042 E C01400/ImageTranscoder: TranscodeSLR Only zoom-out is supported. + +[2025-03-31T20:32:31.135] [DEBUG] debug-file - Warning: ScaleImage failed, error message: INVALID_PARAMETERS, file path = /Users/tian/Documents/DevEco/ClassMG/AppScope/resources/base/media/app_icon.png + +[2025-03-31T20:32:31.135] [DEBUG] debug-file - 03-31 20:32:31.135 31202 1557042 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-31 20:32:31.135 31202 1557042 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/background.png + +[2025-03-31T20:32:31.170] [DEBUG] debug-file - 03-31 20:32:31.169 31202 1557042 E C01400/ImageTranscoderUtils: DecodeToRGBA IN +03-31 20:32:31.169 31202 1557042 E C01400/ImageTranscoderUtils: ImageFilter IN /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/foreground.png + +[2025-03-31T20:32:31.196] [DEBUG] debug-file - Info: can't scale media json file. + +[2025-03-31T20:32:31.197] [DEBUG] debug-file - Warning: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources/base/media/layered_image.json is not png format + +[2025-03-31T20:32:31.197] [DEBUG] debug-file - Info: restool resources compile success. + +[2025-03-31T20:32:31.198] [DEBUG] debug-file - astcenc customized so is not be opened when dlclose! + +[2025-03-31T20:32:31.201] [DEBUG] debug-file - entry : default@CompileResource cost memory -23.0992431640625 +[2025-03-31T20:32:31.201] [DEBUG] debug-file - runTaskFromQueue task cost before running: 589 ms +[2025-03-31T20:32:31.202] [INFO] debug-file - Finished :entry:default@CompileResource... after 267 ms +[2025-03-31T20:32:31.203] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:31.203] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:31.204] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T20:32:31.205] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:32:31.205] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T20:32:31.205] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.0650634765625 +[2025-03-31T20:32:31.205] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T20:32:31.206] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:31.206] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:31.208] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T20:32:31.214] [DEBUG] debug-file - build config: +[2025-03-31T20:32:31.214] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '24b4e79ad299ff19c9b7ad7ebbbea96d', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T20:32:31.214] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T20:32:31.215] [DEBUG] debug-file - default@CompileArkTS work[8] is submitted. +[2025-03-31T20:32:31.215] [DEBUG] debug-file - default@CompileArkTS work[8] is pushed to ready queue. +[2025-03-31T20:32:31.215] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:32:31.215] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:32:31.215] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T20:32:31.216] [DEBUG] debug-file - default@CompileArkTS work[8] has been dispatched to worker[4]. +[2025-03-31T20:32:31.216] [DEBUG] debug-file - default@CompileArkTS work[8] is dispatched. +[2025-03-31T20:32:31.216] [DEBUG] debug-file - CopyResources startTime: 354090037163875 +[2025-03-31T20:32:31.216] [DEBUG] debug-file - default@CompileArkTS work[9] is submitted. +[2025-03-31T20:32:31.216] [DEBUG] debug-file - default@CompileArkTS work[9] is pushed to ready queue. +[2025-03-31T20:32:31.216] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:32:31.216] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T20:32:31.218] [DEBUG] debug-file - default@CompileArkTS work[9] has been dispatched to worker[6]. +[2025-03-31T20:32:31.218] [DEBUG] debug-file - default@CompileArkTS work[9] is dispatched. +[2025-03-31T20:32:31.218] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.11328125 +[2025-03-31T20:32:31.219] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:31.219] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:31.221] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T20:32:31.222] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.1238250732421875 +[2025-03-31T20:32:31.222] [DEBUG] debug-file - runTaskFromQueue task cost before running: 609 ms +[2025-03-31T20:32:31.222] [INFO] debug-file - Finished :entry:default@BuildJS... after 2 ms +[2025-03-31T20:32:31.224] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:32:31.224] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:32:31.225] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T20:32:31.225] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:32:31.225] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T20:32:31.225] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.069244384765625 +[2025-03-31T20:32:31.225] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T20:32:31.831] [DEBUG] debug-file - worker[4] has one work error. +[2025-03-31T20:32:31.831] [DEBUG] debug-file - Ark compile task finished.finished time is 354090651928666 +[2025-03-31T20:32:31.831] [DEBUG] debug-file - default@CompileArkTS work[8] failed. +[2025-03-31T20:32:31.831] [ERROR] debug-file - Failed :entry:default@CompileArkTS... +[2025-03-31T20:32:31.831] [DEBUG] debug-file - hvigor build process will be closed with an error. +[2025-03-31T20:32:31.831] [DEBUG] debug-file - ERROR: stacktrace = Error: ArkTS Compiler Error +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:104:13 + Argument of type '{ type: TransitionType; translate: { x: number; y: number; z: number; }; opacity: number; delay: number; }' is not assignable to parameter of type 'TransitionOptions | TransitionEffect'. + Object literal may only specify known properties, and 'delay' does not exist in type 'TransitionOptions | TransitionEffect'. + + +COMPILE RESULT:FAIL {ERROR:2} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T20:32:31.831] [ERROR] debug-file - Error: ArkTS Compiler Error +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:104:13 + Argument of type '{ type: TransitionType; translate: { x: number; y: number; z: number; }; opacity: number; delay: number; }' is not assignable to parameter of type 'TransitionOptions | TransitionEffect'. + Object literal may only specify known properties, and 'delay' does not exist in type 'TransitionOptions | TransitionEffect'. + + +COMPILE RESULT:FAIL {ERROR:2} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T20:32:31.833] [WARN] debug-file - BUILD FAILED in 1 s 219 ms +[2025-03-31T20:32:31.833] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T20:32:31.833] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T20:32:31.833] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T20:32:31.833] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T20:32:31.833] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T20:32:31.833] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T20:32:31.833] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T20:32:31.833] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T20:32:31.833] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T20:32:31.833] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T20:32:31.834] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T20:32:31.834] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T20:32:31.834] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T20:32:31.834] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T20:32:31.834] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T20:32:31.834] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T20:32:31.834] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T20:32:31.834] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources cache from map. +[2025-03-31T20:32:31.834] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/AppScope/resources cache by regenerate. +[2025-03-31T20:32:31.834] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/process_profile/default/module.json cache by regenerate. +[2025-03-31T20:32:31.834] [DEBUG] debug-file - Update task entry:default@CompileResource input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resConfig.json cache by regenerate. +[2025-03-31T20:32:31.835] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default cache. +[2025-03-31T20:32:31.836] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default/ResourceTable.h cache. +[2025-03-31T20:32:31.836] [DEBUG] debug-file - Update task entry:default@CompileResource output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/r/default cache. +[2025-03-31T20:32:31.836] [DEBUG] debug-file - Incremental task entry:default@CompileResource post-execution cost:3 ms . +[2025-03-31T20:32:31.836] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T20:32:31.837] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:32:31.837] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:32:31.838] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:32:31.838] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:32:31.838] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:32:31.838] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate. +[2025-03-31T20:32:31.839] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:32:31.839] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:32:31.839] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T20:32:31.839] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T20:32:31.839] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:4 ms . +[2025-03-31T20:32:31.840] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:32:31.840] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:32:31.840] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:32:31.840] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:32:31.840] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:32:31.840] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:32:31.840] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T20:32:31.840] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-31T20:32:31.840] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T20:32:31.850] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T20:32:31.850] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T20:32:31.850] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T20:32:31.850] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T20:32:31.850] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T20:32:31.856] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:32:31.856] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:32:31.856] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:32:31.856] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:32:31.856] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T20:33:07.812] [DEBUG] debug-file - session manager: set active socket. socketId=THxj7q-4rzyqtFlCAAAJ +[2025-03-31T20:33:07.817] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:33:07.829] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T20:33:07.837] [DEBUG] debug-file - Cache service initialization finished in 8 ms +[2025-03-31T20:33:07.845] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:33:07.861] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:33:07.861] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:33:07.866] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T20:33:07.866] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T20:33:07.866] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T20:33:07.866] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T20:33:07.867] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T20:33:07.871] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T20:33:07.876] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T20:33:07.895] [DEBUG] debug-file - Sdk init in 23 ms +[2025-03-31T20:33:07.904] [DEBUG] debug-file - Project task initialization takes 9 ms +[2025-03-31T20:33:07.904] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:33:07.904] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:33:07.904] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:33:07.907] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:33:07.912] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:33:07.912] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:33:07.915] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T20:33:07.915] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T20:33:07.915] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T20:33:07.915] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T20:33:07.915] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T20:33:07.915] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T20:33:07.915] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T20:33:07.918] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-03-31T20:33:07.918] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:33:07.918] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:33:07.918] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:33:07.974] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 56 ms +[2025-03-31T20:33:07.975] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T20:33:07.976] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T20:33:07.978] [DEBUG] debug-file - load to the disk finished +[2025-03-31T20:33:07.979] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T20:33:07.979] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T20:33:07.979] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T20:33:07.979] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T20:33:07.981] [DEBUG] debug-file - Configuration phase cost:142 ms +[2025-03-31T20:33:07.982] [DEBUG] debug-file - Configuration task cost before running: 163 ms +[2025-03-31T20:33:07.983] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:07.983] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:07.984] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T20:33:07.986] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 2 ms . +[2025-03-31T20:33:07.986] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.22028350830078125 +[2025-03-31T20:33:07.986] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T20:33:07.987] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:07.987] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:07.987] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T20:33:07.988] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:33:07.988] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T20:33:07.988] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.08329010009765625 +[2025-03-31T20:33:07.988] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T20:33:07.989] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:07.989] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:07.989] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T20:33:07.989] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:07.989] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:07.989] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03710174560546875 +[2025-03-31T20:33:07.989] [DEBUG] debug-file - runTaskFromQueue task cost before running: 170 ms +[2025-03-31T20:33:07.989] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T20:33:07.990] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:07.990] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:07.990] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T20:33:07.991] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-31T20:33:07.991] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.09806060791015625 +[2025-03-31T20:33:07.991] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T20:33:07.992] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:07.992] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:07.992] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T20:33:07.992] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:33:07.993] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T20:33:07.993] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.087799072265625 +[2025-03-31T20:33:07.993] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T20:33:07.993] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:07.994] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:07.994] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T20:33:07.994] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:07.994] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:07.994] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0377349853515625 +[2025-03-31T20:33:07.994] [DEBUG] debug-file - runTaskFromQueue task cost before running: 175 ms +[2025-03-31T20:33:07.994] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T20:33:07.995] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:07.995] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:07.997] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T20:33:07.997] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:33:07.997] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T20:33:07.997] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.0624237060546875 +[2025-03-31T20:33:07.997] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T20:33:07.998] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:07.998] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:07.998] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T20:33:07.999] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T20:33:07.999] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-31T20:33:07.999] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:07.999] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:07.999] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.28418731689453125 +[2025-03-31T20:33:07.999] [DEBUG] debug-file - runTaskFromQueue task cost before running: 180 ms +[2025-03-31T20:33:07.999] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 1 ms +[2025-03-31T20:33:08.002] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:08.002] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:08.002] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T20:33:08.002] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:08.002] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:08.002] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03814697265625 +[2025-03-31T20:33:08.002] [DEBUG] debug-file - runTaskFromQueue task cost before running: 183 ms +[2025-03-31T20:33:08.002] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T20:33:08.003] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:08.003] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:08.003] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T20:33:08.005] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms . +[2025-03-31T20:33:08.005] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.12923431396484375 +[2025-03-31T20:33:08.005] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T20:33:08.006] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:08.006] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:08.006] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T20:33:08.006] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T20:33:08.006] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:33:08.007] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T20:33:08.007] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms . +[2025-03-31T20:33:08.008] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:08.008] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:08.008] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.12595367431640625 +[2025-03-31T20:33:08.008] [DEBUG] debug-file - runTaskFromQueue task cost before running: 188 ms +[2025-03-31T20:33:08.008] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 2 ms +[2025-03-31T20:33:08.008] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:08.008] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:08.009] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T20:33:08.009] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T20:33:08.009] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.04938507080078125 +[2025-03-31T20:33:08.009] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T20:33:08.010] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:08.010] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:08.011] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T20:33:08.012] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 1 ms . +[2025-03-31T20:33:08.012] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.171966552734375 +[2025-03-31T20:33:08.013] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T20:33:08.013] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:08.013] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:08.014] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T20:33:08.014] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:08.014] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:08.014] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05224609375 +[2025-03-31T20:33:08.014] [DEBUG] debug-file - runTaskFromQueue task cost before running: 195 ms +[2025-03-31T20:33:08.015] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-31T20:33:08.015] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:08.015] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:08.016] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T20:33:08.017] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T20:33:08.018] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-31T20:33:08.018] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.12882232666015625 +[2025-03-31T20:33:08.019] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T20:33:08.020] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:08.020] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:08.021] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T20:33:08.027] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 3 ms . +[2025-03-31T20:33:08.027] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.564239501953125 +[2025-03-31T20:33:08.029] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T20:33:08.030] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:08.030] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:08.030] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T20:33:08.031] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T20:33:08.031] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.10015106201171875 +[2025-03-31T20:33:08.031] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T20:33:08.032] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:08.032] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:08.032] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T20:33:08.033] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T20:33:08.037] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 4 ms . +[2025-03-31T20:33:08.037] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.48738861083984375 +[2025-03-31T20:33:08.038] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T20:33:08.038] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:08.039] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:08.039] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T20:33:08.040] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:33:08.040] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T20:33:08.040] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06197357177734375 +[2025-03-31T20:33:08.040] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T20:33:08.041] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:08.041] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:08.044] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T20:33:08.056] [DEBUG] debug-file - build config: +[2025-03-31T20:33:08.057] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '24b4e79ad299ff19c9b7ad7ebbbea96d', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T20:33:08.057] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T20:33:08.058] [DEBUG] debug-file - default@CompileArkTS work[10] is submitted. +[2025-03-31T20:33:08.059] [DEBUG] debug-file - default@CompileArkTS work[10] is pushed to ready queue. +[2025-03-31T20:33:08.060] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:33:08.060] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:33:08.060] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T20:33:08.060] [DEBUG] debug-file - default@CompileArkTS work[10] has been dispatched to worker[4]. +[2025-03-31T20:33:08.060] [DEBUG] debug-file - default@CompileArkTS work[10] is dispatched. +[2025-03-31T20:33:08.060] [DEBUG] debug-file - CopyResources startTime: 354126882915583 +[2025-03-31T20:33:08.060] [DEBUG] debug-file - default@CompileArkTS work[11] is submitted. +[2025-03-31T20:33:08.061] [DEBUG] debug-file - default@CompileArkTS work[11] is pushed to ready queue. +[2025-03-31T20:33:08.061] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:33:08.061] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T20:33:08.062] [DEBUG] debug-file - default@CompileArkTS work[11] has been dispatched to worker[6]. +[2025-03-31T20:33:08.062] [DEBUG] debug-file - default@CompileArkTS work[11] is dispatched. +[2025-03-31T20:33:08.062] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.0618515014648438 +[2025-03-31T20:33:08.063] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:08.063] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:08.067] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T20:33:08.069] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.1183013916015625 +[2025-03-31T20:33:08.069] [DEBUG] debug-file - runTaskFromQueue task cost before running: 250 ms +[2025-03-31T20:33:08.070] [INFO] debug-file - Finished :entry:default@BuildJS... after 3 ms +[2025-03-31T20:33:08.071] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:08.071] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:08.072] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T20:33:08.073] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:33:08.073] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T20:33:08.073] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.0691680908203125 +[2025-03-31T20:33:08.073] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T20:33:08.698] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:33:08.698] [DEBUG] debug-file - CopyResources is end, endTime: 354127520851250 +[2025-03-31T20:33:08.698] [DEBUG] debug-file - default@CompileArkTS work[11] done. +[2025-03-31T20:33:08.698] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:33:08.974] [DEBUG] debug-file - Ark compile task finished.finished time is 354127796569250 +[2025-03-31T20:33:08.974] [DEBUG] debug-file - worker[4] has one work error. +[2025-03-31T20:33:08.974] [DEBUG] debug-file - default@CompileArkTS work[10] failed. +[2025-03-31T20:33:08.974] [ERROR] debug-file - Failed :entry:default@CompileArkTS... +[2025-03-31T20:33:08.974] [DEBUG] debug-file - hvigor build process will be closed with an error. +[2025-03-31T20:33:08.975] [DEBUG] debug-file - ERROR: stacktrace = Error: ArkTS Compiler Error +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:109:13 + Argument of type '{ type: TransitionType; translate: { x: number; y: number; z: number; }; opacity: number; delay: number; }' is not assignable to parameter of type 'TransitionOptions | TransitionEffect'. + Object literal may only specify known properties, and 'delay' does not exist in type 'TransitionOptions | TransitionEffect'. + + +COMPILE RESULT:FAIL {ERROR:2} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T20:33:08.975] [ERROR] debug-file - Error: ArkTS Compiler Error +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:109:13 + Argument of type '{ type: TransitionType; translate: { x: number; y: number; z: number; }; opacity: number; delay: number; }' is not assignable to parameter of type 'TransitionOptions | TransitionEffect'. + Object literal may only specify known properties, and 'delay' does not exist in type 'TransitionOptions | TransitionEffect'. + + +COMPILE RESULT:FAIL {ERROR:2} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T20:33:08.976] [WARN] debug-file - BUILD FAILED in 1 s 156 ms +[2025-03-31T20:33:08.976] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T20:33:08.976] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T20:33:08.976] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T20:33:08.976] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T20:33:08.976] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T20:33:08.976] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T20:33:08.976] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T20:33:08.976] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T20:33:08.976] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T20:33:08.977] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T20:33:08.977] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T20:33:08.977] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T20:33:08.977] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T20:33:08.977] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T20:33:08.977] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T20:33:08.977] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T20:33:08.977] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T20:33:08.977] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T20:33:08.977] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T20:33:08.978] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:33:08.978] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:33:08.978] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:33:08.978] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:33:08.978] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:33:08.978] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate. +[2025-03-31T20:33:08.979] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:33:08.979] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:33:08.979] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T20:33:08.979] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T20:33:08.979] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-31T20:33:08.979] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:33:08.979] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:33:08.979] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:33:08.979] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:33:08.979] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:33:08.980] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:33:08.980] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T20:33:08.980] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:1 ms . +[2025-03-31T20:33:08.980] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T20:33:08.988] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T20:33:08.988] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T20:33:08.988] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T20:33:08.988] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T20:33:08.988] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T20:33:08.992] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:33:08.993] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:33:08.992] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T20:33:08.993] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:33:08.993] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:33:56.986] [DEBUG] debug-file - session manager: set active socket. socketId=LqF9o2N2YrjlAHpuAAAL +[2025-03-31T20:33:56.996] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:33:57.009] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T20:33:57.016] [DEBUG] debug-file - Cache service initialization finished in 7 ms +[2025-03-31T20:33:57.022] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:33:57.030] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:33:57.030] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:33:57.034] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T20:33:57.035] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T20:33:57.035] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T20:33:57.035] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T20:33:57.039] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T20:33:57.045] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T20:33:57.050] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T20:33:57.076] [DEBUG] debug-file - Sdk init in 31 ms +[2025-03-31T20:33:57.091] [DEBUG] debug-file - Project task initialization takes 15 ms +[2025-03-31T20:33:57.091] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:33:57.091] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:33:57.091] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:33:57.094] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:33:57.097] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:33:57.097] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:33:57.101] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T20:33:57.101] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T20:33:57.101] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T20:33:57.101] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T20:33:57.101] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T20:33:57.101] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T20:33:57.101] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T20:33:57.103] [DEBUG] debug-file - Module entry task initialization takes 2 ms +[2025-03-31T20:33:57.104] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:33:57.104] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:33:57.104] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:33:57.172] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 68 ms +[2025-03-31T20:33:57.173] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T20:33:57.174] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T20:33:57.176] [DEBUG] debug-file - load to the disk finished +[2025-03-31T20:33:57.177] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T20:33:57.177] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T20:33:57.178] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T20:33:57.178] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T20:33:57.179] [DEBUG] debug-file - Configuration phase cost:161 ms +[2025-03-31T20:33:57.180] [DEBUG] debug-file - Configuration task cost before running: 180 ms +[2025-03-31T20:33:57.181] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.181] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.182] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T20:33:57.183] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 1 ms . +[2025-03-31T20:33:57.184] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.2202911376953125 +[2025-03-31T20:33:57.184] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T20:33:57.184] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.185] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.185] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T20:33:57.185] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:33:57.185] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T20:33:57.185] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.08349609375 +[2025-03-31T20:33:57.185] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T20:33:57.186] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.186] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.186] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T20:33:57.186] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.186] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.186] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03710174560546875 +[2025-03-31T20:33:57.186] [DEBUG] debug-file - runTaskFromQueue task cost before running: 186 ms +[2025-03-31T20:33:57.186] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T20:33:57.187] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.187] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.187] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T20:33:57.188] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-31T20:33:57.188] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.09793853759765625 +[2025-03-31T20:33:57.188] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T20:33:57.189] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.189] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.189] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T20:33:57.189] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:33:57.190] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T20:33:57.190] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08768463134765625 +[2025-03-31T20:33:57.190] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T20:33:57.190] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.190] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.191] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T20:33:57.191] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.191] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.191] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.037322998046875 +[2025-03-31T20:33:57.191] [DEBUG] debug-file - runTaskFromQueue task cost before running: 191 ms +[2025-03-31T20:33:57.191] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T20:33:57.192] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.192] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.193] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T20:33:57.193] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:33:57.194] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T20:33:57.194] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06243896484375 +[2025-03-31T20:33:57.194] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T20:33:57.194] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.194] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.195] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T20:33:57.196] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T20:33:57.196] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-31T20:33:57.196] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.196] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.196] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10625457763671875 +[2025-03-31T20:33:57.196] [DEBUG] debug-file - runTaskFromQueue task cost before running: 196 ms +[2025-03-31T20:33:57.196] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 1 ms +[2025-03-31T20:33:57.198] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.198] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.199] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T20:33:57.199] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.199] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.199] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03814697265625 +[2025-03-31T20:33:57.199] [DEBUG] debug-file - runTaskFromQueue task cost before running: 199 ms +[2025-03-31T20:33:57.199] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T20:33:57.200] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.200] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.201] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T20:33:57.203] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms . +[2025-03-31T20:33:57.203] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.1299285888671875 +[2025-03-31T20:33:57.203] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T20:33:57.204] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.204] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.205] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T20:33:57.205] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T20:33:57.205] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:33:57.206] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T20:33:57.206] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms . +[2025-03-31T20:33:57.206] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.206] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.206] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.12569427490234375 +[2025-03-31T20:33:57.206] [DEBUG] debug-file - runTaskFromQueue task cost before running: 206 ms +[2025-03-31T20:33:57.206] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 2 ms +[2025-03-31T20:33:57.207] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.207] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.207] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T20:33:57.208] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T20:33:57.208] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.0493621826171875 +[2025-03-31T20:33:57.208] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T20:33:57.209] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.209] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.209] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T20:33:57.211] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 2 ms . +[2025-03-31T20:33:57.211] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.172821044921875 +[2025-03-31T20:33:57.212] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T20:33:57.213] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.213] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.213] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T20:33:57.213] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.213] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.214] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05245208740234375 +[2025-03-31T20:33:57.214] [DEBUG] debug-file - runTaskFromQueue task cost before running: 214 ms +[2025-03-31T20:33:57.214] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-31T20:33:57.215] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.215] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.215] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T20:33:57.216] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T20:33:57.217] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-31T20:33:57.217] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.1288909912109375 +[2025-03-31T20:33:57.218] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T20:33:57.220] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.220] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.221] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T20:33:57.227] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 3 ms . +[2025-03-31T20:33:57.227] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5605087280273438 +[2025-03-31T20:33:57.228] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T20:33:57.229] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.229] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.229] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T20:33:57.230] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T20:33:57.230] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.099761962890625 +[2025-03-31T20:33:57.230] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T20:33:57.231] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.231] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.231] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T20:33:57.232] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T20:33:57.236] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 4 ms . +[2025-03-31T20:33:57.236] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.4872283935546875 +[2025-03-31T20:33:57.236] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T20:33:57.237] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.237] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.238] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T20:33:57.238] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:33:57.239] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T20:33:57.239] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06180572509765625 +[2025-03-31T20:33:57.239] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T20:33:57.239] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.239] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.241] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T20:33:57.246] [DEBUG] debug-file - build config: +[2025-03-31T20:33:57.246] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '24b4e79ad299ff19c9b7ad7ebbbea96d', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T20:33:57.246] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T20:33:57.247] [DEBUG] debug-file - default@CompileArkTS work[12] is submitted. +[2025-03-31T20:33:57.247] [DEBUG] debug-file - default@CompileArkTS work[12] is pushed to ready queue. +[2025-03-31T20:33:57.247] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:33:57.247] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:33:57.247] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T20:33:57.248] [DEBUG] debug-file - default@CompileArkTS work[12] has been dispatched to worker[4]. +[2025-03-31T20:33:57.248] [DEBUG] debug-file - default@CompileArkTS work[12] is dispatched. +[2025-03-31T20:33:57.248] [DEBUG] debug-file - CopyResources startTime: 354176072462958 +[2025-03-31T20:33:57.248] [DEBUG] debug-file - default@CompileArkTS work[13] is submitted. +[2025-03-31T20:33:57.248] [DEBUG] debug-file - default@CompileArkTS work[13] is pushed to ready queue. +[2025-03-31T20:33:57.248] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:33:57.248] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T20:33:57.249] [DEBUG] debug-file - default@CompileArkTS work[13] has been dispatched to worker[6]. +[2025-03-31T20:33:57.249] [DEBUG] debug-file - default@CompileArkTS work[13] is dispatched. +[2025-03-31T20:33:57.249] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.022674560546875 +[2025-03-31T20:33:57.250] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.250] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.251] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T20:33:57.253] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.11775970458984375 +[2025-03-31T20:33:57.253] [DEBUG] debug-file - runTaskFromQueue task cost before running: 253 ms +[2025-03-31T20:33:57.253] [INFO] debug-file - Finished :entry:default@BuildJS... after 3 ms +[2025-03-31T20:33:57.255] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:57.255] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:57.257] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T20:33:57.257] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:33:57.258] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T20:33:57.258] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.06949615478515625 +[2025-03-31T20:33:57.258] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T20:33:58.071] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:33:58.071] [DEBUG] debug-file - CopyResources is end, endTime: 354176895821750 +[2025-03-31T20:33:58.071] [DEBUG] debug-file - default@CompileArkTS work[13] done. +[2025-03-31T20:33:58.071] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:33:58.757] [DEBUG] debug-file - Ark compile task finished.finished time is 354177582009375 +[2025-03-31T20:33:58.757] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-31T20:33:58.760] [DEBUG] debug-file - default@CompileArkTS work[12] done. +[2025-03-31T20:33:58.761] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-31T20:33:58.761] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 1 s 517 ms +[2025-03-31T20:33:58.762] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:58.762] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:58.763] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-31T20:33:58.763] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:33:58.763] [DEBUG] debug-file - entry:default@GeneratePkgModuleJson is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json' has been changed. +[2025-03-31T20:33:58.763] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-31T20:33:58.763] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:58.763] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:58.764] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.10356903076171875 +[2025-03-31T20:33:58.764] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 764 ms +[2025-03-31T20:33:58.764] [INFO] debug-file - Finished :entry:default@GeneratePkgModuleJson... after 2 ms +[2025-03-31T20:33:58.765] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:58.765] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:58.769] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-31T20:33:58.770] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json' has been changed. +[2025-03-31T20:33:58.770] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 2 ms . +[2025-03-31T20:33:58.771] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:58.771] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:58.772] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-31T20:33:58.772] [DEBUG] debug-file - default@PackageHap work[14] is submitted. +[2025-03-31T20:33:58.773] [DEBUG] debug-file - default@PackageHap work[14] is pushed to ready queue. +[2025-03-31T20:33:58.773] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:33:58.773] [DEBUG] debug-file - default@PackageHap work[14] has been dispatched to worker[6]. +[2025-03-31T20:33:58.773] [DEBUG] debug-file - default@PackageHap work[14] is dispatched. +[2025-03-31T20:33:58.774] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.6127853393554688 +[2025-03-31T20:33:58.824] [DEBUG] debug-file - current process memoryUsage: { + rss: 483278848, + heapTotal: 75546624, + heapUsed: 50779440, + external: 2616233, + arrayBuffers: 645344 +} os memoryUsage :7.9151458740234375 +[2025-03-31T20:33:59.266] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:33:59.267] [DEBUG] debug-file - default@PackageHap work[14] done. +[2025-03-31T20:33:59.267] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:33:59.268] [INFO] debug-file - Finished :entry:default@PackageHap... after 451 ms +[2025-03-31T20:33:59.269] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:59.269] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:59.271] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-31T20:33:59.271] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-31T20:33:59.271] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-31T20:33:59.271] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-31T20:33:59.271] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:59.272] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:59.272] [DEBUG] debug-file - entry : default@SignHap cost memory 0.11101531982421875 +[2025-03-31T20:33:59.272] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 272 ms +[2025-03-31T20:33:59.272] [INFO] debug-file - Finished :entry:default@SignHap... after 2 ms +[2025-03-31T20:33:59.273] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:59.273] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:59.273] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-31T20:33:59.275] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:33:59.275] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:33:59.275] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.195343017578125 +[2025-03-31T20:33:59.275] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 275 ms +[2025-03-31T20:33:59.275] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 3 ms +[2025-03-31T20:33:59.276] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-31T20:33:59.276] [DEBUG] debug-file - entry : assembleHap cost memory 0.01171112060546875 +[2025-03-31T20:33:59.276] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 276 ms +[2025-03-31T20:33:59.276] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-31T20:33:59.277] [DEBUG] debug-file - BUILD SUCCESSFUL in 2 s 277 ms +[2025-03-31T20:33:59.278] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T20:33:59.278] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T20:33:59.278] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T20:33:59.278] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T20:33:59.278] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T20:33:59.278] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T20:33:59.278] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T20:33:59.278] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T20:33:59.278] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T20:33:59.278] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T20:33:59.279] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T20:33:59.279] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T20:33:59.279] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T20:33:59.279] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T20:33:59.279] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T20:33:59.279] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T20:33:59.279] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T20:33:59.279] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T20:33:59.279] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T20:33:59.280] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:33:59.280] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:33:59.280] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:33:59.280] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:33:59.280] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:33:59.280] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate. +[2025-03-31T20:33:59.280] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:33:59.281] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:33:59.281] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T20:33:59.281] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T20:33:59.281] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-31T20:33:59.281] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:33:59.281] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:33:59.281] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:33:59.281] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:33:59.281] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:33:59.282] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:33:59.282] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T20:33:59.282] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:1 ms . +[2025-03-31T20:33:59.282] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T20:33:59.282] [DEBUG] debug-file - Update task entry:default@GeneratePkgModuleJson input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache from map. +[2025-03-31T20:33:59.282] [DEBUG] debug-file - Update task entry:default@GeneratePkgModuleJson output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json cache. +[2025-03-31T20:33:59.282] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson post-execution cost:1 ms . +[2025-03-31T20:33:59.282] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-31T20:33:59.282] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache from map. +[2025-03-31T20:33:59.282] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-31T20:33:59.283] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-31T20:33:59.283] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-31T20:33:59.283] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache by regenerate. +[2025-03-31T20:33:59.283] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:33:59.283] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:33:59.283] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:33:59.283] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-31T20:33:59.283] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-31T20:33:59.283] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-31T20:33:59.283] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-31T20:33:59.283] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-31T20:33:59.283] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-31T20:33:59.283] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-31T20:33:59.284] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:33:59.284] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-31T20:33:59.284] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-31T20:33:59.285] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-31T20:33:59.293] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T20:33:59.293] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T20:33:59.293] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T20:33:59.293] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T20:33:59.294] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T20:33:59.299] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:33:59.299] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:33:59.299] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:33:59.299] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:33:59.301] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T20:38:27.431] [DEBUG] debug-file - session manager: set active socket. socketId=b5mFosexhMXb04nZAAAN +[2025-03-31T20:38:27.460] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:38:27.515] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T20:38:27.544] [DEBUG] debug-file - Cache service initialization finished in 29 ms +[2025-03-31T20:38:27.574] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:38:27.611] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:38:27.611] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:38:27.633] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T20:38:27.633] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T20:38:27.633] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T20:38:27.633] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T20:38:27.636] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T20:38:27.653] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T20:38:27.664] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T20:38:27.742] [DEBUG] debug-file - Sdk init in 88 ms +[2025-03-31T20:38:27.803] [DEBUG] debug-file - Project task initialization takes 53 ms +[2025-03-31T20:38:27.803] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:38:27.803] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:38:27.803] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:38:27.817] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:38:27.832] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:38:27.832] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:38:27.853] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T20:38:27.853] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T20:38:27.854] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T20:38:27.855] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T20:38:27.856] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T20:38:27.856] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T20:38:27.856] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T20:38:27.866] [DEBUG] debug-file - Module entry task initialization takes 5 ms +[2025-03-31T20:38:27.866] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:38:27.867] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:38:27.867] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:38:28.237] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 368 ms +[2025-03-31T20:38:28.239] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T20:38:28.241] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T20:38:28.249] [DEBUG] debug-file - load to the disk finished +[2025-03-31T20:38:28.251] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T20:38:28.252] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T20:38:28.253] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T20:38:28.253] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T20:38:28.260] [DEBUG] debug-file - Configuration phase cost:699 ms +[2025-03-31T20:38:28.263] [DEBUG] debug-file - Configuration task cost before running: 782 ms +[2025-03-31T20:38:28.265] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.266] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.270] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T20:38:28.280] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 6 ms . +[2025-03-31T20:38:28.280] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.21910858154296875 +[2025-03-31T20:38:28.281] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T20:38:28.284] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.284] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.286] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T20:38:28.288] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 2 ms +[2025-03-31T20:38:28.289] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T20:38:28.289] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.0840301513671875 +[2025-03-31T20:38:28.290] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T20:38:28.292] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.292] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.293] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T20:38:28.293] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.293] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.293] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03710174560546875 +[2025-03-31T20:38:28.293] [DEBUG] debug-file - runTaskFromQueue task cost before running: 812 ms +[2025-03-31T20:38:28.293] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T20:38:28.297] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.297] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.298] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T20:38:28.300] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 2 ms . +[2025-03-31T20:38:28.300] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.09869384765625 +[2025-03-31T20:38:28.301] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T20:38:28.305] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.305] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.306] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T20:38:28.307] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:38:28.307] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T20:38:28.307] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.087890625 +[2025-03-31T20:38:28.308] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T20:38:28.310] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.310] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.311] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T20:38:28.311] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.311] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.311] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.037322998046875 +[2025-03-31T20:38:28.311] [DEBUG] debug-file - runTaskFromQueue task cost before running: 830 ms +[2025-03-31T20:38:28.311] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T20:38:28.314] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.314] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.323] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T20:38:28.324] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:38:28.325] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T20:38:28.326] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06243896484375 +[2025-03-31T20:38:28.326] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T20:38:28.330] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.331] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.333] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T20:38:28.335] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T20:38:28.335] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 2 ms . +[2025-03-31T20:38:28.336] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.336] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.337] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10694122314453125 +[2025-03-31T20:38:28.339] [DEBUG] debug-file - runTaskFromQueue task cost before running: 858 ms +[2025-03-31T20:38:28.343] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 7 ms +[2025-03-31T20:38:28.349] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.349] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.350] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T20:38:28.350] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.350] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.351] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03814697265625 +[2025-03-31T20:38:28.351] [DEBUG] debug-file - runTaskFromQueue task cost before running: 869 ms +[2025-03-31T20:38:28.351] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T20:38:28.355] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.355] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.358] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T20:38:28.362] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 3 ms . +[2025-03-31T20:38:28.363] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.13024139404296875 +[2025-03-31T20:38:28.366] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T20:38:28.370] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.370] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.375] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T20:38:28.376] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T20:38:28.378] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 2 ms +[2025-03-31T20:38:28.387] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T20:38:28.389] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 11 ms . +[2025-03-31T20:38:28.389] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.389] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.390] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.3474273681640625 +[2025-03-31T20:38:28.390] [DEBUG] debug-file - runTaskFromQueue task cost before running: 909 ms +[2025-03-31T20:38:28.391] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 16 ms +[2025-03-31T20:38:28.399] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.399] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.401] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T20:38:28.402] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T20:38:28.402] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.0493621826171875 +[2025-03-31T20:38:28.402] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T20:38:28.407] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.407] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.410] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T20:38:28.419] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 3 ms . +[2025-03-31T20:38:28.419] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.17298126220703125 +[2025-03-31T20:38:28.420] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T20:38:28.425] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.425] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.427] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T20:38:28.427] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.428] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.431] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05224609375 +[2025-03-31T20:38:28.432] [DEBUG] debug-file - runTaskFromQueue task cost before running: 950 ms +[2025-03-31T20:38:28.433] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 5 ms +[2025-03-31T20:38:28.436] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.437] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.439] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T20:38:28.443] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T20:38:28.449] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 5 ms . +[2025-03-31T20:38:28.453] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.1298065185546875 +[2025-03-31T20:38:28.521] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T20:38:28.567] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.567] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.578] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T20:38:28.608] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 12 ms . +[2025-03-31T20:38:28.608] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5621490478515625 +[2025-03-31T20:38:28.616] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T20:38:28.619] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.619] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.620] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T20:38:28.623] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T20:38:28.624] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.09967803955078125 +[2025-03-31T20:38:28.625] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T20:38:28.633] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.633] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.634] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T20:38:28.637] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T20:38:28.652] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 13 ms . +[2025-03-31T20:38:28.652] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.48802947998046875 +[2025-03-31T20:38:28.654] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T20:38:28.658] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.658] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.661] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T20:38:28.661] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:38:28.662] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T20:38:28.662] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06194305419921875 +[2025-03-31T20:38:28.662] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T20:38:28.665] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.665] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.669] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T20:38:28.682] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed. +[2025-03-31T20:38:28.682] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 7 ms . +[2025-03-31T20:38:28.697] [DEBUG] debug-file - build config: +[2025-03-31T20:38:28.698] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '24b4e79ad299ff19c9b7ad7ebbbea96d', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T20:38:28.699] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T20:38:28.701] [DEBUG] debug-file - default@CompileArkTS work[15] is submitted. +[2025-03-31T20:38:28.702] [DEBUG] debug-file - default@CompileArkTS work[15] is pushed to ready queue. +[2025-03-31T20:38:28.703] [DEBUG] debug-file - default@CompileArkTS work[15] is not dispatched. +[2025-03-31T20:38:28.703] [DEBUG] debug-file - CopyResources startTime: 354447537873500 +[2025-03-31T20:38:28.703] [DEBUG] debug-file - default@CompileArkTS work[16] is submitted. +[2025-03-31T20:38:28.704] [DEBUG] debug-file - default@CompileArkTS work[16] is pushed to ready queue. +[2025-03-31T20:38:28.705] [DEBUG] debug-file - default@CompileArkTS work[16] is not dispatched. +[2025-03-31T20:38:28.705] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.1339569091796875 +[2025-03-31T20:38:28.707] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.708] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.714] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T20:38:28.727] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.11832427978515625 +[2025-03-31T20:38:28.727] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 246 ms +[2025-03-31T20:38:28.727] [INFO] debug-file - Finished :entry:default@BuildJS... after 13 ms +[2025-03-31T20:38:28.734] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:28.735] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:28.736] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T20:38:28.736] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:38:28.738] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T20:38:28.738] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.0692138671875 +[2025-03-31T20:38:28.738] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T20:38:28.916] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:38:28.917] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T20:38:28.927] [DEBUG] debug-file - default@CompileArkTS work[16] has been dispatched to worker[6]. +[2025-03-31T20:38:29.530] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:38:29.530] [DEBUG] debug-file - A work dispatched to worker[6] failed because of worker busy. +[2025-03-31T20:38:29.530] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T20:38:29.531] [DEBUG] debug-file - default@CompileArkTS work[15] has been dispatched to worker[4]. +[2025-03-31T20:38:30.285] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:38:30.285] [DEBUG] debug-file - CopyResources is end, endTime: 354449120164000 +[2025-03-31T20:38:30.286] [DEBUG] debug-file - default@CompileArkTS work[16] done. +[2025-03-31T20:38:30.286] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:38:31.197] [DEBUG] debug-file - Ark compile task finished.finished time is 354450031670875 +[2025-03-31T20:38:31.198] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-31T20:38:31.205] [DEBUG] debug-file - default@CompileArkTS work[15] done. +[2025-03-31T20:38:31.208] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 1 s 694 ms +[2025-03-31T20:38:31.211] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:31.211] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:31.212] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-31T20:38:31.213] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:38:31.218] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 4 ms . +[2025-03-31T20:38:31.218] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.063323974609375 +[2025-03-31T20:38:31.218] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-31T20:38:31.221] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:31.221] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:31.226] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-31T20:38:31.230] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets' has been changed. +[2025-03-31T20:38:31.230] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 3 ms . +[2025-03-31T20:38:31.230] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:31.230] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:31.231] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-31T20:38:31.233] [DEBUG] debug-file - default@PackageHap work[17] is submitted. +[2025-03-31T20:38:31.234] [DEBUG] debug-file - default@PackageHap work[17] is pushed to ready queue. +[2025-03-31T20:38:31.234] [DEBUG] debug-file - default@PackageHap work[17] is not dispatched. +[2025-03-31T20:38:31.236] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.7314605712890625 +[2025-03-31T20:38:31.306] [DEBUG] debug-file - default@PackageHap work[17] has been dispatched to worker[4]. +[2025-03-31T20:38:31.310] [DEBUG] debug-file - current process memoryUsage: { + rss: 400621568, + heapTotal: 356909056, + heapUsed: 298371880, + external: 4891549, + arrayBuffers: 922176 +} os memoryUsage :7.8762664794921875 +[2025-03-31T20:38:31.334] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:38:31.335] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:38:31.335] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T20:38:31.335] [DEBUG] debug-file - A work dispatched to worker[4] failed because of worker busy. +[2025-03-31T20:38:31.335] [DEBUG] debug-file - A work dispatched to worker[3] failed because unable to get work from ready queue. +[2025-03-31T20:38:31.335] [DEBUG] debug-file - A work dispatched to worker[2] failed because unable to get work from ready queue. +[2025-03-31T20:38:31.336] [DEBUG] debug-file - A work dispatched to worker[1] failed because unable to get work from ready queue. +[2025-03-31T20:38:31.336] [DEBUG] debug-file - A work dispatched to worker[0] failed because unable to get work from ready queue. +[2025-03-31T20:38:31.766] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-31T20:38:31.766] [DEBUG] debug-file - default@PackageHap work[17] done. +[2025-03-31T20:38:31.767] [INFO] debug-file - Finished :entry:default@PackageHap... after 469 ms +[2025-03-31T20:38:31.768] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:31.768] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:31.769] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-31T20:38:31.769] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-31T20:38:31.770] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-31T20:38:31.770] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-31T20:38:31.770] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:31.770] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:31.770] [DEBUG] debug-file - entry : default@SignHap cost memory 0.10341644287109375 +[2025-03-31T20:38:31.770] [DEBUG] debug-file - runTaskFromQueue task cost before running: 4 s 289 ms +[2025-03-31T20:38:31.770] [INFO] debug-file - Finished :entry:default@SignHap... after 1 ms +[2025-03-31T20:38:31.771] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:31.771] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:31.772] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-31T20:38:31.774] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:38:31.774] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:38:31.774] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.19162750244140625 +[2025-03-31T20:38:31.774] [DEBUG] debug-file - runTaskFromQueue task cost before running: 4 s 292 ms +[2025-03-31T20:38:31.774] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 3 ms +[2025-03-31T20:38:31.774] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-31T20:38:31.775] [DEBUG] debug-file - entry : assembleHap cost memory 0.01171112060546875 +[2025-03-31T20:38:31.775] [DEBUG] debug-file - runTaskFromQueue task cost before running: 4 s 293 ms +[2025-03-31T20:38:31.775] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-31T20:38:31.776] [DEBUG] debug-file - BUILD SUCCESSFUL in 4 s 294 ms +[2025-03-31T20:38:31.776] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T20:38:31.776] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T20:38:31.776] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T20:38:31.776] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T20:38:31.776] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T20:38:31.776] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T20:38:31.777] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T20:38:31.777] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T20:38:31.777] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T20:38:31.777] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T20:38:31.777] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T20:38:31.777] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T20:38:31.777] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T20:38:31.777] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T20:38:31.777] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T20:38:31.777] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T20:38:31.777] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T20:38:31.777] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T20:38:31.777] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T20:38:31.778] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:38:31.778] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:38:31.778] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:38:31.778] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:38:31.778] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:38:31.779] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache from map. +[2025-03-31T20:38:31.779] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:38:31.779] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:38:31.779] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T20:38:31.779] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T20:38:31.779] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-31T20:38:31.779] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:38:31.779] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:38:31.780] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:38:31.780] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:38:31.780] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:38:31.780] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:38:31.780] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T20:38:31.780] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:1 ms . +[2025-03-31T20:38:31.780] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T20:38:31.780] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-31T20:38:31.780] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-31T20:38:31.780] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-31T20:38:31.780] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-31T20:38:31.781] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-31T20:38:31.781] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-31T20:38:31.781] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache from map. +[2025-03-31T20:38:31.781] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:38:31.781] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:38:31.781] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:38:31.781] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-31T20:38:31.781] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-31T20:38:31.781] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-31T20:38:31.782] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-31T20:38:31.782] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-31T20:38:31.782] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-31T20:38:31.782] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-31T20:38:31.783] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:38:31.783] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-31T20:38:31.783] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-31T20:38:31.783] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-31T20:38:31.794] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T20:38:31.795] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T20:38:31.795] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T20:38:31.795] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T20:38:31.795] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T20:38:31.802] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:38:31.802] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:38:31.802] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:38:31.803] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:38:31.804] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T20:43:09.024] [DEBUG] debug-file - env: nodejsVersion=v18.20.1 +[2025-03-31T20:43:09.048] [DEBUG] debug-file - env: daemon=true +[2025-03-31T20:43:09.455] [DEBUG] debug-file - hvigor start cli arguments:{ + prop: [ + 'module=entry@default', + 'product=default', + 'requiredDeviceType=phone' + ], + mode: 'module', + parallel: true, + incremental: true, + daemon: true, + _: [ 'assembleHap', '--analyze=normal' ], + env: { + MallocNanoZone: '0', + USER: 'tian', + COMMAND_MODE: 'unix2003', + __CFBundleIdentifier: 'com.todesktop.230313mzl4w4u92', + PATH: '/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin', + LOGNAME: 'tian', + SSH_AUTH_SOCK: '/private/tmp/com.apple.launchd.LQU4phtQgM/Listeners', + HOME: '/Users/tian', + SHELL: '/bin/zsh', + TMPDIR: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/', + __CF_USER_TEXT_ENCODING: '0x1F5:0x19:0x34', + XPC_SERVICE_NAME: '0', + XPC_FLAGS: '0x0', + ORIGINAL_XDG_CURRENT_DESKTOP: 'undefined', + CURSOR_TRACE_ID: 'ef48bcb0485c4469a623386ae3ebde9e', + SHLVL: '1', + PWD: '/Users/tian/Documents/DevEco/ClassMG', + OLDPWD: '/Users/tian/Documents/DevEco/ClassMG', + HOMEBREW_PIP_INDEX_URL: 'http://mirrors.aliyun.com/pypi/simple', + HOMEBREW_API_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles/api', + HOMEBREW_BOTTLE_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles', + HOMEBREW_PREFIX: '/opt/homebrew', + HOMEBREW_CELLAR: '/opt/homebrew/Cellar', + HOMEBREW_REPOSITORY: '/opt/homebrew', + INFOPATH: '/opt/homebrew/share/info:/opt/homebrew/share/info:', + GOPATH: '/Users/tian/Documents/GoPath', + STM32CubeMX_PATH: '/Applications/STMicroelectronics/STM32CubeMX.app/Contents/Resourcesexport', + DEVECO_SDK_HOME: '/Applications/DevEco-Studio.app/Contents/sdk', + TERM_PROGRAM: 'vscode', + TERM_PROGRAM_VERSION: '0.45.14', + LANG: 'zh_CN.UTF-8', + COLORTERM: 'truecolor', + GIT_ASKPASS: '/Applications/Cursor.app/Contents/Resources/app/extensions/git/dist/askpass.sh', + VSCODE_GIT_ASKPASS_NODE: '/Applications/Cursor.app/Contents/Frameworks/Cursor Helper (Plugin).app/Contents/MacOS/Cursor Helper (Plugin)', + VSCODE_GIT_ASKPASS_EXTRA_ARGS: '', + VSCODE_GIT_ASKPASS_MAIN: '/Applications/Cursor.app/Contents/Resources/app/extensions/git/dist/askpass-main.js', + VSCODE_GIT_IPC_HANDLE: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/vscode-git-b45a1fb24c.sock', + VSCODE_INJECTION: '1', + ZDOTDIR: '/Users/tian', + USER_ZDOTDIR: '/Users/tian', + TERM: 'xterm-256color', + _: '/Applications/DevEco-Studio.app/Contents/tools/node/bin/node', + 'npm_config_update-notifier': 'false', + 'npm_config_auto-install-peers': 'false', + ohpmBin: '/Applications/DevEco-Studio.app/Contents/tools/ohpm/bin/ohpm', + config: '{"module":"entry@default","product":"default","requiredDeviceType":"phone"}', + WORKSPACE_DIR: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace', + NODE_PATH: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace/node_modules' + } +} +[2025-03-31T20:43:09.028] [DEBUG] debug-file - env: hvigor-config.json5 content = { + modelVersion: '5.0.2', + dependencies: {}, + execution: {}, + logging: {}, + debugging: {}, + nodeOptions: {} +} +[2025-03-31T20:43:09.487] [DEBUG] debug-file - session manager: set active socket. socketId=edFKK7AXYDfDdSNXAAAP +[2025-03-31T20:43:09.498] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:43:09.512] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T20:43:09.523] [DEBUG] debug-file - Cache service initialization finished in 11 ms +[2025-03-31T20:43:09.535] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:43:09.567] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:43:09.568] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:43:09.575] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T20:43:09.575] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T20:43:09.575] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T20:43:09.576] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T20:43:09.577] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T20:43:09.584] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T20:43:09.592] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T20:43:09.634] [DEBUG] debug-file - Sdk init in 49 ms +[2025-03-31T20:43:09.655] [DEBUG] debug-file - Project task initialization takes 18 ms +[2025-03-31T20:43:09.655] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:43:09.655] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:43:09.655] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:43:09.661] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:43:09.664] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:43:09.664] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:43:09.668] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T20:43:09.668] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T20:43:09.669] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T20:43:09.669] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T20:43:09.669] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T20:43:09.669] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T20:43:09.669] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T20:43:09.671] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-03-31T20:43:09.671] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:43:09.671] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:43:09.671] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:43:09.758] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 86 ms +[2025-03-31T20:43:09.759] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T20:43:09.759] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T20:43:09.762] [DEBUG] debug-file - load to the disk finished +[2025-03-31T20:43:09.763] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T20:43:09.763] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T20:43:09.764] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T20:43:09.764] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T20:43:09.765] [DEBUG] debug-file - Configuration phase cost:238 ms +[2025-03-31T20:43:09.766] [DEBUG] debug-file - Configuration task cost before running: 264 ms +[2025-03-31T20:43:09.767] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.767] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.768] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T20:43:09.770] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 2 ms . +[2025-03-31T20:43:09.770] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.21337127685546875 +[2025-03-31T20:43:09.771] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T20:43:09.771] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.771] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.772] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T20:43:09.772] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:43:09.772] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T20:43:09.772] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.08245086669921875 +[2025-03-31T20:43:09.772] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T20:43:09.773] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.773] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.773] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T20:43:09.773] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.773] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.773] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03710174560546875 +[2025-03-31T20:43:09.773] [DEBUG] debug-file - runTaskFromQueue task cost before running: 271 ms +[2025-03-31T20:43:09.774] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T20:43:09.774] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.775] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.775] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T20:43:09.775] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-31T20:43:09.775] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.0976715087890625 +[2025-03-31T20:43:09.775] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T20:43:09.777] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.777] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.777] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T20:43:09.778] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:43:09.778] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T20:43:09.778] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08712005615234375 +[2025-03-31T20:43:09.778] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T20:43:09.779] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.779] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.780] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T20:43:09.780] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.780] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.780] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.037322998046875 +[2025-03-31T20:43:09.780] [DEBUG] debug-file - runTaskFromQueue task cost before running: 278 ms +[2025-03-31T20:43:09.780] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T20:43:09.781] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.781] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.784] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T20:43:09.785] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:43:09.786] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T20:43:09.786] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.0624847412109375 +[2025-03-31T20:43:09.786] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T20:43:09.787] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.787] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.788] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T20:43:09.788] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T20:43:09.788] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-31T20:43:09.789] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.789] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.789] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.1059417724609375 +[2025-03-31T20:43:09.789] [DEBUG] debug-file - runTaskFromQueue task cost before running: 286 ms +[2025-03-31T20:43:09.789] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 1 ms +[2025-03-31T20:43:09.790] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.790] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.790] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T20:43:09.790] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.790] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.790] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03814697265625 +[2025-03-31T20:43:09.790] [DEBUG] debug-file - runTaskFromQueue task cost before running: 288 ms +[2025-03-31T20:43:09.790] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T20:43:09.792] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.792] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.793] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T20:43:09.794] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms . +[2025-03-31T20:43:09.794] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.130340576171875 +[2025-03-31T20:43:09.795] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T20:43:09.796] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.796] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.797] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T20:43:09.797] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T20:43:09.797] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:43:09.798] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T20:43:09.798] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms . +[2025-03-31T20:43:09.798] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.798] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.798] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.12511444091796875 +[2025-03-31T20:43:09.798] [DEBUG] debug-file - runTaskFromQueue task cost before running: 296 ms +[2025-03-31T20:43:09.798] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 2 ms +[2025-03-31T20:43:09.800] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.801] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.801] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T20:43:09.802] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T20:43:09.802] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.0490875244140625 +[2025-03-31T20:43:09.802] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T20:43:09.804] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.804] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.805] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T20:43:09.807] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 2 ms . +[2025-03-31T20:43:09.807] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.17208099365234375 +[2025-03-31T20:43:09.808] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T20:43:09.809] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.809] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.810] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T20:43:09.810] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.810] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.810] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.052337646484375 +[2025-03-31T20:43:09.810] [DEBUG] debug-file - runTaskFromQueue task cost before running: 308 ms +[2025-03-31T20:43:09.811] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-31T20:43:09.811] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.811] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.812] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T20:43:09.813] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T20:43:09.814] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-31T20:43:09.814] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.1282806396484375 +[2025-03-31T20:43:09.818] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T20:43:09.819] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.819] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.820] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T20:43:09.826] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 4 ms . +[2025-03-31T20:43:09.826] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5665664672851562 +[2025-03-31T20:43:09.828] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T20:43:09.829] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.829] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.829] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T20:43:09.830] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T20:43:09.830] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.0993804931640625 +[2025-03-31T20:43:09.830] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T20:43:09.831] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.831] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.831] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T20:43:09.832] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T20:43:09.837] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 5 ms . +[2025-03-31T20:43:09.837] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.48336029052734375 +[2025-03-31T20:43:09.838] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T20:43:09.838] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.839] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.840] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T20:43:09.840] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:43:09.840] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T20:43:09.840] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06096649169921875 +[2025-03-31T20:43:09.840] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T20:43:09.841] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.841] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.842] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T20:43:09.846] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed. +[2025-03-31T20:43:09.846] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 3 ms . +[2025-03-31T20:43:09.851] [DEBUG] debug-file - build config: +[2025-03-31T20:43:09.851] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '24b4e79ad299ff19c9b7ad7ebbbea96d', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T20:43:09.852] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T20:43:09.852] [DEBUG] debug-file - default@CompileArkTS work[18] is submitted. +[2025-03-31T20:43:09.853] [DEBUG] debug-file - default@CompileArkTS work[18] is pushed to ready queue. +[2025-03-31T20:43:09.853] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:43:09.853] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:43:09.853] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T20:43:09.853] [DEBUG] debug-file - default@CompileArkTS work[18] has been dispatched to worker[4]. +[2025-03-31T20:43:09.853] [DEBUG] debug-file - default@CompileArkTS work[18] is dispatched. +[2025-03-31T20:43:09.853] [DEBUG] debug-file - CopyResources startTime: 354728698674083 +[2025-03-31T20:43:09.853] [DEBUG] debug-file - default@CompileArkTS work[19] is submitted. +[2025-03-31T20:43:09.853] [DEBUG] debug-file - default@CompileArkTS work[19] is pushed to ready queue. +[2025-03-31T20:43:09.854] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:43:09.854] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T20:43:09.854] [DEBUG] debug-file - default@CompileArkTS work[19] has been dispatched to worker[6]. +[2025-03-31T20:43:09.854] [DEBUG] debug-file - default@CompileArkTS work[19] is dispatched. +[2025-03-31T20:43:09.854] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.2334060668945312 +[2025-03-31T20:43:09.855] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.855] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.857] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T20:43:09.861] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.11733245849609375 +[2025-03-31T20:43:09.861] [DEBUG] debug-file - runTaskFromQueue task cost before running: 358 ms +[2025-03-31T20:43:09.861] [INFO] debug-file - Finished :entry:default@BuildJS... after 4 ms +[2025-03-31T20:43:09.864] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:09.864] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:09.867] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T20:43:09.867] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:43:09.868] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T20:43:09.868] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.06861114501953125 +[2025-03-31T20:43:09.868] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T20:43:10.958] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:43:10.959] [DEBUG] debug-file - CopyResources is end, endTime: 354729804418750 +[2025-03-31T20:43:10.960] [DEBUG] debug-file - default@CompileArkTS work[19] done. +[2025-03-31T20:43:11.161] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:43:11.777] [DEBUG] debug-file - worker[4] has one work error. +[2025-03-31T20:43:11.777] [DEBUG] debug-file - Ark compile task finished.finished time is 354730622472083 +[2025-03-31T20:43:11.778] [DEBUG] debug-file - default@CompileArkTS work[18] failed. +[2025-03-31T20:43:11.778] [ERROR] debug-file - Failed :entry:default@CompileArkTS... +[2025-03-31T20:43:11.778] [DEBUG] debug-file - hvigor build process will be closed with an error. +[2025-03-31T20:43:11.781] [DEBUG] debug-file - ERROR: stacktrace = Error: ArkTS Compiler Error +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:189:15 + The type of the @ObjectLink property 'user' can only be objects of classes decorated with @Observed class decorator in ets (not ts). + +COMPILE RESULT:FAIL {ERROR:2} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T20:43:11.781] [ERROR] debug-file - Error: ArkTS Compiler Error +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:189:15 + The type of the @ObjectLink property 'user' can only be objects of classes decorated with @Observed class decorator in ets (not ts). + +COMPILE RESULT:FAIL {ERROR:2} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T20:43:11.790] [WARN] debug-file - BUILD FAILED in 2 s 287 ms +[2025-03-31T20:43:11.790] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T20:43:11.790] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T20:43:11.790] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T20:43:11.791] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T20:43:11.791] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T20:43:11.791] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T20:43:11.792] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:2 ms . +[2025-03-31T20:43:11.792] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T20:43:11.793] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T20:43:11.793] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T20:43:11.793] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T20:43:11.794] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T20:43:11.794] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T20:43:11.794] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T20:43:11.794] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T20:43:11.794] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T20:43:11.794] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T20:43:11.794] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T20:43:11.794] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T20:43:11.796] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:43:11.796] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:43:11.796] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:43:11.796] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:43:11.796] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:43:11.796] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache from map. +[2025-03-31T20:43:11.796] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:43:11.796] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:43:11.796] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T20:43:11.797] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T20:43:11.797] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:3 ms . +[2025-03-31T20:43:11.798] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:43:11.798] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:43:11.798] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:43:11.798] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:43:11.798] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:43:11.798] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:43:11.799] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T20:43:11.799] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-03-31T20:43:11.799] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T20:43:11.812] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T20:43:11.812] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T20:43:11.812] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T20:43:11.812] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T20:43:11.812] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T20:43:11.819] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:43:11.820] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:43:11.820] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:43:11.820] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:43:11.822] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T20:43:35.549] [DEBUG] debug-file - env: nodejsVersion=v18.20.1 +[2025-03-31T20:43:35.567] [DEBUG] debug-file - env: daemon=true +[2025-03-31T20:43:35.913] [DEBUG] debug-file - hvigor start cli arguments:{ + prop: [ + 'module=entry@default', + 'product=default', + 'requiredDeviceType=phone' + ], + mode: 'module', + parallel: true, + incremental: true, + daemon: true, + _: [ 'assembleHap', '--analyze=normal' ], + env: { + MallocNanoZone: '0', + USER: 'tian', + COMMAND_MODE: 'unix2003', + __CFBundleIdentifier: 'com.todesktop.230313mzl4w4u92', + PATH: '/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin', + LOGNAME: 'tian', + SSH_AUTH_SOCK: '/private/tmp/com.apple.launchd.LQU4phtQgM/Listeners', + HOME: '/Users/tian', + SHELL: '/bin/zsh', + TMPDIR: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/', + __CF_USER_TEXT_ENCODING: '0x1F5:0x19:0x34', + XPC_SERVICE_NAME: '0', + XPC_FLAGS: '0x0', + ORIGINAL_XDG_CURRENT_DESKTOP: 'undefined', + CURSOR_TRACE_ID: 'ef48bcb0485c4469a623386ae3ebde9e', + SHLVL: '1', + PWD: '/Users/tian/Documents/DevEco/ClassMG', + OLDPWD: '/Users/tian/Documents/DevEco/ClassMG', + HOMEBREW_PIP_INDEX_URL: 'http://mirrors.aliyun.com/pypi/simple', + HOMEBREW_API_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles/api', + HOMEBREW_BOTTLE_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles', + HOMEBREW_PREFIX: '/opt/homebrew', + HOMEBREW_CELLAR: '/opt/homebrew/Cellar', + HOMEBREW_REPOSITORY: '/opt/homebrew', + INFOPATH: '/opt/homebrew/share/info:/opt/homebrew/share/info:', + GOPATH: '/Users/tian/Documents/GoPath', + STM32CubeMX_PATH: '/Applications/STMicroelectronics/STM32CubeMX.app/Contents/Resourcesexport', + DEVECO_SDK_HOME: '/Applications/DevEco-Studio.app/Contents/sdk', + TERM_PROGRAM: 'vscode', + TERM_PROGRAM_VERSION: '0.45.14', + LANG: 'zh_CN.UTF-8', + COLORTERM: 'truecolor', + GIT_ASKPASS: '/Applications/Cursor.app/Contents/Resources/app/extensions/git/dist/askpass.sh', + VSCODE_GIT_ASKPASS_NODE: '/Applications/Cursor.app/Contents/Frameworks/Cursor Helper (Plugin).app/Contents/MacOS/Cursor Helper (Plugin)', + VSCODE_GIT_ASKPASS_EXTRA_ARGS: '', + VSCODE_GIT_ASKPASS_MAIN: '/Applications/Cursor.app/Contents/Resources/app/extensions/git/dist/askpass-main.js', + VSCODE_GIT_IPC_HANDLE: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/vscode-git-b45a1fb24c.sock', + VSCODE_INJECTION: '1', + ZDOTDIR: '/Users/tian', + USER_ZDOTDIR: '/Users/tian', + TERM: 'xterm-256color', + _: '/Applications/DevEco-Studio.app/Contents/tools/node/bin/node', + 'npm_config_update-notifier': 'false', + 'npm_config_auto-install-peers': 'false', + ohpmBin: '/Applications/DevEco-Studio.app/Contents/tools/ohpm/bin/ohpm', + config: '{"module":"entry@default","product":"default","requiredDeviceType":"phone"}', + WORKSPACE_DIR: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace', + NODE_PATH: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace/node_modules' + } +} +[2025-03-31T20:43:35.551] [DEBUG] debug-file - env: hvigor-config.json5 content = { + modelVersion: '5.0.2', + dependencies: {}, + execution: {}, + logging: {}, + debugging: {}, + nodeOptions: {} +} +[2025-03-31T20:43:35.937] [DEBUG] debug-file - session manager: set active socket. socketId=3MLrcN4cvPAYMJQrAAAR +[2025-03-31T20:43:35.946] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:43:35.962] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T20:43:35.969] [DEBUG] debug-file - Cache service initialization finished in 8 ms +[2025-03-31T20:43:35.978] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:43:35.985] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:43:35.985] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:43:35.992] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T20:43:35.992] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T20:43:35.992] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T20:43:35.993] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T20:43:35.996] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T20:43:36.001] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T20:43:36.006] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T20:43:36.030] [DEBUG] debug-file - Sdk init in 29 ms +[2025-03-31T20:43:36.039] [DEBUG] debug-file - Project task initialization takes 9 ms +[2025-03-31T20:43:36.040] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:43:36.040] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:43:36.040] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:43:36.043] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:43:36.046] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:43:36.046] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:43:36.050] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T20:43:36.050] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T20:43:36.050] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T20:43:36.050] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T20:43:36.051] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T20:43:36.051] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T20:43:36.051] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T20:43:36.054] [DEBUG] debug-file - Module entry task initialization takes 3 ms +[2025-03-31T20:43:36.054] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:43:36.054] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:43:36.054] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:43:36.113] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 57 ms +[2025-03-31T20:43:36.114] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T20:43:36.115] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T20:43:36.117] [DEBUG] debug-file - load to the disk finished +[2025-03-31T20:43:36.118] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T20:43:36.118] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T20:43:36.119] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T20:43:36.119] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T20:43:36.120] [DEBUG] debug-file - Configuration phase cost:149 ms +[2025-03-31T20:43:36.122] [DEBUG] debug-file - Configuration task cost before running: 169 ms +[2025-03-31T20:43:36.122] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.122] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.124] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T20:43:36.125] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 1 ms . +[2025-03-31T20:43:36.125] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.31476593017578125 +[2025-03-31T20:43:36.126] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T20:43:36.126] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.126] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.127] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T20:43:36.127] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:43:36.127] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T20:43:36.128] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.0844573974609375 +[2025-03-31T20:43:36.128] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T20:43:36.128] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.128] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.128] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T20:43:36.128] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.128] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.128] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03710174560546875 +[2025-03-31T20:43:36.129] [DEBUG] debug-file - runTaskFromQueue task cost before running: 176 ms +[2025-03-31T20:43:36.129] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T20:43:36.129] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.129] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.130] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T20:43:36.130] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-31T20:43:36.130] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.0976715087890625 +[2025-03-31T20:43:36.130] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T20:43:36.131] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.131] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.131] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T20:43:36.132] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:43:36.132] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T20:43:36.132] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.0869903564453125 +[2025-03-31T20:43:36.132] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T20:43:36.133] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.133] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.133] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T20:43:36.133] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.133] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.133] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.037322998046875 +[2025-03-31T20:43:36.133] [DEBUG] debug-file - runTaskFromQueue task cost before running: 180 ms +[2025-03-31T20:43:36.133] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T20:43:36.134] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.134] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.135] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T20:43:36.136] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:43:36.136] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T20:43:36.136] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06183624267578125 +[2025-03-31T20:43:36.136] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T20:43:36.136] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.136] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.137] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T20:43:36.138] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T20:43:36.138] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-31T20:43:36.138] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.138] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.138] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.1055755615234375 +[2025-03-31T20:43:36.138] [DEBUG] debug-file - runTaskFromQueue task cost before running: 185 ms +[2025-03-31T20:43:36.138] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 1 ms +[2025-03-31T20:43:36.139] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.139] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.139] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T20:43:36.139] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.139] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.139] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03814697265625 +[2025-03-31T20:43:36.140] [DEBUG] debug-file - runTaskFromQueue task cost before running: 187 ms +[2025-03-31T20:43:36.140] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T20:43:36.140] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.140] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.141] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T20:43:36.142] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms . +[2025-03-31T20:43:36.142] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.12876129150390625 +[2025-03-31T20:43:36.142] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T20:43:36.143] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.143] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.143] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T20:43:36.143] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T20:43:36.144] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:43:36.144] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T20:43:36.144] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms . +[2025-03-31T20:43:36.144] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.144] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.144] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.12497711181640625 +[2025-03-31T20:43:36.144] [DEBUG] debug-file - runTaskFromQueue task cost before running: 191 ms +[2025-03-31T20:43:36.144] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 1 ms +[2025-03-31T20:43:36.145] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.145] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.145] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T20:43:36.146] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T20:43:36.146] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.049072265625 +[2025-03-31T20:43:36.146] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T20:43:36.148] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.148] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.149] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T20:43:36.150] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 1 ms . +[2025-03-31T20:43:36.150] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.1710052490234375 +[2025-03-31T20:43:36.150] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T20:43:36.151] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.151] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.152] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T20:43:36.152] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.152] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.152] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05213165283203125 +[2025-03-31T20:43:36.152] [DEBUG] debug-file - runTaskFromQueue task cost before running: 199 ms +[2025-03-31T20:43:36.152] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-31T20:43:36.153] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.153] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.153] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T20:43:36.155] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T20:43:36.155] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-31T20:43:36.155] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.1282501220703125 +[2025-03-31T20:43:36.156] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T20:43:36.157] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.157] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.159] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T20:43:36.164] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 3 ms . +[2025-03-31T20:43:36.164] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5629806518554688 +[2025-03-31T20:43:36.165] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T20:43:36.166] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.166] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.166] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T20:43:36.167] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T20:43:36.167] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.0991973876953125 +[2025-03-31T20:43:36.167] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T20:43:36.168] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.168] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.168] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T20:43:36.169] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T20:43:36.173] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 3 ms . +[2025-03-31T20:43:36.173] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.48189544677734375 +[2025-03-31T20:43:36.173] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T20:43:36.174] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.174] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.175] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T20:43:36.175] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:43:36.175] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T20:43:36.175] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06122589111328125 +[2025-03-31T20:43:36.175] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T20:43:36.176] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.176] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.177] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T20:43:36.183] [DEBUG] debug-file - build config: +[2025-03-31T20:43:36.183] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '24b4e79ad299ff19c9b7ad7ebbbea96d', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T20:43:36.183] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T20:43:36.184] [DEBUG] debug-file - default@CompileArkTS work[20] is submitted. +[2025-03-31T20:43:36.184] [DEBUG] debug-file - default@CompileArkTS work[20] is pushed to ready queue. +[2025-03-31T20:43:36.184] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:43:36.184] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:43:36.184] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T20:43:36.184] [DEBUG] debug-file - default@CompileArkTS work[20] has been dispatched to worker[4]. +[2025-03-31T20:43:36.184] [DEBUG] debug-file - default@CompileArkTS work[20] is dispatched. +[2025-03-31T20:43:36.184] [DEBUG] debug-file - CopyResources startTime: 354755030875958 +[2025-03-31T20:43:36.184] [DEBUG] debug-file - default@CompileArkTS work[21] is submitted. +[2025-03-31T20:43:36.185] [DEBUG] debug-file - default@CompileArkTS work[21] is pushed to ready queue. +[2025-03-31T20:43:36.185] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:43:36.185] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T20:43:36.185] [DEBUG] debug-file - default@CompileArkTS work[21] has been dispatched to worker[6]. +[2025-03-31T20:43:36.185] [DEBUG] debug-file - default@CompileArkTS work[21] is dispatched. +[2025-03-31T20:43:36.185] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.0822067260742188 +[2025-03-31T20:43:36.186] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.186] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.189] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T20:43:36.192] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.1173248291015625 +[2025-03-31T20:43:36.192] [DEBUG] debug-file - runTaskFromQueue task cost before running: 239 ms +[2025-03-31T20:43:36.192] [INFO] debug-file - Finished :entry:default@BuildJS... after 3 ms +[2025-03-31T20:43:36.193] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:36.193] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:36.194] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T20:43:36.194] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:43:36.194] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T20:43:36.194] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.06866455078125 +[2025-03-31T20:43:36.195] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T20:43:37.146] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:43:37.147] [DEBUG] debug-file - CopyResources is end, endTime: 354755993486708 +[2025-03-31T20:43:37.148] [DEBUG] debug-file - default@CompileArkTS work[21] done. +[2025-03-31T20:43:37.152] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:43:37.782] [DEBUG] debug-file - Ark compile task finished.finished time is 354756628011083 +[2025-03-31T20:43:37.782] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-31T20:43:37.787] [DEBUG] debug-file - default@CompileArkTS work[20] done. +[2025-03-31T20:43:37.787] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-31T20:43:37.789] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 1 s 604 ms +[2025-03-31T20:43:37.791] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:37.791] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:37.791] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-31T20:43:37.792] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:43:37.792] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-31T20:43:37.792] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.064361572265625 +[2025-03-31T20:43:37.792] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-31T20:43:37.793] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:37.794] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:37.797] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-31T20:43:37.799] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets' has been changed. +[2025-03-31T20:43:37.799] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 3 ms . +[2025-03-31T20:43:37.799] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:37.799] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:37.800] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-31T20:43:37.802] [DEBUG] debug-file - default@PackageHap work[22] is submitted. +[2025-03-31T20:43:37.802] [DEBUG] debug-file - default@PackageHap work[22] is pushed to ready queue. +[2025-03-31T20:43:37.802] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:43:37.803] [DEBUG] debug-file - default@PackageHap work[22] has been dispatched to worker[6]. +[2025-03-31T20:43:37.803] [DEBUG] debug-file - default@PackageHap work[22] is dispatched. +[2025-03-31T20:43:37.805] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.7411422729492188 +[2025-03-31T20:43:37.857] [DEBUG] debug-file - current process memoryUsage: { + rss: 314081280, + heapTotal: 75808768, + heapUsed: 50658640, + external: 2616233, + arrayBuffers: 645344 +} os memoryUsage :7.838623046875 +[2025-03-31T20:43:38.320] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:43:38.320] [DEBUG] debug-file - default@PackageHap work[22] done. +[2025-03-31T20:43:38.320] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:43:38.322] [INFO] debug-file - Finished :entry:default@PackageHap... after 473 ms +[2025-03-31T20:43:38.324] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:38.324] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:38.325] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-31T20:43:38.325] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-31T20:43:38.325] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-31T20:43:38.325] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-31T20:43:38.326] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:38.326] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:38.326] [DEBUG] debug-file - entry : default@SignHap cost memory 0.1031494140625 +[2025-03-31T20:43:38.326] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 373 ms +[2025-03-31T20:43:38.326] [INFO] debug-file - Finished :entry:default@SignHap... after 1 ms +[2025-03-31T20:43:38.327] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:38.327] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:38.327] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-31T20:43:38.329] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:43:38.329] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:43:38.329] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.19454193115234375 +[2025-03-31T20:43:38.329] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 376 ms +[2025-03-31T20:43:38.329] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 3 ms +[2025-03-31T20:43:38.330] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-31T20:43:38.330] [DEBUG] debug-file - entry : assembleHap cost memory 0.01171112060546875 +[2025-03-31T20:43:38.331] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 378 ms +[2025-03-31T20:43:38.331] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-31T20:43:38.332] [DEBUG] debug-file - BUILD SUCCESSFUL in 2 s 379 ms +[2025-03-31T20:43:38.332] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T20:43:38.332] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T20:43:38.332] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T20:43:38.332] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T20:43:38.332] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T20:43:38.332] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T20:43:38.333] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T20:43:38.333] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T20:43:38.333] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T20:43:38.333] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T20:43:38.333] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T20:43:38.333] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T20:43:38.333] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T20:43:38.333] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T20:43:38.333] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T20:43:38.333] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T20:43:38.333] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T20:43:38.333] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T20:43:38.333] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T20:43:38.334] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:43:38.334] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:43:38.335] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:43:38.335] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:43:38.335] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:43:38.335] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate. +[2025-03-31T20:43:38.335] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:43:38.335] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:43:38.335] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T20:43:38.335] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T20:43:38.336] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-31T20:43:38.336] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:43:38.336] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:43:38.336] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:43:38.336] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:43:38.336] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:43:38.336] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:43:38.336] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T20:43:38.337] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:1 ms . +[2025-03-31T20:43:38.337] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T20:43:38.337] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-31T20:43:38.337] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-31T20:43:38.337] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-31T20:43:38.337] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-31T20:43:38.338] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-31T20:43:38.338] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-31T20:43:38.338] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache from map. +[2025-03-31T20:43:38.338] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:43:38.338] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:43:38.338] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:43:38.338] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-31T20:43:38.338] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-31T20:43:38.338] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-31T20:43:38.338] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-31T20:43:38.338] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-31T20:43:38.338] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-31T20:43:38.339] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-31T20:43:38.340] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:43:38.340] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-31T20:43:38.340] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-31T20:43:38.340] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-31T20:43:38.350] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T20:43:38.350] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T20:43:38.350] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T20:43:38.350] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T20:43:38.351] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T20:43:38.356] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:43:38.357] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:43:38.356] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T20:43:38.357] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:43:38.357] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:44:06.820] [DEBUG] debug-file - session manager: set active socket. socketId=xHy5xWcYQ8V5EzAlAAAT +[2025-03-31T20:44:06.874] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:44:06.922] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T20:44:06.942] [DEBUG] debug-file - Cache service initialization finished in 20 ms +[2025-03-31T20:44:06.957] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:44:06.998] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:44:06.998] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:44:07.011] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T20:44:07.011] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T20:44:07.012] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T20:44:07.013] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T20:44:07.016] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T20:44:07.029] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T20:44:07.045] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T20:44:07.108] [DEBUG] debug-file - Sdk init in 78 ms +[2025-03-31T20:44:07.175] [DEBUG] debug-file - Project task initialization takes 60 ms +[2025-03-31T20:44:07.175] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:44:07.175] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:44:07.175] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:44:07.195] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:44:07.211] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:44:07.212] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:44:07.234] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T20:44:07.234] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T20:44:07.235] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T20:44:07.235] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T20:44:07.236] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T20:44:07.236] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T20:44:07.237] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T20:44:07.260] [DEBUG] debug-file - Module entry task initialization takes 16 ms +[2025-03-31T20:44:07.261] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:44:07.261] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:44:07.261] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:44:07.672] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 404 ms +[2025-03-31T20:44:07.682] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T20:44:07.686] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T20:44:07.710] [DEBUG] debug-file - load to the disk finished +[2025-03-31T20:44:07.719] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T20:44:07.719] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T20:44:07.730] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T20:44:07.732] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T20:44:07.747] [DEBUG] debug-file - Configuration phase cost:801 ms +[2025-03-31T20:44:07.763] [DEBUG] debug-file - Configuration task cost before running: 874 ms +[2025-03-31T20:44:07.769] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.769] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.779] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T20:44:07.791] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 5 ms . +[2025-03-31T20:44:07.791] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.21968841552734375 +[2025-03-31T20:44:07.792] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T20:44:07.795] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.795] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.796] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T20:44:07.797] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 2 ms +[2025-03-31T20:44:07.798] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T20:44:07.799] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.0831756591796875 +[2025-03-31T20:44:07.799] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T20:44:07.801] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.801] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.801] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T20:44:07.802] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.802] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.802] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03696441650390625 +[2025-03-31T20:44:07.802] [DEBUG] debug-file - runTaskFromQueue task cost before running: 914 ms +[2025-03-31T20:44:07.802] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T20:44:07.811] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.811] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.815] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T20:44:07.817] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 2 ms . +[2025-03-31T20:44:07.818] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.10088348388671875 +[2025-03-31T20:44:07.818] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T20:44:07.821] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.821] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.823] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T20:44:07.825] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 2 ms +[2025-03-31T20:44:07.826] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T20:44:07.827] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.087646484375 +[2025-03-31T20:44:07.827] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T20:44:07.829] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.829] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.830] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T20:44:07.831] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.831] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.831] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0371856689453125 +[2025-03-31T20:44:07.831] [DEBUG] debug-file - runTaskFromQueue task cost before running: 943 ms +[2025-03-31T20:44:07.832] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T20:44:07.834] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.834] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.838] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T20:44:07.838] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:44:07.839] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T20:44:07.839] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06172943115234375 +[2025-03-31T20:44:07.839] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T20:44:07.841] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.841] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.843] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T20:44:07.845] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T20:44:07.845] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 2 ms . +[2025-03-31T20:44:07.846] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.846] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.846] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10628509521484375 +[2025-03-31T20:44:07.846] [DEBUG] debug-file - runTaskFromQueue task cost before running: 958 ms +[2025-03-31T20:44:07.847] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 4 ms +[2025-03-31T20:44:07.849] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.849] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.850] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T20:44:07.850] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.850] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.850] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.0380096435546875 +[2025-03-31T20:44:07.850] [DEBUG] debug-file - runTaskFromQueue task cost before running: 962 ms +[2025-03-31T20:44:07.850] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T20:44:07.852] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.852] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.853] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T20:44:07.855] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms . +[2025-03-31T20:44:07.855] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.12920379638671875 +[2025-03-31T20:44:07.856] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T20:44:07.858] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.858] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.859] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T20:44:07.859] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T20:44:07.859] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:44:07.861] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T20:44:07.861] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms . +[2025-03-31T20:44:07.861] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.861] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.861] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.12548065185546875 +[2025-03-31T20:44:07.861] [DEBUG] debug-file - runTaskFromQueue task cost before running: 973 ms +[2025-03-31T20:44:07.861] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 3 ms +[2025-03-31T20:44:07.864] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.864] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.866] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T20:44:07.867] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T20:44:07.868] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.04895782470703125 +[2025-03-31T20:44:07.874] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T20:44:07.876] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.876] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.878] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T20:44:07.882] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 4 ms . +[2025-03-31T20:44:07.882] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.17173004150390625 +[2025-03-31T20:44:07.884] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T20:44:07.885] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.885] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.886] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T20:44:07.886] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.886] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.887] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05199432373046875 +[2025-03-31T20:44:07.887] [DEBUG] debug-file - runTaskFromQueue task cost before running: 999 ms +[2025-03-31T20:44:07.888] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 2 ms +[2025-03-31T20:44:07.890] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.890] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.892] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T20:44:07.895] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T20:44:07.897] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 2 ms . +[2025-03-31T20:44:07.898] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.1287994384765625 +[2025-03-31T20:44:07.900] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T20:44:07.902] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.902] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.907] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T20:44:07.926] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 7 ms . +[2025-03-31T20:44:07.926] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5629501342773438 +[2025-03-31T20:44:07.932] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T20:44:07.934] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.935] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.937] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T20:44:07.940] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 2 ms . +[2025-03-31T20:44:07.940] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.09989166259765625 +[2025-03-31T20:44:07.941] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T20:44:07.944] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.944] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.944] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T20:44:07.950] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T20:44:07.968] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 16 ms . +[2025-03-31T20:44:07.968] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.5435791015625 +[2025-03-31T20:44:07.969] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T20:44:07.971] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.972] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.975] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T20:44:07.976] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:44:07.977] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T20:44:07.977] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.0611114501953125 +[2025-03-31T20:44:07.977] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T20:44:07.979] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:07.979] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:07.988] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T20:44:07.996] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 5 ms . +[2025-03-31T20:44:07.997] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 0.4168701171875 +[2025-03-31T20:44:07.999] [INFO] debug-file - UP-TO-DATE :entry:default@CompileArkTS... +[2025-03-31T20:44:08.001] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:08.001] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:08.006] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T20:44:08.010] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.1172943115234375 +[2025-03-31T20:44:08.011] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 122 ms +[2025-03-31T20:44:08.011] [INFO] debug-file - Finished :entry:default@BuildJS... after 5 ms +[2025-03-31T20:44:08.013] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:08.014] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:08.016] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T20:44:08.016] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:44:08.017] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T20:44:08.017] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.0684967041015625 +[2025-03-31T20:44:08.017] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T20:44:08.019] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:08.019] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:08.020] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-31T20:44:08.020] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:44:08.021] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-31T20:44:08.021] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.05995941162109375 +[2025-03-31T20:44:08.021] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-31T20:44:08.023] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:08.023] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:08.032] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-31T20:44:08.039] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 6 ms . +[2025-03-31T20:44:08.039] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.3516693115234375 +[2025-03-31T20:44:08.040] [INFO] debug-file - UP-TO-DATE :entry:default@PackageHap... +[2025-03-31T20:44:08.041] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:08.041] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:08.043] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-31T20:44:08.043] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-31T20:44:08.043] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap' does not exist. +[2025-03-31T20:44:08.043] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-31T20:44:08.043] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:08.043] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:08.043] [DEBUG] debug-file - entry : default@SignHap cost memory 0.10384368896484375 +[2025-03-31T20:44:08.043] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 155 ms +[2025-03-31T20:44:08.044] [INFO] debug-file - Finished :entry:default@SignHap... after 1 ms +[2025-03-31T20:44:08.045] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:08.045] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:08.045] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-31T20:44:08.049] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:44:08.049] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:44:08.049] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.1905975341796875 +[2025-03-31T20:44:08.049] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 161 ms +[2025-03-31T20:44:08.049] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 4 ms +[2025-03-31T20:44:08.050] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-31T20:44:08.051] [DEBUG] debug-file - entry : assembleHap cost memory 0.0160980224609375 +[2025-03-31T20:44:08.051] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 162 ms +[2025-03-31T20:44:08.051] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-31T20:44:08.053] [DEBUG] debug-file - BUILD SUCCESSFUL in 1 s 165 ms +[2025-03-31T20:44:08.054] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T20:44:08.054] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T20:44:08.055] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T20:44:08.055] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T20:44:08.055] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T20:44:08.055] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T20:44:08.058] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:4 ms . +[2025-03-31T20:44:08.058] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T20:44:08.058] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T20:44:08.059] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T20:44:08.059] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T20:44:08.059] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:2 ms . +[2025-03-31T20:44:08.060] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T20:44:08.060] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T20:44:08.060] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T20:44:08.060] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T20:44:08.060] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T20:44:08.060] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T20:44:08.060] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T20:44:08.060] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileArkTS is up-to-date. +[2025-03-31T20:44:08.062] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:44:08.062] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:44:08.062] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:44:08.062] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:44:08.062] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:44:08.062] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:44:08.062] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T20:44:08.063] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:3 ms . +[2025-03-31T20:44:08.063] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T20:44:08.063] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-31T20:44:08.063] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PackageHap is up-to-date. +[2025-03-31T20:44:08.063] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache by regenerate. +[2025-03-31T20:44:08.063] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-31T20:44:08.063] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-31T20:44:08.065] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:44:08.065] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-31T20:44:08.065] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-31T20:44:08.065] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-31T20:44:08.088] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T20:44:08.293] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:44:08.294] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:44:08.294] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:44:08.294] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:47:50.026] [DEBUG] debug-file - env: nodejsVersion=v18.20.1 +[2025-03-31T20:47:50.050] [DEBUG] debug-file - env: daemon=true +[2025-03-31T20:47:50.428] [DEBUG] debug-file - hvigor start cli arguments:{ + prop: [ + 'module=entry@default', + 'product=default', + 'requiredDeviceType=phone' + ], + mode: 'module', + parallel: true, + incremental: true, + daemon: true, + _: [ 'assembleHap', '--analyze=normal' ], + env: { + MallocNanoZone: '0', + USER: 'tian', + COMMAND_MODE: 'unix2003', + __CFBundleIdentifier: 'com.todesktop.230313mzl4w4u92', + PATH: '/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin', + LOGNAME: 'tian', + SSH_AUTH_SOCK: '/private/tmp/com.apple.launchd.LQU4phtQgM/Listeners', + HOME: '/Users/tian', + SHELL: '/bin/zsh', + TMPDIR: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/', + __CF_USER_TEXT_ENCODING: '0x1F5:0x19:0x34', + XPC_SERVICE_NAME: '0', + XPC_FLAGS: '0x0', + ORIGINAL_XDG_CURRENT_DESKTOP: 'undefined', + CURSOR_TRACE_ID: 'ef48bcb0485c4469a623386ae3ebde9e', + SHLVL: '1', + PWD: '/Users/tian/Documents/DevEco/ClassMG', + OLDPWD: '/Users/tian/Documents/DevEco/ClassMG', + HOMEBREW_PIP_INDEX_URL: 'http://mirrors.aliyun.com/pypi/simple', + HOMEBREW_API_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles/api', + HOMEBREW_BOTTLE_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles', + HOMEBREW_PREFIX: '/opt/homebrew', + HOMEBREW_CELLAR: '/opt/homebrew/Cellar', + HOMEBREW_REPOSITORY: '/opt/homebrew', + INFOPATH: '/opt/homebrew/share/info:/opt/homebrew/share/info:', + GOPATH: '/Users/tian/Documents/GoPath', + STM32CubeMX_PATH: '/Applications/STMicroelectronics/STM32CubeMX.app/Contents/Resourcesexport', + DEVECO_SDK_HOME: '/Applications/DevEco-Studio.app/Contents/sdk', + TERM_PROGRAM: 'vscode', + TERM_PROGRAM_VERSION: '0.45.14', + LANG: 'zh_CN.UTF-8', + COLORTERM: 'truecolor', + GIT_ASKPASS: '/Applications/Cursor.app/Contents/Resources/app/extensions/git/dist/askpass.sh', + VSCODE_GIT_ASKPASS_NODE: '/Applications/Cursor.app/Contents/Frameworks/Cursor Helper (Plugin).app/Contents/MacOS/Cursor Helper (Plugin)', + VSCODE_GIT_ASKPASS_EXTRA_ARGS: '', + VSCODE_GIT_ASKPASS_MAIN: '/Applications/Cursor.app/Contents/Resources/app/extensions/git/dist/askpass-main.js', + VSCODE_GIT_IPC_HANDLE: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/vscode-git-b45a1fb24c.sock', + VSCODE_INJECTION: '1', + ZDOTDIR: '/Users/tian', + USER_ZDOTDIR: '/Users/tian', + TERM: 'xterm-256color', + _: '/Applications/DevEco-Studio.app/Contents/tools/node/bin/node', + 'npm_config_update-notifier': 'false', + 'npm_config_auto-install-peers': 'false', + ohpmBin: '/Applications/DevEco-Studio.app/Contents/tools/ohpm/bin/ohpm', + config: '{"module":"entry@default","product":"default","requiredDeviceType":"phone"}', + WORKSPACE_DIR: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace', + NODE_PATH: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace/node_modules' + } +} +[2025-03-31T20:47:50.030] [DEBUG] debug-file - env: hvigor-config.json5 content = { + modelVersion: '5.0.2', + dependencies: {}, + execution: {}, + logging: {}, + debugging: {}, + nodeOptions: {} +} +[2025-03-31T20:47:50.459] [DEBUG] debug-file - session manager: set active socket. socketId=bcab9d1-KILgCBUrAAAV +[2025-03-31T20:47:50.466] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:47:50.481] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T20:47:50.490] [DEBUG] debug-file - Cache service initialization finished in 8 ms +[2025-03-31T20:47:50.496] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:47:50.509] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:47:50.509] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:47:50.516] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T20:47:50.516] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T20:47:50.516] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T20:47:50.516] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T20:47:50.517] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T20:47:50.521] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T20:47:50.526] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T20:47:50.548] [DEBUG] debug-file - Sdk init in 26 ms +[2025-03-31T20:47:50.558] [DEBUG] debug-file - Project task initialization takes 10 ms +[2025-03-31T20:47:50.558] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:47:50.559] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:47:50.559] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:47:50.565] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:47:50.568] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:47:50.568] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:47:50.572] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T20:47:50.572] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T20:47:50.573] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T20:47:50.573] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T20:47:50.573] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T20:47:50.573] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T20:47:50.573] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T20:47:50.576] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-03-31T20:47:50.576] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:47:50.576] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:47:50.576] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:47:50.651] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 74 ms +[2025-03-31T20:47:50.651] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T20:47:50.652] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T20:47:50.654] [DEBUG] debug-file - load to the disk finished +[2025-03-31T20:47:50.655] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T20:47:50.655] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T20:47:50.656] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T20:47:50.656] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T20:47:50.658] [DEBUG] debug-file - Configuration phase cost:166 ms +[2025-03-31T20:47:50.661] [DEBUG] debug-file - Configuration task cost before running: 187 ms +[2025-03-31T20:47:50.662] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.662] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.663] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T20:47:50.665] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 2 ms . +[2025-03-31T20:47:50.665] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.21958160400390625 +[2025-03-31T20:47:50.665] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T20:47:50.666] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.666] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.667] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T20:47:50.667] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:47:50.667] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T20:47:50.667] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.08245849609375 +[2025-03-31T20:47:50.667] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T20:47:50.668] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.668] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.668] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T20:47:50.668] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.668] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.668] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03696441650390625 +[2025-03-31T20:47:50.668] [DEBUG] debug-file - runTaskFromQueue task cost before running: 194 ms +[2025-03-31T20:47:50.668] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T20:47:50.669] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.669] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.669] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T20:47:50.670] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-31T20:47:50.670] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.097625732421875 +[2025-03-31T20:47:50.670] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T20:47:50.670] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.670] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.671] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T20:47:50.671] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:47:50.671] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T20:47:50.671] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.08684539794921875 +[2025-03-31T20:47:50.671] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T20:47:50.672] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.672] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.672] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T20:47:50.672] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.672] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.672] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0371856689453125 +[2025-03-31T20:47:50.672] [DEBUG] debug-file - runTaskFromQueue task cost before running: 198 ms +[2025-03-31T20:47:50.672] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T20:47:50.673] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.673] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.675] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T20:47:50.675] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:47:50.675] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T20:47:50.675] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06168365478515625 +[2025-03-31T20:47:50.675] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T20:47:50.676] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.676] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.676] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T20:47:50.677] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T20:47:50.677] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-31T20:47:50.677] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.677] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.677] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.10532379150390625 +[2025-03-31T20:47:50.677] [DEBUG] debug-file - runTaskFromQueue task cost before running: 203 ms +[2025-03-31T20:47:50.677] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 1 ms +[2025-03-31T20:47:50.678] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.678] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.678] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T20:47:50.678] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.678] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.678] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.0380096435546875 +[2025-03-31T20:47:50.679] [DEBUG] debug-file - runTaskFromQueue task cost before running: 204 ms +[2025-03-31T20:47:50.679] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T20:47:50.679] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.679] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.680] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T20:47:50.681] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms . +[2025-03-31T20:47:50.681] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.128692626953125 +[2025-03-31T20:47:50.681] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T20:47:50.682] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.682] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.683] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T20:47:50.683] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T20:47:50.683] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:47:50.683] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T20:47:50.684] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms . +[2025-03-31T20:47:50.684] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.684] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.684] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.1247711181640625 +[2025-03-31T20:47:50.684] [DEBUG] debug-file - runTaskFromQueue task cost before running: 210 ms +[2025-03-31T20:47:50.684] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 2 ms +[2025-03-31T20:47:50.684] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.684] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.685] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T20:47:50.685] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T20:47:50.685] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.048980712890625 +[2025-03-31T20:47:50.685] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T20:47:50.686] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.686] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.687] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T20:47:50.688] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 1 ms . +[2025-03-31T20:47:50.688] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.1706390380859375 +[2025-03-31T20:47:50.689] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T20:47:50.689] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.689] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.690] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T20:47:50.690] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.690] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.690] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05230712890625 +[2025-03-31T20:47:50.690] [DEBUG] debug-file - runTaskFromQueue task cost before running: 216 ms +[2025-03-31T20:47:50.691] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-31T20:47:50.692] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.692] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.692] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T20:47:50.693] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T20:47:50.694] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-31T20:47:50.694] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.12815093994140625 +[2025-03-31T20:47:50.695] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T20:47:50.696] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.696] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.697] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T20:47:50.703] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 3 ms . +[2025-03-31T20:47:50.703] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5589447021484375 +[2025-03-31T20:47:50.704] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T20:47:50.705] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.705] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.706] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T20:47:50.706] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T20:47:50.707] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.099151611328125 +[2025-03-31T20:47:50.707] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T20:47:50.708] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.708] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.709] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T20:47:50.710] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T20:47:50.714] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 4 ms . +[2025-03-31T20:47:50.714] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.48217010498046875 +[2025-03-31T20:47:50.714] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T20:47:50.715] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.715] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.716] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T20:47:50.716] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:47:50.716] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T20:47:50.716] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06108856201171875 +[2025-03-31T20:47:50.716] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T20:47:50.717] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.717] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.718] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T20:47:50.721] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed. +[2025-03-31T20:47:50.721] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 2 ms . +[2025-03-31T20:47:50.727] [DEBUG] debug-file - build config: +[2025-03-31T20:47:50.727] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '24b4e79ad299ff19c9b7ad7ebbbea96d', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T20:47:50.727] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T20:47:50.728] [DEBUG] debug-file - default@CompileArkTS work[23] is submitted. +[2025-03-31T20:47:50.728] [DEBUG] debug-file - default@CompileArkTS work[23] is pushed to ready queue. +[2025-03-31T20:47:50.728] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:47:50.728] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:47:50.728] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T20:47:50.729] [DEBUG] debug-file - default@CompileArkTS work[23] has been dispatched to worker[4]. +[2025-03-31T20:47:50.729] [DEBUG] debug-file - default@CompileArkTS work[23] is dispatched. +[2025-03-31T20:47:50.729] [DEBUG] debug-file - CopyResources startTime: 355009584912541 +[2025-03-31T20:47:50.729] [DEBUG] debug-file - default@CompileArkTS work[24] is submitted. +[2025-03-31T20:47:50.729] [DEBUG] debug-file - default@CompileArkTS work[24] is pushed to ready queue. +[2025-03-31T20:47:50.729] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:47:50.729] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T20:47:50.733] [DEBUG] debug-file - default@CompileArkTS work[24] has been dispatched to worker[6]. +[2025-03-31T20:47:50.733] [DEBUG] debug-file - default@CompileArkTS work[24] is dispatched. +[2025-03-31T20:47:50.733] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.2706298828125 +[2025-03-31T20:47:50.734] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.734] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.736] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T20:47:50.737] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.11708831787109375 +[2025-03-31T20:47:50.737] [DEBUG] debug-file - runTaskFromQueue task cost before running: 263 ms +[2025-03-31T20:47:50.738] [INFO] debug-file - Finished :entry:default@BuildJS... after 2 ms +[2025-03-31T20:47:50.738] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:47:50.738] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:47:50.740] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T20:47:50.740] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:47:50.740] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T20:47:50.740] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.0684967041015625 +[2025-03-31T20:47:50.741] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T20:47:51.286] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:47:51.286] [DEBUG] debug-file - CopyResources is end, endTime: 355010142273250 +[2025-03-31T20:47:51.286] [DEBUG] debug-file - default@CompileArkTS work[24] done. +[2025-03-31T20:47:51.287] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:47:51.929] [DEBUG] debug-file - Ark compile task finished.finished time is 355010785244166 +[2025-03-31T20:47:51.929] [DEBUG] debug-file - worker[4] has one work error. +[2025-03-31T20:47:51.929] [DEBUG] debug-file - default@CompileArkTS work[23] failed. +[2025-03-31T20:47:51.930] [ERROR] debug-file - Failed :entry:default@CompileArkTS... +[2025-03-31T20:47:51.930] [DEBUG] debug-file - hvigor build process will be closed with an error. +[2025-03-31T20:47:51.931] [DEBUG] debug-file - ERROR: stacktrace = Error: ArkTS Compiler Error +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:182:15 + The type of the @ObjectLink property 'user' can only be objects of classes decorated with @Observed class decorator in ets (not ts). + +COMPILE RESULT:FAIL {ERROR:2} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T20:47:51.931] [ERROR] debug-file - Error: ArkTS Compiler Error +1 ERROR: ArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:182:15 + The type of the @ObjectLink property 'user' can only be objects of classes decorated with @Observed class decorator in ets (not ts). + +COMPILE RESULT:FAIL {ERROR:2} + at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418) +[2025-03-31T20:47:51.933] [WARN] debug-file - BUILD FAILED in 1 s 459 ms +[2025-03-31T20:47:51.933] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T20:47:51.933] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T20:47:51.933] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T20:47:51.933] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T20:47:51.933] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T20:47:51.934] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T20:47:51.934] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T20:47:51.934] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T20:47:51.934] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T20:47:51.934] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T20:47:51.934] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T20:47:51.934] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T20:47:51.934] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T20:47:51.934] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T20:47:51.935] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T20:47:51.935] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T20:47:51.935] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T20:47:51.935] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T20:47:51.935] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T20:47:51.935] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:47:51.936] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:47:51.936] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:47:51.936] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:47:51.936] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:47:51.936] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache from map. +[2025-03-31T20:47:51.936] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:47:51.936] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:47:51.936] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T20:47:51.936] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T20:47:51.936] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:2 ms . +[2025-03-31T20:47:51.937] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:47:51.937] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:47:51.937] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:47:51.937] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:47:51.937] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:47:51.937] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:47:51.937] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T20:47:51.937] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:1 ms . +[2025-03-31T20:47:51.937] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T20:47:51.947] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T20:47:51.948] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T20:47:51.948] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T20:47:51.948] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T20:47:51.949] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T20:47:51.952] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:47:51.952] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:47:51.952] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:47:51.952] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:47:51.956] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T20:48:09.757] [DEBUG] debug-file - env: nodejsVersion=v18.20.1 +[2025-03-31T20:48:09.776] [DEBUG] debug-file - env: daemon=true +[2025-03-31T20:48:10.122] [DEBUG] debug-file - hvigor start cli arguments:{ + prop: [ + 'module=entry@default', + 'product=default', + 'requiredDeviceType=phone' + ], + mode: 'module', + parallel: true, + incremental: true, + daemon: true, + _: [ 'assembleHap', '--analyze=normal' ], + env: { + MallocNanoZone: '0', + USER: 'tian', + COMMAND_MODE: 'unix2003', + __CFBundleIdentifier: 'com.todesktop.230313mzl4w4u92', + PATH: '/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin', + LOGNAME: 'tian', + SSH_AUTH_SOCK: '/private/tmp/com.apple.launchd.LQU4phtQgM/Listeners', + HOME: '/Users/tian', + SHELL: '/bin/zsh', + TMPDIR: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/', + __CF_USER_TEXT_ENCODING: '0x1F5:0x19:0x34', + XPC_SERVICE_NAME: '0', + XPC_FLAGS: '0x0', + ORIGINAL_XDG_CURRENT_DESKTOP: 'undefined', + CURSOR_TRACE_ID: 'ef48bcb0485c4469a623386ae3ebde9e', + SHLVL: '1', + PWD: '/Users/tian/Documents/DevEco/ClassMG', + OLDPWD: '/Users/tian/Documents/DevEco/ClassMG', + HOMEBREW_PIP_INDEX_URL: 'http://mirrors.aliyun.com/pypi/simple', + HOMEBREW_API_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles/api', + HOMEBREW_BOTTLE_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles', + HOMEBREW_PREFIX: '/opt/homebrew', + HOMEBREW_CELLAR: '/opt/homebrew/Cellar', + HOMEBREW_REPOSITORY: '/opt/homebrew', + INFOPATH: '/opt/homebrew/share/info:/opt/homebrew/share/info:', + GOPATH: '/Users/tian/Documents/GoPath', + STM32CubeMX_PATH: '/Applications/STMicroelectronics/STM32CubeMX.app/Contents/Resourcesexport', + DEVECO_SDK_HOME: '/Applications/DevEco-Studio.app/Contents/sdk', + TERM_PROGRAM: 'vscode', + TERM_PROGRAM_VERSION: '0.45.14', + LANG: 'zh_CN.UTF-8', + COLORTERM: 'truecolor', + GIT_ASKPASS: '/Applications/Cursor.app/Contents/Resources/app/extensions/git/dist/askpass.sh', + VSCODE_GIT_ASKPASS_NODE: '/Applications/Cursor.app/Contents/Frameworks/Cursor Helper (Plugin).app/Contents/MacOS/Cursor Helper (Plugin)', + VSCODE_GIT_ASKPASS_EXTRA_ARGS: '', + VSCODE_GIT_ASKPASS_MAIN: '/Applications/Cursor.app/Contents/Resources/app/extensions/git/dist/askpass-main.js', + VSCODE_GIT_IPC_HANDLE: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/vscode-git-b45a1fb24c.sock', + VSCODE_INJECTION: '1', + ZDOTDIR: '/Users/tian', + USER_ZDOTDIR: '/Users/tian', + TERM: 'xterm-256color', + _: '/Applications/DevEco-Studio.app/Contents/tools/node/bin/node', + 'npm_config_update-notifier': 'false', + 'npm_config_auto-install-peers': 'false', + ohpmBin: '/Applications/DevEco-Studio.app/Contents/tools/ohpm/bin/ohpm', + config: '{"module":"entry@default","product":"default","requiredDeviceType":"phone"}', + WORKSPACE_DIR: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace', + NODE_PATH: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace/node_modules' + } +} +[2025-03-31T20:48:09.759] [DEBUG] debug-file - env: hvigor-config.json5 content = { + modelVersion: '5.0.2', + dependencies: {}, + execution: {}, + logging: {}, + debugging: {}, + nodeOptions: {} +} +[2025-03-31T20:48:10.146] [DEBUG] debug-file - session manager: set active socket. socketId=GvrmOtGNXDcq6rFVAAAX +[2025-03-31T20:48:10.158] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:48:10.174] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T20:48:10.182] [DEBUG] debug-file - Cache service initialization finished in 9 ms +[2025-03-31T20:48:10.188] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:48:10.194] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:48:10.195] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:48:10.201] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T20:48:10.202] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T20:48:10.202] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T20:48:10.202] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T20:48:10.203] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T20:48:10.207] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T20:48:10.211] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T20:48:10.230] [DEBUG] debug-file - Sdk init in 23 ms +[2025-03-31T20:48:10.239] [DEBUG] debug-file - Project task initialization takes 8 ms +[2025-03-31T20:48:10.239] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:48:10.239] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:48:10.239] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:48:10.242] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:48:10.245] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:48:10.245] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:48:10.248] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T20:48:10.248] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T20:48:10.249] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T20:48:10.249] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T20:48:10.249] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T20:48:10.249] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T20:48:10.249] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T20:48:10.255] [DEBUG] debug-file - Module entry task initialization takes 5 ms +[2025-03-31T20:48:10.255] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:48:10.255] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:48:10.255] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:48:10.312] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 57 ms +[2025-03-31T20:48:10.313] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T20:48:10.314] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T20:48:10.316] [DEBUG] debug-file - load to the disk finished +[2025-03-31T20:48:10.316] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T20:48:10.316] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T20:48:10.317] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T20:48:10.317] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T20:48:10.318] [DEBUG] debug-file - Configuration phase cost:134 ms +[2025-03-31T20:48:10.319] [DEBUG] debug-file - Configuration task cost before running: 155 ms +[2025-03-31T20:48:10.320] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.320] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.321] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T20:48:10.323] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 2 ms . +[2025-03-31T20:48:10.323] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.2174072265625 +[2025-03-31T20:48:10.323] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T20:48:10.324] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.324] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.324] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T20:48:10.325] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:48:10.325] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T20:48:10.325] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.08245849609375 +[2025-03-31T20:48:10.325] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T20:48:10.326] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.326] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.326] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T20:48:10.326] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.326] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.326] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03696441650390625 +[2025-03-31T20:48:10.326] [DEBUG] debug-file - runTaskFromQueue task cost before running: 162 ms +[2025-03-31T20:48:10.326] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T20:48:10.327] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.327] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.327] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T20:48:10.328] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-31T20:48:10.328] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.09769439697265625 +[2025-03-31T20:48:10.328] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T20:48:10.328] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.328] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.329] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T20:48:10.329] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:48:10.329] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T20:48:10.329] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.09241485595703125 +[2025-03-31T20:48:10.329] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T20:48:10.330] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.330] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.330] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T20:48:10.330] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.330] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.330] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.03774261474609375 +[2025-03-31T20:48:10.330] [DEBUG] debug-file - runTaskFromQueue task cost before running: 166 ms +[2025-03-31T20:48:10.330] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-03-31T20:48:10.331] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.331] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.332] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T20:48:10.332] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:48:10.333] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T20:48:10.333] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.06169891357421875 +[2025-03-31T20:48:10.333] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T20:48:10.333] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.333] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.334] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T20:48:10.335] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T20:48:10.335] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-03-31T20:48:10.335] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.335] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.335] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.1056060791015625 +[2025-03-31T20:48:10.335] [DEBUG] debug-file - runTaskFromQueue task cost before running: 171 ms +[2025-03-31T20:48:10.335] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 1 ms +[2025-03-31T20:48:10.336] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.336] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.336] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T20:48:10.336] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.336] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.336] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.03932952880859375 +[2025-03-31T20:48:10.336] [DEBUG] debug-file - runTaskFromQueue task cost before running: 172 ms +[2025-03-31T20:48:10.336] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T20:48:10.337] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.337] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.337] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T20:48:10.338] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms . +[2025-03-31T20:48:10.338] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.12839508056640625 +[2025-03-31T20:48:10.338] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T20:48:10.339] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.339] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.340] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T20:48:10.340] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T20:48:10.340] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:48:10.340] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T20:48:10.340] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms . +[2025-03-31T20:48:10.340] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.340] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.341] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.12447357177734375 +[2025-03-31T20:48:10.341] [DEBUG] debug-file - runTaskFromQueue task cost before running: 176 ms +[2025-03-31T20:48:10.341] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 1 ms +[2025-03-31T20:48:10.343] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.343] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.343] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T20:48:10.343] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-03-31T20:48:10.343] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.04888916015625 +[2025-03-31T20:48:10.343] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T20:48:10.344] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.344] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.345] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T20:48:10.346] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 1 ms . +[2025-03-31T20:48:10.346] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.225372314453125 +[2025-03-31T20:48:10.346] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T20:48:10.347] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.347] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.347] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T20:48:10.347] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.347] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.348] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05185699462890625 +[2025-03-31T20:48:10.348] [DEBUG] debug-file - runTaskFromQueue task cost before running: 183 ms +[2025-03-31T20:48:10.348] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-03-31T20:48:10.348] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.349] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.349] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T20:48:10.350] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T20:48:10.351] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-03-31T20:48:10.351] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.12786865234375 +[2025-03-31T20:48:10.352] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T20:48:10.352] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.352] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.354] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T20:48:10.359] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 3 ms . +[2025-03-31T20:48:10.359] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5642547607421875 +[2025-03-31T20:48:10.361] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T20:48:10.361] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.361] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.362] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T20:48:10.362] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T20:48:10.363] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.09906005859375 +[2025-03-31T20:48:10.363] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T20:48:10.363] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.363] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.364] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T20:48:10.364] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T20:48:10.368] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 3 ms . +[2025-03-31T20:48:10.368] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.6677093505859375 +[2025-03-31T20:48:10.368] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T20:48:10.369] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.369] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.370] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T20:48:10.370] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:48:10.370] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-03-31T20:48:10.370] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06095123291015625 +[2025-03-31T20:48:10.370] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T20:48:10.371] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.371] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.372] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T20:48:10.377] [DEBUG] debug-file - build config: +[2025-03-31T20:48:10.377] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: '/Users/tian/Documents/DevEco/ClassMG/local.properties', + isPreview: false, + isOhosTest: false, + isLocalTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile', + etsLoaderPath: '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/build-tools/ets-loader', + modulePath: '/Users/tian/Documents/DevEco/ClassMG/entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: '/Users/tian/Documents/DevEco/ClassMG', + compileSdkVersion: 14, + compatibleSdkVersion: 14, + compatibleSdkVersionStage: undefined, + bundleName: 'c***n', + etsLoaderVersion: '5.0.2.126', + etsLoaderReleaseType: 'Release', + aotCompileMode: 'type', + apPath: '/Users/tian/Documents/DevEco/ClassMG/entry/modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '1e6a00960383c2a6a9b61ff5d5bd2bba', + externalApiPaths: [ '/Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets' ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + compilePluginPath: undefined, + buildGeneratedProfilePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 14, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: { + caseSensitiveCheck: true, + useNormalizedOHMUrl: true, + noExternalImportByPath: true + }, + buildDir: '/Users/tian/Documents/DevEco/ClassMG/entry/build', + deviceTypes: [ 'phone', 'tablet', '2in1' ], + useNormalizedOHMUrl: true, + pkgContextInfo: { + '@ohos/hypium': { + packageName: '@ohos/hypium', + bundleName: '*****', + moduleName: '', + version: '1.0.21', + entryPath: 'index.js', + isSO: false, + dependencyAlias: '' + }, + '@ohos/hamock': { + packageName: '@ohos/hamock', + bundleName: '*****', + moduleName: '', + version: '1.0.0', + entryPath: 'index.ets', + isSO: false, + dependencyAlias: '' + }, + entry: { + packageName: 'entry', + bundleName: '*****', + moduleName: '', + version: '', + entryPath: 'src/main/', + isSO: false, + dependencyAlias: '' + } + }, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: [ [Object] ], definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: true, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + depName2DepInfo: {}, + rootPathSet: [ '/Users/tian/Documents/DevEco/ClassMG' ], + useNativeResolver: true, + shouldEmitJs: true, + autoLazyImport: undefined, + aceModuleJsonPath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json', + appResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt', + rawFileResource: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile', + resourceTableHash: '24b4e79ad299ff19c9b7ad7ebbbea96d', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:14:5.0.2.126:Release', + aceModuleRoot: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets', + compileMode: 'esmodule', + aceSuperVisualPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/supervisual', + aceBuildJson: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json', + cachePath: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug', + aceModuleBuild: '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + supportChunks: true, + declaredFilesPath: undefined, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: '/Users/tian/Documents/DevEco/ClassMG/entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + '/Users/tian/Documents/DevEco/ClassMG/entry/src/main': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/src/ohosTest/ets': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest': { + moduleName: 'entry_test', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG/entry': { + moduleName: 'entry', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG/entry', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + }, + '/Users/tian/Documents/DevEco/ClassMG': { + moduleName: 'ClassMG', + modulePkgPath: '/Users/tian/Documents/DevEco/ClassMG', + belongProjectPath: '/Users/tian/Documents/DevEco/ClassMG' + } + }, + pkgJsonFileHash: '6c3a53018ff361c118079fd183d98060', + allModulePaths: [ '/Users/tian/Documents/DevEco/ClassMG/entry' ], + routerMap: {}, + obfuscationOptions: undefined, + compileBlockPkg: [], + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: '/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5', + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ '../*', '../../../build/default/generated/profile/default/*' ] + }, + collectImportersConfig: undefined +} +[2025-03-31T20:48:10.378] [DEBUG] debug-file - Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets +[2025-03-31T20:48:10.378] [DEBUG] debug-file - default@CompileArkTS work[25] is submitted. +[2025-03-31T20:48:10.378] [DEBUG] debug-file - default@CompileArkTS work[25] is pushed to ready queue. +[2025-03-31T20:48:10.378] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:48:10.378] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:48:10.378] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-03-31T20:48:10.378] [DEBUG] debug-file - default@CompileArkTS work[25] has been dispatched to worker[4]. +[2025-03-31T20:48:10.379] [DEBUG] debug-file - default@CompileArkTS work[25] is dispatched. +[2025-03-31T20:48:10.379] [DEBUG] debug-file - CopyResources startTime: 355029235479208 +[2025-03-31T20:48:10.379] [DEBUG] debug-file - default@CompileArkTS work[26] is submitted. +[2025-03-31T20:48:10.379] [DEBUG] debug-file - default@CompileArkTS work[26] is pushed to ready queue. +[2025-03-31T20:48:10.379] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:48:10.379] [DEBUG] debug-file - Create resident worker with id: 6. +[2025-03-31T20:48:10.381] [DEBUG] debug-file - default@CompileArkTS work[26] has been dispatched to worker[6]. +[2025-03-31T20:48:10.381] [DEBUG] debug-file - default@CompileArkTS work[26] is dispatched. +[2025-03-31T20:48:10.381] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.09783935546875 +[2025-03-31T20:48:10.382] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.382] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.384] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T20:48:10.386] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.11746978759765625 +[2025-03-31T20:48:10.386] [DEBUG] debug-file - runTaskFromQueue task cost before running: 221 ms +[2025-03-31T20:48:10.386] [INFO] debug-file - Finished :entry:default@BuildJS... after 2 ms +[2025-03-31T20:48:10.388] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:10.389] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:10.390] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T20:48:10.390] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:48:10.390] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T20:48:10.390] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.06833648681640625 +[2025-03-31T20:48:10.390] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T20:48:10.959] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:48:10.960] [DEBUG] debug-file - CopyResources is end, endTime: 355029816488958 +[2025-03-31T20:48:10.960] [DEBUG] debug-file - default@CompileArkTS work[26] done. +[2025-03-31T20:48:10.960] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:48:11.869] [DEBUG] debug-file - Ark compile task finished.finished time is 355030725555500 +[2025-03-31T20:48:11.869] [DEBUG] debug-file - worker[4] has one work done. +[2025-03-31T20:48:11.873] [DEBUG] debug-file - default@CompileArkTS work[25] done. +[2025-03-31T20:48:11.873] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-03-31T20:48:11.874] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 1 s 495 ms +[2025-03-31T20:48:11.875] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:11.875] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:11.876] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-31T20:48:11.876] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:48:11.876] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-31T20:48:11.876] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.06215667724609375 +[2025-03-31T20:48:11.876] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-31T20:48:11.877] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:11.877] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:11.880] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-31T20:48:11.883] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets' has been changed. +[2025-03-31T20:48:11.883] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 3 ms . +[2025-03-31T20:48:11.883] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:11.883] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:11.884] [DEBUG] debug-file - Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=utf-8', + '-jar', + '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default', + '--json-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json', + '--resources-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources', + '--index-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index', + '--pack-info-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info', + '--out-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap', + '--ets-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets', + '--pkg-context-path', + '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json' +] +[2025-03-31T20:48:11.885] [DEBUG] debug-file - default@PackageHap work[27] is submitted. +[2025-03-31T20:48:11.885] [DEBUG] debug-file - default@PackageHap work[27] is pushed to ready queue. +[2025-03-31T20:48:11.885] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-03-31T20:48:11.885] [DEBUG] debug-file - default@PackageHap work[27] has been dispatched to worker[6]. +[2025-03-31T20:48:11.886] [DEBUG] debug-file - default@PackageHap work[27] is dispatched. +[2025-03-31T20:48:11.887] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.7423477172851562 +[2025-03-31T20:48:11.939] [DEBUG] debug-file - current process memoryUsage: { + rss: 497188864, + heapTotal: 75284480, + heapUsed: 50514712, + external: 2616233, + arrayBuffers: 645344 +} os memoryUsage :7.9250946044921875 +[2025-03-31T20:48:12.387] [DEBUG] debug-file - worker[6] has one work done. +[2025-03-31T20:48:12.387] [DEBUG] debug-file - default@PackageHap work[27] done. +[2025-03-31T20:48:12.387] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-03-31T20:48:12.388] [INFO] debug-file - Finished :entry:default@PackageHap... after 458 ms +[2025-03-31T20:48:12.389] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:12.389] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:12.391] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-31T20:48:12.391] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-31T20:48:12.391] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed. +[2025-03-31T20:48:12.391] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-31T20:48:12.391] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:12.391] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:12.391] [DEBUG] debug-file - entry : default@SignHap cost memory 0.10268402099609375 +[2025-03-31T20:48:12.391] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 227 ms +[2025-03-31T20:48:12.392] [INFO] debug-file - Finished :entry:default@SignHap... after 1 ms +[2025-03-31T20:48:12.392] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:12.392] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:12.393] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-31T20:48:12.395] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:12.395] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:12.395] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.19036865234375 +[2025-03-31T20:48:12.395] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 231 ms +[2025-03-31T20:48:12.395] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 2 ms +[2025-03-31T20:48:12.396] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-31T20:48:12.396] [DEBUG] debug-file - entry : assembleHap cost memory 0.01161956787109375 +[2025-03-31T20:48:12.396] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 232 ms +[2025-03-31T20:48:12.396] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-31T20:48:12.397] [DEBUG] debug-file - BUILD SUCCESSFUL in 2 s 233 ms +[2025-03-31T20:48:12.397] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T20:48:12.397] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T20:48:12.397] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T20:48:12.397] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T20:48:12.398] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T20:48:12.398] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T20:48:12.398] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-03-31T20:48:12.398] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T20:48:12.398] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T20:48:12.398] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T20:48:12.399] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T20:48:12.399] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-03-31T20:48:12.399] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T20:48:12.399] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T20:48:12.399] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T20:48:12.399] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T20:48:12.399] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T20:48:12.399] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T20:48:12.399] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T20:48:12.400] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:48:12.400] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:48:12.400] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:48:12.400] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:48:12.400] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:48:12.400] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate. +[2025-03-31T20:48:12.401] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:48:12.401] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:48:12.401] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate. +[2025-03-31T20:48:12.401] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache. +[2025-03-31T20:48:12.401] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:3 ms . +[2025-03-31T20:48:12.402] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:48:12.402] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:48:12.402] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:48:12.402] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:48:12.402] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:48:12.402] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:48:12.402] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T20:48:12.402] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:1 ms . +[2025-03-31T20:48:12.402] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T20:48:12.402] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-31T20:48:12.402] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate. +[2025-03-31T20:48:12.402] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache by regenerate. +[2025-03-31T20:48:12.402] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate. +[2025-03-31T20:48:12.403] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate. +[2025-03-31T20:48:12.403] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate. +[2025-03-31T20:48:12.403] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache from map. +[2025-03-31T20:48:12.403] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:48:12.403] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:48:12.403] [DEBUG] debug-file - Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate. +[2025-03-31T20:48:12.404] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache. +[2025-03-31T20:48:12.404] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache. +[2025-03-31T20:48:12.404] [DEBUG] debug-file - Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache. +[2025-03-31T20:48:12.404] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:2 ms . +[2025-03-31T20:48:12.404] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map. +[2025-03-31T20:48:12.404] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-31T20:48:12.404] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-31T20:48:12.405] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:48:12.405] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-31T20:48:12.405] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-31T20:48:12.406] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms . +[2025-03-31T20:48:12.415] [DEBUG] debug-file - Cleanup worker 6. +[2025-03-31T20:48:12.415] [DEBUG] debug-file - Worker 6 has been cleaned up. +[2025-03-31T20:48:12.415] [DEBUG] debug-file - Current idle worker size: 1. +[2025-03-31T20:48:12.415] [DEBUG] debug-file - Current resident worker size: 2. +[2025-03-31T20:48:12.416] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T20:48:12.420] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:48:12.420] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:48:12.420] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:48:12.421] [DEBUG] debug-file - worker[6] exits with exit code 1. +[2025-03-31T20:48:12.421] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:48:25.880] [DEBUG] debug-file - session manager: set active socket. socketId=aPG4VeqLuTmyKpMLAAAZ +[2025-03-31T20:48:25.894] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:48:25.925] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T20:48:25.941] [DEBUG] debug-file - Cache service initialization finished in 16 ms +[2025-03-31T20:48:25.958] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:48:25.977] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:48:25.977] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:48:25.988] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T20:48:25.988] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T20:48:25.988] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T20:48:25.989] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T20:48:25.990] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T20:48:25.995] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T20:48:26.003] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T20:48:26.051] [DEBUG] debug-file - Sdk init in 55 ms +[2025-03-31T20:48:26.067] [DEBUG] debug-file - Project task initialization takes 16 ms +[2025-03-31T20:48:26.067] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:48:26.067] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:48:26.067] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:48:26.082] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:48:26.094] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:48:26.094] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:48:26.105] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T20:48:26.105] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T20:48:26.106] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T20:48:26.106] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T20:48:26.106] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T20:48:26.106] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T20:48:26.106] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T20:48:26.110] [DEBUG] debug-file - Module entry task initialization takes 2 ms +[2025-03-31T20:48:26.110] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:48:26.110] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:48:26.110] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:48:26.244] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 132 ms +[2025-03-31T20:48:26.246] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T20:48:26.248] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T20:48:26.255] [DEBUG] debug-file - load to the disk finished +[2025-03-31T20:48:26.261] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T20:48:26.261] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T20:48:26.263] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T20:48:26.263] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T20:48:26.271] [DEBUG] debug-file - Configuration phase cost:321 ms +[2025-03-31T20:48:26.275] [DEBUG] debug-file - Configuration task cost before running: 369 ms +[2025-03-31T20:48:26.278] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.278] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.286] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T20:48:26.293] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 4 ms . +[2025-03-31T20:48:26.293] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.213165283203125 +[2025-03-31T20:48:26.294] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T20:48:26.295] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.295] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.300] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T20:48:26.302] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:48:26.302] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T20:48:26.302] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.082305908203125 +[2025-03-31T20:48:26.303] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T20:48:26.306] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.306] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.307] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T20:48:26.308] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.308] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.308] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03682708740234375 +[2025-03-31T20:48:26.308] [DEBUG] debug-file - runTaskFromQueue task cost before running: 402 ms +[2025-03-31T20:48:26.308] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T20:48:26.312] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.312] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.314] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T20:48:26.315] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-31T20:48:26.315] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.097503662109375 +[2025-03-31T20:48:26.315] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T20:48:26.322] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.322] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.325] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-03-31T20:48:26.326] [DEBUG] debug-file - Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:48:26.326] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-03-31T20:48:26.326] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.0870361328125 +[2025-03-31T20:48:26.327] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-03-31T20:48:26.335] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.335] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.337] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-03-31T20:48:26.337] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.337] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.337] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.03913116455078125 +[2025-03-31T20:48:26.338] [DEBUG] debug-file - runTaskFromQueue task cost before running: 431 ms +[2025-03-31T20:48:26.338] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 2 ms +[2025-03-31T20:48:26.344] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.345] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.352] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-03-31T20:48:26.352] [DEBUG] debug-file - Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:48:26.353] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms . +[2025-03-31T20:48:26.353] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.0613250732421875 +[2025-03-31T20:48:26.353] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgContextInfo... +[2025-03-31T20:48:26.356] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.356] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.359] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-03-31T20:48:26.367] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist. +[2025-03-31T20:48:26.367] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 8 ms . +[2025-03-31T20:48:26.368] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.368] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.368] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.1077880859375 +[2025-03-31T20:48:26.368] [DEBUG] debug-file - runTaskFromQueue task cost before running: 461 ms +[2025-03-31T20:48:26.368] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 9 ms +[2025-03-31T20:48:26.375] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.375] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.378] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-03-31T20:48:26.378] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.378] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.378] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.0435028076171875 +[2025-03-31T20:48:26.379] [DEBUG] debug-file - runTaskFromQueue task cost before running: 472 ms +[2025-03-31T20:48:26.379] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-03-31T20:48:26.383] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.383] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.385] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-03-31T20:48:26.391] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 3 ms . +[2025-03-31T20:48:26.391] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.129302978515625 +[2025-03-31T20:48:26.394] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-03-31T20:48:26.400] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.401] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.402] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-03-31T20:48:26.402] [DEBUG] debug-file - File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore. +[2025-03-31T20:48:26.403] [DEBUG] debug-file - Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:48:26.404] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist. +[2025-03-31T20:48:26.404] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms . +[2025-03-31T20:48:26.404] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.407] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.407] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.1269683837890625 +[2025-03-31T20:48:26.407] [DEBUG] debug-file - runTaskFromQueue task cost before running: 501 ms +[2025-03-31T20:48:26.407] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 6 ms +[2025-03-31T20:48:26.418] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.419] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.424] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-03-31T20:48:26.427] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 3 ms . +[2025-03-31T20:48:26.427] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.04962158203125 +[2025-03-31T20:48:26.428] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-03-31T20:48:26.433] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.433] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.435] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-03-31T20:48:26.441] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 5 ms . +[2025-03-31T20:48:26.441] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.19344329833984375 +[2025-03-31T20:48:26.444] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-03-31T20:48:26.446] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.446] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.447] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-03-31T20:48:26.447] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.447] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.450] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.05384063720703125 +[2025-03-31T20:48:26.452] [DEBUG] debug-file - runTaskFromQueue task cost before running: 545 ms +[2025-03-31T20:48:26.454] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 4 ms +[2025-03-31T20:48:26.472] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.474] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.489] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-03-31T20:48:26.522] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-03-31T20:48:26.525] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 2 ms . +[2025-03-31T20:48:26.525] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.13170623779296875 +[2025-03-31T20:48:26.529] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-03-31T20:48:26.534] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.534] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.670] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-03-31T20:48:26.773] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 23 ms . +[2025-03-31T20:48:26.773] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.5584869384765625 +[2025-03-31T20:48:26.849] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-03-31T20:48:26.858] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.858] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.859] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-03-31T20:48:26.862] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-03-31T20:48:26.863] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.1018218994140625 +[2025-03-31T20:48:26.863] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-03-31T20:48:26.869] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.870] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.878] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-03-31T20:48:26.881] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-03-31T20:48:26.953] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 58 ms . +[2025-03-31T20:48:26.953] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.4820556640625 +[2025-03-31T20:48:26.959] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-03-31T20:48:26.983] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:26.984] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:26.988] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-03-31T20:48:26.991] [DEBUG] debug-file - Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 2 ms +[2025-03-31T20:48:26.993] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 2 ms . +[2025-03-31T20:48:26.999] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.0648345947265625 +[2025-03-31T20:48:27.000] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-03-31T20:48:27.006] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:27.007] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:27.020] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-03-31T20:48:27.044] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 15 ms . +[2025-03-31T20:48:27.045] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 0.41645050048828125 +[2025-03-31T20:48:27.052] [INFO] debug-file - UP-TO-DATE :entry:default@CompileArkTS... +[2025-03-31T20:48:27.056] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:27.056] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:27.065] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-03-31T20:48:27.074] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.11737823486328125 +[2025-03-31T20:48:27.074] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 168 ms +[2025-03-31T20:48:27.075] [INFO] debug-file - Finished :entry:default@BuildJS... after 9 ms +[2025-03-31T20:48:27.079] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:27.079] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:27.085] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-03-31T20:48:27.085] [DEBUG] debug-file - Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:48:27.086] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-03-31T20:48:27.086] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.068359375 +[2025-03-31T20:48:27.086] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-03-31T20:48:27.091] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:27.127] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:27.143] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-03-31T20:48:27.144] [DEBUG] debug-file - Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:48:27.145] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-03-31T20:48:27.145] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.0601806640625 +[2025-03-31T20:48:27.146] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-03-31T20:48:27.151] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:27.151] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:27.165] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-03-31T20:48:27.180] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 10 ms . +[2025-03-31T20:48:27.180] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.35759735107421875 +[2025-03-31T20:48:27.182] [INFO] debug-file - UP-TO-DATE :entry:default@PackageHap... +[2025-03-31T20:48:27.186] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:27.186] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:27.193] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-03-31T20:48:27.194] [WARN] debug-file - Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project. + If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5. +[2025-03-31T20:48:27.194] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap' does not exist. +[2025-03-31T20:48:27.194] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-03-31T20:48:27.194] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:27.195] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:27.195] [DEBUG] debug-file - entry : default@SignHap cost memory 0.10352325439453125 +[2025-03-31T20:48:27.195] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 289 ms +[2025-03-31T20:48:27.196] [INFO] debug-file - Finished :entry:default@SignHap... after 3 ms +[2025-03-31T20:48:27.199] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:27.199] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:27.200] [DEBUG] debug-file - Executing task :entry:default@CollectDebugSymbol +[2025-03-31T20:48:27.209] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:48:27.209] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:48:27.210] [DEBUG] debug-file - entry : default@CollectDebugSymbol cost memory 0.190032958984375 +[2025-03-31T20:48:27.210] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 304 ms +[2025-03-31T20:48:27.210] [INFO] debug-file - Finished :entry:default@CollectDebugSymbol... after 10 ms +[2025-03-31T20:48:27.213] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-03-31T20:48:27.213] [DEBUG] debug-file - entry : assembleHap cost memory 0.01165771484375 +[2025-03-31T20:48:27.213] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 307 ms +[2025-03-31T20:48:27.214] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-03-31T20:48:27.217] [DEBUG] debug-file - BUILD SUCCESSFUL in 1 s 311 ms +[2025-03-31T20:48:27.218] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-03-31T20:48:27.219] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-03-31T20:48:27.219] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-03-31T20:48:27.219] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-03-31T20:48:27.219] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date. +[2025-03-31T20:48:27.220] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache. +[2025-03-31T20:48:27.221] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:2 ms . +[2025-03-31T20:48:27.221] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-03-31T20:48:27.221] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate. +[2025-03-31T20:48:27.222] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate. +[2025-03-31T20:48:27.223] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache. +[2025-03-31T20:48:27.223] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:3 ms . +[2025-03-31T20:48:27.224] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-03-31T20:48:27.224] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-03-31T20:48:27.224] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-03-31T20:48:27.224] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-03-31T20:48:27.224] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-03-31T20:48:27.224] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-03-31T20:48:27.224] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-03-31T20:48:27.224] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileArkTS is up-to-date. +[2025-03-31T20:48:27.226] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate. +[2025-03-31T20:48:27.227] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate. +[2025-03-31T20:48:27.227] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate. +[2025-03-31T20:48:27.228] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate. +[2025-03-31T20:48:27.228] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate. +[2025-03-31T20:48:27.228] [DEBUG] debug-file - Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate. +[2025-03-31T20:48:27.228] [DEBUG] debug-file - Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache. +[2025-03-31T20:48:27.229] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:5 ms . +[2025-03-31T20:48:27.229] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-03-31T20:48:27.229] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-03-31T20:48:27.229] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PackageHap is up-to-date. +[2025-03-31T20:48:27.229] [DEBUG] debug-file - Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache by regenerate. +[2025-03-31T20:48:27.230] [DEBUG] debug-file - Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache. +[2025-03-31T20:48:27.230] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-03-31T20:48:27.234] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate. +[2025-03-31T20:48:27.235] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate. +[2025-03-31T20:48:27.235] [DEBUG] debug-file - Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache. +[2025-03-31T20:48:27.236] [DEBUG] debug-file - Incremental task entry:default@CollectDebugSymbol post-execution cost:6 ms . +[2025-03-31T20:48:27.298] [DEBUG] debug-file - hvigor build process will be closed. +[2025-03-31T20:48:27.930] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:48:27.935] [DEBUG] debug-file - session manager: send message to worker process. +[2025-03-31T20:48:27.939] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:48:27.942] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:55:33.059] [DEBUG] debug-file - env: nodejsVersion=v18.20.1 +[2025-03-31T20:55:33.085] [DEBUG] debug-file - env: daemon=true +[2025-03-31T20:55:33.469] [DEBUG] debug-file - hvigor start cli arguments:{ + prop: [ + 'module=entry@default', + 'product=default', + 'requiredDeviceType=phone' + ], + mode: 'module', + parallel: true, + incremental: true, + daemon: true, + _: [ 'assembleHap', '--analyze=normal' ], + env: { + MallocNanoZone: '0', + USER: 'tian', + COMMAND_MODE: 'unix2003', + __CFBundleIdentifier: 'com.todesktop.230313mzl4w4u92', + PATH: '/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin:/Users/tian/Library/Application Support/JetBrains/Toolbox/scripts:/usr/local/mysql/bin:/opt/homebrew/opt/python@3.13/libexec/bin', + LOGNAME: 'tian', + SSH_AUTH_SOCK: '/private/tmp/com.apple.launchd.LQU4phtQgM/Listeners', + HOME: '/Users/tian', + SHELL: '/bin/zsh', + TMPDIR: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/', + __CF_USER_TEXT_ENCODING: '0x1F5:0x19:0x34', + XPC_SERVICE_NAME: '0', + XPC_FLAGS: '0x0', + ORIGINAL_XDG_CURRENT_DESKTOP: 'undefined', + CURSOR_TRACE_ID: 'ef48bcb0485c4469a623386ae3ebde9e', + SHLVL: '1', + PWD: '/Users/tian/Documents/DevEco/ClassMG', + OLDPWD: '/Users/tian/Documents/DevEco/ClassMG', + HOMEBREW_PIP_INDEX_URL: 'http://mirrors.aliyun.com/pypi/simple', + HOMEBREW_API_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles/api', + HOMEBREW_BOTTLE_DOMAIN: 'https://mirrors.aliyun.com/homebrew/homebrew-bottles', + HOMEBREW_PREFIX: '/opt/homebrew', + HOMEBREW_CELLAR: '/opt/homebrew/Cellar', + HOMEBREW_REPOSITORY: '/opt/homebrew', + INFOPATH: '/opt/homebrew/share/info:/opt/homebrew/share/info:', + GOPATH: '/Users/tian/Documents/GoPath', + STM32CubeMX_PATH: '/Applications/STMicroelectronics/STM32CubeMX.app/Contents/Resourcesexport', + DEVECO_SDK_HOME: '/Applications/DevEco-Studio.app/Contents/sdk', + TERM_PROGRAM: 'vscode', + TERM_PROGRAM_VERSION: '0.45.14', + LANG: 'zh_CN.UTF-8', + COLORTERM: 'truecolor', + GIT_ASKPASS: '/Applications/Cursor.app/Contents/Resources/app/extensions/git/dist/askpass.sh', + VSCODE_GIT_ASKPASS_NODE: '/Applications/Cursor.app/Contents/Frameworks/Cursor Helper (Plugin).app/Contents/MacOS/Cursor Helper (Plugin)', + VSCODE_GIT_ASKPASS_EXTRA_ARGS: '', + VSCODE_GIT_ASKPASS_MAIN: '/Applications/Cursor.app/Contents/Resources/app/extensions/git/dist/askpass-main.js', + VSCODE_GIT_IPC_HANDLE: '/var/folders/ww/mm4z25b14z9dtf93ngk_bl5h0000gn/T/vscode-git-b45a1fb24c.sock', + VSCODE_INJECTION: '1', + ZDOTDIR: '/Users/tian', + USER_ZDOTDIR: '/Users/tian', + TERM: 'xterm-256color', + _: '/Applications/DevEco-Studio.app/Contents/tools/node/bin/node', + 'npm_config_update-notifier': 'false', + 'npm_config_auto-install-peers': 'false', + ohpmBin: '/Applications/DevEco-Studio.app/Contents/tools/ohpm/bin/ohpm', + config: '{"module":"entry@default","product":"default","requiredDeviceType":"phone"}', + WORKSPACE_DIR: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace', + NODE_PATH: '/Users/tian/.hvigor/project_caches/1864663a9de96a84ebca37fd1bf21939/workspace/node_modules' + } +} +[2025-03-31T20:55:33.064] [DEBUG] debug-file - env: hvigor-config.json5 content = { + modelVersion: '5.0.2', + dependencies: {}, + execution: {}, + logging: {}, + debugging: {}, + nodeOptions: {} +} +[2025-03-31T20:55:33.498] [DEBUG] debug-file - session manager: set active socket. socketId=W6AjO0ic7ueMFOVzAAAb +[2025-03-31T20:55:33.511] [DEBUG] debug-file - watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread. +[2025-03-31T20:55:33.533] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-03-31T20:55:33.544] [DEBUG] debug-file - Cache service initialization finished in 11 ms +[2025-03-31T20:55:33.559] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:55:33.583] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:55:33.584] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:55:33.597] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-03-31T20:55:33.598] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-03-31T20:55:33.598] [DEBUG] debug-file - Product 'default' build option: {} +[2025-03-31T20:55:33.598] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-03-31T20:55:33.600] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } +} in this build. +[2025-03-31T20:55:33.605] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-03-31T20:55:33.611] [DEBUG] debug-file - Start recording SDK configuration permission data. +[2025-03-31T20:55:33.646] [DEBUG] debug-file - Sdk init in 41 ms +[2025-03-31T20:55:33.664] [DEBUG] debug-file - Project task initialization takes 16 ms +[2025-03-31T20:55:33.664] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:55:33.664] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:55:33.664] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts +[2025-03-31T20:55:33.668] [DEBUG] debug-file - hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:55:33.670] [DEBUG] debug-file - hvigorfile, require result: { default: { plugins: [] } } +[2025-03-31T20:55:33.671] [DEBUG] debug-file - hvigorfile, binding system plugins null +[2025-03-31T20:55:33.675] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-03-31T20:55:33.675] [DEBUG] debug-file - Target 'default' config: {} +[2025-03-31T20:55:33.676] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-03-31T20:55:33.676] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} +[2025-03-31T20:55:33.676] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true, + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "default" +} +[2025-03-31T20:55:33.676] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-03-31T20:55:33.676] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" +} in this build. +[2025-03-31T20:55:33.678] [DEBUG] debug-file - Module entry task initialization takes 2 ms +[2025-03-31T20:55:33.678] [DEBUG] debug-file - hvigorfile, binding custom plugins [] +[2025-03-31T20:55:33.678] [DEBUG] debug-file - hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:55:33.678] [DEBUG] debug-file - hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts +[2025-03-31T20:55:33.750] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 72 ms +[2025-03-31T20:55:33.751] [DEBUG] debug-file - project has submodules:entry +[2025-03-31T20:55:33.752] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-03-31T20:55:33.755] [DEBUG] debug-file - load to the disk finished +[2025-03-31T20:55:33.756] [DEBUG] debug-file - Module ClassMG Collected Dependency: +[2025-03-31T20:55:33.756] [DEBUG] debug-file - Module ClassMG's total dependency: 0 +[2025-03-31T20:55:33.757] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-03-31T20:55:33.757] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-03-31T20:55:33.759] [DEBUG] debug-file - Configuration phase cost:211 ms +[2025-03-31T20:55:33.760] [DEBUG] debug-file - Configuration task cost before running: 242 ms +[2025-03-31T20:55:33.760] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.760] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.761] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-03-31T20:55:33.763] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 2 ms . +[2025-03-31T20:55:33.763] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.20693206787109375 +[2025-03-31T20:55:33.763] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-03-31T20:55:33.764] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.764] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.765] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-03-31T20:55:33.765] [DEBUG] debug-file - Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms +[2025-03-31T20:55:33.765] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-03-31T20:55:33.765] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.082305908203125 +[2025-03-31T20:55:33.765] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-03-31T20:55:33.766] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.766] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.766] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-03-31T20:55:33.766] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.766] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.766] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.03682708740234375 +[2025-03-31T20:55:33.767] [DEBUG] debug-file - runTaskFromQueue task cost before running: 248 ms +[2025-03-31T20:55:33.767] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-03-31T20:55:33.767] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:33.767] [DEBUG] debug-file - jsonObjWithoutParam {"name":"entry","version":"1.0.0","description":"Please describe the basic information.","main":"","author":"","license":"","dependencies":{}} at undefined +[2025-03-31T20:55:33.767] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-03-31T20:55:33.768] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-03-31T20:55:33.768] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.097503662109375 +[2025-03-31T20:55:33.768] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-03-31T20:55:33.769] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-03-31T20:55:35.324] [DEBUG] debug-file - Ark compile task finished.finished time is 355474199326333 +[2025-03-31T20:56:56.640] [DEBUG] debug-file - Ark compile task finished.finished time is 355555518294041 +[2025-03-31T21:11:05.943] [DEBUG] debug-file - Ark compile task finished.finished time is 356404854523958 +[2025-03-31T21:12:53.888] [DEBUG] debug-file - Ark compile task finished.finished time is 356512803375625 diff --git a/.hvigor/outputs/logs/details/details.json b/.hvigor/outputs/logs/details/details.json new file mode 100644 index 0000000..87bb81d --- /dev/null +++ b/.hvigor/outputs/logs/details/details.json @@ -0,0 +1,37 @@ +{ + "HVIGOR_OHOS_PLUGIN": { + "MODULES": [ + { + "MODULE_NAME": "1043bfc77febe75fafec0c4309faccf1", + "API_TYPE": "stageMode", + "INCREMENTAL_TASKS": { + "COMPILE_ARKTS": true + } + } + ], + "BUILD_MODE": "debug" + }, + "HVIGOR": { + "IS_INCREMENTAL": true, + "IS_DAEMON": true, + "IS_PARALLEL": true, + "IS_HVIGORFILE_TYPE_CHECK": false, + "TASK_TIME": { + "1043bfc77febe75fafec0c4309faccf1": { + "ConfigureCmake": 191500, + "PreCheckSyscap": 170792, + "ProcessIntegratedHsp": 920208, + "BuildNativeWithCmake": 180209, + "SyscapTransform": 1222042, + "BuildNativeWithNinja": 795834, + "BuildJS": 1263042 + } + }, + "TOTAL_TIME": 1834683875, + "BUILD_ID": "202503312112520550", + "ERROR_MESSAGE": { + "CODE": "00000", + "TIMESTAMP": "1743426773889" + } + } +} \ No newline at end of file diff --git a/.hvigor/outputs/sync/fileCache.json b/.hvigor/outputs/sync/fileCache.json new file mode 100644 index 0000000..65e18e9 --- /dev/null +++ b/.hvigor/outputs/sync/fileCache.json @@ -0,0 +1 @@ +{"CACHE_SYNC_FILE_HASH":{"/Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts":"9fcfc9a3e7dcbc1ff9995f87c81451a17a752746978695a53ea315b4b0923f08","/Users/tian/Documents/DevEco/ClassMG/oh-package.json5":"d15b2e6574c835be846438740580fdf0d07913cca0f9f2b81c0cd23fc0e8542f","/Users/tian/Documents/DevEco/ClassMG/.hvigor/outputs/sync/output.json":"2fa5616dec2fad0d8c059dab3fd66b8b0b4c31ea05bcba95226d38634517a0dc","/Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts":"9fcfc9a3e7dcbc1ff9995f87c81451a17a752746978695a53ea315b4b0923f08","/Users/tian/Documents/DevEco/ClassMG/entry/build-profile.json5":"e753bd3a2f1e3b9cd295cdaebd2aa42f48d3df182a195636e9c3f2cb784c2ceb","/Users/tian/Documents/DevEco/ClassMG/hvigor/hvigor-config.json5":"e381cc4e155e767588bdbd4bce1682e23850099dc7b861b35f2a98ac70699378","/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5":"e5c96a2b6c40008639c515043adc6905ce28355164f58b419139eeaccaed5d86","/Users/tian/Documents/DevEco/ClassMG/build-profile.json5":"67a095cfb37136aba9f50f1ae51e82f2818dafb19b0011a78d4e0df536a67f42","SDK_LOCATION":"/Applications/DevEco-Studio.app/Contents/sdk"},"OHPM_INSTALL_FILE_HASH":{"/Users/tian/Documents/DevEco/ClassMG/oh-package.json5":"d15b2e6574c835be846438740580fdf0d07913cca0f9f2b81c0cd23fc0e8542f","/Users/tian/Documents/DevEco/ClassMG/oh_modules":true,"/Users/tian/Documents/DevEco/ClassMG/entry/oh_modules":false,"/Users/tian/Documents/DevEco/ClassMG/entry/oh-package.json5":"e5c96a2b6c40008639c515043adc6905ce28355164f58b419139eeaccaed5d86","/Users/tian/Documents/DevEco/ClassMG/oh_modules/.ohpm/lock.json5":"744ae73f8f3a6db0e250f8e9050ebe1d27617adcfeb9d6abded765a2fc13a86c"}} \ No newline at end of file diff --git a/.hvigor/outputs/sync/output.json b/.hvigor/outputs/sync/output.json new file mode 100644 index 0000000..9a02c82 --- /dev/null +++ b/.hvigor/outputs/sync/output.json @@ -0,0 +1,174 @@ +{ + "ohos-module-entry": { + "SELECT_TARGET": "default", + "MODULE_BUILD_DIR": "/Users/tian/Documents/DevEco/ClassMG/entry/build", + "DEPENDENCY_INFO": {}, + "TARGETS": { + "default": { + "SOURCE_ROOT": "/Users/tian/Documents/DevEco/ClassMG/entry/src/main", + "RESOURCES_PATH": [ + "/Users/tian/Documents/DevEco/ClassMG/entry/src/main/resources" + ], + "BUILD_PATH": { + "OUTPUT_PATH": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default", + "INTERMEDIA_PATH": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates", + "JS_ASSETS_PATH": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default", + "JS_LITE_ASSETS_PATH": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out_lite/default", + "RES_PATH": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default", + "RES_PROFILE_PATH": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile", + "ETS_SUPER_VISUAL_PATH": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileArkTS/esmodule", + "JS_SUPER_VISUAL_PATH": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/default/default@CompileJS/jsbundle", + "WORKER_LOADER": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/loader.json", + "MANIFEST_JSON": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/manifest/default", + "OUTPUT_METADATA_JSON": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/hap_metadata/default/output_metadata.json", + "SOURCE_MAP_DIR": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default" + }, + "BUILD_OPTION": { + "debuggable": true + } + }, + "ohosTest": { + "SOURCE_ROOT": "/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest", + "RESOURCES_PATH": [ + "/Users/tian/Documents/DevEco/ClassMG/entry/src/ohosTest/resources" + ], + "BUILD_PATH": { + "OUTPUT_PATH": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/ohosTest", + "INTERMEDIA_PATH": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates", + "JS_ASSETS_PATH": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/ohosTest", + "JS_LITE_ASSETS_PATH": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out_lite/ohosTest", + "RES_PATH": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/ohosTest", + "RES_PROFILE_PATH": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/ohosTest/resources/base/profile", + "ETS_SUPER_VISUAL_PATH": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule", + "JS_SUPER_VISUAL_PATH": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileJS/jsbundle", + "WORKER_LOADER": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/ohosTest/loader.json", + "MANIFEST_JSON": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/manifest/ohosTest", + "OUTPUT_METADATA_JSON": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/hap_metadata/ohosTest/output_metadata.json", + "SOURCE_MAP_DIR": "/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/ohosTest" + }, + "BUILD_OPTION": { + "debuggable": true + } + } + }, + "BUILD_OPTION": { + "default-default": { + "debuggable": true, + "copyFrom": "default", + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + }, + "name": "debug" + } + }, + "BUILD_PROFILE_OPT": { + "apiType": "stageMode", + "buildOption": {}, + "buildOptionSet": [ + { + "name": "release", + "arkOptions": { + "obfuscation": { + "ruleOptions": { + "enable": false, + "files": [ + "./obfuscation-rules.txt" + ] + } + } + } + }, + { + "name": "default" + }, + { + "name": "debug" + } + ], + "targets": [ + { + "name": "default" + }, + { + "name": "ohosTest" + } + ] + }, + "BUILD_CACHE_DIR": "" + }, + "ohos-project": { + "SELECT_PRODUCT_NAME": "default", + "MODULE_BUILD_DIR": "/Users/tian/Documents/DevEco/ClassMG/build", + "BUNDLE_NAME": "com.example.myapplication", + "BUILD_PATH": { + "OUTPUT_PATH": "/Users/tian/Documents/DevEco/ClassMG/build/outputs/default" + }, + "MODULES": [ + { + "name": "entry", + "srcPath": "/Users/tian/Documents/DevEco/ClassMG/entry", + "targets": [ + { + "name": "default", + "applyToProducts": [ + "default" + ] + } + ], + "belongProjectPath": "/Users/tian/Documents/DevEco/ClassMG" + } + ], + "PROFILE_OPT": { + "app": { + "signingConfigs": [], + "products": [ + { + "name": "default", + "signingConfig": "default", + "compatibleSdkVersion": "5.0.2(14)", + "runtimeOS": "HarmonyOS", + "buildOption": { + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } + } + } + ], + "buildModeSet": [ + { + "name": "debug" + }, + { + "name": "release" + } + ] + }, + "modules": [ + { + "name": "entry", + "srcPath": "./entry", + "targets": [ + { + "name": "default", + "applyToProducts": [ + "default" + ] + } + ] + } + ] + }, + "CONFIG_PROPERTIES": { + "enableSignTask": true, + "skipNativeIncremental": false, + "hvigor.keepDependency": true + }, + "OVERALL_PROJECT_PATHS": [ + "/Users/tian/Documents/DevEco/ClassMG" + ], + "BUILD_CACHE_DIR": "" + }, + "version": 1 +} \ No newline at end of file diff --git a/.hvigor/report/report-202503312043095020.json b/.hvigor/report/report-202503312043095020.json new file mode 100644 index 0000000..2643f63 --- /dev/null +++ b/.hvigor/report/report-202503312043095020.json @@ -0,0 +1,8080 @@ +{ + "version": "2.0", + "ppid": 30597, + "events": [ + { + "head": { + "id": "a6dd9662-696d-43ae-a99d-9bd58843a694", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354450630187750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d7b2eb2-7028-4e9b-9a2f-8b970d585d5a", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354450637342583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e1285d33-b125-4d4b-89cb-eeedc8457127", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354450637531916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ae686300-8ea6-4264-a5c1-3ceee077abc9", + "name": "worker[6] exits with exit code 1.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354450639080833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "332581be-6762-4a76-a6cf-5d25a5b5a56e", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728341928958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1dd799b4-0d73-4595-b739-b0a565dd5974", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728350547416, + "endTime": 354728611881208 + }, + "additional": { + "children": [ + "8614071e-ea67-4f41-9220-f99404e7daf6", + "9816bfb2-00c7-4f56-a090-4a3acfe432e9", + "543dd70d-9a30-43b6-bedd-c31ab895facc", + "b6b2141e-a538-4ea7-ad59-b6bad6f9c146", + "0f608965-b9bd-4290-ada3-5248b3cb5898", + "b42f5ea0-1980-4542-9b89-4be91402546f", + "39af1025-79cc-4e69-9513-7b45d10a68f5" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "25f5d93b-f34c-4766-a0d4-da20825c3bf7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8614071e-ea67-4f41-9220-f99404e7daf6", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728350554125, + "endTime": 354728368496250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "1dd799b4-0d73-4595-b739-b0a565dd5974", + "logId": "81177ea6-9723-40c6-8974-af5e20405488" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9816bfb2-00c7-4f56-a090-4a3acfe432e9", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728368561625, + "endTime": 354728610964833 + }, + "additional": { + "children": [ + "01dffea3-2566-46ad-8504-028e896691f2", + "7e879a89-17d9-4d4d-8dad-0a68b246f030", + "d1a34e5f-d1c6-463d-84a4-d6a96e285277", + "60cfeb26-3873-4828-a82e-493165186403", + "1e4bbee4-8ee7-4cc8-938b-029195bbb259", + "1eb7b492-b074-4759-8e7e-f896386b53e7", + "a074e3ef-4eea-4bff-a5de-4c6949c88be4", + "218d23de-d893-4c47-90ea-2af9750b5cec", + "7f82fc53-df0c-42f4-a64c-64e54e9f3af7" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "1dd799b4-0d73-4595-b739-b0a565dd5974", + "logId": "4e322888-6f7d-4023-b580-1e5a23b6c2f3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "543dd70d-9a30-43b6-bedd-c31ab895facc", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728610989166, + "endTime": 354728611864416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "1dd799b4-0d73-4595-b739-b0a565dd5974", + "logId": "2425b34c-856f-4fed-8493-d34e591584dc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b6b2141e-a538-4ea7-ad59-b6bad6f9c146", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728611868208, + "endTime": 354728611877541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "1dd799b4-0d73-4595-b739-b0a565dd5974", + "logId": "65a6ef8e-29fd-409b-97b3-7a3c0de35a17" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0f608965-b9bd-4290-ada3-5248b3cb5898", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728353224541, + "endTime": 354728353296875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "1dd799b4-0d73-4595-b739-b0a565dd5974", + "logId": "6b1bc588-dd7e-40f8-a37e-f8eb102e5a9f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6b1bc588-dd7e-40f8-a37e-f8eb102e5a9f", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728353224541, + "endTime": 354728353296875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0f608965-b9bd-4290-ada3-5248b3cb5898", + "parent": "25f5d93b-f34c-4766-a0d4-da20825c3bf7" + } + }, + { + "head": { + "id": "b42f5ea0-1980-4542-9b89-4be91402546f", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728357582791, + "endTime": 354728357596708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "1dd799b4-0d73-4595-b739-b0a565dd5974", + "logId": "bee32972-0ca3-47c2-9cbd-0b70662f8e95" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "bee32972-0ca3-47c2-9cbd-0b70662f8e95", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728357582791, + "endTime": 354728357596708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b42f5ea0-1980-4542-9b89-4be91402546f", + "parent": "25f5d93b-f34c-4766-a0d4-da20825c3bf7" + } + }, + { + "head": { + "id": "47e6e224-a8c5-4c3e-a05c-09323d3c2d66", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728357741666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "783bfb5b-e9f2-4395-b62f-30b206f1dba0", + "name": "Cache service initialization finished in 11 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728368327833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "81177ea6-9723-40c6-8974-af5e20405488", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728350554125, + "endTime": 354728368496250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8614071e-ea67-4f41-9220-f99404e7daf6", + "parent": "25f5d93b-f34c-4766-a0d4-da20825c3bf7" + } + }, + { + "head": { + "id": "01dffea3-2566-46ad-8504-028e896691f2", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728373742958, + "endTime": 354728373752958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9816bfb2-00c7-4f56-a090-4a3acfe432e9", + "logId": "83085d05-ab5c-4259-8888-42e3a5cd6689" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7e879a89-17d9-4d4d-8dad-0a68b246f030", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728373772125, + "endTime": 354728377660625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9816bfb2-00c7-4f56-a090-4a3acfe432e9", + "logId": "85e8654b-d48c-4036-b860-b7c3e3cdde40" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d1a34e5f-d1c6-463d-84a4-d6a96e285277", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728377689000, + "endTime": 354728501861083 + }, + "additional": { + "children": [ + "a27532a3-fbbf-4952-88ff-c10d12cb54cf", + "01be03e2-772b-4873-acbd-050fefde8da1", + "d5d7b077-b25c-4faa-8a62-87b08a02a6df" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9816bfb2-00c7-4f56-a090-4a3acfe432e9", + "logId": "5353c4dc-2a3e-4710-b464-1747939a69de" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "60cfeb26-3873-4828-a82e-493165186403", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728501873583, + "endTime": 354728518008208 + }, + "additional": { + "children": [ + "f451eabe-d40e-4a1a-9111-5be8fe9fb8b6" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9816bfb2-00c7-4f56-a090-4a3acfe432e9", + "logId": "4d0486a4-b3eb-46f8-ae23-de470f2b39d1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1e4bbee4-8ee7-4cc8-938b-029195bbb259", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728518014791, + "endTime": 354728603678583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9816bfb2-00c7-4f56-a090-4a3acfe432e9", + "logId": "beca31d5-7237-4274-82d0-bde119f312db" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1eb7b492-b074-4759-8e7e-f896386b53e7", + "name": "ohpm install", + "description": "Ohpm install event.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728604286375, + "endTime": 354728607784166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9816bfb2-00c7-4f56-a090-4a3acfe432e9", + "logId": "6c39df02-6855-4e57-b4e8-89cff407a224" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a074e3ef-4eea-4bff-a5de-4c6949c88be4", + "name": "eval hook", + "description": "EvaluateEvent hook.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728607793625, + "endTime": 354728610862208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9816bfb2-00c7-4f56-a090-4a3acfe432e9", + "logId": "7e110d65-9f13-49e8-831a-e257c33ec730" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "218d23de-d893-4c47-90ea-2af9750b5cec", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728610875958, + "endTime": 354728610956916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9816bfb2-00c7-4f56-a090-4a3acfe432e9", + "logId": "d593d202-2b76-4075-b6d4-075682955cc4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "83085d05-ab5c-4259-8888-42e3a5cd6689", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728373742958, + "endTime": 354728373752958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "01dffea3-2566-46ad-8504-028e896691f2", + "parent": "4e322888-6f7d-4023-b580-1e5a23b6c2f3" + } + }, + { + "head": { + "id": "85e8654b-d48c-4036-b860-b7c3e3cdde40", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728373772125, + "endTime": 354728377660625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7e879a89-17d9-4d4d-8dad-0a68b246f030", + "parent": "4e322888-6f7d-4023-b580-1e5a23b6c2f3" + } + }, + { + "head": { + "id": "a27532a3-fbbf-4952-88ff-c10d12cb54cf", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728378406041, + "endTime": 354728378421041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d1a34e5f-d1c6-463d-84a4-d6a96e285277", + "logId": "18eea302-8a39-4ac4-aec1-ee7acfe3bb7a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "18eea302-8a39-4ac4-aec1-ee7acfe3bb7a", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728378406041, + "endTime": 354728378421041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a27532a3-fbbf-4952-88ff-c10d12cb54cf", + "parent": "5353c4dc-2a3e-4710-b464-1747939a69de" + } + }, + { + "head": { + "id": "01be03e2-772b-4873-acbd-050fefde8da1", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728380232875, + "endTime": 354728501044583 + }, + "additional": { + "children": [ + "73be0186-ae0f-4310-a804-fc429ed6efca", + "d8896117-22ad-48e6-a2e7-a39692ecf988" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d1a34e5f-d1c6-463d-84a4-d6a96e285277", + "logId": "ad238f38-11c4-4062-9d98-76f24d8ea78b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "73be0186-ae0f-4310-a804-fc429ed6efca", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728380233458, + "endTime": 354728413083208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "01be03e2-772b-4873-acbd-050fefde8da1", + "logId": "c16d2093-ed62-4d01-a9c6-98b02572728c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d8896117-22ad-48e6-a2e7-a39692ecf988", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728413098041, + "endTime": 354728501030625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "01be03e2-772b-4873-acbd-050fefde8da1", + "logId": "1fc0d3b2-dbda-49c3-92f4-f67aedd8e986" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "df822718-62a0-442c-a89e-850bc575f76f", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728380236958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "235ea451-c5f7-4a40-9668-4dd0c4eb8d37", + "name": "hvigorfile, require result: { default: { system: [Function: appTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728412957583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c16d2093-ed62-4d01-a9c6-98b02572728c", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728380233458, + "endTime": 354728413083208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "73be0186-ae0f-4310-a804-fc429ed6efca", + "parent": "ad238f38-11c4-4062-9d98-76f24d8ea78b" + } + }, + { + "head": { + "id": "ce2b9a4a-9845-425c-82f2-3acf299ddcf3", + "name": "hvigorfile, binding system plugins [Function: appTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728413108041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a46bbedb-6482-4a05-ac9c-79438eff14a9", + "name": "Start initialize project's product build option map with build mode debug.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728420397833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7ca9150e-c490-4152-9123-aa05ebf1a9c0", + "name": "Picking option from product 'default' with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728420489291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8cb90eb7-dda7-4c47-bb83-9b32ef4ed10f", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728420601458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1cb27912-abb6-4e68-a47d-252b4716c7e5", + "name": "End initialize project's product build option map with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728421468666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0677af29-1094-4677-91c9-707c05b4f32b", + "name": "Product 'default' using build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n }\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728422575333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "420fb6ff-66fe-4bf8-9908-dce7f4d180bc", + "name": "No signingConfig found, initRemoteHspCache failed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728429774083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3199a008-7e92-49cb-8412-fcb3cd473ba1", + "name": "Start recording SDK configuration permission data.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728437277666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b3aeb6c9-2dd3-4457-ae53-ab1848633675", + "name": "Sdk init in 49 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728479503125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc72285a-bc5d-4315-8505-e13150002fbf", + "name": "sdkVersion", + "description": "5.0.2.126", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728479638666 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 43 + }, + "markType": "other" + } + }, + { + "head": { + "id": "608cc8e2-c542-4546-a438-6694c4ad82d3", + "name": "caseSensitiveCheckOn", + "description": "caseSensitiveCheck check is on", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728479655291 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 43 + }, + "markType": "other" + } + }, + { + "head": { + "id": "6c3ecb62-f654-46a5-addc-2f69b36450db", + "name": "Project task initialization takes 18 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728500254875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1ee4a242-d54b-4ee3-aa2b-31cfff37fd60", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728500817625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c1410fbb-bef2-4dba-ad79-a1945dd41a8d", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728500908333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "910d21d1-a89f-4467-8cca-95f251b58fa5", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728500990750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1fc0d3b2-dbda-49c3-92f4-f67aedd8e986", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728413098041, + "endTime": 354728501030625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d8896117-22ad-48e6-a2e7-a39692ecf988", + "parent": "ad238f38-11c4-4062-9d98-76f24d8ea78b" + } + }, + { + "head": { + "id": "ad238f38-11c4-4062-9d98-76f24d8ea78b", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728380232875, + "endTime": 354728501044583 + }, + "additional": { + "logType": "info", + "children": [ + "c16d2093-ed62-4d01-a9c6-98b02572728c", + "1fc0d3b2-dbda-49c3-92f4-f67aedd8e986" + ], + "durationId": "01be03e2-772b-4873-acbd-050fefde8da1", + "parent": "5353c4dc-2a3e-4710-b464-1747939a69de" + } + }, + { + "head": { + "id": "d5d7b077-b25c-4faa-8a62-87b08a02a6df", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728501831375, + "endTime": 354728501845416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d1a34e5f-d1c6-463d-84a4-d6a96e285277", + "logId": "ab9f8eba-c963-4a00-b030-516a45e33769" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ab9f8eba-c963-4a00-b030-516a45e33769", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728501831375, + "endTime": 354728501845416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d5d7b077-b25c-4faa-8a62-87b08a02a6df", + "parent": "5353c4dc-2a3e-4710-b464-1747939a69de" + } + }, + { + "head": { + "id": "5353c4dc-2a3e-4710-b464-1747939a69de", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728377689000, + "endTime": 354728501861083 + }, + "additional": { + "logType": "info", + "children": [ + "18eea302-8a39-4ac4-aec1-ee7acfe3bb7a", + "ad238f38-11c4-4062-9d98-76f24d8ea78b", + "ab9f8eba-c963-4a00-b030-516a45e33769" + ], + "durationId": "d1a34e5f-d1c6-463d-84a4-d6a96e285277", + "parent": "4e322888-6f7d-4023-b580-1e5a23b6c2f3" + } + }, + { + "head": { + "id": "f451eabe-d40e-4a1a-9111-5be8fe9fb8b6", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728502238000, + "endTime": 354728517995375 + }, + "additional": { + "children": [ + "4044d2f2-6482-40e8-be59-b7dc9e6f9e24", + "7223903e-447f-4d60-89a9-31376923b4db", + "5f552699-de63-496b-b223-757d54f62e48" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "60cfeb26-3873-4828-a82e-493165186403", + "logId": "76dbb912-70f3-4410-b9de-2c21277324d6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4044d2f2-6482-40e8-be59-b7dc9e6f9e24", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728504974166, + "endTime": 354728504981875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "f451eabe-d40e-4a1a-9111-5be8fe9fb8b6", + "logId": "635778e8-0a05-4d77-bf69-2bee8b08ab85" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "635778e8-0a05-4d77-bf69-2bee8b08ab85", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728504974166, + "endTime": 354728504981875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4044d2f2-6482-40e8-be59-b7dc9e6f9e24", + "parent": "76dbb912-70f3-4410-b9de-2c21277324d6" + } + }, + { + "head": { + "id": "7223903e-447f-4d60-89a9-31376923b4db", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728506357333, + "endTime": 354728516904416 + }, + "additional": { + "children": [ + "7e82652c-4be5-4980-a89e-4711930aeffd", + "2e2d724d-42c2-4ca3-991f-355e0c2006a7" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "f451eabe-d40e-4a1a-9111-5be8fe9fb8b6", + "logId": "5b135544-3494-42bf-8aa4-55ae1792cdec" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7e82652c-4be5-4980-a89e-4711930aeffd", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728506358250, + "endTime": 354728509979750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "7223903e-447f-4d60-89a9-31376923b4db", + "logId": "2ce4d7ef-7f4d-4c80-afed-5891f98b16d6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "2e2d724d-42c2-4ca3-991f-355e0c2006a7", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728509990083, + "endTime": 354728516895458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "7223903e-447f-4d60-89a9-31376923b4db", + "logId": "62f31e62-5dac-46e2-9319-46dbabaa13ca" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3e02def4-41a7-410a-a311-311bfb74ffa2", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728506360875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5c14bf4e-ff1f-4e86-b711-911aea97518c", + "name": "hvigorfile, require result: { default: { system: [Function: hapTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728509904541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2ce4d7ef-7f4d-4c80-afed-5891f98b16d6", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728506358250, + "endTime": 354728509979750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7e82652c-4be5-4980-a89e-4711930aeffd", + "parent": "5b135544-3494-42bf-8aa4-55ae1792cdec" + } + }, + { + "head": { + "id": "880acd10-d48f-4489-b1e8-58f90605d5ca", + "name": "hvigorfile, binding system plugins [Function: hapTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728509998583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0b686c8f-3f3b-4a1b-ad77-03bc8455811e", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728513798041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "24e908da-9724-4bef-812e-11f52e4f26c4", + "name": "Target 'default' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728513880041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5cfe6589-a9c6-4be5-9761-335a375f7ed7", + "name": "Target 'ohosTest' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728514259208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fc1e640a-085a-4a90-abc9-e6b9a2c5b575", + "name": "Module 'entry' target 'default' build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728514367458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6fa8b48e-2d19-4857-ab43-16a7f21efee7", + "name": "Module 'entry' target 'ohosTest' build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"default\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728514407208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "83d2d52b-43d7-4edf-b7f9-b626047c6d83", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728514438208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6d5e95c2-66a9-47bf-88d9-b2057ee043c9", + "name": "Module 'entry' target 'default' using build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728514478708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aa31cac6-9f93-48e4-a473-36dae81765fe", + "name": "Module entry task initialization takes 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728516732916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e8ffa69e-fe0d-4811-9d1d-711798e7b002", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728516805666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "870f9813-59bf-4548-b230-7d5f715b3ad7", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728516838416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ed6f140e-f0df-44ac-91fe-0b04589329b1", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728516867666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "62f31e62-5dac-46e2-9319-46dbabaa13ca", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728509990083, + "endTime": 354728516895458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2e2d724d-42c2-4ca3-991f-355e0c2006a7", + "parent": "5b135544-3494-42bf-8aa4-55ae1792cdec" + } + }, + { + "head": { + "id": "5b135544-3494-42bf-8aa4-55ae1792cdec", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728506357333, + "endTime": 354728516904416 + }, + "additional": { + "logType": "info", + "children": [ + "2ce4d7ef-7f4d-4c80-afed-5891f98b16d6", + "62f31e62-5dac-46e2-9319-46dbabaa13ca" + ], + "durationId": "7223903e-447f-4d60-89a9-31376923b4db", + "parent": "76dbb912-70f3-4410-b9de-2c21277324d6" + } + }, + { + "head": { + "id": "5f552699-de63-496b-b223-757d54f62e48", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728517973000, + "endTime": 354728517983666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "f451eabe-d40e-4a1a-9111-5be8fe9fb8b6", + "logId": "c503e23c-34c5-46af-8000-fd376f976792" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c503e23c-34c5-46af-8000-fd376f976792", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728517973000, + "endTime": 354728517983666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5f552699-de63-496b-b223-757d54f62e48", + "parent": "76dbb912-70f3-4410-b9de-2c21277324d6" + } + }, + { + "head": { + "id": "76dbb912-70f3-4410-b9de-2c21277324d6", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728502238000, + "endTime": 354728517995375 + }, + "additional": { + "logType": "info", + "children": [ + "635778e8-0a05-4d77-bf69-2bee8b08ab85", + "5b135544-3494-42bf-8aa4-55ae1792cdec", + "c503e23c-34c5-46af-8000-fd376f976792" + ], + "durationId": "f451eabe-d40e-4a1a-9111-5be8fe9fb8b6", + "parent": "4d0486a4-b3eb-46f8-ae23-de470f2b39d1" + } + }, + { + "head": { + "id": "4d0486a4-b3eb-46f8-ae23-de470f2b39d1", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728501873583, + "endTime": 354728518008208 + }, + "additional": { + "logType": "info", + "children": [ + "76dbb912-70f3-4410-b9de-2c21277324d6" + ], + "durationId": "60cfeb26-3873-4828-a82e-493165186403", + "parent": "4e322888-6f7d-4023-b580-1e5a23b6c2f3" + } + }, + { + "head": { + "id": "58a28f7e-30bb-402b-b86a-ebd2ce3bf4e3", + "name": "watch files: [\n '/Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts',\n '/Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/log4js.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/node.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/common.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/ms/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/rfdc/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/configuration.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/layouts.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/date-format/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/levels.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/clustering.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/LoggingEvent.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/flatted/cjs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/adapters.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/console.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stdout.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stderr.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/logLevelFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/categoryFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/noLogFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileWriteStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/graceful-fs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/polyfills.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/legacy-streams.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/clone.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/win32.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/rimraf.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-type.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/jsonfile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/jsonfile/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/move-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/move.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/output/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/now.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameFormatter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameParser.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/moveAndMaybeCompressFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/DateRollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/dateFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/fileSync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/tcp.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/categories.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/connect-logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/recording.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/src/common/util/local-file-writer.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/make-dir.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/utils.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-type.js',\n ... 1855 more items\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728549400500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e6e5152e-fa0f-4abb-b1bb-426e35dda2cd", + "name": "hvigorfile, resolve hvigorfile dependencies in 86 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728603576125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "beca31d5-7237-4274-82d0-bde119f312db", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728518014791, + "endTime": 354728603678583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1e4bbee4-8ee7-4cc8-938b-029195bbb259", + "parent": "4e322888-6f7d-4023-b580-1e5a23b6c2f3" + } + }, + { + "head": { + "id": "7f82fc53-df0c-42f4-a64c-64e54e9f3af7", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728604151583, + "endTime": 354728604278625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9816bfb2-00c7-4f56-a090-4a3acfe432e9", + "logId": "4f2b3ca0-af1b-47b3-99b6-d8a4024dc474" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "21c904cb-dbb8-4018-9142-1df5e9e37841", + "name": "project has submodules:entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728604172708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4f2b3ca0-af1b-47b3-99b6-d8a4024dc474", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728604151583, + "endTime": 354728604278625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7f82fc53-df0c-42f4-a64c-64e54e9f3af7", + "parent": "4e322888-6f7d-4023-b580-1e5a23b6c2f3" + } + }, + { + "head": { + "id": "33de0452-c2d9-41e6-a4a1-249b70d06ae6", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728604865208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ab950952-a209-48a7-903c-3fe0a68c7f4a", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728607587125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6c39df02-6855-4e57-b4e8-89cff407a224", + "name": "ohpm install", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728604286375, + "endTime": 354728607784166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1eb7b492-b074-4759-8e7e-f896386b53e7", + "parent": "4e322888-6f7d-4023-b580-1e5a23b6c2f3" + } + }, + { + "head": { + "id": "a5fe9009-72d9-4880-abac-b56f229069cd", + "name": "Module ClassMG Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728608622000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4df6f46b-b61f-40aa-b911-68adbf354486", + "name": "Module ClassMG's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728608663708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8633ef9c-8020-4de1-a876-13aa339e1887", + "name": "Module entry Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728609136916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f5c8abec-8143-4957-b0b0-4325901b8ca8", + "name": "Module entry's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728609169416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7e110d65-9f13-49e8-831a-e257c33ec730", + "name": "eval hook", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728607793625, + "endTime": 354728610862208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a074e3ef-4eea-4bff-a5de-4c6949c88be4", + "parent": "4e322888-6f7d-4023-b580-1e5a23b6c2f3" + } + }, + { + "head": { + "id": "6e41d140-3ee5-4ca8-904a-5887deec0ef0", + "name": "Configuration phase cost:238 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728610893583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d593d202-2b76-4075-b6d4-075682955cc4", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728610875958, + "endTime": 354728610956916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "218d23de-d893-4c47-90ea-2af9750b5cec", + "parent": "4e322888-6f7d-4023-b580-1e5a23b6c2f3" + } + }, + { + "head": { + "id": "4e322888-6f7d-4023-b580-1e5a23b6c2f3", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728368561625, + "endTime": 354728610964833 + }, + "additional": { + "logType": "info", + "children": [ + "83085d05-ab5c-4259-8888-42e3a5cd6689", + "85e8654b-d48c-4036-b860-b7c3e3cdde40", + "5353c4dc-2a3e-4710-b464-1747939a69de", + "4d0486a4-b3eb-46f8-ae23-de470f2b39d1", + "beca31d5-7237-4274-82d0-bde119f312db", + "6c39df02-6855-4e57-b4e8-89cff407a224", + "7e110d65-9f13-49e8-831a-e257c33ec730", + "d593d202-2b76-4075-b6d4-075682955cc4", + "4f2b3ca0-af1b-47b3-99b6-d8a4024dc474" + ], + "durationId": "9816bfb2-00c7-4f56-a090-4a3acfe432e9", + "parent": "25f5d93b-f34c-4766-a0d4-da20825c3bf7" + } + }, + { + "head": { + "id": "39af1025-79cc-4e69-9513-7b45d10a68f5", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728611847208, + "endTime": 354728611857625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "1dd799b4-0d73-4595-b739-b0a565dd5974", + "logId": "6d0610c4-7a35-4292-9718-076dc0f3de06" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6d0610c4-7a35-4292-9718-076dc0f3de06", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728611847208, + "endTime": 354728611857625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "39af1025-79cc-4e69-9513-7b45d10a68f5", + "parent": "25f5d93b-f34c-4766-a0d4-da20825c3bf7" + } + }, + { + "head": { + "id": "2425b34c-856f-4fed-8493-d34e591584dc", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728610989166, + "endTime": 354728611864416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "543dd70d-9a30-43b6-bedd-c31ab895facc", + "parent": "25f5d93b-f34c-4766-a0d4-da20825c3bf7" + } + }, + { + "head": { + "id": "65a6ef8e-29fd-409b-97b3-7a3c0de35a17", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728611868208, + "endTime": 354728611877541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b6b2141e-a538-4ea7-ad59-b6bad6f9c146", + "parent": "25f5d93b-f34c-4766-a0d4-da20825c3bf7" + } + }, + { + "head": { + "id": "25f5d93b-f34c-4766-a0d4-da20825c3bf7", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728350547416, + "endTime": 354728611881208 + }, + "additional": { + "logType": "info", + "children": [ + "81177ea6-9723-40c6-8974-af5e20405488", + "4e322888-6f7d-4023-b580-1e5a23b6c2f3", + "2425b34c-856f-4fed-8493-d34e591584dc", + "65a6ef8e-29fd-409b-97b3-7a3c0de35a17", + "6b1bc588-dd7e-40f8-a37e-f8eb102e5a9f", + "bee32972-0ca3-47c2-9cbd-0b70662f8e95", + "6d0610c4-7a35-4292-9718-076dc0f3de06" + ], + "durationId": "1dd799b4-0d73-4595-b739-b0a565dd5974" + } + }, + { + "head": { + "id": "06577014-3d58-4344-aeae-688c6dd8c113", + "name": "Configuration task cost before running: 264 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728612035541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e57e5d23-e142-4ca2-a314-cd9682353335", + "name": "entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728613836416, + "endTime": 354728615886666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "f4f2c1dd-7c06-4f2a-a7b7-22185e04149a", + "logId": "74aa97b6-d62a-42df-9121-528f0818cf92" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f4f2c1dd-7c06-4f2a-a7b7-22185e04149a", + "name": "create entry:default@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728612702000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e57e5d23-e142-4ca2-a314-cd9682353335" + } + }, + { + "head": { + "id": "cc7896c7-be11-4c53-92c6-e1a3f05dcd5f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728612849125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "04b7a29e-e514-4d19-9693-07899a93ee3b", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728612890375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3a623897-9c12-4f97-b0d8-5e4daf3d3c74", + "name": "Executing task :entry:default@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728613843333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ff21a2ec-ae13-423e-95c0-4c9b4398cdce", + "name": "Incremental task entry:default@PreBuild pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728615771291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "325684e6-ad15-493d-9910-2ea52a8a3cba", + "name": "entry : default@PreBuild cost memory 0.21337127685546875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728615840625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "74aa97b6-d62a-42df-9121-528f0818cf92", + "name": "UP-TO-DATE :entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728613836416, + "endTime": 354728615886666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e57e5d23-e142-4ca2-a314-cd9682353335" + } + }, + { + "head": { + "id": "c906b826-962b-40b5-a64a-786886c9f92a", + "name": "entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728617297333, + "endTime": 354728617979250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "690cd90c-4433-495c-b9a2-b88f6408c3c6", + "logId": "ac6f5e7a-9f20-45c4-8365-be588de69ab1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "690cd90c-4433-495c-b9a2-b88f6408c3c6", + "name": "create entry:default@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728616813333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "c906b826-962b-40b5-a64a-786886c9f92a" + } + }, + { + "head": { + "id": "6b1a1096-4c41-4375-9e26-56e628840c85", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728616918666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "22770e7e-09c4-44cc-a06c-b12f34c2a86e", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728616953000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4ec21e95-8131-4d82-a2dc-02cec137040c", + "name": "Executing task :entry:default@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728617303125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0868d159-11ac-42a3-9b07-59dfae5c7412", + "name": "Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728617641541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "30365712-1d76-4705-a5aa-df078cb7b678", + "name": "Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728617894291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3c472741-a661-4f07-81ca-f98a57d17722", + "name": "entry : default@GenerateMetadata cost memory 0.08245086669921875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728617937625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ac6f5e7a-9f20-45c4-8365-be588de69ab1", + "name": "UP-TO-DATE :entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728617297333, + "endTime": 354728617979250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c906b826-962b-40b5-a64a-786886c9f92a" + } + }, + { + "head": { + "id": "92efd095-f90c-4a15-a5eb-cfe05ed08b87", + "name": "entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728618856791, + "endTime": 354728619056791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "a4295acb-0e74-4c8e-a89a-9e4ecb311a60", + "logId": "0a040276-e1aa-4856-9c34-c6cfbdd23a22" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a4295acb-0e74-4c8e-a89a-9e4ecb311a60", + "name": "create entry:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728618631000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "92efd095-f90c-4a15-a5eb-cfe05ed08b87" + } + }, + { + "head": { + "id": "fc1e2097-c1e4-491a-a6fe-b6a59aaf70c4", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728618735083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9a18fcd6-bed9-4506-ae87-02095790de9c", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728618768333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1a7ff1b7-1703-40fd-a73c-a9c3ecce66b3", + "name": "Executing task :entry:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728618861541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "93bf11f4-c0c9-4d5f-8dc8-a26368ae247f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728618909208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e31a1dfa-b7a8-437d-a361-07bd5cd6e99c", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728618935625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "13890dd3-35a1-42a9-8ccc-1e7f13ff9ba6", + "name": "entry : default@ConfigureCmake cost memory 0.03710174560546875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728618980208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aba24082-c288-41ff-bd20-44e2997341b9", + "name": "runTaskFromQueue task cost before running: 271 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728619026750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0a040276-e1aa-4856-9c34-c6cfbdd23a22", + "name": "Finished :entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728618856791, + "endTime": 354728619056791, + "totalTime": 160042 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "92efd095-f90c-4a15-a5eb-cfe05ed08b87" + } + }, + { + "head": { + "id": "5d3a2c99-8072-412e-a105-d0a37914d9f6", + "name": "entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728620375041, + "endTime": 354728620944875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "e11305af-698a-41c7-ba52-f60edf83c6b4", + "logId": "0ff6cc8a-0b9b-4902-843d-24234573b5d4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e11305af-698a-41c7-ba52-f60edf83c6b4", + "name": "create entry:default@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728619958791 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5d3a2c99-8072-412e-a105-d0a37914d9f6" + } + }, + { + "head": { + "id": "b2df127e-5875-4a17-a6d9-c70229ec3442", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728620065625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "14dae262-9608-4f6b-9fc8-ab47ce26ed99", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728620096458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "132366ca-5e55-4188-9ecf-a396ac8a5d9f", + "name": "Executing task :entry:default@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728620379208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "361b56e2-e319-409e-ad62-e76b5401936c", + "name": "Incremental task entry:default@MergeProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728620865708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "28585b33-8561-44e3-aba7-eea61023cc76", + "name": "entry : default@MergeProfile cost memory 0.0976715087890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728620907125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0ff6cc8a-0b9b-4902-843d-24234573b5d4", + "name": "UP-TO-DATE :entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728620375041, + "endTime": 354728620944875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5d3a2c99-8072-412e-a105-d0a37914d9f6" + } + }, + { + "head": { + "id": "846e93d3-d27e-4351-8996-4224755c09d6", + "name": "entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728622949791, + "endTime": 354728623571333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "4f1169d4-c7f9-4388-8188-67028a9368f7", + "logId": "5d184fca-00e3-4ad9-8c7b-d26c1fe152fb" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4f1169d4-c7f9-4388-8188-67028a9368f7", + "name": "create entry:default@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728622245083 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "846e93d3-d27e-4351-8996-4224755c09d6" + } + }, + { + "head": { + "id": "3cbc3526-a627-4df4-890a-13790639e4cd", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728622356708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "01273203-b270-407a-8f0b-c9b5e2f2a80d", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728622392083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d8e46a45-0e80-4758-8a2f-705b57e505d1", + "name": "Executing task :entry:default@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728622955583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7f263579-c8e1-4ae4-bb30-016d6d476be6", + "name": "Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728623226958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5287d470-6103-48ee-a2cc-bfe69f44a627", + "name": "Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728623478541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5aaf3e72-4485-4194-a833-789dfeeac87b", + "name": "entry : default@CreateBuildProfile cost memory 0.08712005615234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728623527166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5d184fca-00e3-4ad9-8c7b-d26c1fe152fb", + "name": "UP-TO-DATE :entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728622949791, + "endTime": 354728623571333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "846e93d3-d27e-4351-8996-4224755c09d6" + } + }, + { + "head": { + "id": "449d7b7c-b04d-4b70-83b0-4bb49026b260", + "name": "entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728625149125, + "endTime": 354728625578208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "f7f2ef07-ab1e-4f38-835f-16e1ad42b33e", + "logId": "18bc7f19-ca7e-4508-bc02-2ce7a9a41795" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f7f2ef07-ab1e-4f38-835f-16e1ad42b33e", + "name": "create entry:default@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728624674250 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "449d7b7c-b04d-4b70-83b0-4bb49026b260" + } + }, + { + "head": { + "id": "225996d8-afee-4b18-9e54-8d3c14432943", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728624777458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "04f068e0-f992-4e88-911a-e4792c2baff8", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728624816375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3d315543-8891-4d1f-8344-55282d5a53dc", + "name": "Executing task :entry:default@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728625153791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2232ea5-c871-46db-808b-ea8b264e6546", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728625204375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "825ceba5-3282-42c4-b4a6-e69eb6dfd55a", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728625450458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "056ab629-4cbd-46c4-a20a-dbc7e2527468", + "name": "entry : default@PreCheckSyscap cost memory 0.037322998046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728625498416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f11a50b6-2721-4c83-a285-df2a175e15ba", + "name": "runTaskFromQueue task cost before running: 278 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728625543083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "18bc7f19-ca7e-4508-bc02-2ce7a9a41795", + "name": "Finished :entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728625149125, + "endTime": 354728625578208, + "totalTime": 384458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "449d7b7c-b04d-4b70-83b0-4bb49026b260" + } + }, + { + "head": { + "id": "c49d44bf-c931-42da-89ec-7e80764acf6b", + "name": "entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728629941583, + "endTime": 354728631489083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "a3527587-f9d4-4486-8208-19bee37f1266", + "logId": "c12222be-9059-445b-b923-f8c758aacc1d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a3527587-f9d4-4486-8208-19bee37f1266", + "name": "create entry:default@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728626255291 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "c49d44bf-c931-42da-89ec-7e80764acf6b" + } + }, + { + "head": { + "id": "3e16bdeb-c77d-49ba-9204-891d589adc5d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728626356041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9da210ad-e850-4acc-a048-f46ae912979a", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728626388958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5d9249aa-5ae4-45c4-bb3b-74ca3c92f36d", + "name": "Executing task :entry:default@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728629985458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0b57baa1-489b-41d1-9341-9d3fbc8002de", + "name": "Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728630462166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b5e31945-ef3f-44c1-88eb-357f2bb763ef", + "name": "Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728631180416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1436909c-ed3c-4e78-9012-7077ef052458", + "name": "entry : default@GeneratePkgContextInfo cost memory 0.0624847412109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728631357708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c12222be-9059-445b-b923-f8c758aacc1d", + "name": "UP-TO-DATE :entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728629941583, + "endTime": 354728631489083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c49d44bf-c931-42da-89ec-7e80764acf6b" + } + }, + { + "head": { + "id": "530d0ed8-37fc-4e96-a083-e9fafca29e44", + "name": "entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728633350541, + "endTime": 354728634274666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist." + ], + "detailId": "e75c9180-6056-4cd4-94fc-83d6183015d6", + "logId": "521ee56d-5dd5-46e1-8223-073e93faad8a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e75c9180-6056-4cd4-94fc-83d6183015d6", + "name": "create entry:default@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728632386958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "530d0ed8-37fc-4e96-a083-e9fafca29e44" + } + }, + { + "head": { + "id": "27d01e2d-d7a5-4b41-b54a-6628cb565980", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728632532000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5571d024-5cfc-4bb1-b1a6-885f5bd5d39e", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728632577083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "317f3975-5180-498e-aef9-ca631e4293cf", + "name": "Executing task :entry:default@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728633356375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f58b4068-815c-4cee-946f-7f603db29c28", + "name": "entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728633996833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "20853b27-c02c-4d73-be69-a7b34ea07daf", + "name": "Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728634042916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "38f64fc4-2941-4386-8a69-da1fa0bb30bd", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728634098500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "84eae19c-83b7-494d-8d3c-74be2928ef86", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728634130666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "12d88d8b-e25d-44fc-9a82-97b97913b194", + "name": "entry : default@ProcessIntegratedHsp cost memory 0.1059417724609375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728634185375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ca7637c6-9f68-4d54-8501-309bb1c4b203", + "name": "runTaskFromQueue task cost before running: 286 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728634239500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "521ee56d-5dd5-46e1-8223-073e93faad8a", + "name": "Finished :entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728633350541, + "endTime": 354728634274666, + "totalTime": 878750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "530d0ed8-37fc-4e96-a083-e9fafca29e44" + } + }, + { + "head": { + "id": "4b468f14-d502-4f59-856a-f0c94c047f58", + "name": "entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728635760791, + "endTime": 354728635987625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "14f1e63e-6939-4dc8-a244-aa5dceff3672", + "logId": "57320d5f-db5b-40ea-8afd-ab518a8b378c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "14f1e63e-6939-4dc8-a244-aa5dceff3672", + "name": "create entry:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728635233875 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "4b468f14-d502-4f59-856a-f0c94c047f58" + } + }, + { + "head": { + "id": "c722db43-7be0-46c3-bfc6-22815699dbd8", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728635357333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "41ffec0e-e7c9-4329-b021-7a611bfd97ea", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728635392250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "03f83bdf-5864-4f9a-85e9-cd254968addd", + "name": "Executing task :entry:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728635768000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8d81395c-2532-4f79-8a9a-f4c658aaa932", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728635824333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "07a68ef0-1f7f-44c8-9bad-01eacd7f2f60", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728635852375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e3c35044-1977-4c50-b9a0-e3c8f35a373a", + "name": "entry : default@BuildNativeWithCmake cost memory 0.03814697265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728635901583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fa2dddb0-a730-4a17-a8e5-51b3459c7480", + "name": "runTaskFromQueue task cost before running: 288 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728635954083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "57320d5f-db5b-40ea-8afd-ab518a8b378c", + "name": "Finished :entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728635760791, + "endTime": 354728635987625, + "totalTime": 184125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4b468f14-d502-4f59-856a-f0c94c047f58" + } + }, + { + "head": { + "id": "082ef008-c27b-411e-8982-78852b435efc", + "name": "entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728638504250, + "endTime": 354728639996750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "d3a07d1f-2d49-467f-9e51-a8937463bbcb", + "logId": "db005439-03ab-4e28-af6c-1c5d622255e9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d3a07d1f-2d49-467f-9e51-a8937463bbcb", + "name": "create entry:default@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728637554333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "082ef008-c27b-411e-8982-78852b435efc" + } + }, + { + "head": { + "id": "43433a3f-b10a-4816-b1f5-f0d49fae0779", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728637685916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "22932a0c-2de9-4a25-b453-bd9070e37981", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728637731750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d6d662c-68ef-4613-8806-535f154be353", + "name": "Executing task :entry:default@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728638512541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c3421842-5346-45ad-b96e-6ef34d2a48e6", + "name": "Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728639892375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b9b182ae-238b-4d2e-a5f3-b2aa9259cba5", + "name": "entry : default@MakePackInfo cost memory 0.130340576171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728639956250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "db005439-03ab-4e28-af6c-1c5d622255e9", + "name": "UP-TO-DATE :entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728638504250, + "endTime": 354728639996750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "082ef008-c27b-411e-8982-78852b435efc" + } + }, + { + "head": { + "id": "65d558ed-6426-457d-bffa-775781c9f672", + "name": "entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728642070916, + "endTime": 354728643801333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist." + ], + "detailId": "bcd33ec5-a942-4dab-a98a-c54017412b80", + "logId": "06e36a39-3bde-480c-94da-8935e02838a7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "bcd33ec5-a942-4dab-a98a-c54017412b80", + "name": "create entry:default@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728641316416 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "65d558ed-6426-457d-bffa-775781c9f672" + } + }, + { + "head": { + "id": "4f7fe327-360b-4aae-9900-1cc10bf35f20", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728641453250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f0567c90-e90e-4e39-afa9-28814630565a", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728641493708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c9d24d73-34f2-48b3-b422-ff0125c52fc4", + "name": "Executing task :entry:default@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728642077416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c4a90059-d300-4618-a7a6-163c23ab880f", + "name": "File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728642143291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "543c3d4b-e00d-4ba0-b84a-34406ac72efd", + "name": "Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728642264750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a7314979-3fe0-4c10-9cde-120e9c1615eb", + "name": "entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728643288833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5445a25c-0bd8-4a86-8482-813c8dafbb72", + "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728643337000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c99b53f8-2c21-4dec-8d3e-7e9991027983", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728643383750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "526b44f8-8010-4300-a38f-db6c9af7664f", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728643417833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9a30d91f-acd4-4640-9fc9-c4142a9df183", + "name": "entry : default@SyscapTransform cost memory 0.12511444091796875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728643473708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "943a3b57-a5f4-43c5-a6fd-ed7c498b9943", + "name": "runTaskFromQueue task cost before running: 296 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728643534208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "06e36a39-3bde-480c-94da-8935e02838a7", + "name": "Finished :entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728642070916, + "endTime": 354728643801333, + "totalTime": 1451834 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "65d558ed-6426-457d-bffa-775781c9f672" + } + }, + { + "head": { + "id": "c1a24d56-29ae-4fd1-adc1-de99eb8e5117", + "name": "entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728647011500, + "endTime": 354728647847958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "3c356214-19de-4125-a4f2-f92b1d56c172", + "logId": "b2a35afa-ab82-43a2-af28-2ca721afb583" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3c356214-19de-4125-a4f2-f92b1d56c172", + "name": "create entry:default@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728645736958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "c1a24d56-29ae-4fd1-adc1-de99eb8e5117" + } + }, + { + "head": { + "id": "45bc0b48-d459-482c-8c19-4931528d0938", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728645882458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "41528aea-2c83-4353-bc29-ebce3199f82a", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728646120250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3c20ccbd-4c24-4cf0-b7b8-c730a0798111", + "name": "Executing task :entry:default@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728647019541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "17142808-db3f-4490-887a-0bab271386a6", + "name": "Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728647522166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "360217d6-a630-440d-9c63-7a22e3a79c73", + "name": "entry : default@ProcessProfile cost memory 0.0490875244140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728647798125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b2a35afa-ab82-43a2-af28-2ca721afb583", + "name": "UP-TO-DATE :entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728647011500, + "endTime": 354728647847958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c1a24d56-29ae-4fd1-adc1-de99eb8e5117" + } + }, + { + "head": { + "id": "11b90242-3cd0-4c3a-8ac6-5ec751150f8a", + "name": "entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728650095875, + "endTime": 354728653002625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "158dccea-4dac-4224-9369-2009d24a2f22", + "logId": "96862f3e-4682-4e45-aeb8-0fe2a72dd9dc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "158dccea-4dac-4224-9369-2009d24a2f22", + "name": "create entry:default@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728648979791 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "11b90242-3cd0-4c3a-8ac6-5ec751150f8a" + } + }, + { + "head": { + "id": "e340edef-19fa-4366-b667-3212243627c9", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728649111250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a53c481d-a653-4310-b47a-b2586b159393", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728649146291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6facf177-0368-468a-9734-2765a0b0e8fa", + "name": "Executing task :entry:default@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728650102041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5c0ce171-1d9a-4e6a-8756-54689bedb327", + "name": "Incremental task entry:default@ProcessRouterMap pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728652547291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a5f112ba-ffe0-4e99-bdd0-6249c4b5f1ce", + "name": "entry : default@ProcessRouterMap cost memory 0.17208099365234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728652758916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "96862f3e-4682-4e45-aeb8-0fe2a72dd9dc", + "name": "UP-TO-DATE :entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728650095875, + "endTime": 354728653002625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "11b90242-3cd0-4c3a-8ac6-5ec751150f8a" + } + }, + { + "head": { + "id": "779fd534-27da-40ce-8b70-b0b96f9e1941", + "name": "entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728655155250, + "endTime": 354728655847916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "29c9ca66-872b-44be-95e6-d14148cab808", + "logId": "0e051304-507a-4c54-884c-155355a3c27b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "29c9ca66-872b-44be-95e6-d14148cab808", + "name": "create entry:default@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728654641416 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "779fd534-27da-40ce-8b70-b0b96f9e1941" + } + }, + { + "head": { + "id": "a0eff8ce-4ace-480e-aee8-9b9cc7d44126", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728654765541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ff44c184-04a0-4d6d-92ae-b66a66815e5c", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728654803750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2e3636af-4d31-40ce-b3a7-e649113f286f", + "name": "Executing task :entry:default@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728655161833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "62e61a44-8cdf-4f99-8f26-9fd3b2f65fbd", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728655221333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1bc73483-50f9-4bab-a0a7-812ea6804418", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728655256250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "afd8251f-27ed-41a1-9ff1-2dd788b7924e", + "name": "entry : default@BuildNativeWithNinja cost memory 0.052337646484375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728655757166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2c103e79-3dcf-403c-94e3-b77e93595c26", + "name": "runTaskFromQueue task cost before running: 308 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728655814916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0e051304-507a-4c54-884c-155355a3c27b", + "name": "Finished :entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728655155250, + "endTime": 354728655847916, + "totalTime": 648542 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "779fd534-27da-40ce-8b70-b0b96f9e1941" + } + }, + { + "head": { + "id": "e563e884-4d36-403f-98ae-a98c62a0a534", + "name": "entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728657727500, + "endTime": 354728660908875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "9648f96a-64f6-4d2a-bc9c-cdb5cfe3930e", + "logId": "5d7441b9-1a43-4901-8f84-d0fb79adf77d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9648f96a-64f6-4d2a-bc9c-cdb5cfe3930e", + "name": "create entry:default@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728656790250 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e563e884-4d36-403f-98ae-a98c62a0a534" + } + }, + { + "head": { + "id": "d60c7c4b-bf33-4ec5-83b4-ad788b81caa5", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728656906833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2face1d6-2e84-4d76-b7a2-a966c893e728", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728656943750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "121be547-9024-4fdb-a138-47e14141e4ea", + "name": "restool module names: entry; moduleName=entry, taskName=default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728657233125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9bb00445-f8d4-4e81-987f-0eec8fdae4c2", + "name": "Executing task :entry:default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728658433458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c896f9e6-3247-46da-912f-bdb39c461cb0", + "name": "Incremental task entry:default@ProcessResource pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728659394666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2fa211d9-cbca-4643-b0cb-9280d40a30ca", + "name": "entry : default@ProcessResource cost memory 0.1282806396484375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728659458833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5d7441b9-1a43-4901-8f84-d0fb79adf77d", + "name": "UP-TO-DATE :entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728657727500, + "endTime": 354728660908875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e563e884-4d36-403f-98ae-a98c62a0a534" + } + }, + { + "head": { + "id": "2777b497-6c77-414c-9a7e-df7552c59535", + "name": "entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728665705458, + "endTime": 354728671980541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "129f0234-2800-4060-80a4-9f3a3a975622", + "logId": "6a2f18a7-2d52-4dc4-8bdb-a550eb939de9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "129f0234-2800-4060-80a4-9f3a3a975622", + "name": "create entry:default@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728664076833 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2777b497-6c77-414c-9a7e-df7552c59535" + } + }, + { + "head": { + "id": "4d5e177e-a9fb-45c9-9096-2415333b39b6", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728664215041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c78d113d-e655-4c64-9240-0a49e5c38b90", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728664251500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ad176f26-0af0-41b0-835e-61b31f53e383", + "name": "Executing task :entry:default@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728665712958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2c863fb-c772-4858-ae03-273dde0602ee", + "name": "Incremental task entry:default@GenerateLoaderJson pre-execution cost: 4 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728671844666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3edefd16-2c22-4777-8244-e50063bb3688", + "name": "entry : default@GenerateLoaderJson cost memory 0.5665664672851562", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728671927875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6a2f18a7-2d52-4dc4-8bdb-a550eb939de9", + "name": "UP-TO-DATE :entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728665705458, + "endTime": 354728671980541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2777b497-6c77-414c-9a7e-df7552c59535" + } + }, + { + "head": { + "id": "5d0d41a6-ec78-40d5-9290-32f3ed03ba96", + "name": "entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728674876166, + "endTime": 354728675916916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "7b915ba9-3c3f-41d8-9329-6d6f1c1fb754", + "logId": "560065b7-14b6-4d20-9141-7b52e96f14a4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7b915ba9-3c3f-41d8-9329-6d6f1c1fb754", + "name": "create entry:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728674405125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5d0d41a6-ec78-40d5-9290-32f3ed03ba96" + } + }, + { + "head": { + "id": "d5c5e1bc-1486-4d9d-99a6-caa88677f0f9", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728674515541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "51e22fb5-f48f-478d-ab54-0b3bd42b3c88", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728674552750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "21e1ef4f-25e3-4100-99fc-d06aae4ccaf2", + "name": "Executing task :entry:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728674884458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "075d5bbf-81c2-4201-8fee-3e3ef78c33df", + "name": "Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728675824875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "215dc66e-c04c-43a9-a06b-cc4009db7131", + "name": "entry : default@ProcessLibs cost memory 0.0993804931640625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728675873000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "560065b7-14b6-4d20-9141-7b52e96f14a4", + "name": "UP-TO-DATE :entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728674876166, + "endTime": 354728675916916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5d0d41a6-ec78-40d5-9290-32f3ed03ba96" + } + }, + { + "head": { + "id": "91dc8e2b-5dc3-4737-86a1-939e9bd7f14c", + "name": "entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728678024416, + "endTime": 354728682964625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "1977ef07-18cb-4f95-b0c1-5d8af6076d93", + "logId": "d21c0140-4314-4c1d-8360-b7ca04600496" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1977ef07-18cb-4f95-b0c1-5d8af6076d93", + "name": "create entry:default@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728676591125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "91dc8e2b-5dc3-4737-86a1-939e9bd7f14c" + } + }, + { + "head": { + "id": "1f2d46ee-22dc-4323-bcbd-dd9c513ed126", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728676697625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bd16cf9f-3afa-43d0-9683-931e062c6692", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728676735833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aa3818f8-8344-4675-8432-241aba52707b", + "name": "restool module names: entry; moduleName=entry, taskName=default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728676992125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "98dcfdb4-cbb5-44e3-a35d-514387829fc5", + "name": "Executing task :entry:default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728678036458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "81737e43-96bc-4e5f-ad65-fd8fc25ea7ca", + "name": "Incremental task entry:default@CompileResource pre-execution cost: 5 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728682832291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "59c3cdd7-3893-4f77-bcc4-9f0fa55d5ef2", + "name": "entry : default@CompileResource cost memory 0.48336029052734375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728682911750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d21c0140-4314-4c1d-8360-b7ca04600496", + "name": "UP-TO-DATE :entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728678024416, + "endTime": 354728682964625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "91dc8e2b-5dc3-4737-86a1-939e9bd7f14c" + } + }, + { + "head": { + "id": "9218a728-1c2e-4089-be98-bbe826b8b558", + "name": "entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728685123500, + "endTime": 354728685572666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "03eb731d-a405-47a4-a77e-f48f9d2b7d9e", + "logId": "f7cc3155-c8f1-41ab-8ca7-bab5deb91d4b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "03eb731d-a405-47a4-a77e-f48f9d2b7d9e", + "name": "create entry:default@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728683933875 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9218a728-1c2e-4089-be98-bbe826b8b558" + } + }, + { + "head": { + "id": "af11db72-6796-4d60-b085-d765fdb90f21", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728684052291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "41eea68b-efc8-4a3f-afe8-86fb0f801204", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728684090333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0ee7aa3-e007-440e-8faa-2edaa48e0800", + "name": "Executing task :entry:default@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728685129250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "84532855-5f50-4be5-8512-a61a1856bf3d", + "name": "Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728685204083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1fd96cdb-f044-4ea3-8ecc-117de507ac9a", + "name": "Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728685488333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8dc77468-81d7-4b5a-94e0-661e286ebaa0", + "name": "entry : default@DoNativeStrip cost memory 0.06096649169921875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728685534125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f7cc3155-c8f1-41ab-8ca7-bab5deb91d4b", + "name": "UP-TO-DATE :entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728685123500, + "endTime": 354728685572666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9218a728-1c2e-4089-be98-bbe826b8b558" + } + }, + { + "head": { + "id": "5560f653-532c-42dd-918b-a6e1178504f5", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728687964875, + "endTime": 354730623520291 + }, + "additional": { + "children": [ + "761ea2d6-ee3a-4b71-94d8-70473466faf9", + "e129754a-1fa1-4c90-baa8-5aeae57253cd" + ], + "state": "failed", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [ + "The input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed." + ], + "detailId": "90f65573-4fa7-4090-b492-9f0fff1f90fb", + "logId": "95df6277-0d61-4d7c-9015-2d8d10f31f5a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "90f65573-4fa7-4090-b492-9f0fff1f90fb", + "name": "create entry:default@CompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728686218500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5560f653-532c-42dd-918b-a6e1178504f5" + } + }, + { + "head": { + "id": "3ddb6430-4b5a-40ea-beb2-71bf01e8a3bb", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728686327750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0f294a24-698a-4b82-a10c-394abff817b6", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728686361291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5dca6aab-7b03-498f-ad95-5c22b855b7c3", + "name": "Executing task :entry:default@CompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728687970541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "55ba16c8-eba6-4113-ad97-a0620fdd0566", + "name": "entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728691308750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5e65ee59-fa0b-480a-b4f1-d340516e4888", + "name": "Incremental task entry:default@CompileArkTS pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728691360291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "efa09c4b-27ab-4d6e-992f-382e419c3a22", + "name": "build config:", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728696718916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "def4ab66-d31e-40d1-9825-512f8811f24e", + "name": "Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728697097916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "038925a5-7fd7-45e7-b686-90f3850f9793", + "name": "default@CompileArkTS work[18] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728697704500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "761ea2d6-ee3a-4b71-94d8-70473466faf9", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 354728698603375, + "endTime": 354730622923708 + }, + "additional": { + "children": [], + "state": "failed", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "5560f653-532c-42dd-918b-a6e1178504f5", + "logId": "b758c5f2-c08d-4803-b7ee-cebf71aebfa5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c8567454-66fc-4a0d-9319-8bfd7da4acc0", + "name": "default@CompileArkTS work[18] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728698143666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "39e8cd5e-5256-49b8-a6cd-7e5c62f34c34", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728698183583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32c4169f-902b-4b58-8972-84fce3a275f8", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728698223333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c5cb0ae4-c77b-49c6-ac0c-6a0def58a01d", + "name": "A work dispatched to worker[5] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728698256875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a454dc34-063d-4cc0-a7f2-c320172daa3e", + "name": "default@CompileArkTS work[18] has been dispatched to worker[4].", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728698607083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3348871e-facd-4d8e-a087-1d983ae27851", + "name": "default@CompileArkTS work[18] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728698639791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2f2ae0d8-fdaf-4e94-8079-f8ce968cb2be", + "name": "CopyResources startTime: 354728698674083", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728698676166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "57b01fbb-d5b3-4e9f-b7cf-55442f178a7f", + "name": "default@CompileArkTS work[19] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728698726000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e129754a-1fa1-4c90-baa8-5aeae57253cd", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 354729786576833, + "endTime": 354729803265666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "5560f653-532c-42dd-918b-a6e1178504f5", + "logId": "dd2f4734-1906-45e0-a32c-96b90c06e491" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "804538d5-e9b2-48ae-bce2-2f61be04c9f2", + "name": "default@CompileArkTS work[19] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728699071333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f7816212-e215-4c4f-848a-fa38889e3b1f", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728699106166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b002d670-e46d-417e-b0d3-cf3d43fd1774", + "name": "Create resident worker with id: 6.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728699140666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fe71890c-14bc-44b5-aacc-91debcfe0821", + "name": "default@CompileArkTS work[19] has been dispatched to worker[6].", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728699703416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "33ff632f-80af-4018-afeb-31ebdeb492af", + "name": "default@CompileArkTS work[19] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728699740708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7a1d2abf-a570-4027-8b51-67a6c2e9db42", + "name": "entry : default@CompileArkTS cost memory 1.2334060668945312", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728699807125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2dbddddc-b311-4806-9973-53bf7c4a405c", + "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": 30598, + "tid": "Main Thread", + "startTime": 354728702856208, + "endTime": 354728706575958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "613d31a8-5ddc-4eb5-9563-8eae91de087e", + "logId": "0310f8fc-ad8b-4a35-a289-d89f25102a06" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "613d31a8-5ddc-4eb5-9563-8eae91de087e", + "name": "create entry:default@BuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728700524041 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2dbddddc-b311-4806-9973-53bf7c4a405c" + } + }, + { + "head": { + "id": "b0ac77c4-ea06-477b-8570-e15516ee2969", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728700676416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "826057aa-1ff2-46cf-9462-d0992ee0e561", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728700714166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf5a1506-fb80-49e5-ad20-d27e5593870f", + "name": "Executing task :entry:default@BuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728702868458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1f4abee1-c1e0-4563-a909-62fcffaa343e", + "name": "entry : default@BuildJS cost memory 0.11733245849609375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728706045666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "27c99d44-b3b3-453b-9217-ea2d2609c65c", + "name": "runTaskFromQueue task cost before running: 358 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728706369333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0310f8fc-ad8b-4a35-a289-d89f25102a06", + "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": 30598, + "tid": "Main Thread", + "startTime": 354728702856208, + "endTime": 354728706575958, + "totalTime": 3465084 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2dbddddc-b311-4806-9973-53bf7c4a405c" + } + }, + { + "head": { + "id": "02a602af-d979-47e2-b3f4-3637702e2b98", + "name": "entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728712089458, + "endTime": 354728713637833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "e90d2aa3-e339-4f3b-a5cf-9501a23077b8", + "logId": "48c9c800-f46d-4725-bce8-67d7a4f11299" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e90d2aa3-e339-4f3b-a5cf-9501a23077b8", + "name": "create entry:default@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728708917083 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "02a602af-d979-47e2-b3f4-3637702e2b98" + } + }, + { + "head": { + "id": "792181b2-b3af-4216-a6a9-b2f90a8e8d90", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728709225916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f71af16d-abfa-41dc-b9f5-7b0c1fa68c1d", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728709386208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc0843dc-7e23-45da-be27-0f4ba315d384", + "name": "Executing task :entry:default@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728712145916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8fdb532c-61d2-49c2-be92-dca77c98a762", + "name": "Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728712638958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "76d77229-2d81-4a7d-8fb1-f5fe79c01e8c", + "name": "Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728713315666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dc732c48-8c0e-4551-948c-a85b0ffdc11e", + "name": "entry : default@CacheNativeLibs cost memory 0.06861114501953125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728713380375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "48c9c800-f46d-4725-bce8-67d7a4f11299", + "name": "UP-TO-DATE :entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728712089458, + "endTime": 354728713637833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "02a602af-d979-47e2-b3f4-3637702e2b98" + } + }, + { + "head": { + "id": "1b2a2f63-8936-4a11-b412-fbf1a22003a1", + "name": "worker[6] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354729803946333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4cba3a7c-c448-417a-8365-53a7a7c369cc", + "name": "CopyResources is end, endTime: 354729804418750", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354729804433083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "35e56eda-639c-498b-84a2-975f617f0f42", + "name": "default@CompileArkTS work[19] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354729804624875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dd2f4734-1906-45e0-a32c-96b90c06e491", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 354729786576833, + "endTime": 354729803265666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e129754a-1fa1-4c90-baa8-5aeae57253cd", + "parent": "95df6277-0d61-4d7c-9015-2d8d10f31f5a" + } + }, + { + "head": { + "id": "4ef3d7e0-a6d2-4f4c-ba62-46d0413f2dc1", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730006317250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cffcb2ec-d18f-46b6-bcf1-a965d35afecc", + "name": "worker[4] has one work error.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730622589208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "256a2bed-0137-46cc-ac99-d043339aa6fb", + "name": "default@CompileArkTS work[18] failed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730623262791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b758c5f2-c08d-4803-b7ee-cebf71aebfa5", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 354728698603375, + "endTime": 354730622923708 + }, + "additional": { + "logType": "error", + "children": [], + "durationId": "761ea2d6-ee3a-4b71-94d8-70473466faf9", + "parent": "95df6277-0d61-4d7c-9015-2d8d10f31f5a" + } + }, + { + "head": { + "id": "95df6277-0d61-4d7c-9015-2d8d10f31f5a", + "name": "Failed :entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728687964875, + "endTime": 354730623520291 + }, + "additional": { + "logType": "error", + "children": [ + "b758c5f2-c08d-4803-b7ee-cebf71aebfa5", + "dd2f4734-1906-45e0-a32c-96b90c06e491" + ], + "durationId": "5560f653-532c-42dd-918b-a6e1178504f5" + } + }, + { + "head": { + "id": "4ca1f266-f484-4ae2-8744-35a8b12aea76", + "name": "hvigor build process will be closed with an error.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730623963250 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "5560f653-532c-42dd-918b-a6e1178504f5" + } + }, + { + "head": { + "id": "8fc25f75-87b8-428c-b0e5-d65a7774b56e", + "name": "ERROR: stacktrace = Error: ArkTS Compiler Error\n\u001b[31m1 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:189:15\n The type of the @ObjectLink property 'user' can only be objects of classes decorated with @Observed class decorator in ets (not ts).\n\u001b[39m\n\u001b[31mCOMPILE RESULT:FAIL {ERROR:2}\u001b[39m\n at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418)", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730626264875 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "5560f653-532c-42dd-918b-a6e1178504f5" + } + }, + { + "head": { + "id": "a236a52f-1a2b-4615-ab18-f08607a03bb5", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730634138541, + "endTime": 354730634482541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "3b626097-2417-4907-8afd-25afc3b70c61", + "logId": "7a0f9a94-cdd4-44bd-870c-87a6a3db70e4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7a0f9a94-cdd4-44bd-870c-87a6a3db70e4", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730634138541, + "endTime": 354730634482541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a236a52f-1a2b-4615-ab18-f08607a03bb5" + } + }, + { + "head": { + "id": "f9f34e88-2e71-4416-8d88-cf14cb063529", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354728348412000, + "endTime": 354730635434625 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 43 + }, + "completeCommand": "{\"prop\":[\"module=entry@default\",\"product=default\",\"requiredDeviceType=phone\"],\"mode\":\"module\",\"parallel\":true,\"incremental\":true,\"daemon\":true,\"_\":[\"assembleHap\"],\"analyze\":\"normal\"};assembleHap", + "hvigorVersion": "5.14.3", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "failed" + } + }, + { + "head": { + "id": "38bea9f9-8a64-4ad8-a0f5-4b0ae7c74d27", + "name": "BUILD FAILED in 2 s 287 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730635563458 + }, + "additional": { + "logType": "error", + "children": [] + } + }, + { + "head": { + "id": "e3929af9-6dc8-4ab0-b899-a2367c158c4e", + "name": "There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730635948083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fe1b7e1b-335e-4a08-a9b8-e173371ab3ae", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730636068458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0f91783d-bd9c-403a-88dc-668820245d13", + "name": "There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730636138333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e051d2cc-bc3f-4a17-8ef9-1479b7197eaf", + "name": "There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730636200833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "58799f8f-efb8-4f11-98a7-d9061ce9fea8", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730636265583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b8be4498-9d7f-4988-8cc7-a8912b33e1ab", + "name": "Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730637046291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6e14f0b0-38a5-4ab1-894e-793b02e35c8a", + "name": "Incremental task entry:default@ProcessIntegratedHsp post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730638005833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ddef521f-5446-4bf6-9165-125ebb04a60f", + "name": "There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730638133791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "defb06e7-aa79-465b-8aad-fecdba2ee43e", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730638209375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a50db553-7ce0-4abf-9b44-63bee16d78c0", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730638616666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "be35ccc7-9d82-4fff-9ae9-5984d8f0c477", + "name": "Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730639019000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "05417a13-93cf-45f2-adf6-587659bed763", + "name": "Incremental task entry:default@SyscapTransform post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730639155291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "977167c1-6735-4d18-8a88-7ff7f395cec7", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730639207416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "20c7c589-ad12-496a-82cd-1a8dc64d21fd", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730639254916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ae3b846d-6cb7-46b0-8e9a-a2e5f9a5b9c5", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730639312083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a3883a4e-0483-4c7a-8e8c-06b99d22c184", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730639368875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5ddedea9-097d-428f-8120-ddb2842f6c64", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730639412291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2fb24c54-3b48-4344-a002-158c5506ed4d", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730639464208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "598c3705-8dc3-4f70-adb1-6eeac2451d1e", + "name": "There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730639512875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d29837f1-b047-48bb-bcdc-e703d7831b9d", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730641159250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6ff1ce6a-f8e9-4a08-ad6a-3b71ef531ed0", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730641439958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b787052a-92c4-4ba8-87f9-b77d2fce1673", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730641558500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9c9bc152-9f1a-4e95-8d19-f5a6ed05440c", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730641634250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "87e0ac01-4834-4a92-a393-cd1074d4eded", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730641787500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b1e93be9-3b95-49fe-9342-68f9e989c421", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730641962541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "165786ee-d9dc-4ffc-b67b-7147dd27ed94", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730642016541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "62e7a74e-6268-465b-89db-02fd92d8682e", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730642079583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4ec63bab-a68e-40d5-b340-7f0ce16f0cc3", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730642142750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f2a71ab4-bbe5-4978-af53-040e991364e7", + "name": "Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730642312458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "effb556e-173b-4a2a-8547-3994116eccca", + "name": "Incremental task entry:default@CompileArkTS post-execution cost:3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730642446375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "50267f90-3ee0-4b95-8254-b42ebc276d44", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730643589625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fc013c77-fe82-4d4d-b313-65925bb679c2", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730643787083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d690315-b67a-44cf-9579-46f9629fbc0a", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730643872000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dd5da48c-b0b7-412c-854d-ef12c5ed458e", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730643934500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0064f67c-0974-4632-a80b-7d17c3a443f9", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730643997625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8ec55d33-b724-4dae-b2e6-8aa76b954d3a", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730644136208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4e8b5d4c-bce1-43e7-9e27-b9c5f149d08b", + "name": "Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730644209000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dcf1a35c-e6b9-4509-80e9-6b78801089bb", + "name": "Incremental task entry:default@BuildJS post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730644355750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "335c0607-26ed-4e6b-a19e-9b211302c2f8", + "name": "There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730644404750 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/.hvigor/report/report-202503312043359530.json b/.hvigor/report/report-202503312043359530.json new file mode 100644 index 0000000..3fa53d2 --- /dev/null +++ b/.hvigor/report/report-202503312043359530.json @@ -0,0 +1,10301 @@ +{ + "version": "2.0", + "ppid": 30597, + "events": [ + { + "head": { + "id": "f45e2347-a57e-4cfc-96f8-cfdfc888ad35", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730658013875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ebc8af30-18c0-47e7-b33b-dfefa7896c5d", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730665552125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dbe0b5dd-a79b-4262-9006-6007bc443309", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730665945541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f3c42c68-69bd-4260-b666-36135b9c8446", + "name": "worker[6] exits with exit code 1.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354730667672541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "42efc292-041b-46a7-9c8d-f7d7128d8116", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754790798583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32bbe42f-e9fd-429a-9183-b0476b1b0e59", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754802239250, + "endTime": 354754967835875 + }, + "additional": { + "children": [ + "ea4e343b-bdad-4136-b1b0-0c57a322bc8a", + "175b2552-21b8-432b-a07e-710cd3734d64", + "76db484a-af9e-4ea8-8ae2-496b74092f8a", + "6ee9a40b-d341-4f79-b5fc-8b79932e009d", + "78b42fb2-ea28-42ab-9621-7429d1d41fc6", + "f0586f89-1388-48dc-9563-d98bae3dc51e", + "4a28c5e8-4eef-4a76-bba8-0ec90e124a57" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "0e08f3f9-643b-475d-a4ac-eba8d7f36de3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ea4e343b-bdad-4136-b1b0-0c57a322bc8a", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754802246083, + "endTime": 354754815758541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "32bbe42f-e9fd-429a-9183-b0476b1b0e59", + "logId": "02918638-3417-4584-bcab-8b36de9cb77a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "175b2552-21b8-432b-a07e-710cd3734d64", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754815775208, + "endTime": 354754967020125 + }, + "additional": { + "children": [ + "31d73660-285f-46ee-a399-f1740b3268ba", + "d258ec9a-94b8-4d1d-ae7b-046eb22abad6", + "7621bfee-df5c-472c-a775-6864da2d23b8", + "a0113366-f4fb-481b-97ec-399d0616e8c2", + "4c09ea10-ab50-4f8b-86dd-977ec42691dd", + "52505661-2d27-4180-aa35-65bc93625c98", + "9bf1e8d0-3774-4a20-9162-76af79ee5fc9", + "574f0db8-3224-414a-b019-b0351c1b3d56", + "ee0734e1-c057-427b-8dc1-958b31737600" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "32bbe42f-e9fd-429a-9183-b0476b1b0e59", + "logId": "ef0b96f7-ce69-4b99-8aec-de5c9d734518" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "76db484a-af9e-4ea8-8ae2-496b74092f8a", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754967042458, + "endTime": 354754967819833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "32bbe42f-e9fd-429a-9183-b0476b1b0e59", + "logId": "f6b074cf-0f9c-4e32-86c4-dc30e582fa20" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6ee9a40b-d341-4f79-b5fc-8b79932e009d", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754967823750, + "endTime": 354754967831833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "32bbe42f-e9fd-429a-9183-b0476b1b0e59", + "logId": "b50d3911-5053-47e7-a99c-46ee963cdfd2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "78b42fb2-ea28-42ab-9621-7429d1d41fc6", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754805015333, + "endTime": 354754805352166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "32bbe42f-e9fd-429a-9183-b0476b1b0e59", + "logId": "149c4173-c37a-4f34-bd96-b5f00702d8fd" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "149c4173-c37a-4f34-bd96-b5f00702d8fd", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754805015333, + "endTime": 354754805352166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "78b42fb2-ea28-42ab-9621-7429d1d41fc6", + "parent": "0e08f3f9-643b-475d-a4ac-eba8d7f36de3" + } + }, + { + "head": { + "id": "f0586f89-1388-48dc-9563-d98bae3dc51e", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754807682500, + "endTime": 354754807692000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "32bbe42f-e9fd-429a-9183-b0476b1b0e59", + "logId": "c1de113a-8ea7-4e2e-9346-cd58166fccca" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c1de113a-8ea7-4e2e-9346-cd58166fccca", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754807682500, + "endTime": 354754807692000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f0586f89-1388-48dc-9563-d98bae3dc51e", + "parent": "0e08f3f9-643b-475d-a4ac-eba8d7f36de3" + } + }, + { + "head": { + "id": "b89fc25c-1aa0-4c5f-bcb2-9fdf3c5195ae", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754807936666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "db6ee30d-13e2-4432-b0f2-28fc76e51086", + "name": "Cache service initialization finished in 8 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754815526291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "02918638-3417-4584-bcab-8b36de9cb77a", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754802246083, + "endTime": 354754815758541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ea4e343b-bdad-4136-b1b0-0c57a322bc8a", + "parent": "0e08f3f9-643b-475d-a4ac-eba8d7f36de3" + } + }, + { + "head": { + "id": "31d73660-285f-46ee-a399-f1740b3268ba", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754818089208, + "endTime": 354754818098333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "175b2552-21b8-432b-a07e-710cd3734d64", + "logId": "15479feb-9570-4d6c-b45f-2d019a3d12cd" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d258ec9a-94b8-4d1d-ae7b-046eb22abad6", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754818124625, + "endTime": 354754822721250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "175b2552-21b8-432b-a07e-710cd3734d64", + "logId": "c8f95526-0d51-464c-a52f-3ec45a578e54" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7621bfee-df5c-472c-a775-6864da2d23b8", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754822735333, + "endTime": 354754886667791 + }, + "additional": { + "children": [ + "8ba1ac67-4035-4817-b878-65ce6d22737d", + "ee0197fb-ea4a-4eb6-b52f-4be6ecf412f3", + "d67617c2-b614-4caf-b76f-b1faf9a1a7c9" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "175b2552-21b8-432b-a07e-710cd3734d64", + "logId": "24d67502-b963-443d-b844-17cd5a3667d3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a0113366-f4fb-481b-97ec-399d0616e8c2", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754886679375, + "endTime": 354754903540500 + }, + "additional": { + "children": [ + "be04ecc2-6ae5-44b4-834f-9216a188e9ec" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "175b2552-21b8-432b-a07e-710cd3734d64", + "logId": "d1b5c277-0628-4672-a752-561aeb7b156f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4c09ea10-ab50-4f8b-86dd-977ec42691dd", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754903549791, + "endTime": 354754960013500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "175b2552-21b8-432b-a07e-710cd3734d64", + "logId": "093b22cf-b465-42b2-9e79-a1efd08fc94a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "52505661-2d27-4180-aa35-65bc93625c98", + "name": "ohpm install", + "description": "Ohpm install event.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754960663000, + "endTime": 354754963655291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "175b2552-21b8-432b-a07e-710cd3734d64", + "logId": "05e9b691-a986-4388-abd5-2e25cd709675" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9bf1e8d0-3774-4a20-9162-76af79ee5fc9", + "name": "eval hook", + "description": "EvaluateEvent hook.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754963665666, + "endTime": 354754966947250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "175b2552-21b8-432b-a07e-710cd3734d64", + "logId": "52ac30cc-df23-4fb3-bee2-d936cb843a1e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "574f0db8-3224-414a-b019-b0351c1b3d56", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754966956583, + "endTime": 354754967013458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "175b2552-21b8-432b-a07e-710cd3734d64", + "logId": "09e8002c-1d16-45d8-b75c-a8ad6958396e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "15479feb-9570-4d6c-b45f-2d019a3d12cd", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754818089208, + "endTime": 354754818098333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "31d73660-285f-46ee-a399-f1740b3268ba", + "parent": "ef0b96f7-ce69-4b99-8aec-de5c9d734518" + } + }, + { + "head": { + "id": "c8f95526-0d51-464c-a52f-3ec45a578e54", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754818124625, + "endTime": 354754822721250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d258ec9a-94b8-4d1d-ae7b-046eb22abad6", + "parent": "ef0b96f7-ce69-4b99-8aec-de5c9d734518" + } + }, + { + "head": { + "id": "8ba1ac67-4035-4817-b878-65ce6d22737d", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754823062458, + "endTime": 354754823269375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "7621bfee-df5c-472c-a775-6864da2d23b8", + "logId": "3524d710-8daf-4766-829c-cc7cb56d57eb" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3524d710-8daf-4766-829c-cc7cb56d57eb", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754823062458, + "endTime": 354754823269375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8ba1ac67-4035-4817-b878-65ce6d22737d", + "parent": "24d67502-b963-443d-b844-17cd5a3667d3" + } + }, + { + "head": { + "id": "ee0197fb-ea4a-4eb6-b52f-4be6ecf412f3", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754824087333, + "endTime": 354754886304416 + }, + "additional": { + "children": [ + "0b23a4af-71e5-4e8c-9f44-5979e9ff7675", + "d6a93b26-9579-47dd-9d11-ee1d797e0491" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "7621bfee-df5c-472c-a775-6864da2d23b8", + "logId": "e0051abf-f835-4bbd-a6d4-e2dd63bc7fcc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0b23a4af-71e5-4e8c-9f44-5979e9ff7675", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754824087750, + "endTime": 354754831506458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "ee0197fb-ea4a-4eb6-b52f-4be6ecf412f3", + "logId": "46c1af31-83c2-44e4-8384-853ce7b16e08" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d6a93b26-9579-47dd-9d11-ee1d797e0491", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754831533166, + "endTime": 354754886291750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "ee0197fb-ea4a-4eb6-b52f-4be6ecf412f3", + "logId": "85851194-2a43-4212-a17f-70250d1b455d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4bfdc6be-b8ab-497b-980d-ff7121649e9c", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754824090875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3d8968a6-cea2-4fb8-863e-46a5e7c197e7", + "name": "hvigorfile, require result: { default: { system: [Function: appTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754831392291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "46c1af31-83c2-44e4-8384-853ce7b16e08", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754824087750, + "endTime": 354754831506458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0b23a4af-71e5-4e8c-9f44-5979e9ff7675", + "parent": "e0051abf-f835-4bbd-a6d4-e2dd63bc7fcc" + } + }, + { + "head": { + "id": "19dedb11-d491-4720-a0e0-f24c4113c134", + "name": "hvigorfile, binding system plugins [Function: appTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754831542833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5ad3c8ab-4d0a-4e22-9166-66ab6fe96624", + "name": "Start initialize project's product build option map with build mode debug.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754838216500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc46c19a-bb0b-40ce-a4c8-29d76dcbe1aa", + "name": "Picking option from product 'default' with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754838376666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "925c6409-b7da-4287-9c2f-ed151091555f", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754838802458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f3647024-c8c0-4eef-9545-9c0264e60a4a", + "name": "End initialize project's product build option map with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754839373791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3d9898ce-c47f-4fff-8572-1e8b6e7cb31a", + "name": "Product 'default' using build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n }\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754842945166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d5cb6b8c-fe1b-496c-9fae-12bc8073d338", + "name": "No signingConfig found, initRemoteHspCache failed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754847349166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e3ae665d-70ff-475e-94ed-6571583e878e", + "name": "Start recording SDK configuration permission data.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754852410875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "39f4f702-0ad3-416e-861d-e270657e97c5", + "name": "Sdk init in 29 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754876658250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ec729eb0-32bc-4806-8c51-081d9eff80ba", + "name": "sdkVersion", + "description": "5.0.2.126", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754876768833 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 43 + }, + "markType": "other" + } + }, + { + "head": { + "id": "24e481da-d2dd-4874-abad-0cf3ccdae440", + "name": "caseSensitiveCheckOn", + "description": "caseSensitiveCheck check is on", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754876780583 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 43 + }, + "markType": "other" + } + }, + { + "head": { + "id": "ef1be744-0bac-440c-92c5-ad3fdc396b94", + "name": "Project task initialization takes 9 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754886019416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "41af4f5e-2a2d-4987-8b7a-a9af84cae864", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754886180083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "657af38d-d590-41a2-95d1-480124f8f5d4", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754886225291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "47af8251-9b39-48a4-a424-b4d8b9d16464", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754886259000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "85851194-2a43-4212-a17f-70250d1b455d", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754831533166, + "endTime": 354754886291750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d6a93b26-9579-47dd-9d11-ee1d797e0491", + "parent": "e0051abf-f835-4bbd-a6d4-e2dd63bc7fcc" + } + }, + { + "head": { + "id": "e0051abf-f835-4bbd-a6d4-e2dd63bc7fcc", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754824087333, + "endTime": 354754886304416 + }, + "additional": { + "logType": "info", + "children": [ + "46c1af31-83c2-44e4-8384-853ce7b16e08", + "85851194-2a43-4212-a17f-70250d1b455d" + ], + "durationId": "ee0197fb-ea4a-4eb6-b52f-4be6ecf412f3", + "parent": "24d67502-b963-443d-b844-17cd5a3667d3" + } + }, + { + "head": { + "id": "d67617c2-b614-4caf-b76f-b1faf9a1a7c9", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754886649666, + "endTime": 354754886660833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "7621bfee-df5c-472c-a775-6864da2d23b8", + "logId": "5437845b-51bf-4d23-a232-c1661637eb76" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5437845b-51bf-4d23-a232-c1661637eb76", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754886649666, + "endTime": 354754886660833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d67617c2-b614-4caf-b76f-b1faf9a1a7c9", + "parent": "24d67502-b963-443d-b844-17cd5a3667d3" + } + }, + { + "head": { + "id": "24d67502-b963-443d-b844-17cd5a3667d3", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754822735333, + "endTime": 354754886667791 + }, + "additional": { + "logType": "info", + "children": [ + "3524d710-8daf-4766-829c-cc7cb56d57eb", + "e0051abf-f835-4bbd-a6d4-e2dd63bc7fcc", + "5437845b-51bf-4d23-a232-c1661637eb76" + ], + "durationId": "7621bfee-df5c-472c-a775-6864da2d23b8", + "parent": "ef0b96f7-ce69-4b99-8aec-de5c9d734518" + } + }, + { + "head": { + "id": "be04ecc2-6ae5-44b4-834f-9216a188e9ec", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754887021375, + "endTime": 354754903525625 + }, + "additional": { + "children": [ + "e3448b84-56c1-4f71-acec-a26d19ebe953", + "7b6fd1a8-a98b-455f-ba21-555c13a63115", + "05929c57-9950-4ddf-b08a-64e52d1d92df" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a0113366-f4fb-481b-97ec-399d0616e8c2", + "logId": "67b5f311-ea2d-45db-bffa-dee8750dd231" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e3448b84-56c1-4f71-acec-a26d19ebe953", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754888767875, + "endTime": 354754888779541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "be04ecc2-6ae5-44b4-834f-9216a188e9ec", + "logId": "8964f646-c215-4c64-b5b8-2805e9f4f6c2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8964f646-c215-4c64-b5b8-2805e9f4f6c2", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754888767875, + "endTime": 354754888779541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e3448b84-56c1-4f71-acec-a26d19ebe953", + "parent": "67b5f311-ea2d-45db-bffa-dee8750dd231" + } + }, + { + "head": { + "id": "7b6fd1a8-a98b-455f-ba21-555c13a63115", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754889518666, + "endTime": 354754901133708 + }, + "additional": { + "children": [ + "d68fbd4b-1376-43bf-a520-3b586c7721c9", + "b0a2139b-5d38-4348-b166-eff4f4bdc9aa" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "be04ecc2-6ae5-44b4-834f-9216a188e9ec", + "logId": "f4296846-7ec8-44cc-af49-1a57c31b242e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d68fbd4b-1376-43bf-a520-3b586c7721c9", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754889519166, + "endTime": 354754892197833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "7b6fd1a8-a98b-455f-ba21-555c13a63115", + "logId": "35088076-dc7b-48b8-b40b-13dda7183344" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b0a2139b-5d38-4348-b166-eff4f4bdc9aa", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754892208291, + "endTime": 354754901016625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "7b6fd1a8-a98b-455f-ba21-555c13a63115", + "logId": "5e018a57-2c59-4382-937c-79affc10ad71" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b575a609-3554-487f-8cbc-61b9ebadc47b", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754889522208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2f9268cf-6216-4b68-a95d-c02ba43055d4", + "name": "hvigorfile, require result: { default: { system: [Function: hapTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754892123333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "35088076-dc7b-48b8-b40b-13dda7183344", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754889519166, + "endTime": 354754892197833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d68fbd4b-1376-43bf-a520-3b586c7721c9", + "parent": "f4296846-7ec8-44cc-af49-1a57c31b242e" + } + }, + { + "head": { + "id": "bffcad28-762a-4e55-a33d-1e35742259db", + "name": "hvigorfile, binding system plugins [Function: hapTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754892216625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fb533d7b-c9fc-4f51-a78e-6a68b6c6f28a", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754896581416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e021c5cf-8871-4477-9554-7e7ffb4fd59b", + "name": "Target 'default' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754896677541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d4b9b2bc-ee9c-4030-b5fd-e59b9a3dfb85", + "name": "Target 'ohosTest' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754896892666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a797a74f-3274-4b75-a313-0ad7cba2fbe6", + "name": "Module 'entry' target 'default' build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754897064458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8c6a7bc9-d88d-4230-a0a4-64b1c0aa3dc8", + "name": "Module 'entry' target 'ohosTest' build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"default\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754897100833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1e9307e7-8b4c-43f1-b891-051ec78958f8", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754897130500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "25df4151-8fb3-46b4-9722-19e98bbea13d", + "name": "Module 'entry' target 'default' using build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754897395041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ec3bf610-050d-4287-ba7b-98e83a00f410", + "name": "Module entry task initialization takes 3 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754900813458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "689e7992-c072-4fba-8f6d-b9ec9c15d19c", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754900916000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ca9668c1-5363-453d-9736-9342d2663d61", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754900953416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b10158a1-a771-4a0b-80c9-22131853d5dc", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754900985250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5e018a57-2c59-4382-937c-79affc10ad71", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754892208291, + "endTime": 354754901016625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b0a2139b-5d38-4348-b166-eff4f4bdc9aa", + "parent": "f4296846-7ec8-44cc-af49-1a57c31b242e" + } + }, + { + "head": { + "id": "f4296846-7ec8-44cc-af49-1a57c31b242e", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754889518666, + "endTime": 354754901133708 + }, + "additional": { + "logType": "info", + "children": [ + "35088076-dc7b-48b8-b40b-13dda7183344", + "5e018a57-2c59-4382-937c-79affc10ad71" + ], + "durationId": "7b6fd1a8-a98b-455f-ba21-555c13a63115", + "parent": "67b5f311-ea2d-45db-bffa-dee8750dd231" + } + }, + { + "head": { + "id": "05929c57-9950-4ddf-b08a-64e52d1d92df", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754903495958, + "endTime": 354754903510500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "be04ecc2-6ae5-44b4-834f-9216a188e9ec", + "logId": "1e5ffe31-af5d-4820-9b1b-6f4e35a45cad" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1e5ffe31-af5d-4820-9b1b-6f4e35a45cad", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754903495958, + "endTime": 354754903510500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "05929c57-9950-4ddf-b08a-64e52d1d92df", + "parent": "67b5f311-ea2d-45db-bffa-dee8750dd231" + } + }, + { + "head": { + "id": "67b5f311-ea2d-45db-bffa-dee8750dd231", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754887021375, + "endTime": 354754903525625 + }, + "additional": { + "logType": "info", + "children": [ + "8964f646-c215-4c64-b5b8-2805e9f4f6c2", + "f4296846-7ec8-44cc-af49-1a57c31b242e", + "1e5ffe31-af5d-4820-9b1b-6f4e35a45cad" + ], + "durationId": "be04ecc2-6ae5-44b4-834f-9216a188e9ec", + "parent": "d1b5c277-0628-4672-a752-561aeb7b156f" + } + }, + { + "head": { + "id": "d1b5c277-0628-4672-a752-561aeb7b156f", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754886679375, + "endTime": 354754903540500 + }, + "additional": { + "logType": "info", + "children": [ + "67b5f311-ea2d-45db-bffa-dee8750dd231" + ], + "durationId": "a0113366-f4fb-481b-97ec-399d0616e8c2", + "parent": "ef0b96f7-ce69-4b99-8aec-de5c9d734518" + } + }, + { + "head": { + "id": "776f6aea-45c2-4971-a220-98a4a985c24d", + "name": "watch files: [\n '/Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts',\n '/Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/log4js.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/node.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/common.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/ms/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/rfdc/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/configuration.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/layouts.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/date-format/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/levels.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/clustering.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/LoggingEvent.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/flatted/cjs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/adapters.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/console.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stdout.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stderr.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/logLevelFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/categoryFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/noLogFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileWriteStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/graceful-fs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/polyfills.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/legacy-streams.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/clone.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/win32.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/rimraf.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-type.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/jsonfile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/jsonfile/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/move-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/move.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/output/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/now.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameFormatter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameParser.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/moveAndMaybeCompressFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/DateRollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/dateFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/fileSync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/tcp.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/categories.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/connect-logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/recording.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/src/common/util/local-file-writer.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/make-dir.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/utils.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-type.js',\n ... 1855 more items\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754922554125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c6ff30b6-6040-4e08-b797-1a11b1312b2f", + "name": "hvigorfile, resolve hvigorfile dependencies in 57 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754959917166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "093b22cf-b465-42b2-9e79-a1efd08fc94a", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754903549791, + "endTime": 354754960013500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4c09ea10-ab50-4f8b-86dd-977ec42691dd", + "parent": "ef0b96f7-ce69-4b99-8aec-de5c9d734518" + } + }, + { + "head": { + "id": "ee0734e1-c057-427b-8dc1-958b31737600", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754960499083, + "endTime": 354754960652375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "175b2552-21b8-432b-a07e-710cd3734d64", + "logId": "5a9ed191-3da5-4d5d-b4df-75b0157b0ded" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "27b5c5b0-dcdf-4bb6-91d0-1049316a5f4d", + "name": "project has submodules:entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754960526541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5a9ed191-3da5-4d5d-b4df-75b0157b0ded", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754960499083, + "endTime": 354754960652375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ee0734e1-c057-427b-8dc1-958b31737600", + "parent": "ef0b96f7-ce69-4b99-8aec-de5c9d734518" + } + }, + { + "head": { + "id": "9a41a36b-d27d-4911-8da8-e826a756f61b", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754961315666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8cb5f52f-7c36-484f-9cb4-92409ea26d29", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754963363250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "05e9b691-a986-4388-abd5-2e25cd709675", + "name": "ohpm install", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754960663000, + "endTime": 354754963655291 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "52505661-2d27-4180-aa35-65bc93625c98", + "parent": "ef0b96f7-ce69-4b99-8aec-de5c9d734518" + } + }, + { + "head": { + "id": "fc0f6d2f-1aa0-4ce8-8789-feeaf381cd76", + "name": "Module ClassMG Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754964716958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "be3314f7-a314-4e1c-984b-62bb0ce4cdb0", + "name": "Module ClassMG's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754964758000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9bf1dd7e-3a1f-4ba8-8f79-4d61f48f53fb", + "name": "Module entry Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754965167916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bbf6f2be-40fb-4fdb-8dc2-5a363e841081", + "name": "Module entry's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754965198541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "52ac30cc-df23-4fb3-bee2-d936cb843a1e", + "name": "eval hook", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754963665666, + "endTime": 354754966947250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9bf1e8d0-3774-4a20-9162-76af79ee5fc9", + "parent": "ef0b96f7-ce69-4b99-8aec-de5c9d734518" + } + }, + { + "head": { + "id": "55020045-2a6b-43c1-8f85-5afbe4d82b3d", + "name": "Configuration phase cost:149 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754966969916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "09e8002c-1d16-45d8-b75c-a8ad6958396e", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754966956583, + "endTime": 354754967013458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "574f0db8-3224-414a-b019-b0351c1b3d56", + "parent": "ef0b96f7-ce69-4b99-8aec-de5c9d734518" + } + }, + { + "head": { + "id": "ef0b96f7-ce69-4b99-8aec-de5c9d734518", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754815775208, + "endTime": 354754967020125 + }, + "additional": { + "logType": "info", + "children": [ + "15479feb-9570-4d6c-b45f-2d019a3d12cd", + "c8f95526-0d51-464c-a52f-3ec45a578e54", + "24d67502-b963-443d-b844-17cd5a3667d3", + "d1b5c277-0628-4672-a752-561aeb7b156f", + "093b22cf-b465-42b2-9e79-a1efd08fc94a", + "05e9b691-a986-4388-abd5-2e25cd709675", + "52ac30cc-df23-4fb3-bee2-d936cb843a1e", + "09e8002c-1d16-45d8-b75c-a8ad6958396e", + "5a9ed191-3da5-4d5d-b4df-75b0157b0ded" + ], + "durationId": "175b2552-21b8-432b-a07e-710cd3734d64", + "parent": "0e08f3f9-643b-475d-a4ac-eba8d7f36de3" + } + }, + { + "head": { + "id": "4a28c5e8-4eef-4a76-bba8-0ec90e124a57", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754967803583, + "endTime": 354754967813000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "32bbe42f-e9fd-429a-9183-b0476b1b0e59", + "logId": "c69e49aa-fad0-464d-8e2e-58302918e5a3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c69e49aa-fad0-464d-8e2e-58302918e5a3", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754967803583, + "endTime": 354754967813000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4a28c5e8-4eef-4a76-bba8-0ec90e124a57", + "parent": "0e08f3f9-643b-475d-a4ac-eba8d7f36de3" + } + }, + { + "head": { + "id": "f6b074cf-0f9c-4e32-86c4-dc30e582fa20", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754967042458, + "endTime": 354754967819833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "76db484a-af9e-4ea8-8ae2-496b74092f8a", + "parent": "0e08f3f9-643b-475d-a4ac-eba8d7f36de3" + } + }, + { + "head": { + "id": "b50d3911-5053-47e7-a99c-46ee963cdfd2", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754967823750, + "endTime": 354754967831833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6ee9a40b-d341-4f79-b5fc-8b79932e009d", + "parent": "0e08f3f9-643b-475d-a4ac-eba8d7f36de3" + } + }, + { + "head": { + "id": "0e08f3f9-643b-475d-a4ac-eba8d7f36de3", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754802239250, + "endTime": 354754967835875 + }, + "additional": { + "logType": "info", + "children": [ + "02918638-3417-4584-bcab-8b36de9cb77a", + "ef0b96f7-ce69-4b99-8aec-de5c9d734518", + "f6b074cf-0f9c-4e32-86c4-dc30e582fa20", + "b50d3911-5053-47e7-a99c-46ee963cdfd2", + "149c4173-c37a-4f34-bd96-b5f00702d8fd", + "c1de113a-8ea7-4e2e-9346-cd58166fccca", + "c69e49aa-fad0-464d-8e2e-58302918e5a3" + ], + "durationId": "32bbe42f-e9fd-429a-9183-b0476b1b0e59" + } + }, + { + "head": { + "id": "bd0b1d3a-d567-4b40-9ad8-86a7e0fbc13c", + "name": "Configuration task cost before running: 169 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754968076583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b5a2efc4-5d96-4086-8664-7bf801cf0bc5", + "name": "entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754970248166, + "endTime": 354754971951541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "504b7826-c6f7-4aa1-a96c-865cbcfa9f14", + "logId": "1c59d7e8-59ca-4034-99ff-530aa7f48e53" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "504b7826-c6f7-4aa1-a96c-865cbcfa9f14", + "name": "create entry:default@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754968822166 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b5a2efc4-5d96-4086-8664-7bf801cf0bc5" + } + }, + { + "head": { + "id": "08dbf91d-c857-4651-8db9-4601b639a1be", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754968966958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d5229e36-ab09-439d-8be2-49b5d3deeaa1", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754969018375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d749d8f7-ba3f-48ed-a720-11c87beb8756", + "name": "Executing task :entry:default@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754970256750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "65a8be69-e50d-4deb-808a-ebf27a51de7e", + "name": "Incremental task entry:default@PreBuild pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754971852791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4b98a4b2-b477-42bd-945b-cc3ba99b5dae", + "name": "entry : default@PreBuild cost memory 0.31476593017578125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754971911000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1c59d7e8-59ca-4034-99ff-530aa7f48e53", + "name": "UP-TO-DATE :entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754970248166, + "endTime": 354754971951541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b5a2efc4-5d96-4086-8664-7bf801cf0bc5" + } + }, + { + "head": { + "id": "62d476c0-c232-4bfa-a4af-3c7ed9797ed2", + "name": "entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754973395083, + "endTime": 354754974131000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "ec434c8b-1400-4d1e-ade9-5421fb99c938", + "logId": "4a76e2c4-b76d-4fcf-8d22-078d63f1932c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ec434c8b-1400-4d1e-ade9-5421fb99c938", + "name": "create entry:default@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754972788250 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "62d476c0-c232-4bfa-a4af-3c7ed9797ed2" + } + }, + { + "head": { + "id": "42e2c5f1-a674-4ee8-97a7-7bea15913e01", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754972884625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ef7d0379-adc5-4048-a775-a579ceb81ae4", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754972917708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "06ef128e-1e3c-4cb6-a3ec-1f09c914fde3", + "name": "Executing task :entry:default@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754973399750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3b493068-f9a8-4e86-a031-381805b2367a", + "name": "Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754973814541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "60ddae64-bc13-4657-950c-93faef29f2ae", + "name": "Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754974039125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ffbbb64a-90f1-4477-aee3-db4c16ea81d7", + "name": "entry : default@GenerateMetadata cost memory 0.0844573974609375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754974087458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a76e2c4-b76d-4fcf-8d22-078d63f1932c", + "name": "UP-TO-DATE :entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754973395083, + "endTime": 354754974131000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "62d476c0-c232-4bfa-a4af-3c7ed9797ed2" + } + }, + { + "head": { + "id": "ea689f8d-23c3-4667-ae67-c783c8930c7c", + "name": "entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754974925125, + "endTime": 354754975127083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "6647d615-6458-409e-980e-4cf0759796e4", + "logId": "eb289d50-b970-4e5a-8494-78ca2e6e1dcf" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6647d615-6458-409e-980e-4cf0759796e4", + "name": "create entry:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754974714750 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "ea689f8d-23c3-4667-ae67-c783c8930c7c" + } + }, + { + "head": { + "id": "85d68aa9-31be-4d34-94fb-61503ce119e6", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754974819750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "776820fa-a0c5-4799-bf71-6dd98679d165", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754974848416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "761d6891-1f95-4046-baec-66eebe93e312", + "name": "Executing task :entry:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754974929125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5afd8e8e-2720-44fe-9636-c4c2b188806f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754974985583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5c15ebd5-2e45-468c-a051-071e404f61bf", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754975011750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a318c201-88f6-4c43-9195-a4639e36d3b4", + "name": "entry : default@ConfigureCmake cost memory 0.03710174560546875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754975052250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c8034c6e-1207-4109-bce3-2a5a597d8fc2", + "name": "runTaskFromQueue task cost before running: 176 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754975097750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eb289d50-b970-4e5a-8494-78ca2e6e1dcf", + "name": "Finished :entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754974925125, + "endTime": 354754975127083, + "totalTime": 160750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ea689f8d-23c3-4667-ae67-c783c8930c7c" + } + }, + { + "head": { + "id": "c4c58b73-3f42-4a95-a452-470673e0f0f7", + "name": "entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754976294166, + "endTime": 354754976909500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "3b444de3-f53a-4556-bb28-63c3a4e607f4", + "logId": "bfd22336-5681-4fd0-81cf-303ed6b45b2d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3b444de3-f53a-4556-bb28-63c3a4e607f4", + "name": "create entry:default@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754975722666 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "c4c58b73-3f42-4a95-a452-470673e0f0f7" + } + }, + { + "head": { + "id": "45a6a481-62e4-477e-8d21-1e031615209a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754975823083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a21de1b1-eb74-4142-8cb7-9e883a11dc58", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754975850458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "607edb19-3ede-4ee9-a9d4-a8e0e75bd91f", + "name": "Executing task :entry:default@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754976297541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67dd79b6-236f-45c3-be98-ec45eef80ed8", + "name": "Incremental task entry:default@MergeProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754976835458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "39fe9f48-0ec0-4597-9202-6120a0305023", + "name": "entry : default@MergeProfile cost memory 0.0976715087890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754976874875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bfd22336-5681-4fd0-81cf-303ed6b45b2d", + "name": "UP-TO-DATE :entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754976294166, + "endTime": 354754976909500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c4c58b73-3f42-4a95-a452-470673e0f0f7" + } + }, + { + "head": { + "id": "3199fcc6-7680-4f07-b198-0c7a700ae86e", + "name": "entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754977929041, + "endTime": 354754978455625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "3cc1e34b-65e6-4ff0-8ff3-9c90172f406a", + "logId": "2644c2a7-1102-43a5-bc23-06c4c235e1cb" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3cc1e34b-65e6-4ff0-8ff3-9c90172f406a", + "name": "create entry:default@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754977510916 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "3199fcc6-7680-4f07-b198-0c7a700ae86e" + } + }, + { + "head": { + "id": "b794c8e7-1048-449a-92e4-0d76098fda9c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754977603333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "221134fe-8fdd-4d7a-aec6-2bdf70b749ca", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754977633416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a91a52b9-0165-4691-940f-29756c7eeb2f", + "name": "Executing task :entry:default@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754977933625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "56f59bcd-63f5-4e50-95b3-d6c9bcd50aa5", + "name": "Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754978175625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ded8e916-66ae-454f-976c-5f834818bd68", + "name": "Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754978384833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4d4bc880-482b-47e1-bb1a-2d905fb6d5ed", + "name": "entry : default@CreateBuildProfile cost memory 0.0869903564453125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754978419625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2644c2a7-1102-43a5-bc23-06c4c235e1cb", + "name": "UP-TO-DATE :entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754977929041, + "endTime": 354754978455625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3199fcc6-7680-4f07-b198-0c7a700ae86e" + } + }, + { + "head": { + "id": "c459c0aa-75ff-4436-8f0e-cb46f3673b27", + "name": "entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754979506541, + "endTime": 354754979684833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "231a6cc8-3108-41d7-af1d-5338baaee622", + "logId": "9c020385-287f-4696-8ec0-bee77530ee98" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "231a6cc8-3108-41d7-af1d-5338baaee622", + "name": "create entry:default@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754979022000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "c459c0aa-75ff-4436-8f0e-cb46f3673b27" + } + }, + { + "head": { + "id": "1764329d-fba3-47ac-9217-4ecfd4872bca", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754979109625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "00a5c4a0-75d6-46a2-a47d-469f990dee87", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754979135875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4034d9d7-89c1-434f-9ff6-61b04842e043", + "name": "Executing task :entry:default@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754979510583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64a5cbfb-84e7-446d-a115-25b0c26c5875", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754979552166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ad919edb-a8ee-4011-b3b9-d6f1df96dffd", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754979576333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b23a56a3-7468-4e4e-80e7-c9665092d24b", + "name": "entry : default@PreCheckSyscap cost memory 0.037322998046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754979615375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "898d996f-5bc9-49c1-9b95-2ca73bc695d4", + "name": "runTaskFromQueue task cost before running: 180 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754979655041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9c020385-287f-4696-8ec0-bee77530ee98", + "name": "Finished :entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754979506541, + "endTime": 354754979684833, + "totalTime": 139041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c459c0aa-75ff-4436-8f0e-cb46f3673b27" + } + }, + { + "head": { + "id": "de7a7ba0-36df-4bca-a708-1ae57ade946e", + "name": "entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754982004750, + "endTime": 354754982347875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "8571bc2b-d807-4d68-af44-491fd4b3dbd0", + "logId": "39eb598e-66b7-4cc6-8d2d-392fbe1a140b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8571bc2b-d807-4d68-af44-491fd4b3dbd0", + "name": "create entry:default@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754980274708 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "de7a7ba0-36df-4bca-a708-1ae57ade946e" + } + }, + { + "head": { + "id": "e824df90-43cd-4a78-8a35-8cdb94c5705a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754980361500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "103687f0-6891-4bca-9575-2b19dfc044f5", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754980394083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "581c2b5d-b8b7-4a84-b992-a145162ad3ae", + "name": "Executing task :entry:default@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754982010791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e1373c8d-d814-414d-aca0-c91fb3db8655", + "name": "Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754982085500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ade1f74d-dd9d-4339-9cc5-2cc6216c01d2", + "name": "Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754982259791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5fda66c2-c25d-4547-87f5-24390d902d85", + "name": "entry : default@GeneratePkgContextInfo cost memory 0.06183624267578125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754982309500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "39eb598e-66b7-4cc6-8d2d-392fbe1a140b", + "name": "UP-TO-DATE :entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754982004750, + "endTime": 354754982347875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "de7a7ba0-36df-4bca-a708-1ae57ade946e" + } + }, + { + "head": { + "id": "0514fede-0fdf-4761-ace1-8d4bfef2dd0d", + "name": "entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754983691833, + "endTime": 354754984439916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist." + ], + "detailId": "e1d2e81f-2c3c-4a8d-9f41-74092817453c", + "logId": "9f02f977-df39-4746-9707-f680c7d6ab9e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e1d2e81f-2c3c-4a8d-9f41-74092817453c", + "name": "create entry:default@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754982945833 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0514fede-0fdf-4761-ace1-8d4bfef2dd0d" + } + }, + { + "head": { + "id": "11261a33-474e-43a2-b268-6515d053f697", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754983034833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f84e22b6-7387-4367-8e9b-f72229ca2985", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754983066583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e0cb5b34-d239-44cd-84cd-037d37d3829f", + "name": "Executing task :entry:default@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754983695250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "02839b4b-71ca-4d57-93b3-3966ed1035e9", + "name": "entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754984223583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cd3f6a4f-f6bd-4d71-bd53-9ab1bd5aef31", + "name": "Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754984257958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "197846c7-310b-403b-911b-ecb352220620", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754984293791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e08be692-d792-4d31-b5fd-c64734e7b731", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754984318875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "92fbe1b5-7a8a-4ab4-bcf5-b98563bd1c1d", + "name": "entry : default@ProcessIntegratedHsp cost memory 0.1055755615234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754984362375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "486a60e2-51af-497a-949b-c1a468188115", + "name": "runTaskFromQueue task cost before running: 185 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754984403041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9f02f977-df39-4746-9707-f680c7d6ab9e", + "name": "Finished :entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754983691833, + "endTime": 354754984439916, + "totalTime": 704166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0514fede-0fdf-4761-ace1-8d4bfef2dd0d" + } + }, + { + "head": { + "id": "ff406d6d-2562-4dc5-a633-a264e8e6b527", + "name": "entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754985887708, + "endTime": 354754986145541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "524f2275-24a2-4bb5-9228-9ce85051c2b7", + "logId": "9dea17fb-c433-4200-95ae-f8e5b31291e7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "524f2275-24a2-4bb5-9228-9ce85051c2b7", + "name": "create entry:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754985403000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "ff406d6d-2562-4dc5-a633-a264e8e6b527" + } + }, + { + "head": { + "id": "c16d013e-b284-40d0-8e0e-b893d951d3a7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754985509083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b2ce060a-e532-4b1a-b832-df4ea978dc49", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754985547125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1ac1221d-75ee-4d54-b55a-af165eee4aa3", + "name": "Executing task :entry:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754985895375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "44f122e2-0823-4966-a0c4-9deab4b28945", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754985965500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d32cf992-490d-4283-9ef7-1c8183f22e3f", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754986002750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "678f9e8f-535c-4f90-a13e-f005ef9e2126", + "name": "entry : default@BuildNativeWithCmake cost memory 0.03814697265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754986056291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e0e17f52-df78-4d1a-8b14-1123356d95a2", + "name": "runTaskFromQueue task cost before running: 187 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754986106375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9dea17fb-c433-4200-95ae-f8e5b31291e7", + "name": "Finished :entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754985887708, + "endTime": 354754986145541, + "totalTime": 205542 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ff406d6d-2562-4dc5-a633-a264e8e6b527" + } + }, + { + "head": { + "id": "0f792c95-3e13-4009-be98-dc0fd493dd05", + "name": "entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754987283833, + "endTime": 354754988415083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "f624b66a-0e59-4c2b-b70e-fae4c5fdf93e", + "logId": "bb552735-9836-4d10-84d5-79f6f69ecc9f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f624b66a-0e59-4c2b-b70e-fae4c5fdf93e", + "name": "create entry:default@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754986843916 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0f792c95-3e13-4009-be98-dc0fd493dd05" + } + }, + { + "head": { + "id": "568ba285-b6ed-40f8-81b8-c048f2c5ca52", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754986946333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1e248542-e8d8-4ef9-a0b1-861e2be7a97a", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754986982958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dd8bb3e0-170f-4c61-aeb0-df67e7549dab", + "name": "Executing task :entry:default@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754987288166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a2e8305c-f6b3-4207-b001-41a842fafadd", + "name": "Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754988309583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2309715e-a750-4be6-9376-630ff8ca6be9", + "name": "entry : default@MakePackInfo cost memory 0.12876129150390625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754988373416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bb552735-9836-4d10-84d5-79f6f69ecc9f", + "name": "UP-TO-DATE :entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754987283833, + "endTime": 354754988415083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0f792c95-3e13-4009-be98-dc0fd493dd05" + } + }, + { + "head": { + "id": "2b8544db-9469-461f-9d0a-e499b91a6627", + "name": "entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754990012583, + "endTime": 354754990677250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist." + ], + "detailId": "54573783-91ca-4baf-aac6-0d3b9006c6e2", + "logId": "ac6ea024-3202-41d0-97d7-7bbcf47741c3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "54573783-91ca-4baf-aac6-0d3b9006c6e2", + "name": "create entry:default@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754989296875 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2b8544db-9469-461f-9d0a-e499b91a6627" + } + }, + { + "head": { + "id": "b4382bb5-e97f-40fc-81a3-2735972fcd76", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754989394500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7e192be9-c566-4f9c-9b81-8397eee4d71d", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754989431750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a03dda86-197c-4adb-8a64-187309a88060", + "name": "Executing task :entry:default@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754990017458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c6defc2a-677c-4ad9-85c0-2841dcebd88e", + "name": "File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754990060125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "982f1f87-0944-4f23-97e2-e1170ea349c5", + "name": "Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754990188041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8d0136d3-cc79-46d5-b675-3fb9db833e6f", + "name": "entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754990458625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b776b505-f717-4272-b65b-16fa2915a35f", + "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754990494083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6130d524-3fa6-4797-a300-9cbe03cce2d4", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754990531375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c21f443c-ce88-4a34-9bf0-12822392b700", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754990558291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fc3606c7-73bc-4ef4-b58f-5e35c17e3263", + "name": "entry : default@SyscapTransform cost memory 0.12497711181640625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754990601125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "414845c5-b69b-4c94-acb7-486c1e22c5d2", + "name": "runTaskFromQueue task cost before running: 191 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754990647875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ac6ea024-3202-41d0-97d7-7bbcf47741c3", + "name": "Finished :entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754990012583, + "endTime": 354754990677250, + "totalTime": 625000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2b8544db-9469-461f-9d0a-e499b91a6627" + } + }, + { + "head": { + "id": "b3b32863-9c02-4f4c-9094-d91ce65d88e9", + "name": "entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754991964625, + "endTime": 354754992256791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "23da534c-8413-4287-94f1-7fb3a08e636a", + "logId": "1652bba1-42ff-4e51-89be-495b9d07d92e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "23da534c-8413-4287-94f1-7fb3a08e636a", + "name": "create entry:default@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754991278000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b3b32863-9c02-4f4c-9094-d91ce65d88e9" + } + }, + { + "head": { + "id": "55c791b1-0e80-4400-b3ba-71c96709d9c9", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754991374666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d49acd41-f210-4c63-907a-1e72399c14b3", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754991407041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "345405b6-4339-46bb-989d-cb30e3f5864f", + "name": "Executing task :entry:default@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754991969666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fbe0f51f-3bc3-4b90-ba39-36e6de202f2c", + "name": "Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754992184458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "84dc58a1-4285-48c7-81be-7124a55d645c", + "name": "entry : default@ProcessProfile cost memory 0.049072265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754992222041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1652bba1-42ff-4e51-89be-495b9d07d92e", + "name": "UP-TO-DATE :entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754991964625, + "endTime": 354754992256791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b3b32863-9c02-4f4c-9094-d91ce65d88e9" + } + }, + { + "head": { + "id": "652e8633-3e3c-4dc4-81aa-b37b74f17dd9", + "name": "entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754995087625, + "endTime": 354754996581458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "41af7d7c-591a-4f1e-a808-06cf6feae118", + "logId": "b8bbc774-1a6f-4e4a-8d94-49b814aa77e0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "41af7d7c-591a-4f1e-a808-06cf6feae118", + "name": "create entry:default@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754994135500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "652e8633-3e3c-4dc4-81aa-b37b74f17dd9" + } + }, + { + "head": { + "id": "81d0236d-8dea-4c57-81ae-abbc1393b460", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754994297500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a72e99fc-6c61-43b7-9207-8babd0e92602", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754994360083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0e765c6b-c319-46f9-b0c6-57cf501dddb7", + "name": "Executing task :entry:default@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754995092958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "94ac9455-ebbc-4091-aedb-596b6d726055", + "name": "Incremental task entry:default@ProcessRouterMap pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754996485333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e357656b-a3de-4c53-9c7e-0745aee52e14", + "name": "entry : default@ProcessRouterMap cost memory 0.1710052490234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754996540166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b8bbc774-1a6f-4e4a-8d94-49b814aa77e0", + "name": "UP-TO-DATE :entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754995087625, + "endTime": 354754996581458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "652e8633-3e3c-4dc4-81aa-b37b74f17dd9" + } + }, + { + "head": { + "id": "a2f22482-4193-4ac1-b111-0d5bfed152a3", + "name": "entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754998163458, + "endTime": 354754998633208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "5200be47-a1eb-4851-bda6-8c7e6fe463a9", + "logId": "bb476de7-7656-4230-be0f-1ff4d21a30da" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5200be47-a1eb-4851-bda6-8c7e6fe463a9", + "name": "create entry:default@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754997678875 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a2f22482-4193-4ac1-b111-0d5bfed152a3" + } + }, + { + "head": { + "id": "a679e1d0-6bbe-4013-8e50-2a654778d0a7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754997802708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "05b871ff-4067-4879-b59c-a9891b987bc8", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754997849708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5eb912be-56aa-41b2-815b-12d71fde9339", + "name": "Executing task :entry:default@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754998168875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "87c901f7-027b-4f92-9363-2a45a20cf9d6", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754998219041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "19c02888-27ce-4355-b936-1b044c358155", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754998246833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f716ce88-f4fb-49b1-83ab-f0441d53d676", + "name": "entry : default@BuildNativeWithNinja cost memory 0.05213165283203125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754998546750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c441c91b-a14d-471b-8a46-80bc2574ff4e", + "name": "runTaskFromQueue task cost before running: 199 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754998602791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bb476de7-7656-4230-be0f-1ff4d21a30da", + "name": "Finished :entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754998163458, + "endTime": 354754998633208, + "totalTime": 426416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a2f22482-4193-4ac1-b111-0d5bfed152a3" + } + }, + { + "head": { + "id": "1617d12f-f302-4df3-bf8e-a509fad65f4a", + "name": "entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755000588958, + "endTime": 354755002388750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "6e489822-146b-4d27-9e1b-533934cf7162", + "logId": "26936964-3fec-475d-89e0-393528481bf1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6e489822-146b-4d27-9e1b-533934cf7162", + "name": "create entry:default@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754999638625 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "1617d12f-f302-4df3-bf8e-a509fad65f4a" + } + }, + { + "head": { + "id": "0bb38925-33e9-46cd-90a8-76402a8fe279", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754999732583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67237f47-53eb-4827-a4ba-cec4106b61d3", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754999764833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fdce1cfc-536f-447f-a6cd-a742613b8b4f", + "name": "restool module names: entry; moduleName=entry, taskName=default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755000026625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5c85bf8c-aee8-4730-981f-aec4a91d6c91", + "name": "Executing task :entry:default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755001191541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5b83c8b7-f2c8-47e9-b86b-09243626239a", + "name": "Incremental task entry:default@ProcessResource pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755001858708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b466ad17-3512-4436-ac73-37d85df555fe", + "name": "entry : default@ProcessResource cost memory 0.1282501220703125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755001905458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "26936964-3fec-475d-89e0-393528481bf1", + "name": "UP-TO-DATE :entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755000588958, + "endTime": 354755002388750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1617d12f-f302-4df3-bf8e-a509fad65f4a" + } + }, + { + "head": { + "id": "c02847ad-2819-4a15-902e-f33e041cc70b", + "name": "entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755005175291, + "endTime": 354755010458916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "f96c7600-8b0f-4ba5-8624-db0f2d20e881", + "logId": "0dd1018a-07f2-49bf-95ae-f18e9e90c188" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f96c7600-8b0f-4ba5-8624-db0f2d20e881", + "name": "create entry:default@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755003568041 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "c02847ad-2819-4a15-902e-f33e041cc70b" + } + }, + { + "head": { + "id": "2d0cd118-bb28-4a84-9dd4-111be8535397", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755003665500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c1019ebb-997f-4ef5-8bfb-bcce27402d04", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755003695500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "17f79494-79b4-4e1a-b682-571484ae50ec", + "name": "Executing task :entry:default@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755005180625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "febb37c8-b131-4b27-add8-f4532c35db50", + "name": "Incremental task entry:default@GenerateLoaderJson pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755010353166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9889e75b-eaeb-42af-b466-4ff10e430f22", + "name": "entry : default@GenerateLoaderJson cost memory 0.5629806518554688", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755010418583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0dd1018a-07f2-49bf-95ae-f18e9e90c188", + "name": "UP-TO-DATE :entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755005175291, + "endTime": 354755010458916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c02847ad-2819-4a15-902e-f33e041cc70b" + } + }, + { + "head": { + "id": "98e275e5-e714-4e7f-bd2f-fbcd1600bc69", + "name": "entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755012950791, + "endTime": 354755013981083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "772f1812-cf45-455d-9f25-fb9149f4ae3f", + "logId": "35b26405-ae0c-49d5-85dc-91b933d57032" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "772f1812-cf45-455d-9f25-fb9149f4ae3f", + "name": "create entry:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755012536208 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "98e275e5-e714-4e7f-bd2f-fbcd1600bc69" + } + }, + { + "head": { + "id": "3a28964f-856c-4580-a9c4-365f49d3a7a7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755012629083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f68cf378-359b-4a43-83ec-b0dc5d2a8c88", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755012662250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "16da2e25-1db8-4624-8656-00820784739d", + "name": "Executing task :entry:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755012957500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c7df3057-adbd-4a17-9014-8046585cc4bf", + "name": "Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755013900916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a8c64bcd-2008-4fef-b70e-9388d493c86e", + "name": "entry : default@ProcessLibs cost memory 0.0991973876953125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755013945041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "35b26405-ae0c-49d5-85dc-91b933d57032", + "name": "UP-TO-DATE :entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755012950791, + "endTime": 354755013981083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "98e275e5-e714-4e7f-bd2f-fbcd1600bc69" + } + }, + { + "head": { + "id": "502a5bb6-bd96-41d0-b990-36758d97c029", + "name": "entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755015972125, + "endTime": 354755019400291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "3abec7c8-85b0-4d5a-a499-d5bc2ca49edd", + "logId": "d8fa24a7-2d04-4665-a7e0-39d6d3a385b8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3abec7c8-85b0-4d5a-a499-d5bc2ca49edd", + "name": "create entry:default@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755014583708 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "502a5bb6-bd96-41d0-b990-36758d97c029" + } + }, + { + "head": { + "id": "5c73737c-66bd-4986-9bc1-4e1b9dc126d0", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755014675375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "54b8f770-0a44-420e-a467-3443297e3c9e", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755014706875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "41544a9e-ea45-4700-b186-2df11df1d816", + "name": "restool module names: entry; moduleName=entry, taskName=default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755014934166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dd854174-f038-46ba-a057-74b6910017eb", + "name": "Executing task :entry:default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755015983208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "79c7dd04-2928-429f-943e-b80225da66f7", + "name": "Incremental task entry:default@CompileResource pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755019286750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d3a1b38e-2c80-4243-985e-f5ec7d32b25a", + "name": "entry : default@CompileResource cost memory 0.48189544677734375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755019348875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d8fa24a7-2d04-4665-a7e0-39d6d3a385b8", + "name": "UP-TO-DATE :entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755015972125, + "endTime": 354755019400291 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "502a5bb6-bd96-41d0-b990-36758d97c029" + } + }, + { + "head": { + "id": "95f031b9-3675-42a5-9736-21cdc01e039e", + "name": "entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755021370041, + "endTime": 354755021779291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "eeb07cc6-bdce-4fc1-9a48-7e28b7b57758", + "logId": "ff7980f1-b7fb-44a3-b650-0b70c37254c8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "eeb07cc6-bdce-4fc1-9a48-7e28b7b57758", + "name": "create entry:default@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755020279541 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "95f031b9-3675-42a5-9736-21cdc01e039e" + } + }, + { + "head": { + "id": "b570f1c5-2411-4664-a7ff-75b609414a62", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755020385041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bc02461a-d9ba-4c9c-a971-8a718ac936ab", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755020416625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a57651cd-c178-474c-8043-a46d63b70f87", + "name": "Executing task :entry:default@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755021374708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d3d3c76-3ed0-40f3-99e3-193044b78493", + "name": "Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755021443041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9309d2d2-bea0-4764-80d3-1d0092d6fdb0", + "name": "Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755021684000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "da833ca2-552e-43d6-9a90-b1f7587ddd51", + "name": "entry : default@DoNativeStrip cost memory 0.06122589111328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755021727250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ff7980f1-b7fb-44a3-b650-0b70c37254c8", + "name": "UP-TO-DATE :entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755021370041, + "endTime": 354755021779291 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "95f031b9-3675-42a5-9736-21cdc01e039e" + } + }, + { + "head": { + "id": "31e331ab-70a3-435a-85c7-cadf714a9549", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755023960833, + "endTime": 354756633545791 + }, + "additional": { + "children": [ + "72ee3afd-1409-48fc-b2a5-ae8cb401a44b", + "9fbba2f2-dff4-498c-a31c-5f6e102e1634" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "f326ccc4-871e-42d4-8514-2053ff677bde", + "logId": "43043bf6-0e74-4911-b1cd-1aebf052eeb5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f326ccc4-871e-42d4-8514-2053ff677bde", + "name": "create entry:default@CompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755022397833 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "31e331ab-70a3-435a-85c7-cadf714a9549" + } + }, + { + "head": { + "id": "e157653f-3be1-4ac6-b3c5-fbda0dd6c7a1", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755022496375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fdc99a02-cdc6-4dce-9897-8d4dffe0963a", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755022527458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ddb25419-cba0-4ff5-bb93-2a50d81d3897", + "name": "Executing task :entry:default@CompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755023965333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5bf3bfde-c393-40be-8132-2e086db52b08", + "name": "build config:", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755029707750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3600b2ee-c9f0-44aa-8844-cf723be12953", + "name": "Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755030023500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0f516be3-14ff-418d-8739-047679027278", + "name": "default@CompileArkTS work[20] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755030281333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "72ee3afd-1409-48fc-b2a5-ae8cb401a44b", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 354755032219333, + "endTime": 354756627923500 + }, + "additional": { + "children": [ + "580b5963-c973-4bd7-beb8-3c4cb080d004", + "9156669a-ac98-4ca1-b13d-90577cf85f31", + "c494cb93-7ffc-4a79-978e-eaf35365c841", + "ff74eba4-2e89-4c8c-8a77-87c7d43553b9", + "fb77fc08-0dbb-48d3-a9f7-6a3c4d9a9bf8", + "e983cccc-c1ad-4d3c-9e96-5bd624b4d1c2" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "31e331ab-70a3-435a-85c7-cadf714a9549", + "logId": "2b36b0c8-e39e-4e0a-a05c-cc547cab6949" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "afe03726-c6d8-48cd-83bc-936c8a68072b", + "name": "default@CompileArkTS work[20] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755030634500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b749b9a0-906a-4e91-8fe2-2c88355b8e0c", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755030671083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "47cbf5d4-e288-4ca4-9538-2bc8d20db946", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755030700208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "880200d2-11fe-49c6-bb75-5f1eacffa6a0", + "name": "A work dispatched to worker[5] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755030725000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7694b8ef-8714-4628-8586-3b97f81f500b", + "name": "default@CompileArkTS work[20] has been dispatched to worker[4].", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755030817666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "806ed256-4b7c-48fe-89ba-7e0b05ee80f7", + "name": "default@CompileArkTS work[20] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755030848291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "666eeeca-a013-472d-bb81-a8c6d0ae6fa8", + "name": "CopyResources startTime: 354755030875958", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755030877500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8432f50e-c1cb-4138-876e-69ad7900d663", + "name": "default@CompileArkTS work[21] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755030916500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9fbba2f2-dff4-498c-a31c-5f6e102e1634", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 354755978604708, + "endTime": 354755990260500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "31e331ab-70a3-435a-85c7-cadf714a9549", + "logId": "20f52c66-3a90-4f25-8bb4-9eb36c829152" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3c533732-906d-4c4c-8712-034436e63859", + "name": "default@CompileArkTS work[21] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755031216458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5901a6ce-ba9c-47a5-9cbc-44444fb728ac", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755031250666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e71e8120-d4ee-4991-ad5a-9de7a441629a", + "name": "Create resident worker with id: 6.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755031282291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4875b013-4a16-449f-97b9-c9dd56b11f8b", + "name": "default@CompileArkTS work[21] has been dispatched to worker[6].", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755031869666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a16639a9-681c-4a11-b501-eed9c61e1f8b", + "name": "default@CompileArkTS work[21] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755031911000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c47b7e26-61cf-405d-b75e-49400e4c92a2", + "name": "entry : default@CompileArkTS cost memory 1.0822067260742188", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755031968833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "23a508f5-0aec-4128-a239-917ce26ffd61", + "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": 30598, + "tid": "Main Thread", + "startTime": 354755035455000, + "endTime": 354755038516166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "bf7a0735-0f1e-4071-9f22-953d72e31eeb", + "logId": "0ba1ae1e-134e-46b6-b8f0-869420e7a747" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "bf7a0735-0f1e-4071-9f22-953d72e31eeb", + "name": "create entry:default@BuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755032608041 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "23a508f5-0aec-4128-a239-917ce26ffd61" + } + }, + { + "head": { + "id": "f447bc96-9216-41bc-95d4-225fdb77e7eb", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755032862791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "888c2b60-0947-4358-a626-eade7323b17e", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755032911291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0c7ae36e-5041-45e4-86bd-039cb70d672b", + "name": "Executing task :entry:default@BuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755035464625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5930280b-a2dd-4c52-a1cb-5d5b5a0584ce", + "name": "entry : default@BuildJS cost memory 0.1173248291015625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755038380000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e11ed8f-2459-4318-ad46-eb319fff464f", + "name": "runTaskFromQueue task cost before running: 239 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755038474500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0ba1ae1e-134e-46b6-b8f0-869420e7a747", + "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": 30598, + "tid": "Main Thread", + "startTime": 354755035455000, + "endTime": 354755038516166, + "totalTime": 2999959 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "23a508f5-0aec-4128-a239-917ce26ffd61" + } + }, + { + "head": { + "id": "b8678f0f-14e5-402b-95da-211cbc559029", + "name": "entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755040519500, + "endTime": 354755041077041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "dddbfef5-cd28-43cb-aa84-beed69a0b67f", + "logId": "7286c91f-d5ca-4b21-83e4-ec4b407becc0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "dddbfef5-cd28-43cb-aa84-beed69a0b67f", + "name": "create entry:default@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755039351125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b8678f0f-14e5-402b-95da-211cbc559029" + } + }, + { + "head": { + "id": "e1342dd8-448f-464c-9eff-68f30566d384", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755039487416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e1b07044-173d-4e57-bc6c-2701370970ec", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755039535666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5ea33c64-24d2-4ecb-9bdd-f9ca32994953", + "name": "Executing task :entry:default@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755040526166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a6663b20-36ab-4d80-b433-b10398c86d1c", + "name": "Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755040610041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2bbd397-1382-4047-8bb1-3229b4206800", + "name": "Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755040982125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "752e78fc-aaf9-4b5b-b834-e5d54371c87c", + "name": "entry : default@CacheNativeLibs cost memory 0.06866455078125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755041029666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7286c91f-d5ca-4b21-83e4-ec4b407becc0", + "name": "UP-TO-DATE :entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755040519500, + "endTime": 354755041077041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b8678f0f-14e5-402b-95da-211cbc559029" + } + }, + { + "head": { + "id": "70a5ca9f-109d-4785-ace6-39ccbf5f5ca8", + "name": "worker[6] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755992035000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9be184e7-05c0-4e73-847f-fa42cc86669b", + "name": "CopyResources is end, endTime: 354755993486708", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755993511083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "10df4fc7-b7c0-44e9-abaa-1bc3f173a97e", + "name": "default@CompileArkTS work[21] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755994189875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "20f52c66-3a90-4f25-8bb4-9eb36c829152", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 354755978604708, + "endTime": 354755990260500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9fbba2f2-dff4-498c-a31c-5f6e102e1634", + "parent": "43043bf6-0e74-4911-b1cd-1aebf052eeb5" + } + }, + { + "head": { + "id": "579c5c0c-4df6-405e-9c2f-4ea7bda6e438", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755998293958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c895cc71-4492-4244-a3ca-baeb93de2ed8", + "name": "worker[4] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756628332708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "580b5963-c973-4bd7-beb8-3c4cb080d004", + "name": "generate configuration information", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 354755035299625, + "endTime": 354755048881708 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "72ee3afd-1409-48fc-b2a5-ae8cb401a44b", + "logId": "c4c17589-b673-4064-806d-5f4794524792" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c4c17589-b673-4064-806d-5f4794524792", + "name": "generate configuration information", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755035299625, + "endTime": 354755048881708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "580b5963-c973-4bd7-beb8-3c4cb080d004", + "parent": "2b36b0c8-e39e-4e0a-a05c-cc547cab6949" + } + }, + { + "head": { + "id": "9156669a-ac98-4ca1-b13d-90577cf85f31", + "name": "read build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 354755048915291, + "endTime": 354755048992875 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "72ee3afd-1409-48fc-b2a5-ae8cb401a44b", + "logId": "3e3fddbf-7ccd-4e9e-abad-6dd3e42ace03" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3e3fddbf-7ccd-4e9e-abad-6dd3e42ace03", + "name": "read build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755048915291, + "endTime": 354755048992875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9156669a-ac98-4ca1-b13d-90577cf85f31", + "parent": "2b36b0c8-e39e-4e0a-a05c-cc547cab6949" + } + }, + { + "head": { + "id": "c494cb93-7ffc-4a79-978e-eaf35365c841", + "name": "remove uncacheable modules", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 354755048999125, + "endTime": 354755049141750 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "72ee3afd-1409-48fc-b2a5-ae8cb401a44b", + "logId": "16c7bcf4-2c5d-46e1-b91b-aceaa24fe039" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "16c7bcf4-2c5d-46e1-b91b-aceaa24fe039", + "name": "remove uncacheable modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755048999125, + "endTime": 354755049141750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c494cb93-7ffc-4a79-978e-eaf35365c841", + "parent": "2b36b0c8-e39e-4e0a-a05c-cc547cab6949" + } + }, + { + "head": { + "id": "ff74eba4-2e89-4c8c-8a77-87c7d43553b9", + "name": "compile ArkTS with rollup", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 354755049155708, + "endTime": 354756555293250 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "72ee3afd-1409-48fc-b2a5-ae8cb401a44b", + "logId": "cc9597fb-4138-4381-bdf2-2c9ef1b28f98" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "cc9597fb-4138-4381-bdf2-2c9ef1b28f98", + "name": "compile ArkTS with rollup", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755049155708, + "endTime": 354756555293250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ff74eba4-2e89-4c8c-8a77-87c7d43553b9", + "parent": "2b36b0c8-e39e-4e0a-a05c-cc547cab6949" + } + }, + { + "head": { + "id": "fb77fc08-0dbb-48d3-a9f7-6a3c4d9a9bf8", + "name": "write build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 354756555332208, + "endTime": 354756566250041 + }, + "additional": { + "children": [ + "5a8ceee2-e0c5-4e45-9122-b0762720a409", + "db44dd5c-927d-4472-9fd3-bd7b5b38d24c", + "bf26bef0-db0f-4a8a-8a90-7d2b259e5ac8" + ], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "72ee3afd-1409-48fc-b2a5-ae8cb401a44b", + "logId": "d9ad6f19-9d2f-4d2c-88af-baf0fdf55868" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d9ad6f19-9d2f-4d2c-88af-baf0fdf55868", + "name": "write build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756555332208, + "endTime": 354756566250041 + }, + "additional": { + "logType": "info", + "children": [ + "d236f786-546a-4eff-95b5-1eef3218e673", + "29a76259-3b32-401d-ac3c-3b3590f4e789", + "1f49827b-76dc-438b-a0a7-0c839d773611" + ], + "durationId": "fb77fc08-0dbb-48d3-a9f7-6a3c4d9a9bf8", + "parent": "2b36b0c8-e39e-4e0a-a05c-cc547cab6949" + } + }, + { + "head": { + "id": "5a8ceee2-e0c5-4e45-9122-b0762720a409", + "name": "get final cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 354756555363208, + "endTime": 354756555388125 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "fb77fc08-0dbb-48d3-a9f7-6a3c4d9a9bf8", + "logId": "d236f786-546a-4eff-95b5-1eef3218e673" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d236f786-546a-4eff-95b5-1eef3218e673", + "name": "get final cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756555363208, + "endTime": 354756555388125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5a8ceee2-e0c5-4e45-9122-b0762720a409", + "parent": "d9ad6f19-9d2f-4d2c-88af-baf0fdf55868" + } + }, + { + "head": { + "id": "db44dd5c-927d-4472-9fd3-bd7b5b38d24c", + "name": "pack cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 354756555394125, + "endTime": 354756564366916 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "fb77fc08-0dbb-48d3-a9f7-6a3c4d9a9bf8", + "logId": "29a76259-3b32-401d-ac3c-3b3590f4e789" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "29a76259-3b32-401d-ac3c-3b3590f4e789", + "name": "pack cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756555394125, + "endTime": 354756564366916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "db44dd5c-927d-4472-9fd3-bd7b5b38d24c", + "parent": "d9ad6f19-9d2f-4d2c-88af-baf0fdf55868" + } + }, + { + "head": { + "id": "bf26bef0-db0f-4a8a-8a90-7d2b259e5ac8", + "name": "write cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 354756564372000, + "endTime": 354756566225000 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "fb77fc08-0dbb-48d3-a9f7-6a3c4d9a9bf8", + "logId": "1f49827b-76dc-438b-a0a7-0c839d773611" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1f49827b-76dc-438b-a0a7-0c839d773611", + "name": "write cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756564372000, + "endTime": 354756566225000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "bf26bef0-db0f-4a8a-8a90-7d2b259e5ac8", + "parent": "d9ad6f19-9d2f-4d2c-88af-baf0fdf55868" + } + }, + { + "head": { + "id": "e983cccc-c1ad-4d3c-9e96-5bd624b4d1c2", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 354756566258166, + "endTime": 354756627122083 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "72ee3afd-1409-48fc-b2a5-ae8cb401a44b", + "logId": "29cf31e9-edd4-4c4a-9c7a-a81fc7e5f0b5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "29cf31e9-edd4-4c4a-9c7a-a81fc7e5f0b5", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756566258166, + "endTime": 354756627122083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e983cccc-c1ad-4d3c-9e96-5bd624b4d1c2", + "parent": "2b36b0c8-e39e-4e0a-a05c-cc547cab6949" + } + }, + { + "head": { + "id": "0f8282dd-e419-4a80-a5ac-ff9ce4587526", + "name": "default@CompileArkTS work[20] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756633298708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2b36b0c8-e39e-4e0a-a05c-cc547cab6949", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 354755032219333, + "endTime": 354756627923500 + }, + "additional": { + "logType": "info", + "children": [ + "c4c17589-b673-4064-806d-5f4794524792", + "3e3fddbf-7ccd-4e9e-abad-6dd3e42ace03", + "16c7bcf4-2c5d-46e1-b91b-aceaa24fe039", + "cc9597fb-4138-4381-bdf2-2c9ef1b28f98", + "d9ad6f19-9d2f-4d2c-88af-baf0fdf55868", + "29cf31e9-edd4-4c4a-9c7a-a81fc7e5f0b5" + ], + "durationId": "72ee3afd-1409-48fc-b2a5-ae8cb401a44b", + "parent": "43043bf6-0e74-4911-b1cd-1aebf052eeb5" + } + }, + { + "head": { + "id": "678f2c22-4759-4128-b743-d9451c9689ee", + "name": "A work dispatched to worker[4] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756633440333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "43043bf6-0e74-4911-b1cd-1aebf052eeb5", + "name": "Finished :entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354755023960833, + "endTime": 354756633545791, + "totalTime": 1603748917 + }, + "additional": { + "logType": "info", + "children": [ + "2b36b0c8-e39e-4e0a-a05c-cc547cab6949", + "20f52c66-3a90-4f25-8bb4-9eb36c829152" + ], + "durationId": "31e331ab-70a3-435a-85c7-cadf714a9549" + } + }, + { + "head": { + "id": "b14062be-3778-472e-acd7-51bd19593b7f", + "name": "entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756638041458, + "endTime": 354756638994250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "7db49e7a-40d0-460a-943f-200a536e1f65", + "logId": "c05bee7c-7e1a-4635-a778-66bde7c123b0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7db49e7a-40d0-460a-943f-200a536e1f65", + "name": "create entry:default@GeneratePkgModuleJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756637051791 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b14062be-3778-472e-acd7-51bd19593b7f" + } + }, + { + "head": { + "id": "059ebea2-0901-4bca-b23e-cc2dde83c98c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756637470625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "056672cd-8789-423c-92f2-11ff916ebf56", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756637522291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1f27424f-80e0-4930-b429-211f355ac209", + "name": "Executing task :entry:default@GeneratePkgModuleJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756638056083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "57fe411f-2fec-476d-98b4-31a7cd5c625d", + "name": "Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756638217666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9022b49a-3f6a-4e6f-805b-9da390824605", + "name": "Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756638842416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1b18c320-11da-4dfb-a891-6f3b82d2abf9", + "name": "entry : default@GeneratePkgModuleJson cost memory 0.064361572265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756638930375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c05bee7c-7e1a-4635-a778-66bde7c123b0", + "name": "UP-TO-DATE :entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756638041458, + "endTime": 354756638994250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b14062be-3778-472e-acd7-51bd19593b7f" + } + }, + { + "head": { + "id": "9c4d90fb-0573-48e8-818d-cc616cd512c2", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756643136208, + "endTime": 354757166566333 + }, + "additional": { + "children": [ + "f3709631-ad34-4507-8f79-244d50211fdb", + "40c35993-6e8a-4988-af39-42863b579184", + "29fdc12e-f7a5-4bce-9316-ebc242ccc520" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [ + "The input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets' has been changed." + ], + "detailId": "b828e42b-2b47-4055-8983-aa489edf2d20", + "logId": "2360c779-afb4-4fa5-ad38-60e9ba73bbd9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b828e42b-2b47-4055-8983-aa489edf2d20", + "name": "create entry:default@PackageHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756639983875 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9c4d90fb-0573-48e8-818d-cc616cd512c2" + } + }, + { + "head": { + "id": "e329c01c-518a-4e74-b414-5dfd3de45441", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756640105833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dd9a6208-48c4-4302-bab0-9768dea92946", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756640148833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "98c14715-c19b-4c67-9a8d-047ee7b87b06", + "name": "Executing task :entry:default@PackageHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756643149875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "59823e38-6c53-417b-843c-9e373f303020", + "name": "entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756645809791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d4bcd854-d533-4907-9324-5dd23c49258b", + "name": "Incremental task entry:default@PackageHap pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756645903666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e2205965-2fb2-46a9-a4b9-ca72718c4781", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756646024125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5b7eb7c3-0c4d-4666-a04d-d688918fbd94", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756646065916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f3709631-ad34-4507-8f79-244d50211fdb", + "name": "generate HAP packaging command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756646457083, + "endTime": 354756647267333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9c4d90fb-0573-48e8-818d-cc616cd512c2", + "logId": "5fbb7482-661b-41b1-96c5-d1e915446760" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "52714b50-9ed8-4644-9362-7a1a18fd36b6", + "name": "Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar]\n [\n 'java',\n '-Dfile.encoding=utf-8',\n '-jar',\n '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar',\n '--mode',\n 'hap',\n '--force',\n 'true',\n '--lib-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default',\n '--json-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json',\n '--resources-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources',\n '--index-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index',\n '--pack-info-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info',\n '--out-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap',\n '--ets-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets',\n '--pkg-context-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json'\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756647050875 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "9c4d90fb-0573-48e8-818d-cc616cd512c2" + } + }, + { + "head": { + "id": "5fbb7482-661b-41b1-96c5-d1e915446760", + "name": "generate HAP packaging command", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756646457083, + "endTime": 354756647267333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f3709631-ad34-4507-8f79-244d50211fdb", + "parent": "2360c779-afb4-4fa5-ad38-60e9ba73bbd9" + } + }, + { + "head": { + "id": "40c35993-6e8a-4988-af39-42863b579184", + "name": "submit HAP packaging task to work pool", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756647683958, + "endTime": 354756649472541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9c4d90fb-0573-48e8-818d-cc616cd512c2", + "logId": "7762ce14-b3f9-48ee-9f5a-7973e12b8459" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "efaa8561-f10c-4cc8-a632-0d9e7c89187d", + "name": "default@PackageHap work[22] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756648408083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "29fdc12e-f7a5-4bce-9316-ebc242ccc520", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 354756701825625, + "endTime": 354757166188791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "9c4d90fb-0573-48e8-818d-cc616cd512c2", + "logId": "f830a3f1-c177-4077-8009-0c2fd1277cc9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "127f9960-309b-41e9-bcf0-ebfb185c433b", + "name": "default@PackageHap work[22] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756648968916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d58e022-94d7-4ebf-b404-4fc4dd8cb6e7", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756649077583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3c3b0536-ebd7-42ee-a783-98632732cb9d", + "name": "default@PackageHap work[22] has been dispatched to worker[6].", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756649349291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2318e15-0044-44f6-a5ba-5679a4110496", + "name": "default@PackageHap work[22] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756649414791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7762ce14-b3f9-48ee-9f5a-7973e12b8459", + "name": "submit HAP packaging task to work pool", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756647683958, + "endTime": 354756649472541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "40c35993-6e8a-4988-af39-42863b579184", + "parent": "2360c779-afb4-4fa5-ad38-60e9ba73bbd9" + } + }, + { + "head": { + "id": "ccb981e3-3f0e-4595-89bf-394783bce0d4", + "name": "entry : default@PackageHap cost memory 0.7411422729492188", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756651146833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "606e1c28-eb17-4460-91b6-6b93be5a71de", + "name": "worker[6] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757166294958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "20890f67-71ce-44df-9df6-43415f295583", + "name": "default@PackageHap work[22] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757166434583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f830a3f1-c177-4077-8009-0c2fd1277cc9", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 354756701825625, + "endTime": 354757166188791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "29fdc12e-f7a5-4bce-9316-ebc242ccc520", + "parent": "2360c779-afb4-4fa5-ad38-60e9ba73bbd9" + } + }, + { + "head": { + "id": "4bf81b00-be02-41d9-b910-09e7a663aa45", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757166516416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2360c779-afb4-4fa5-ad38-60e9ba73bbd9", + "name": "Finished :entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354756643136208, + "endTime": 354757166566333, + "totalTime": 472446875 + }, + "additional": { + "logType": "info", + "children": [ + "5fbb7482-661b-41b1-96c5-d1e915446760", + "7762ce14-b3f9-48ee-9f5a-7973e12b8459", + "f830a3f1-c177-4077-8009-0c2fd1277cc9" + ], + "durationId": "9c4d90fb-0573-48e8-818d-cc616cd512c2" + } + }, + { + "head": { + "id": "3a7d4d5b-8cd2-4d21-b928-ee18b68789bd", + "name": "entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757171695791, + "endTime": 354757172409708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed." + ], + "detailId": "d94e10dd-b834-4d7e-8b02-705e778de4ad", + "logId": "bbe28da7-69e3-49d1-811f-f23bda5057e5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d94e10dd-b834-4d7e-8b02-705e778de4ad", + "name": "create entry:default@SignHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757170117583 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "3a7d4d5b-8cd2-4d21-b928-ee18b68789bd" + } + }, + { + "head": { + "id": "bebb5c32-7b0d-49eb-87c2-347a299ed466", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757170370875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d9762968-503d-45f7-b1a6-88e94e08b658", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757170459041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b311dc80-e5eb-4f40-842c-74bfef3bcee8", + "name": "Executing task :entry:default@SignHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757171702875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "19ad9857-aead-453a-bb75-4cabf815fa98", + "name": "Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project.\n If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757171868333 + }, + "additional": { + "logType": "warn", + "children": [], + "durationId": "3a7d4d5b-8cd2-4d21-b928-ee18b68789bd" + } + }, + { + "head": { + "id": "dea861bd-58d3-4c74-b221-d8fc7280447f", + "name": "entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757172066291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9a533295-ac95-4580-b96b-f8aed875112c", + "name": "Incremental task entry:default@SignHap pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757172119208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8396f095-8e35-4b8f-b4af-8d38ee039629", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757172169250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "21332784-d0bf-4ea6-be12-c951a1dce937", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757172199000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3c1a021b-2b31-44e0-8af4-5f88f08dffb5", + "name": "entry : default@SignHap cost memory 0.1031494140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757172300875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9b28e305-ca05-4011-a0bf-3aba5358ed7f", + "name": "runTaskFromQueue task cost before running: 2 s 373 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757172364958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bbe28da7-69e3-49d1-811f-f23bda5057e5", + "name": "Finished :entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757171695791, + "endTime": 354757172409708, + "totalTime": 656834 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3a7d4d5b-8cd2-4d21-b928-ee18b68789bd" + } + }, + { + "head": { + "id": "a896be63-4c2d-4032-9827-f8b282e3534f", + "name": "entry:default@CollectDebugSymbol", + "description": "Collect debug symbols to output dir.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757173695291, + "endTime": 354757175906583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "c450ee33-3d69-4522-915a-2fd5733dd3ea", + "logId": "8f7e80f5-ec60-4f5e-82c9-0dada3c5599e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c450ee33-3d69-4522-915a-2fd5733dd3ea", + "name": "create entry:default@CollectDebugSymbol task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757173190291 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a896be63-4c2d-4032-9827-f8b282e3534f" + } + }, + { + "head": { + "id": "eac9cb4f-00e2-4d23-9d9b-e397d4f3856c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757173311333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6a470285-bfe6-4e4d-9ac6-e8341c0d6d80", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757173351625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e59d21f-29bc-48ab-971d-8dd714e12c62", + "name": "Executing task :entry:default@CollectDebugSymbol", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757173705625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e0159ecd-cbcf-40cf-a5d9-6587d2638acb", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757175724500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2a3c83fe-4960-4c49-b0d7-1cbc6e5223c0", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757175758041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "95edf9b6-2f20-4186-a0ff-6903d26425f7", + "name": "entry : default@CollectDebugSymbol cost memory 0.19454193115234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757175803708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3927615c-a193-4c35-ae76-37129612433d", + "name": "runTaskFromQueue task cost before running: 2 s 376 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757175864333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8f7e80f5-ec60-4f5e-82c9-0dada3c5599e", + "name": "Finished :entry:default@CollectDebugSymbol", + "description": "Collect debug symbols to output dir.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757173695291, + "endTime": 354757175906583, + "totalTime": 2158000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a896be63-4c2d-4032-9827-f8b282e3534f" + } + }, + { + "head": { + "id": "bb8123a0-29d6-47fc-a65f-f3cc08564682", + "name": "entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757177041458, + "endTime": 354757177265375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "entry", + "category": "Hook", + "taskRunReasons": [], + "detailId": "eaba94f9-2ce1-431a-be94-55b9543bb61b", + "logId": "d0b8cd93-28da-49ab-b8b9-fb5ba75f8bf9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "eaba94f9-2ce1-431a-be94-55b9543bb61b", + "name": "create entry:assembleHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757176998916 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "bb8123a0-29d6-47fc-a65f-f3cc08564682" + } + }, + { + "head": { + "id": "45373de9-e9c8-4d82-b805-9cd0e098894f", + "name": "Executing task :entry:assembleHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757177047458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ee41441a-c0df-4d93-874b-66183fca1b1a", + "name": "entry : assembleHap cost memory 0.01171112060546875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757177150250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "70be3ac1-2afc-441e-9d74-1752144317e5", + "name": "runTaskFromQueue task cost before running: 2 s 378 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757177227125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0b8cd93-28da-49ab-b8b9-fb5ba75f8bf9", + "name": "Finished :entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757177041458, + "endTime": 354757177265375, + "totalTime": 170709 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "bb8123a0-29d6-47fc-a65f-f3cc08564682" + } + }, + { + "head": { + "id": "d10b5ed5-b1d6-4c02-be00-3e87bd2c88be", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757178249833, + "endTime": 354757178271541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "750e2960-03cc-4c63-9bca-5339daf607c5", + "logId": "91dc4a8b-0179-44b2-9604-22a0d5af05a8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "91dc4a8b-0179-44b2-9604-22a0d5af05a8", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757178249833, + "endTime": 354757178271541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d10b5ed5-b1d6-4c02-be00-3e87bd2c88be" + } + }, + { + "head": { + "id": "c6742bd3-5418-4223-b2c0-e5b1550f796a", + "name": "BUILD SUCCESSFUL in 2 s 379 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757178300541 + }, + "additional": { + "logType": "info", + "children": [] + } + }, + { + "head": { + "id": "e2ca9887-1355-4eaa-bec4-c0cc0f9c7dbb", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354754799996041, + "endTime": 354757178589375 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 43 + }, + "completeCommand": "{\"prop\":[\"module=entry@default\",\"product=default\",\"requiredDeviceType=phone\"],\"mode\":\"module\",\"parallel\":true,\"incremental\":true,\"daemon\":true,\"_\":[\"assembleHap\"],\"analyze\":\"normal\"};assembleHap", + "hvigorVersion": "5.14.3", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "success" + } + }, + { + "head": { + "id": "c7ca5c47-7fed-4d2a-ae6e-0546a0412109", + "name": "There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757178627041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc0514d8-57f1-4cd1-b135-e96d330a793a", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757178680083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d3c7f264-979c-48f7-8d14-05e60dfbe920", + "name": "There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757178715250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e0c6bb68-74d9-4275-964e-53f4a11cbf0d", + "name": "There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757178750375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd290692-125c-42fa-a32a-a78f3e3333e6", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757178785375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b9850cec-9212-4c51-96fc-dfbb1a7736d1", + "name": "Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757179058291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5beaa92a-5f04-4a27-beaf-67098a05e7af", + "name": "Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757179327166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bfe66721-0aac-4238-b6d1-b1ddde5e9d61", + "name": "There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757179372125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f853b30e-a7d5-4f1a-ab87-21e730d68cc0", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757179437083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "de4c2253-4ad5-4451-a34a-9074515ff1ce", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757179531916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "07671dbf-f4a9-4d21-8f3a-68cdf68f30f4", + "name": "Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757179799833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4d101d44-9154-41fe-ad58-3d316251b557", + "name": "Incremental task entry:default@SyscapTransform post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757179889958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "10dc79c8-d1df-49ec-b575-f6ee2d9f9ee1", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757179926916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "49abde94-73dc-45e5-bbcc-02f99ecfdf9c", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757179965000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c62634ab-b629-47d5-b723-3537d9f59d1c", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757179998375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "10519cf5-67ba-414c-8237-7285eb935702", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757180052375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5625ba18-d6a6-4036-89a3-fda2c51744e9", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757180084166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a9589147-c82d-4d7d-9266-480f50bf7eb4", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757180119625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67cd8983-cc4c-414b-ae12-6102f0b2a6ed", + "name": "There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757180153291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "57b96ad8-ecbf-4e6f-8758-fb808211791e", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757180982791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b39dbbc1-b571-4589-a7ce-4107763e858f", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757181139416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7850d5e5-0770-4984-b963-cb31a96cb381", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757181224250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "40fca5e7-1bd5-474d-a7c2-199f34e63721", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757181277208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7a678ba9-f698-43e4-9dcd-e3b95b99e829", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757181324958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a3b5f25-a26f-46e2-8941-4a0277f07569", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757181444250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a6c78f6c-2370-41bf-8d61-8902ce2515c0", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757181876000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a26a51e9-0bbb-4a8f-a2f3-1cc3f9803226", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757181926041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cef79ce2-9d16-4123-84f0-799cfc1c462b", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757181981166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "209b15b4-4f88-471d-9f96-1b695805f2d6", + "name": "Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757182042875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6b1a45a9-bdf6-4f9b-b4e3-83e18bd783a0", + "name": "Incremental task entry:default@CompileArkTS post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757182179166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "11ea33a5-18e0-4574-9afb-ab3d35f34298", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757182645750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df2abe2a-3933-40f1-bbbc-bb5ab24d46f2", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757182749416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "859efc1f-fd21-42ca-af2e-de7aea988d9d", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757182813708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6cfce43b-12d5-49a5-9281-712b20cf5ba2", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757182863125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0f20a8ee-1c10-47f7-b73a-a249eab5d5a3", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757182908375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "42267314-65f6-4743-a93d-fcf22e985938", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757183013833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d3fe56a3-1a8f-46cd-ac43-3077446928a2", + "name": "Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757183069708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8104b143-2c28-4df2-a8c8-39deb027fc08", + "name": "Incremental task entry:default@BuildJS post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757183161041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8088df7a-b9e3-4990-84f0-f7f8f4801bec", + "name": "There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757183191666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e1e21547-7e25-4f24-9060-c4a3e0e99b75", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757183223041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d123fdf2-65a4-4426-a52d-f01fbb6ac047", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757183463666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ff00d835-9435-4ef7-adff-1be20f514415", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757183535708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0a591372-c491-474f-a298-893732f15f40", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757183590875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e24c5113-f7e1-4649-b2d8-2f2473ef0b0f", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757184211541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "05ffce75-da12-4005-a003-f387c8d3d916", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757184271250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "273af7d5-ba80-4f23-bb63-8b6967588c98", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757184321083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b5a68c45-cd58-4886-a68e-a710c0f5af13", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757184356708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "45a62b8f-02aa-4ccd-bb3e-58b7c12ada58", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757184407041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "33f5c998-ed77-495d-bdcb-2985d0eb4e6b", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757184453291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "91687b20-a73c-44de-ae31-3219790c1200", + "name": "Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757184754458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c1cc9205-ac8d-45a9-b45d-bbce76ad8be5", + "name": "Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757184844708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0305392d-39ac-41ef-a5fe-af5683e3e075", + "name": "Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757184904041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9db13e47-66ce-41b1-8734-6fe2a0a624d6", + "name": "Incremental task entry:default@PackageHap post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757184981708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "740776ff-e7b6-4c7a-849d-9148b36cc2a5", + "name": "Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757185045958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a8f057af-5bb8-41a0-85e9-f2df5b6df7b9", + "name": "Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757185091291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7ff62e58-eff6-41c3-8fe1-b0a039e80c94", + "name": "Incremental task entry:default@SignHap post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757185174791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "69ae703d-af09-4625-a40d-38b09b281b3b", + "name": "Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757186213541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64d0c042-dfb6-49da-9fd6-b3074a079e4f", + "name": "Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757186275458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "45f29688-10cf-4eab-8bc2-071f45407453", + "name": "Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757186366875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1fdb42f1-5c90-4227-bef9-e426bfcbd6d5", + "name": "Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757186445875 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/.hvigor/report/report-202503312044068870.json b/.hvigor/report/report-202503312044068870.json new file mode 100644 index 0000000..164cef6 --- /dev/null +++ b/.hvigor/report/report-202503312044068870.json @@ -0,0 +1,8435 @@ +{ + "version": "2.0", + "ppid": 30597, + "events": [ + { + "head": { + "id": "adb8bcf1-fa92-40d1-bbff-3a890319e808", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757197460166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a38a3d27-b55c-40cc-9d7e-049a6ba85445", + "name": "worker[6] exits with exit code 1.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757202628208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ba22529f-a873-4bd1-8856-52436a24437d", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757203313083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c4e0e2bc-7d08-4422-8bf9-c10e391ab32e", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354757203454083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5018023a-245b-4eba-8ed6-575ddad5fe05", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785712062583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "05161e97-7c14-4d2d-8a41-9e38ca8cfdba", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785745546291, + "endTime": 354786605537041 + }, + "additional": { + "children": [ + "00699b76-1339-4012-ba66-75c97659bca3", + "b07fa90c-f4bd-45be-b343-aa4fff16732f", + "08c36ebf-0de6-4536-b6b5-a1284f94b1fb", + "c9ede46e-8745-4b4e-af8f-7a340d280846", + "385839c7-b201-4454-97d8-c503afcfcb1b", + "e1c0cf60-8fbc-477a-9cd5-7c8e28e0cf79", + "42b60b36-d072-42c1-889d-6d5fe6f82854" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "e7f11aec-a88b-43e8-9d8c-bd497b7e1da8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "00699b76-1339-4012-ba66-75c97659bca3", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785745558791, + "endTime": 354785789695000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "05161e97-7c14-4d2d-8a41-9e38ca8cfdba", + "logId": "35ff596a-aa00-4cb3-9aef-00e88d44bfde" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b07fa90c-f4bd-45be-b343-aa4fff16732f", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785789713458, + "endTime": 354786595421416 + }, + "additional": { + "children": [ + "cae53aee-cdb9-4d02-aa7a-0ca67156d658", + "b2b97502-c7e0-46bf-9d09-494aa9e3d910", + "4fdbec7e-d6f2-4a86-9473-e6f6d0ac4134", + "93c0facf-f329-41cd-be6c-85bf7f1a1bfc", + "3e10d568-012d-489e-924e-0670c9d5371c", + "baed82f7-e841-4f48-ad2d-1a12de17241f", + "2b15c01a-329a-47f3-a37e-571d29157e98", + "7c56104c-a09e-4f3c-84a0-fc8daf4ca902", + "5b380e34-3d52-4c3c-aafc-baffcd730013" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "05161e97-7c14-4d2d-8a41-9e38ca8cfdba", + "logId": "4c338563-3813-4814-9e70-2a32bf7f0352" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "08c36ebf-0de6-4536-b6b5-a1284f94b1fb", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786595694000, + "endTime": 354786600370375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "05161e97-7c14-4d2d-8a41-9e38ca8cfdba", + "logId": "800cb076-947e-43da-9ccf-b85e7cc196fc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c9ede46e-8745-4b4e-af8f-7a340d280846", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786600443041, + "endTime": 354786605372791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "05161e97-7c14-4d2d-8a41-9e38ca8cfdba", + "logId": "57af0acd-2c4b-434f-85a6-5dbca789934d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "385839c7-b201-4454-97d8-c503afcfcb1b", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785754827291, + "endTime": 354785754923875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "05161e97-7c14-4d2d-8a41-9e38ca8cfdba", + "logId": "f1deca94-16aa-4a31-a085-08dcaf46e73a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f1deca94-16aa-4a31-a085-08dcaf46e73a", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785754827291, + "endTime": 354785754923875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "385839c7-b201-4454-97d8-c503afcfcb1b", + "parent": "e7f11aec-a88b-43e8-9d8c-bd497b7e1da8" + } + }, + { + "head": { + "id": "e1c0cf60-8fbc-477a-9cd5-7c8e28e0cf79", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785769472208, + "endTime": 354785769503458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "05161e97-7c14-4d2d-8a41-9e38ca8cfdba", + "logId": "1bf85974-ff37-4679-a862-f60dce751f32" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1bf85974-ff37-4679-a862-f60dce751f32", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785769472208, + "endTime": 354785769503458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e1c0cf60-8fbc-477a-9cd5-7c8e28e0cf79", + "parent": "e7f11aec-a88b-43e8-9d8c-bd497b7e1da8" + } + }, + { + "head": { + "id": "5b71ec0b-125b-4a09-b7f7-b0e7b56c9b73", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785770082375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0607759-ba7c-4b65-b32e-283f1c3b325c", + "name": "Cache service initialization finished in 20 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785789556625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "35ff596a-aa00-4cb3-9aef-00e88d44bfde", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785745558791, + "endTime": 354785789695000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "00699b76-1339-4012-ba66-75c97659bca3", + "parent": "e7f11aec-a88b-43e8-9d8c-bd497b7e1da8" + } + }, + { + "head": { + "id": "cae53aee-cdb9-4d02-aa7a-0ca67156d658", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785794352208, + "endTime": 354785794369500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b07fa90c-f4bd-45be-b343-aa4fff16732f", + "logId": "e278861a-a929-4e73-b888-75dcdea5c667" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b2b97502-c7e0-46bf-9d09-494aa9e3d910", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785794393291, + "endTime": 354785801868375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b07fa90c-f4bd-45be-b343-aa4fff16732f", + "logId": "359a3a0f-e4c8-416f-b4ef-1618818b041f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4fdbec7e-d6f2-4a86-9473-e6f6d0ac4134", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785801895750, + "endTime": 354786025100875 + }, + "additional": { + "children": [ + "e9c70529-9c1b-400c-ac89-d8c31ad77437", + "19189071-716a-4205-926f-b163c20258b1", + "5a4b9b2f-5687-40aa-9210-ada5ec499808" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b07fa90c-f4bd-45be-b343-aa4fff16732f", + "logId": "f7e5a433-61c9-455c-8aa2-4dc5539ac02f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "93c0facf-f329-41cd-be6c-85bf7f1a1bfc", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786025135375, + "endTime": 354786113447916 + }, + "additional": { + "children": [ + "efead54c-5bd1-40e7-863e-0cd3f7603c8c" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b07fa90c-f4bd-45be-b343-aa4fff16732f", + "logId": "549fa96d-1ca8-447a-a407-8567b1d34b6e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3e10d568-012d-489e-924e-0670c9d5371c", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786114364541, + "endTime": 354786520672541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b07fa90c-f4bd-45be-b343-aa4fff16732f", + "logId": "c4fb166f-35e7-4ae4-b9b5-2e5ad5596075" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "baed82f7-e841-4f48-ad2d-1a12de17241f", + "name": "ohpm install", + "description": "Ohpm install event.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786531061583, + "endTime": 354786559863000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b07fa90c-f4bd-45be-b343-aa4fff16732f", + "logId": "47e6aee2-3e2a-4274-9371-bacadbab8471" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "2b15c01a-329a-47f3-a37e-571d29157e98", + "name": "eval hook", + "description": "EvaluateEvent hook.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786559995166, + "endTime": 354786594332583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b07fa90c-f4bd-45be-b343-aa4fff16732f", + "logId": "cc9f7c2c-c0bf-4468-b6db-4a0bcb7e141a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7c56104c-a09e-4f3c-84a0-fc8daf4ca902", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786594423541, + "endTime": 354786595327041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b07fa90c-f4bd-45be-b343-aa4fff16732f", + "logId": "89989bd9-b586-4f42-95ca-da96a535ca59" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e278861a-a929-4e73-b888-75dcdea5c667", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785794352208, + "endTime": 354785794369500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "cae53aee-cdb9-4d02-aa7a-0ca67156d658", + "parent": "4c338563-3813-4814-9e70-2a32bf7f0352" + } + }, + { + "head": { + "id": "359a3a0f-e4c8-416f-b4ef-1618818b041f", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785794393291, + "endTime": 354785801868375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b2b97502-c7e0-46bf-9d09-494aa9e3d910", + "parent": "4c338563-3813-4814-9e70-2a32bf7f0352" + } + }, + { + "head": { + "id": "e9c70529-9c1b-400c-ac89-d8c31ad77437", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785802519500, + "endTime": 354785802541000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "4fdbec7e-d6f2-4a86-9473-e6f6d0ac4134", + "logId": "032d133b-ef04-42ee-9768-5fcae8ae731d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "032d133b-ef04-42ee-9768-5fcae8ae731d", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785802519500, + "endTime": 354785802541000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e9c70529-9c1b-400c-ac89-d8c31ad77437", + "parent": "f7e5a433-61c9-455c-8aa2-4dc5539ac02f" + } + }, + { + "head": { + "id": "19189071-716a-4205-926f-b163c20258b1", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785804507333, + "endTime": 354786023420958 + }, + "additional": { + "children": [ + "62a52c49-f688-4c59-abde-d1b73f0b8c6b", + "3700ef9d-3cc2-4360-a35e-09c3f411004d" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "4fdbec7e-d6f2-4a86-9473-e6f6d0ac4134", + "logId": "62c18cb8-77ed-437d-9927-1749ac85ae3a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "62a52c49-f688-4c59-abde-d1b73f0b8c6b", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785804511791, + "endTime": 354785845679250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "19189071-716a-4205-926f-b163c20258b1", + "logId": "3dbdfe18-e4c2-4a76-a80c-e991ad153a86" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3700ef9d-3cc2-4360-a35e-09c3f411004d", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785845743541, + "endTime": 354786023283083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "19189071-716a-4205-926f-b163c20258b1", + "logId": "8bb4c91c-4ca5-4d6d-b9b3-32a757b937c3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "26122293-65f4-4d43-9540-01fb8c117dc1", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785804531583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0af5cbbd-b64b-447c-830b-d8fc52816958", + "name": "hvigorfile, require result: { default: { system: [Function: appTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785845481416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3dbdfe18-e4c2-4a76-a80c-e991ad153a86", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785804511791, + "endTime": 354785845679250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "62a52c49-f688-4c59-abde-d1b73f0b8c6b", + "parent": "62c18cb8-77ed-437d-9927-1749ac85ae3a" + } + }, + { + "head": { + "id": "0ecc9dcf-6ae0-4cbe-b4b6-e06daa5f9147", + "name": "hvigorfile, binding system plugins [Function: appTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785845885708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "af10d8e1-544e-48e1-858c-144639c7b795", + "name": "Start initialize project's product build option map with build mode debug.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785858255541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ef573224-2606-48a4-9363-371a9180cd4c", + "name": "Picking option from product 'default' with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785858771125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d38d376b-de36-49c7-87fa-ba9d0c89cb6e", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785859521625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "08368c6e-a9d3-438c-9995-139cebe78f30", + "name": "End initialize project's product build option map with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785860479791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "871b0d93-79b0-486b-9f75-ce3c5c4bb4dd", + "name": "Product 'default' using build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n }\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785863588583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "512f3ae5-0ab3-4a71-9383-f9114337ce03", + "name": "No signingConfig found, initRemoteHspCache failed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785876526000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bfaed7b5-4520-49b0-8344-93f3d2456357", + "name": "Start recording SDK configuration permission data.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785893027333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e61bd43-3070-46bb-94d7-5f2e33fc54cd", + "name": "Sdk init in 78 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785955612041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e3f9eb22-3ce4-44a7-893c-dc4cfee94a6f", + "name": "sdkVersion", + "description": "5.0.2.126", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785956201708 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 44 + }, + "markType": "other" + } + }, + { + "head": { + "id": "89756664-256f-446b-858b-9803a0b10d9f", + "name": "caseSensitiveCheckOn", + "description": "caseSensitiveCheck check is on", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785956485375 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 44 + }, + "markType": "other" + } + }, + { + "head": { + "id": "9148943a-19fe-4d04-92b0-9cad73f53321", + "name": "Project task initialization takes 60 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786022754625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4f3011db-7bfa-475f-9b7e-83c3ad408d7b", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786022959833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "867a3bb5-a6aa-44df-a3b1-c041bb2ae84f", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786023032416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "db644347-1d56-46f2-b65a-76a379f5e8f0", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786023221666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8bb4c91c-4ca5-4d6d-b9b3-32a757b937c3", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785845743541, + "endTime": 354786023283083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3700ef9d-3cc2-4360-a35e-09c3f411004d", + "parent": "62c18cb8-77ed-437d-9927-1749ac85ae3a" + } + }, + { + "head": { + "id": "62c18cb8-77ed-437d-9927-1749ac85ae3a", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785804507333, + "endTime": 354786023420958 + }, + "additional": { + "logType": "info", + "children": [ + "3dbdfe18-e4c2-4a76-a80c-e991ad153a86", + "8bb4c91c-4ca5-4d6d-b9b3-32a757b937c3" + ], + "durationId": "19189071-716a-4205-926f-b163c20258b1", + "parent": "f7e5a433-61c9-455c-8aa2-4dc5539ac02f" + } + }, + { + "head": { + "id": "5a4b9b2f-5687-40aa-9210-ada5ec499808", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786025049416, + "endTime": 354786025071708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "4fdbec7e-d6f2-4a86-9473-e6f6d0ac4134", + "logId": "8b20dea5-93ca-4cc3-ae8e-437997b6d2fc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8b20dea5-93ca-4cc3-ae8e-437997b6d2fc", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786025049416, + "endTime": 354786025071708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5a4b9b2f-5687-40aa-9210-ada5ec499808", + "parent": "f7e5a433-61c9-455c-8aa2-4dc5539ac02f" + } + }, + { + "head": { + "id": "f7e5a433-61c9-455c-8aa2-4dc5539ac02f", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785801895750, + "endTime": 354786025100875 + }, + "additional": { + "logType": "info", + "children": [ + "032d133b-ef04-42ee-9768-5fcae8ae731d", + "62c18cb8-77ed-437d-9927-1749ac85ae3a", + "8b20dea5-93ca-4cc3-ae8e-437997b6d2fc" + ], + "durationId": "4fdbec7e-d6f2-4a86-9473-e6f6d0ac4134", + "parent": "4c338563-3813-4814-9e70-2a32bf7f0352" + } + }, + { + "head": { + "id": "efead54c-5bd1-40e7-863e-0cd3f7603c8c", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786025882375, + "endTime": 354786113404541 + }, + "additional": { + "children": [ + "820f52c0-70bb-41af-9d2b-237f631cf40b", + "03802ab4-1cb8-4328-84ef-ea9aed8ff897", + "a84df03c-c130-47b3-b638-14a298435b89" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "93c0facf-f329-41cd-be6c-85bf7f1a1bfc", + "logId": "ebb4641f-4643-4697-92e7-dbd09cbd5def" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "820f52c0-70bb-41af-9d2b-237f631cf40b", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786039007583, + "endTime": 354786039040000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "efead54c-5bd1-40e7-863e-0cd3f7603c8c", + "logId": "4cee829e-b97b-496c-bea3-f663247ea37d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4cee829e-b97b-496c-bea3-f663247ea37d", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786039007583, + "endTime": 354786039040000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "820f52c0-70bb-41af-9d2b-237f631cf40b", + "parent": "ebb4641f-4643-4697-92e7-dbd09cbd5def" + } + }, + { + "head": { + "id": "03802ab4-1cb8-4328-84ef-ea9aed8ff897", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786042281083, + "endTime": 354786108732500 + }, + "additional": { + "children": [ + "bbb80973-6287-4c67-8632-86219c48f43c", + "b0712b18-7f8e-43ad-ae9b-a6504dc3fe3f" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "efead54c-5bd1-40e7-863e-0cd3f7603c8c", + "logId": "7d0e5b64-e2b2-4742-9f2c-6788efda02c3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "bbb80973-6287-4c67-8632-86219c48f43c", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786042283791, + "endTime": 354786059657541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "03802ab4-1cb8-4328-84ef-ea9aed8ff897", + "logId": "f0d52304-f619-43eb-ac4b-528d716d70a1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b0712b18-7f8e-43ad-ae9b-a6504dc3fe3f", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786059699333, + "endTime": 354786108708458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "03802ab4-1cb8-4328-84ef-ea9aed8ff897", + "logId": "300d1d16-f51c-4cbd-b42a-07b0e5892349" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3343ba18-4b94-4041-94b0-98bb44fdd634", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786042295958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3fe624d3-194e-4931-bc43-9334940ff2fd", + "name": "hvigorfile, require result: { default: { system: [Function: hapTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786058826000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f0d52304-f619-43eb-ac4b-528d716d70a1", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786042283791, + "endTime": 354786059657541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "bbb80973-6287-4c67-8632-86219c48f43c", + "parent": "7d0e5b64-e2b2-4742-9f2c-6788efda02c3" + } + }, + { + "head": { + "id": "b6175560-4e52-497e-ad06-3b12b6ae0d04", + "name": "hvigorfile, binding system plugins [Function: hapTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786059761083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "316a5821-28aa-4fa6-be71-9ac377c054f7", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786081266291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d495c0bc-0165-422b-a876-eec15f60956e", + "name": "Target 'default' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786081522166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "85b8a602-11d1-43f6-aac7-849897bda80e", + "name": "Target 'ohosTest' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786082243250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d385fd9d-b50b-4ce3-9c62-41629c61ec75", + "name": "Module 'entry' target 'default' build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786082974791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a60fa361-0189-48a3-8883-4bf536c79e82", + "name": "Module 'entry' target 'ohosTest' build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"default\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786083504708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d703dbeb-7b35-40ee-84d1-86a4d2fcda85", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786084005000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d524cf4b-da5a-4638-aa7c-84c3f4b0a616", + "name": "Module 'entry' target 'default' using build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786084255291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5cd466bc-ec58-40a3-a7e3-26698c5cb960", + "name": "Module entry task initialization takes 16 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786108187125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "02713fc0-36e1-4dca-b929-c63f59b88e82", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786108508625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "278fc849-5268-47f5-935e-52a00555419f", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786108587208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a14025ae-7c11-4600-bafa-336c03de9943", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786108647500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "300d1d16-f51c-4cbd-b42a-07b0e5892349", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786059699333, + "endTime": 354786108708458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b0712b18-7f8e-43ad-ae9b-a6504dc3fe3f", + "parent": "7d0e5b64-e2b2-4742-9f2c-6788efda02c3" + } + }, + { + "head": { + "id": "7d0e5b64-e2b2-4742-9f2c-6788efda02c3", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786042281083, + "endTime": 354786108732500 + }, + "additional": { + "logType": "info", + "children": [ + "f0d52304-f619-43eb-ac4b-528d716d70a1", + "300d1d16-f51c-4cbd-b42a-07b0e5892349" + ], + "durationId": "03802ab4-1cb8-4328-84ef-ea9aed8ff897", + "parent": "ebb4641f-4643-4697-92e7-dbd09cbd5def" + } + }, + { + "head": { + "id": "a84df03c-c130-47b3-b638-14a298435b89", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786113245000, + "endTime": 354786113314833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "efead54c-5bd1-40e7-863e-0cd3f7603c8c", + "logId": "c44dd10f-8471-4ea0-9c3b-f72a1c80319b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c44dd10f-8471-4ea0-9c3b-f72a1c80319b", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786113245000, + "endTime": 354786113314833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a84df03c-c130-47b3-b638-14a298435b89", + "parent": "ebb4641f-4643-4697-92e7-dbd09cbd5def" + } + }, + { + "head": { + "id": "ebb4641f-4643-4697-92e7-dbd09cbd5def", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786025882375, + "endTime": 354786113404541 + }, + "additional": { + "logType": "info", + "children": [ + "4cee829e-b97b-496c-bea3-f663247ea37d", + "7d0e5b64-e2b2-4742-9f2c-6788efda02c3", + "c44dd10f-8471-4ea0-9c3b-f72a1c80319b" + ], + "durationId": "efead54c-5bd1-40e7-863e-0cd3f7603c8c", + "parent": "549fa96d-1ca8-447a-a407-8567b1d34b6e" + } + }, + { + "head": { + "id": "549fa96d-1ca8-447a-a407-8567b1d34b6e", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786025135375, + "endTime": 354786113447916 + }, + "additional": { + "logType": "info", + "children": [ + "ebb4641f-4643-4697-92e7-dbd09cbd5def" + ], + "durationId": "93c0facf-f329-41cd-be6c-85bf7f1a1bfc", + "parent": "4c338563-3813-4814-9e70-2a32bf7f0352" + } + }, + { + "head": { + "id": "dddecef0-9a57-40bc-a08f-5c4fe5af6087", + "name": "watch files: [\n '/Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts',\n '/Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/log4js.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/node.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/common.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/ms/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/rfdc/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/configuration.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/layouts.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/date-format/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/levels.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/clustering.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/LoggingEvent.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/flatted/cjs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/adapters.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/console.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stdout.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stderr.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/logLevelFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/categoryFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/noLogFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileWriteStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/graceful-fs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/polyfills.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/legacy-streams.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/clone.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/win32.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/rimraf.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-type.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/jsonfile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/jsonfile/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/move-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/move.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/output/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/now.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameFormatter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameParser.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/moveAndMaybeCompressFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/DateRollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/dateFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/fileSync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/tcp.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/categories.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/connect-logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/recording.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/src/common/util/local-file-writer.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/make-dir.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/utils.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-type.js',\n ... 1855 more items\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786204711250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "39d8e7ff-8a2e-4a37-9b40-b9e529b57d2d", + "name": "hvigorfile, resolve hvigorfile dependencies in 404 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786519130125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c4fb166f-35e7-4ae4-b9b5-2e5ad5596075", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786114364541, + "endTime": 354786520672541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3e10d568-012d-489e-924e-0670c9d5371c", + "parent": "4c338563-3813-4814-9e70-2a32bf7f0352" + } + }, + { + "head": { + "id": "5b380e34-3d52-4c3c-aafc-baffcd730013", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786529784166, + "endTime": 354786531009125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b07fa90c-f4bd-45be-b343-aa4fff16732f", + "logId": "c61c79a1-5341-49df-9bab-390b1f15e2af" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f005e049-dd6c-44cc-aeae-c8fb044aa117", + "name": "project has submodules:entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786530007875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c61c79a1-5341-49df-9bab-390b1f15e2af", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786529784166, + "endTime": 354786531009125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5b380e34-3d52-4c3c-aafc-baffcd730013", + "parent": "4c338563-3813-4814-9e70-2a32bf7f0352" + } + }, + { + "head": { + "id": "1517a8a9-92ad-458d-bc39-9aada8ce515d", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786533913666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "41e3d0ae-a787-4b21-8247-aaa1b15546af", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786557853541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "47e6aee2-3e2a-4274-9371-bacadbab8471", + "name": "ohpm install", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786531061583, + "endTime": 354786559863000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "baed82f7-e841-4f48-ad2d-1a12de17241f", + "parent": "4c338563-3813-4814-9e70-2a32bf7f0352" + } + }, + { + "head": { + "id": "c256be8a-8307-4432-9525-34eb530d7360", + "name": "Module ClassMG Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786566527541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ce6ccd81-1636-4090-9f91-edd87d858701", + "name": "Module ClassMG's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786566916166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e77910e5-afc6-442d-8be9-54ffe1ac8f76", + "name": "Module entry Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786577598416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "620ad18d-4ded-455e-8055-494c9134d708", + "name": "Module entry's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786579249291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc9f7c2c-c0bf-4468-b6db-4a0bcb7e141a", + "name": "eval hook", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786559995166, + "endTime": 354786594332583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2b15c01a-329a-47f3-a37e-571d29157e98", + "parent": "4c338563-3813-4814-9e70-2a32bf7f0352" + } + }, + { + "head": { + "id": "075708e2-9c29-415b-a7cb-19b7161bed46", + "name": "Configuration phase cost:801 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786594825916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "89989bd9-b586-4f42-95ca-da96a535ca59", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786594423541, + "endTime": 354786595327041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7c56104c-a09e-4f3c-84a0-fc8daf4ca902", + "parent": "4c338563-3813-4814-9e70-2a32bf7f0352" + } + }, + { + "head": { + "id": "4c338563-3813-4814-9e70-2a32bf7f0352", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785789713458, + "endTime": 354786595421416 + }, + "additional": { + "logType": "info", + "children": [ + "e278861a-a929-4e73-b888-75dcdea5c667", + "359a3a0f-e4c8-416f-b4ef-1618818b041f", + "f7e5a433-61c9-455c-8aa2-4dc5539ac02f", + "549fa96d-1ca8-447a-a407-8567b1d34b6e", + "c4fb166f-35e7-4ae4-b9b5-2e5ad5596075", + "47e6aee2-3e2a-4274-9371-bacadbab8471", + "cc9f7c2c-c0bf-4468-b6db-4a0bcb7e141a", + "89989bd9-b586-4f42-95ca-da96a535ca59", + "c61c79a1-5341-49df-9bab-390b1f15e2af" + ], + "durationId": "b07fa90c-f4bd-45be-b343-aa4fff16732f", + "parent": "e7f11aec-a88b-43e8-9d8c-bd497b7e1da8" + } + }, + { + "head": { + "id": "42b60b36-d072-42c1-889d-6d5fe6f82854", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786600098250, + "endTime": 354786600140708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "05161e97-7c14-4d2d-8a41-9e38ca8cfdba", + "logId": "93f67e02-28ab-4e50-bb0a-9bba589a8921" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "93f67e02-28ab-4e50-bb0a-9bba589a8921", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786600098250, + "endTime": 354786600140708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "42b60b36-d072-42c1-889d-6d5fe6f82854", + "parent": "e7f11aec-a88b-43e8-9d8c-bd497b7e1da8" + } + }, + { + "head": { + "id": "800cb076-947e-43da-9ccf-b85e7cc196fc", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786595694000, + "endTime": 354786600370375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "08c36ebf-0de6-4536-b6b5-a1284f94b1fb", + "parent": "e7f11aec-a88b-43e8-9d8c-bd497b7e1da8" + } + }, + { + "head": { + "id": "57af0acd-2c4b-434f-85a6-5dbca789934d", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786600443041, + "endTime": 354786605372791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c9ede46e-8745-4b4e-af8f-7a340d280846", + "parent": "e7f11aec-a88b-43e8-9d8c-bd497b7e1da8" + } + }, + { + "head": { + "id": "e7f11aec-a88b-43e8-9d8c-bd497b7e1da8", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785745546291, + "endTime": 354786605537041 + }, + "additional": { + "logType": "info", + "children": [ + "35ff596a-aa00-4cb3-9aef-00e88d44bfde", + "4c338563-3813-4814-9e70-2a32bf7f0352", + "800cb076-947e-43da-9ccf-b85e7cc196fc", + "57af0acd-2c4b-434f-85a6-5dbca789934d", + "f1deca94-16aa-4a31-a085-08dcaf46e73a", + "1bf85974-ff37-4679-a862-f60dce751f32", + "93f67e02-28ab-4e50-bb0a-9bba589a8921" + ], + "durationId": "05161e97-7c14-4d2d-8a41-9e38ca8cfdba" + } + }, + { + "head": { + "id": "6503137f-2214-4b8e-b477-2e0903f25c07", + "name": "Configuration task cost before running: 874 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786610472125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "91a11a42-bbfe-4656-a135-7ad484a2f4fa", + "name": "entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786626657125, + "endTime": 354786639039625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "b7a448bb-910f-4e77-bf8e-14cc85c2e5d7", + "logId": "a9e5d585-4fcc-4717-acb1-a40c7b3b54e9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b7a448bb-910f-4e77-bf8e-14cc85c2e5d7", + "name": "create entry:default@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786615933541 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "91a11a42-bbfe-4656-a135-7ad484a2f4fa" + } + }, + { + "head": { + "id": "77c6de1c-100b-4428-ae2f-7339bb0aa52f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786616659333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6818ae1f-278c-4d8b-889f-6d3a2f1872b2", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786616997750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5454e335-e4b1-467e-b6e8-e3d4b1663761", + "name": "Executing task :entry:default@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786626712208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "05f5d2d6-a9ed-435f-8ae2-f8a3d9bc9acd", + "name": "Incremental task entry:default@PreBuild pre-execution cost: 5 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786638474000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "65412c1d-b9cf-45f8-8b8f-1f4beaa7dcaa", + "name": "entry : default@PreBuild cost memory 0.21968841552734375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786638857625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a9e5d585-4fcc-4717-acb1-a40c7b3b54e9", + "name": "UP-TO-DATE :entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786626657125, + "endTime": 354786639039625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "91a11a42-bbfe-4656-a135-7ad484a2f4fa" + } + }, + { + "head": { + "id": "91e68f6f-c4bf-426f-be9c-b5b0cd1d9289", + "name": "entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786643774458, + "endTime": 354786646552375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "7c36363e-fb9f-471d-bf2c-585993baf317", + "logId": "1806aca1-986a-47dc-b013-24c7ed1cecbc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7c36363e-fb9f-471d-bf2c-585993baf317", + "name": "create entry:default@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786642115958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "91e68f6f-c4bf-426f-be9c-b5b0cd1d9289" + } + }, + { + "head": { + "id": "435de3f7-d69c-45b0-b55e-81b9d8a55cce", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786642369000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f3fe21ef-3a8f-4ab7-b5f7-eb27145a5b52", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786642461041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5bd6dc2c-0ff2-4171-b49b-90f7aa2a37f5", + "name": "Executing task :entry:default@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786643789000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bc76e4f7-46ae-4c46-8f45-1358636b3a0d", + "name": "Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 2 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786645234958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "01949fc9-9f88-4111-83c5-536d6a8496ab", + "name": "Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786646136750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ffe6b395-e1ec-40ab-a5dc-7b31e6e4a002", + "name": "entry : default@GenerateMetadata cost memory 0.0831756591796875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786646420375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1806aca1-986a-47dc-b013-24c7ed1cecbc", + "name": "UP-TO-DATE :entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786643774458, + "endTime": 354786646552375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "91e68f6f-c4bf-426f-be9c-b5b0cd1d9289" + } + }, + { + "head": { + "id": "39a899a4-96d2-46b5-b3d9-b144dda71b5b", + "name": "entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786649160125, + "endTime": 354786650044541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "8c627ccf-f437-47ce-b213-fcc7c4fdb7e1", + "logId": "64cfa654-50cf-4478-b7a7-f952a8362391" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8c627ccf-f437-47ce-b213-fcc7c4fdb7e1", + "name": "create entry:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786648394875 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "39a899a4-96d2-46b5-b3d9-b144dda71b5b" + } + }, + { + "head": { + "id": "5d676cb2-4700-4f10-8096-0734fb6bdf5f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786648652250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4ed13864-97d4-4b1b-b8ae-3817725ab6d6", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786648749750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0ef31d5-9522-4f82-a111-4181a49d3068", + "name": "Executing task :entry:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786649181708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d3d54a54-7b6c-471a-8e7d-7bf187b14ab2", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786649457666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6436b6a7-23b9-4cd8-a1ca-f91f185b35a4", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786649585708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0602d767-97aa-47c7-a3d6-765e759a963e", + "name": "entry : default@ConfigureCmake cost memory 0.03696441650390625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786649793958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1215c251-1266-40f7-9855-770024d80fd1", + "name": "runTaskFromQueue task cost before running: 914 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786649964583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64cfa654-50cf-4478-b7a7-f952a8362391", + "name": "Finished :entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786649160125, + "endTime": 354786650044541, + "totalTime": 775709 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "39a899a4-96d2-46b5-b3d9-b144dda71b5b" + } + }, + { + "head": { + "id": "3e58133d-82e2-445d-be1c-0a003a40a756", + "name": "entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786662364416, + "endTime": 354786665479625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "8f2e1c3e-f835-46e2-875c-905654bbb792", + "logId": "fd4199e8-9cd7-4fa8-a046-69d8073f547a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8f2e1c3e-f835-46e2-875c-905654bbb792", + "name": "create entry:default@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786657142125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "3e58133d-82e2-445d-be1c-0a003a40a756" + } + }, + { + "head": { + "id": "310bb28c-5471-4e38-b6c3-09c1920d4123", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786658304625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2677efc-048f-45ae-b511-8e4088d5e8eb", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786658810291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0ad3012-a0f6-4c32-a466-82cc49cd6e83", + "name": "Executing task :entry:default@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786662421666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7b7747a4-ed2d-4ac9-8b8e-8df7be1cefcf", + "name": "Incremental task entry:default@MergeProfile pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786665010875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c3049cf1-912d-46cf-adf3-eb52498f8a76", + "name": "entry : default@MergeProfile cost memory 0.10088348388671875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786665356083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd4199e8-9cd7-4fa8-a046-69d8073f547a", + "name": "UP-TO-DATE :entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786662364416, + "endTime": 354786665479625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3e58133d-82e2-445d-be1c-0a003a40a756" + } + }, + { + "head": { + "id": "3e60861c-1159-4970-b902-2d4dcd364c8d", + "name": "entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786670384833, + "endTime": 354786674659125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "fa88031f-0243-4ac0-a373-2ba0067f1476", + "logId": "19fdf447-28f4-4636-b13d-f77868e4f542" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "fa88031f-0243-4ac0-a373-2ba0067f1476", + "name": "create entry:default@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786668468416 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "3e60861c-1159-4970-b902-2d4dcd364c8d" + } + }, + { + "head": { + "id": "9bab4b4a-10ec-4f89-83c1-56564c6030f8", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786669026041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8d1d519d-3854-4706-8ba5-db5af85211ba", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786669165916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "60952047-be47-4d4d-b0c0-511844193286", + "name": "Executing task :entry:default@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786670410500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1b7dedfe-ab07-48df-85fc-44f4a3ccf80c", + "name": "Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 2 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786672475583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a1917d26-fc88-4c79-9059-550c443df0a9", + "name": "Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786673874750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f6331be9-9617-4e6f-808c-d5356171d84e", + "name": "entry : default@CreateBuildProfile cost memory 0.087646484375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786674475541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "19fdf447-28f4-4636-b13d-f77868e4f542", + "name": "UP-TO-DATE :entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786670384833, + "endTime": 354786674659125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3e60861c-1159-4970-b902-2d4dcd364c8d" + } + }, + { + "head": { + "id": "a8358e31-c5c3-4349-91f7-0394a7f7f9ee", + "name": "entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786678232583, + "endTime": 354786679165166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "5359187f-1602-4255-838c-033b1b7f4309", + "logId": "0f31cdeb-5fe9-43f6-9260-b3e97f069565" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5359187f-1602-4255-838c-033b1b7f4309", + "name": "create entry:default@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786676568625 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a8358e31-c5c3-4349-91f7-0394a7f7f9ee" + } + }, + { + "head": { + "id": "e52150ba-f3cd-432b-adf7-0c041b555058", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786676882333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dd5e7b7e-49d4-4738-8803-9184fcb55adc", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786677067041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f7c9bd87-4ec3-4c3f-9be0-11d289cb5833", + "name": "Executing task :entry:default@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786678251166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6d6b910a-439d-4823-ab45-31a62147911a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786678424750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d1b193e6-164e-4373-9034-5ddddcea647c", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786678497166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b2dd12e1-1702-4ee4-a434-6f9c92a62231", + "name": "entry : default@PreCheckSyscap cost memory 0.0371856689453125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786678619041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5f5d3098-44b2-4493-8454-f7ec8d3b8c78", + "name": "runTaskFromQueue task cost before running: 943 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786678954000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0f31cdeb-5fe9-43f6-9260-b3e97f069565", + "name": "Finished :entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786678232583, + "endTime": 354786679165166, + "totalTime": 685917 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a8358e31-c5c3-4349-91f7-0394a7f7f9ee" + } + }, + { + "head": { + "id": "3e9b789a-e6ba-4daf-91f4-0d0e50a122f0", + "name": "entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786685832125, + "endTime": 354786686999458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "a2b3564c-c6f9-435e-a766-9988c8077421", + "logId": "8ba78766-3093-4a51-b9e9-0329cd07194e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a2b3564c-c6f9-435e-a766-9988c8077421", + "name": "create entry:default@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786681148208 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "3e9b789a-e6ba-4daf-91f4-0d0e50a122f0" + } + }, + { + "head": { + "id": "f6c5b8f4-e015-4ea1-840d-88f886a4eeb9", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786681643750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "862a82d9-39f8-4a29-bdfc-d1ba07f439b8", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786681772291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "69df5273-34f6-45c7-9a6a-a31f4440275d", + "name": "Executing task :entry:default@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786685870458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d4223ce8-f41b-4fe4-916e-d02da95c4fb6", + "name": "Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786686215916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b1c30cb0-a763-49b8-9f39-c35842b83a0e", + "name": "Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786686774708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "af7dae8a-b7ca-4a6f-8c19-c1d7e7a6869a", + "name": "entry : default@GeneratePkgContextInfo cost memory 0.06172943115234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786686906916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8ba78766-3093-4a51-b9e9-0329cd07194e", + "name": "UP-TO-DATE :entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786685832125, + "endTime": 354786686999458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3e9b789a-e6ba-4daf-91f4-0d0e50a122f0" + } + }, + { + "head": { + "id": "70f2b2a0-a975-482e-9cbe-690282cc8570", + "name": "entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786690895750, + "endTime": 354786694152416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist." + ], + "detailId": "4d0880d1-91e0-49ae-856c-f8cb0094b35c", + "logId": "016b41e2-4a1c-4d0c-826f-136df0052209" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4d0880d1-91e0-49ae-856c-f8cb0094b35c", + "name": "create entry:default@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786688457250 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "70f2b2a0-a975-482e-9cbe-690282cc8570" + } + }, + { + "head": { + "id": "a915f54b-f234-4629-83bc-8547866f8b8d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786688697166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4f1f031f-8048-42d7-9ea4-c7b17573eb91", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786688775916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4570ad64-4213-41db-aa7c-4beac7c711c0", + "name": "Executing task :entry:default@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786690909083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a929bc50-e9a0-4e97-a717-36f38dc9aa13", + "name": "entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786693023375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c4017805-df6a-4c4a-97db-4060803edca8", + "name": "Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786693157000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "18223aed-47cf-4006-b566-b56de1209dfd", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786693426041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5909baee-ce64-48ed-9ba0-22690f66fa51", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786693496125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6b0c9894-367a-4b48-8410-589f274caf32", + "name": "entry : default@ProcessIntegratedHsp cost memory 0.10628509521484375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786693947791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "630764fd-9283-4d84-a54b-fe09f94694ee", + "name": "runTaskFromQueue task cost before running: 958 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786694085958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "016b41e2-4a1c-4d0c-826f-136df0052209", + "name": "Finished :entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786690895750, + "endTime": 354786694152416, + "totalTime": 3155292 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "70f2b2a0-a975-482e-9cbe-690282cc8570" + } + }, + { + "head": { + "id": "7009ca41-9dba-4f36-919c-be9989ca947e", + "name": "entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786697663708, + "endTime": 354786698137666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "2abd46a9-e3c1-4749-9bff-6daac640d234", + "logId": "3139b6ce-ec32-4648-8f7a-025ffa275ce9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "2abd46a9-e3c1-4749-9bff-6daac640d234", + "name": "create entry:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786696622375 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "7009ca41-9dba-4f36-919c-be9989ca947e" + } + }, + { + "head": { + "id": "212fe695-641f-47ab-9fa0-04d088fcfbeb", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786696888833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fef70d42-e067-49d0-8c22-d3f411d82b10", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786696987708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "549dbcf3-5199-40f0-9c3d-beb3ec944997", + "name": "Executing task :entry:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786697686500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1a11c690-03c5-4d7c-9f6b-d74de9354353", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786697801541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9f901dfe-8e33-4c07-9207-b1c67dcc0bfb", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786697864583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3295d201-e178-45b6-bea4-27ff64e08f8e", + "name": "entry : default@BuildNativeWithCmake cost memory 0.0380096435546875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786697963666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "738e132c-833d-4b16-8257-966fde77133f", + "name": "runTaskFromQueue task cost before running: 962 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786698076666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3139b6ce-ec32-4648-8f7a-025ffa275ce9", + "name": "Finished :entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786697663708, + "endTime": 354786698137666, + "totalTime": 389125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7009ca41-9dba-4f36-919c-be9989ca947e" + } + }, + { + "head": { + "id": "63c00e01-3f9c-4eeb-b638-5610fba5248e", + "name": "entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786700356416, + "endTime": 354786702706208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "152bb3bd-5748-4f94-b639-5a0562358c1d", + "logId": "a62f818e-591e-4e80-ab03-9eca011843f3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "152bb3bd-5748-4f94-b639-5a0562358c1d", + "name": "create entry:default@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786699468125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "63c00e01-3f9c-4eeb-b638-5610fba5248e" + } + }, + { + "head": { + "id": "949597a4-7d4d-47cf-887a-071fb77c740e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786699680083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bbc9e7de-df01-4e2b-b851-c3a31c616335", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786699739166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0a18b7bd-a550-4022-b8e5-b1d4140f6610", + "name": "Executing task :entry:default@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786700365625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "85929a90-c0f4-4396-a528-07ef40a5006e", + "name": "Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786702391625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "31d9bc3f-6fe1-4f4c-97ee-76f74788fe9d", + "name": "entry : default@MakePackInfo cost memory 0.12920379638671875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786702512500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a62f818e-591e-4e80-ab03-9eca011843f3", + "name": "UP-TO-DATE :entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786700356416, + "endTime": 354786702706208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "63c00e01-3f9c-4eeb-b638-5610fba5248e" + } + }, + { + "head": { + "id": "0868b866-d4e8-46e0-9875-e816cd6076b7", + "name": "entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786706411916, + "endTime": 354786709002250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist." + ], + "detailId": "67142b24-5a85-45ce-a26c-a6856b998dcc", + "logId": "9d4d206e-af21-4606-8073-344cc8f4b1e0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "67142b24-5a85-45ce-a26c-a6856b998dcc", + "name": "create entry:default@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786705109750 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0868b866-d4e8-46e0-9875-e816cd6076b7" + } + }, + { + "head": { + "id": "af4dfcfc-91dc-47cf-86ce-c5bded6d6f05", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786705321708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "48218c1b-f9da-4a92-acf6-6cc87469f47a", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786705386333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cde0fa25-24a4-411a-9105-58dfb578bb3c", + "name": "Executing task :entry:default@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786706427541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1f112de5-34b4-4976-80ad-f8ff87c7bb1d", + "name": "File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786706519041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a25cf54a-afa9-403b-b05d-a797a7d64927", + "name": "Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786707051416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1e64914c-1193-4262-bd49-c8fa005739b2", + "name": "entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786708346208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2b031817-0c06-495b-851f-de9658d36e2e", + "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786708484791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a131a251-343b-499e-b599-b8e1c870a0cc", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786708610708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d3eec309-a07d-4909-b2fd-350f7b9466c2", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786708678875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "22d83eb1-ddc1-438c-a001-d59679d0d911", + "name": "entry : default@SyscapTransform cost memory 0.12548065185546875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786708793416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fdaac20b-524c-4cda-be01-0e7b18bedc26", + "name": "runTaskFromQueue task cost before running: 973 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786708923000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9d4d206e-af21-4606-8073-344cc8f4b1e0", + "name": "Finished :entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786706411916, + "endTime": 354786709002250, + "totalTime": 2455000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0868b866-d4e8-46e0-9875-e816cd6076b7" + } + }, + { + "head": { + "id": "f61555d6-8231-49df-8bb6-222e24fc2e01", + "name": "entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786713721000, + "endTime": 354786721276458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "cfbe8cff-8f45-4631-9f37-907e92c75a90", + "logId": "e2ffc796-e3f3-4034-a320-c6c10f0b92c5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "cfbe8cff-8f45-4631-9f37-907e92c75a90", + "name": "create entry:default@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786710892583 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f61555d6-8231-49df-8bb6-222e24fc2e01" + } + }, + { + "head": { + "id": "534e33e9-18f1-40b8-81ac-fa2b82b84f5f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786711374500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "55d6c1ef-590a-46fe-8cc5-f38b55772d2f", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786711654791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d005fe31-45dd-4a3b-b2c3-527d87836947", + "name": "Executing task :entry:default@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786713758583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4146f228-8f47-4132-95fc-7ccf4731895f", + "name": "Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786715177750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f620032f-c818-485d-bc0c-1ebd34d70748", + "name": "entry : default@ProcessProfile cost memory 0.04895782470703125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786715404166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e2ffc796-e3f3-4034-a320-c6c10f0b92c5", + "name": "UP-TO-DATE :entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786713721000, + "endTime": 354786721276458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f61555d6-8231-49df-8bb6-222e24fc2e01" + } + }, + { + "head": { + "id": "8ab34c19-2116-4d36-87a9-dc76d56ca628", + "name": "entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786725681791, + "endTime": 354786730154500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "310f5272-5375-4a88-bd70-7e90ac7f7843", + "logId": "540c665a-7cf3-4b4b-99f4-167cb63bfcb3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "310f5272-5375-4a88-bd70-7e90ac7f7843", + "name": "create entry:default@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786723783250 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "8ab34c19-2116-4d36-87a9-dc76d56ca628" + } + }, + { + "head": { + "id": "4ac00aeb-c578-48f9-8cdd-91411cc59655", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786724088000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0cb9b78a-6fa7-41be-be61-b39c5a2cd392", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786724175875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2ef7a5c5-1182-4f44-b178-fbe0b5e5dd69", + "name": "Executing task :entry:default@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786725696750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0501d45-df9c-4f67-b6d1-7ab4bdd940b0", + "name": "Incremental task entry:default@ProcessRouterMap pre-execution cost: 4 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786729910541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "814b44d9-4870-4dda-84d2-c39ef88def34", + "name": "entry : default@ProcessRouterMap cost memory 0.17173004150390625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786730061000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "540c665a-7cf3-4b4b-99f4-167cb63bfcb3", + "name": "UP-TO-DATE :entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786725681791, + "endTime": 354786730154500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8ab34c19-2116-4d36-87a9-dc76d56ca628" + } + }, + { + "head": { + "id": "7174f2b5-8028-486f-b1c3-4ddc1ebc00c8", + "name": "entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786733770083, + "endTime": 354786735241250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "f64f4592-7b51-4357-9ef9-7dbcbf0aa48b", + "logId": "3911b5b7-b47a-4c0a-ac6b-805e0def7927" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f64f4592-7b51-4357-9ef9-7dbcbf0aa48b", + "name": "create entry:default@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786732798375 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "7174f2b5-8028-486f-b1c3-4ddc1ebc00c8" + } + }, + { + "head": { + "id": "8ae4c868-fa2c-4857-b518-a61719ac79f7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786733064750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bc8d9b4d-77f2-4120-ab55-ed267de9bf28", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786733149416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4949ad41-5c13-4d5a-921c-94d6619be7a7", + "name": "Executing task :entry:default@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786733782208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f043da64-e383-4f29-9f19-81e60ab6990d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786733880083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d074c940-09c7-456c-a080-cb60e0c300f9", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786733930083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "21097cdc-f63c-4f84-b69f-a45c15bc4f99", + "name": "entry : default@BuildNativeWithNinja cost memory 0.05199432373046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786734751000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "10ffaac1-be5a-4bb8-bf21-fdf326214f56", + "name": "runTaskFromQueue task cost before running: 999 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786734867250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3911b5b7-b47a-4c0a-ac6b-805e0def7927", + "name": "Finished :entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786733770083, + "endTime": 354786735241250, + "totalTime": 1069542 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7174f2b5-8028-486f-b1c3-4ddc1ebc00c8" + } + }, + { + "head": { + "id": "9c5dd540-b795-4828-91c4-90f0ceb8f5af", + "name": "entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786740685291, + "endTime": 354786746636000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "695df648-6438-47f2-9c2c-36bb7380c0b9", + "logId": "6a042344-e94d-4d99-957e-91f321d7fb90" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "695df648-6438-47f2-9c2c-36bb7380c0b9", + "name": "create entry:default@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786737631458 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9c5dd540-b795-4828-91c4-90f0ceb8f5af" + } + }, + { + "head": { + "id": "0c066677-8e47-4251-a20d-ba436d5fd949", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786737902958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd8684e8-1564-4031-89eb-9c91051fc1e0", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786738045166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "46a64227-01f3-4669-8619-ad3162a3e4cb", + "name": "restool module names: entry; moduleName=entry, taskName=default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786739316083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b1006ab2-57c6-4f2f-bd7e-759bc4fedc18", + "name": "Executing task :entry:default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786742531500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c81ffbfa-478e-400d-9cae-e7cbc4fdf1a5", + "name": "Incremental task entry:default@ProcessResource pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786745166416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "61c840de-befc-47f9-a92b-19fc7e530444", + "name": "entry : default@ProcessResource cost memory 0.1287994384765625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786745302875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6a042344-e94d-4d99-957e-91f321d7fb90", + "name": "UP-TO-DATE :entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786740685291, + "endTime": 354786746636000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9c5dd540-b795-4828-91c4-90f0ceb8f5af" + } + }, + { + "head": { + "id": "8449d061-1d13-4d25-95a7-72a8a8b7ed33", + "name": "entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786754943625, + "endTime": 354786774367083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "c27a39da-147d-454f-b95d-488a4b2e7dc3", + "logId": "4a645903-aaa7-4d46-bf04-765874d5bdea" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c27a39da-147d-454f-b95d-488a4b2e7dc3", + "name": "create entry:default@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786749581375 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "8449d061-1d13-4d25-95a7-72a8a8b7ed33" + } + }, + { + "head": { + "id": "82815603-38dc-48e5-b736-2979f500dd2c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786749808458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1d19fe5f-a8ba-4df9-b102-defd77403277", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786749879458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bbe151d5-66f5-416a-b50c-5919e9788ea1", + "name": "Executing task :entry:default@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786754969375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "78d8dabd-c975-4af6-b1c9-e6ed7ad5ab8c", + "name": "Incremental task entry:default@GenerateLoaderJson pre-execution cost: 7 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786773703083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "75727d0d-719d-44df-af1d-9afc0d897512", + "name": "entry : default@GenerateLoaderJson cost memory 0.5629501342773438", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786774236250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a645903-aaa7-4d46-bf04-765874d5bdea", + "name": "UP-TO-DATE :entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786754943625, + "endTime": 354786774367083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8449d061-1d13-4d25-95a7-72a8a8b7ed33" + } + }, + { + "head": { + "id": "2e83b609-f011-4e6e-b633-f0612cd7bcad", + "name": "entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786784194375, + "endTime": 354786788124166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "5ea6a9d4-e6e6-446e-9498-6264f8cb6e31", + "logId": "fbcc4006-c0c6-4b1b-916b-6afe3c37e09e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5ea6a9d4-e6e6-446e-9498-6264f8cb6e31", + "name": "create entry:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786781947333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2e83b609-f011-4e6e-b633-f0612cd7bcad" + } + }, + { + "head": { + "id": "7bde7481-97f4-4942-9953-190a45c1985d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786782210000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b7096ccd-c0f7-497a-912b-c24704e9cc71", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786782375750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0d7a72a-12df-4f4c-be2c-fb09af0dd5ac", + "name": "Executing task :entry:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786784274416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a2959890-1ba2-4fe4-aa73-80f969916d55", + "name": "Incremental task entry:default@ProcessLibs pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786787729875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "12dfeac7-eff9-4d21-9a93-3d86f4944adf", + "name": "entry : default@ProcessLibs cost memory 0.09989166259765625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786787999208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fbcc4006-c0c6-4b1b-916b-6afe3c37e09e", + "name": "UP-TO-DATE :entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786784194375, + "endTime": 354786788124166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2e83b609-f011-4e6e-b633-f0612cd7bcad" + } + }, + { + "head": { + "id": "942fa317-4e92-4120-8175-4bc19f3cfaab", + "name": "entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786797989750, + "endTime": 354786815843791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "6855cc9e-ed44-4999-85ae-037013f9f3f3", + "logId": "6da730f9-4401-45ef-96ab-1b0b8ef9cfb1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6855cc9e-ed44-4999-85ae-037013f9f3f3", + "name": "create entry:default@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786790739291 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "942fa317-4e92-4120-8175-4bc19f3cfaab" + } + }, + { + "head": { + "id": "28f0d62e-3b0f-4400-93a6-2e1bffb10848", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786791340666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f2a46a5e-38bd-4e29-ac6a-c5112705c1e6", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786791439416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5ccb3e1c-6297-4a59-a3c4-d751eee098ef", + "name": "restool module names: entry; moduleName=entry, taskName=default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786792056458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "25f34ace-3389-466b-9e44-6651ccfb9531", + "name": "Executing task :entry:default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786798025583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "de76b623-a301-4dd3-a2f4-3a31352df43e", + "name": "Incremental task entry:default@CompileResource pre-execution cost: 16 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786815223250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "171b2c1e-bd76-4191-acab-7ca2b9e00dfa", + "name": "entry : default@CompileResource cost memory 0.5435791015625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786815599583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6da730f9-4401-45ef-96ab-1b0b8ef9cfb1", + "name": "UP-TO-DATE :entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786797989750, + "endTime": 354786815843791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "942fa317-4e92-4120-8175-4bc19f3cfaab" + } + }, + { + "head": { + "id": "8b90f7d3-7025-470b-90d3-c00d1dba62c7", + "name": "entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786823135041, + "endTime": 354786824657000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "03aaa4b2-31ad-4caf-933d-6d7d0bbfc00f", + "logId": "cab34f28-8966-4928-a627-f86db5d7f1dc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "03aaa4b2-31ad-4caf-933d-6d7d0bbfc00f", + "name": "create entry:default@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786818774375 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "8b90f7d3-7025-470b-90d3-c00d1dba62c7" + } + }, + { + "head": { + "id": "d3d8bb3a-58ab-49a0-84a6-dd70081ebed5", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786819180375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "62dd55c5-5203-4873-a5e0-549517b1c81d", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786819421875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "07fa751b-4250-4e40-888b-e1bf63bdd76a", + "name": "Executing task :entry:default@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786823159333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0ae7d082-4401-4b88-8c08-db82daba03d6", + "name": "Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786823463708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "04fc1e90-7686-48a3-9d6d-0026bd81dd93", + "name": "Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786824349041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67199188-9baa-4d80-9539-05023184e68d", + "name": "entry : default@DoNativeStrip cost memory 0.0611114501953125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786824526333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cab34f28-8966-4928-a627-f86db5d7f1dc", + "name": "UP-TO-DATE :entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786823135041, + "endTime": 354786824657000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8b90f7d3-7025-470b-90d3-c00d1dba62c7" + } + }, + { + "head": { + "id": "c56afcd4-a0ad-43e1-b2bf-93b8a168c6cc", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786835430875, + "endTime": 354786844398958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "45821b0e-0d48-4404-93ee-4f5cfedce10e", + "logId": "e156639c-7c39-4036-8107-f6225eb8e070" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "45821b0e-0d48-4404-93ee-4f5cfedce10e", + "name": "create entry:default@CompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786826192083 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "c56afcd4-a0ad-43e1-b2bf-93b8a168c6cc" + } + }, + { + "head": { + "id": "a359df70-5f81-4172-aaba-39408c60b6b0", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786826429208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "05269c90-426f-4839-b499-2fc019f9d8c2", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786826509583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "41fe5613-31d3-43ac-9c79-dda94546dbb4", + "name": "Executing task :entry:default@CompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786835453041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cdabaea6-9b32-4436-bea2-ca55dc94c464", + "name": "Incremental task entry:default@CompileArkTS pre-execution cost: 5 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786844112000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c542ef06-b158-4d40-819e-15355b809ad1", + "name": "entry : default@CompileArkTS cost memory 0.4168701171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786844288833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e156639c-7c39-4036-8107-f6225eb8e070", + "name": "UP-TO-DATE :entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786835430875, + "endTime": 354786844398958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c56afcd4-a0ad-43e1-b2bf-93b8a168c6cc" + } + }, + { + "head": { + "id": "b9ff65e9-3b67-45ac-a7d1-621d3f7bc1ea", + "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": 30598, + "tid": "Main Thread", + "startTime": 354786854011541, + "endTime": 354786858544958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "19734f06-522e-4ed3-baae-1c0113ab3407", + "logId": "475240bd-d7ff-45b8-a69c-14bb6869849b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "19734f06-522e-4ed3-baae-1c0113ab3407", + "name": "create entry:default@BuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786848275291 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b9ff65e9-3b67-45ac-a7d1-621d3f7bc1ea" + } + }, + { + "head": { + "id": "52094f58-5e06-4657-bfc3-5e6177557ab0", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786848629791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f5870a17-f385-412f-8eab-f7d793f0121b", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786848723500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3559710a-f4bc-45fd-8e7e-63b2169f983d", + "name": "Executing task :entry:default@BuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786854030041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8fb1c675-1791-434c-a635-751eb401a379", + "name": "entry : default@BuildJS cost memory 0.1172943115234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786858022125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8228f3cc-4248-43be-a41d-f433e58dc06d", + "name": "runTaskFromQueue task cost before running: 1 s 122 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786858396791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "475240bd-d7ff-45b8-a69c-14bb6869849b", + "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": 30598, + "tid": "Main Thread", + "startTime": 354786854011541, + "endTime": 354786858544958, + "totalTime": 4347791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b9ff65e9-3b67-45ac-a7d1-621d3f7bc1ea" + } + }, + { + "head": { + "id": "eb8154ff-7e8b-49ee-976a-918065857704", + "name": "entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786863910000, + "endTime": 354786864861875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "74d7bd35-3db5-4b3c-b974-cae0c2a47987", + "logId": "3116deec-16b9-4c6f-adbc-d4df795b5576" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "74d7bd35-3db5-4b3c-b974-cae0c2a47987", + "name": "create entry:default@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786860289666 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "eb8154ff-7e8b-49ee-976a-918065857704" + } + }, + { + "head": { + "id": "ff42c282-3d48-464e-9ce0-ccbcde644c92", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786860785000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4dba3ccd-5232-43d9-96cd-1fef642f959b", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786861601166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7dd9097c-e203-4f0e-90b2-89a52b6ebb92", + "name": "Executing task :entry:default@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786863922541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "28f889d6-1c57-4442-883d-821e60d87a29", + "name": "Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786864111708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "692d54ac-a7bd-440d-9a1b-d2e58d88fba2", + "name": "Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786864684166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5c2ebbb9-41e5-40c2-b00f-97ea86041726", + "name": "entry : default@CacheNativeLibs cost memory 0.0684967041015625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786864780625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3116deec-16b9-4c6f-adbc-d4df795b5576", + "name": "UP-TO-DATE :entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786863910000, + "endTime": 354786864861875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "eb8154ff-7e8b-49ee-976a-918065857704" + } + }, + { + "head": { + "id": "59f796e7-1c8e-454c-b5a2-03c1934c5b15", + "name": "entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786867890875, + "endTime": 354786868542375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "9eaf98ef-8742-42c2-9d23-6de7ec032186", + "logId": "4dabd725-4bf7-4704-b00e-d1fddc370e05" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9eaf98ef-8742-42c2-9d23-6de7ec032186", + "name": "create entry:default@GeneratePkgModuleJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786866455750 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "59f796e7-1c8e-454c-b5a2-03c1934c5b15" + } + }, + { + "head": { + "id": "bbdbfd94-1471-4cd3-a212-22e670152e25", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786866673708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "19d3c653-88df-4b1a-8c6c-65c525b794d8", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786866746875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8c62138d-b941-431f-b334-d192e5b1f323", + "name": "Executing task :entry:default@GeneratePkgModuleJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786867903791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2c2beb76-5ed2-43c9-9226-bee0bb70383c", + "name": "Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786868017958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6482228d-246a-4a01-9dc9-6aab9ffcffc2", + "name": "Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786868388666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4245f4f0-a994-4487-956f-11e3877193e5", + "name": "entry : default@GeneratePkgModuleJson cost memory 0.05995941162109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786868471500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4dabd725-4bf7-4704-b00e-d1fddc370e05", + "name": "UP-TO-DATE :entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786867890875, + "endTime": 354786868542375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "59f796e7-1c8e-454c-b5a2-03c1934c5b15" + } + }, + { + "head": { + "id": "167aaaec-4ad4-4df3-8212-361459baac6f", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786879831375, + "endTime": 354786886740291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "6fa58948-2c66-4ac3-81fa-334699b51fb2", + "logId": "09c8897a-c597-47b9-a810-7e5881156126" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6fa58948-2c66-4ac3-81fa-334699b51fb2", + "name": "create entry:default@PackageHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786870921208 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "167aaaec-4ad4-4df3-8212-361459baac6f" + } + }, + { + "head": { + "id": "98a813ee-a121-4036-bb89-0c1989cc02b4", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786871143166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32bf7da9-e235-462d-8d37-fb08acaacbbf", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786871227416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "afb94d63-f602-488f-8dc5-0e25602d66f8", + "name": "Executing task :entry:default@PackageHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786879855750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1903b63a-9373-4a89-a088-056dbb40c265", + "name": "Incremental task entry:default@PackageHap pre-execution cost: 6 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786886456625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "46ed2f9d-330e-478b-859a-3c0fef19e820", + "name": "entry : default@PackageHap cost memory 0.3516693115234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786886662958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "09c8897a-c597-47b9-a810-7e5881156126", + "name": "UP-TO-DATE :entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786879831375, + "endTime": 354786886740291 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "167aaaec-4ad4-4df3-8212-361459baac6f" + } + }, + { + "head": { + "id": "22a24ade-7779-41de-ba49-f4307a07a6aa", + "name": "entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786890402750, + "endTime": 354786891308791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap' does not exist." + ], + "detailId": "a08e2d9b-d4d2-48c2-a783-41b4eea73238", + "logId": "77cae0bb-731a-4de8-b7bd-42512241e5e4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a08e2d9b-d4d2-48c2-a783-41b4eea73238", + "name": "create entry:default@SignHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786888659750 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "22a24ade-7779-41de-ba49-f4307a07a6aa" + } + }, + { + "head": { + "id": "26d31a6d-8b87-4285-84db-402804833ce5", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786888856416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9989b257-acff-4cf5-a909-54643eafb577", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786888915458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5f072316-7b62-442b-a382-6854bf2195b6", + "name": "Executing task :entry:default@SignHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786890411375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cb929c44-761d-4e27-8062-9b5838cc3af0", + "name": "Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project.\n If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786890614208 + }, + "additional": { + "logType": "warn", + "children": [], + "durationId": "22a24ade-7779-41de-ba49-f4307a07a6aa" + } + }, + { + "head": { + "id": "03449d5c-d765-4c3a-9092-9d14e1dad3e6", + "name": "entry:default@SignHap is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786890871583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e8208d1d-3c61-4149-a572-3818bf1e9bd5", + "name": "Incremental task entry:default@SignHap pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786890943666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e2b8334e-abb0-4d7b-bfc2-f2ba76731fa6", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786891007208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9c781e76-cf84-4b76-891f-02eedbfb4230", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786891052666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c09e4294-5b51-42c1-af0e-323ebb104ac9", + "name": "entry : default@SignHap cost memory 0.10384368896484375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786891183916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d052dd1f-8ecd-49d8-8214-55e2bf4877ad", + "name": "runTaskFromQueue task cost before running: 1 s 155 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786891264166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "77cae0bb-731a-4de8-b7bd-42512241e5e4", + "name": "Finished :entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786890402750, + "endTime": 354786891308791, + "totalTime": 844208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "22a24ade-7779-41de-ba49-f4307a07a6aa" + } + }, + { + "head": { + "id": "5a77631b-e5b0-4dda-8976-c231664c235f", + "name": "entry:default@CollectDebugSymbol", + "description": "Collect debug symbols to output dir.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786893135208, + "endTime": 354786896786458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "1a3b3f1f-3d24-4214-a31d-2c3d373f3218", + "logId": "033483c9-2679-4649-bda6-9295703d0be8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1a3b3f1f-3d24-4214-a31d-2c3d373f3218", + "name": "create entry:default@CollectDebugSymbol task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786892388875 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5a77631b-e5b0-4dda-8976-c231664c235f" + } + }, + { + "head": { + "id": "7d6c28ed-ef41-4c45-a066-b4fa356daa10", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786892613416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a8b9a553-1383-4955-885f-6c66a7e5589d", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786892663083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e000d60-5976-4785-b97d-cfb15cc21392", + "name": "Executing task :entry:default@CollectDebugSymbol", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786893142125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "814f3875-c3b7-480f-8f0d-e6bd82ea5179", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786896432750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3a0dad80-8ca0-4677-805a-025c77a9adc6", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786896544666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0dff1234-c040-45e2-980e-e3fc3fb0bac7", + "name": "entry : default@CollectDebugSymbol cost memory 0.1905975341796875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786896635291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e43c00c9-fbec-483f-b791-18824e3a70ee", + "name": "runTaskFromQueue task cost before running: 1 s 161 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786896728041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "033483c9-2679-4649-bda6-9295703d0be8", + "name": "Finished :entry:default@CollectDebugSymbol", + "description": "Collect debug symbols to output dir.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786893135208, + "endTime": 354786896786458, + "totalTime": 3559667 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5a77631b-e5b0-4dda-8976-c231664c235f" + } + }, + { + "head": { + "id": "06641951-68ac-4401-9cda-9c6dc8f50713", + "name": "entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786898107666, + "endTime": 354786898492791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "entry", + "category": "Hook", + "taskRunReasons": [], + "detailId": "210778d4-f0e6-47e8-9db0-b1315442ad35", + "logId": "8b36ae33-74f0-4580-958e-e5846dac2422" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "210778d4-f0e6-47e8-9db0-b1315442ad35", + "name": "create entry:assembleHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786898056875 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "06641951-68ac-4401-9cda-9c6dc8f50713" + } + }, + { + "head": { + "id": "eea144fd-0691-422c-b73a-2af5e8aca24c", + "name": "Executing task :entry:assembleHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786898115125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "061041a4-e135-491d-868b-3291715c1c43", + "name": "entry : assembleHap cost memory 0.0160980224609375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786898306416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f94058f8-031c-47dd-bac6-57ad14e98d2a", + "name": "runTaskFromQueue task cost before running: 1 s 162 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786898407833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8b36ae33-74f0-4580-958e-e5846dac2422", + "name": "Finished :entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786898107666, + "endTime": 354786898492791, + "totalTime": 274709 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "06641951-68ac-4401-9cda-9c6dc8f50713" + } + }, + { + "head": { + "id": "48609b37-12c4-45f1-9da9-3778909fe955", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786900776083, + "endTime": 354786900824208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "6aee68a4-78fb-4cb0-a12c-37e3adcef804", + "logId": "68068bd3-9a3b-4b9f-b842-d61df2e266dc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "68068bd3-9a3b-4b9f-b842-d61df2e266dc", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786900776083, + "endTime": 354786900824208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "48609b37-12c4-45f1-9da9-3778909fe955" + } + }, + { + "head": { + "id": "516af386-fcf3-4b17-8ceb-e1a75e6b4027", + "name": "BUILD SUCCESSFUL in 1 s 165 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786900885166 + }, + "additional": { + "logType": "info", + "children": [] + } + }, + { + "head": { + "id": "9e3563fe-4c4f-4c70-b19d-70e814f9f04b", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354785736498166, + "endTime": 354786901524416 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 44 + }, + "completeCommand": "{\"mode\":\"module\",\"completeCommand\":\"--mode module -p module=entry@default -p product=default -p requiredDeviceType=phone assembleHap --analyze=normal --parallel --incremental --daemon\",\"parallel\":true,\"prop\":[\"module=entry@default\",\"product=default\",\"requiredDeviceType=phone\"],\"incremental\":true,\"_\":[\"assembleHap\"],\"daemon\":true,\"analyze\":\"normal\"};--mode module -p module=entry@default -p product=default -p requiredDeviceType=phone assembleHap --analyze=normal --parallel --incremental --daemon", + "hvigorVersion": "5.14.3", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "success" + } + }, + { + "head": { + "id": "d5d50d9c-b8ac-448e-a13e-3f7195c3529c", + "name": "There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786902184916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e60c39c-0c8a-4449-992f-946af0573c4d", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786902255375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a88affc5-529d-439d-b17f-99614319d836", + "name": "There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786902305916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f5a8321b-2bed-4b3a-ac48-8a3c25f46716", + "name": "There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786902344041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d2a662e4-e950-447c-a9a0-bbe118a6da86", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786902384500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fb974546-c6dd-49ea-afe4-ed5fab822227", + "name": "Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786902981083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5651c195-d1dd-438e-a29f-b50469a78c45", + "name": "Incremental task entry:default@ProcessIntegratedHsp post-execution cost:4 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786905458416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "80461ead-aa8c-4b3c-a2f8-e821e24cca43", + "name": "There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786905820708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9564c060-7233-4992-9340-e2f085444c25", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786905945708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b4741aad-d23d-42cf-863c-4a4e46b50f2b", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786906269916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7ac2c9fe-2322-4ab2-9134-276fe834ae62", + "name": "Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786907036041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b657d5dc-4351-499e-9c8e-690374c29998", + "name": "Incremental task entry:default@SyscapTransform post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786907212208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "50d66dcb-8113-4d93-952e-1c6be603da4f", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786907325000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "92738e1c-07cd-4a5b-80a2-312d43f35be0", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786907552750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e1f0c0bd-2a22-4ace-9e1c-f3ecec9e5379", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786907683750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5799a432-8e7a-4a22-bd85-583ed981d3b1", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786907871416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "483247c1-2d1c-4e47-9c8d-1d2f42ddf955", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786907941958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bd5c4dee-b9f1-4f6c-adfe-937f317d33a6", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786908026833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32b2fc54-1453-4122-9dca-8fe13364b028", + "name": "There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786908079875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "21ac3d2b-a924-43ac-a74d-2485da822cf8", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileArkTS is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786908168416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "776be5fa-ae48-4c2a-b349-c486ee9ba2f5", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786909356500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2f9dbaa8-d2da-4f8f-a95c-57b4ef403eb2", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786909615416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "20d1757f-f556-4be2-b6f3-244ae36f269e", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786909745083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "55e6a6a9-555e-4b00-8607-a1733d394603", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786909830791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "72e3dab9-899d-4a4b-8de3-3daff7e76411", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786909917458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "588f5d39-a765-4650-8d54-c77e231af138", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786910136416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2124c049-58e8-4b67-bb76-cf17f61d5376", + "name": "Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786910239250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c7c9ac84-896f-4199-85e8-ffd41055d237", + "name": "Incremental task entry:default@BuildJS post-execution cost:3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786910633583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1982c537-4e30-4431-aedd-de1fc3c2a1bc", + "name": "There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786910691291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a3c996a6-8063-4a58-b026-becaee990680", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786910733708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2ec821fe-8ec7-4ae3-be78-fcbaa76d554c", + "name": "There is no need to refresh cache, since the incremental task entry:default@PackageHap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786910775083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4be79f2c-3928-4756-b9df-24331cc3eae5", + "name": "Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786910853666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d60f38df-639d-41f8-b18e-79f937c6dbda", + "name": "Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786910943833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "75d8c587-1180-41ea-a61c-ebd30e665155", + "name": "Incremental task entry:default@SignHap post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786911078833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7f381e6b-e83c-44b0-a97c-3cc299597a18", + "name": "Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786912631750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f8b0d61f-0b71-4ea9-858a-a4d6d45c50b0", + "name": "Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786912739000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "497a56c7-4c47-471a-8f68-fcebb5c8cc6c", + "name": "Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786912894500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "719fa751-b411-4fad-a249-b8faf082b5ca", + "name": "Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786913040791 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/.hvigor/report/report-202503312047504740.json b/.hvigor/report/report-202503312047504740.json new file mode 100644 index 0000000..5d0f0e2 --- /dev/null +++ b/.hvigor/report/report-202503312047504740.json @@ -0,0 +1,8063 @@ +{ + "version": "2.0", + "ppid": 30597, + "events": [ + { + "head": { + "id": "3bbb823f-2fa6-4e48-a14e-ab0e92a6e0bd", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354786935966541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3c270d2f-ebaf-45fc-b983-160ee684eb35", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354787141594000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1d8c0c87-e7fa-41fa-be3b-7d112af5c48e", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 354787142015875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0191819f-6a3e-4233-b83e-97d90abce087", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009320989958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "862cfd5f-caaf-4cf9-85ac-261da803239c", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009332354708, + "endTime": 355009516738458 + }, + "additional": { + "children": [ + "9ab88c71-082c-4f4b-84e5-dbbd5d686968", + "b47ce7c6-b469-4ac5-855f-1fabb17f8a8f", + "9edcbf63-5285-4319-9578-702c4b4be8fc", + "0e1b2a2f-39cc-4237-900f-e643e77f87f8", + "6e49380b-09d2-49f0-8897-5a60c0bb01a8", + "781a906a-a005-439d-8231-2e7691371ab1", + "1ea6e496-f2bc-4e23-941b-132cd9fdce21" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "53639ccd-6e93-4de8-99c9-463145211f04" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9ab88c71-082c-4f4b-84e5-dbbd5d686968", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009332360583, + "endTime": 355009345785458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "862cfd5f-caaf-4cf9-85ac-261da803239c", + "logId": "1cf3404c-7e34-4eb4-9ae8-8cb2b54ebca5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b47ce7c6-b469-4ac5-855f-1fabb17f8a8f", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009345804000, + "endTime": 355009514016333 + }, + "additional": { + "children": [ + "7e67ac39-b181-4145-aa22-fc0cb001193b", + "b3ed983c-f766-4857-a13a-33c2564fb4d3", + "64abadfc-4f93-45ac-9303-54a0373d1fb9", + "0b91d3d2-dbcd-4734-81ef-41c3157d7911", + "94e69f46-ac35-4dc0-abb0-a5c00c9a3bf5", + "09e3c776-e73d-498e-b7e5-906d30eeb050", + "b53d0ebf-5c03-4383-b912-e37f4d53905b", + "217b3a54-92cc-4a4f-9274-7540e2e68ca8", + "9b7895af-c023-435b-a72f-4d410923b523" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "862cfd5f-caaf-4cf9-85ac-261da803239c", + "logId": "4e5f8a60-5183-4d44-8f2a-ef99f3f1d542" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9edcbf63-5285-4319-9578-702c4b4be8fc", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009514037958, + "endTime": 355009516728458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "862cfd5f-caaf-4cf9-85ac-261da803239c", + "logId": "1f88a4c9-59a5-40f0-8ec9-5c7bfdee6c2f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0e1b2a2f-39cc-4237-900f-e643e77f87f8", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009516731708, + "endTime": 355009516735500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "862cfd5f-caaf-4cf9-85ac-261da803239c", + "logId": "d124eec5-5247-48e3-b072-ea6cbbead4e1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6e49380b-09d2-49f0-8897-5a60c0bb01a8", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009334698166, + "endTime": 355009335148583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "862cfd5f-caaf-4cf9-85ac-261da803239c", + "logId": "84ad8835-f4d5-4732-82ba-7b3a74e2037c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "84ad8835-f4d5-4732-82ba-7b3a74e2037c", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009334698166, + "endTime": 355009335148583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6e49380b-09d2-49f0-8897-5a60c0bb01a8", + "parent": "53639ccd-6e93-4de8-99c9-463145211f04" + } + }, + { + "head": { + "id": "781a906a-a005-439d-8231-2e7691371ab1", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009337485625, + "endTime": 355009337503041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "862cfd5f-caaf-4cf9-85ac-261da803239c", + "logId": "9c9e5fd2-281c-4087-ac0d-1af6d75f3d5e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9c9e5fd2-281c-4087-ac0d-1af6d75f3d5e", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009337485625, + "endTime": 355009337503041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "781a906a-a005-439d-8231-2e7691371ab1", + "parent": "53639ccd-6e93-4de8-99c9-463145211f04" + } + }, + { + "head": { + "id": "4bd76852-c8b0-4301-87df-c7f84c085dc1", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009337608833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fe19f29a-ec13-4fec-bc6d-afcbfbf54715", + "name": "Cache service initialization finished in 8 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009345666458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1cf3404c-7e34-4eb4-9ae8-8cb2b54ebca5", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009332360583, + "endTime": 355009345785458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9ab88c71-082c-4f4b-84e5-dbbd5d686968", + "parent": "53639ccd-6e93-4de8-99c9-463145211f04" + } + }, + { + "head": { + "id": "7e67ac39-b181-4145-aa22-fc0cb001193b", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009348349791, + "endTime": 355009348354291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b47ce7c6-b469-4ac5-855f-1fabb17f8a8f", + "logId": "6712ffc0-4ce6-449e-a0d8-568dcfbb57f4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b3ed983c-f766-4857-a13a-33c2564fb4d3", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009348363166, + "endTime": 355009350995625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b47ce7c6-b469-4ac5-855f-1fabb17f8a8f", + "logId": "37f5e58b-78f1-47ec-9193-8577e24bbe89" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "64abadfc-4f93-45ac-9303-54a0373d1fb9", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009351002875, + "endTime": 355009416475875 + }, + "additional": { + "children": [ + "f396ab0f-3cda-4779-87eb-43e070688e17", + "6114441a-17e0-4d34-8c11-b490fe9dbc62", + "763e76d2-0d6b-4a17-92cc-dbca9ca2d704" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b47ce7c6-b469-4ac5-855f-1fabb17f8a8f", + "logId": "cddf704c-604c-4839-a8d1-6264deb7499d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0b91d3d2-dbcd-4734-81ef-41c3157d7911", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009416499000, + "endTime": 355009432946041 + }, + "additional": { + "children": [ + "b84f2149-715c-4c74-9c2b-ab3b061abce2" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b47ce7c6-b469-4ac5-855f-1fabb17f8a8f", + "logId": "5ab08df0-574b-4c18-bd41-32abdeaf5fb3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "94e69f46-ac35-4dc0-abb0-a5c00c9a3bf5", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009432955000, + "endTime": 355009506761708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b47ce7c6-b469-4ac5-855f-1fabb17f8a8f", + "logId": "39e7cca7-df71-44a2-9cab-ebf1acf85ae4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "09e3c776-e73d-498e-b7e5-906d30eeb050", + "name": "ohpm install", + "description": "Ohpm install event.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009507334666, + "endTime": 355009510752041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b47ce7c6-b469-4ac5-855f-1fabb17f8a8f", + "logId": "af3a35e5-1778-4697-90bd-daab7b981ef5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b53d0ebf-5c03-4383-b912-e37f4d53905b", + "name": "eval hook", + "description": "EvaluateEvent hook.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009510758833, + "endTime": 355009513919583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b47ce7c6-b469-4ac5-855f-1fabb17f8a8f", + "logId": "0af333d5-f467-414c-aaf6-8500bddaf9ea" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "217b3a54-92cc-4a4f-9274-7540e2e68ca8", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009513932916, + "endTime": 355009514005958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b47ce7c6-b469-4ac5-855f-1fabb17f8a8f", + "logId": "07d19c85-f157-4c19-bcb9-80513bfeed3b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6712ffc0-4ce6-449e-a0d8-568dcfbb57f4", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009348349791, + "endTime": 355009348354291 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7e67ac39-b181-4145-aa22-fc0cb001193b", + "parent": "4e5f8a60-5183-4d44-8f2a-ef99f3f1d542" + } + }, + { + "head": { + "id": "37f5e58b-78f1-47ec-9193-8577e24bbe89", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009348363166, + "endTime": 355009350995625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b3ed983c-f766-4857-a13a-33c2564fb4d3", + "parent": "4e5f8a60-5183-4d44-8f2a-ef99f3f1d542" + } + }, + { + "head": { + "id": "f396ab0f-3cda-4779-87eb-43e070688e17", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009351319041, + "endTime": 355009351337458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "64abadfc-4f93-45ac-9303-54a0373d1fb9", + "logId": "f4d0b0fc-a67d-4694-82e9-750ce0e3c8ce" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f4d0b0fc-a67d-4694-82e9-750ce0e3c8ce", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009351319041, + "endTime": 355009351337458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f396ab0f-3cda-4779-87eb-43e070688e17", + "parent": "cddf704c-604c-4839-a8d1-6264deb7499d" + } + }, + { + "head": { + "id": "6114441a-17e0-4d34-8c11-b490fe9dbc62", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009352106541, + "endTime": 355009415163625 + }, + "additional": { + "children": [ + "3450e30b-974c-4e6b-a6f5-9b09d9608447", + "6fe94998-7f08-4c03-8019-2607c3c84e4b" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "64abadfc-4f93-45ac-9303-54a0373d1fb9", + "logId": "60db8a4f-9133-462d-bc62-638156f3964e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3450e30b-974c-4e6b-a6f5-9b09d9608447", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009352106958, + "endTime": 355009365333083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "6114441a-17e0-4d34-8c11-b490fe9dbc62", + "logId": "f76db238-5f04-4abc-ab30-c257e24da07c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6fe94998-7f08-4c03-8019-2607c3c84e4b", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009365349291, + "endTime": 355009415021416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "6114441a-17e0-4d34-8c11-b490fe9dbc62", + "logId": "e62c5158-5184-43ed-bdc2-cd99f730ac94" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "909f3bb4-f565-4d5f-858c-c1cd65f7023b", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009352115416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6b77aa26-a99a-4e07-a686-e5b569f2d81c", + "name": "hvigorfile, require result: { default: { system: [Function: appTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009365214125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f76db238-5f04-4abc-ab30-c257e24da07c", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009352106958, + "endTime": 355009365333083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3450e30b-974c-4e6b-a6f5-9b09d9608447", + "parent": "60db8a4f-9133-462d-bc62-638156f3964e" + } + }, + { + "head": { + "id": "419a0bbb-0fbf-4b20-baa3-4418d472b2b4", + "name": "hvigorfile, binding system plugins [Function: appTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009365362208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9bba5e71-7987-4c1b-96c6-d832d7f2da98", + "name": "Start initialize project's product build option map with build mode debug.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009371719375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e6d07134-3c23-4351-836e-c02c9247aa34", + "name": "Picking option from product 'default' with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009371811583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8deec6d1-a250-4a26-bf0e-c2e0a31d424b", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009371929500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "20a47b9c-656a-4d3c-8680-e2ae2ae19e9b", + "name": "End initialize project's product build option map with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009372022583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c86a5708-2de8-4b16-88d0-46a0ffb34a97", + "name": "Product 'default' using build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n }\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009372931000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e2a03b2b-f585-42c5-bbc1-853ce526e93e", + "name": "No signingConfig found, initRemoteHspCache failed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009377324166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "60582df3-bb63-43f6-9fac-4917b2688062", + "name": "Start recording SDK configuration permission data.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009381886666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b501a07f-1957-414c-842a-e2308f0d946b", + "name": "Sdk init in 26 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009403874166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf66c19a-64d2-4efa-be7a-847c858e5e3b", + "name": "sdkVersion", + "description": "5.0.2.126", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009404020833 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 47 + }, + "markType": "other" + } + }, + { + "head": { + "id": "ce10308c-8e86-4625-848f-ec6b12785902", + "name": "caseSensitiveCheckOn", + "description": "caseSensitiveCheck check is on", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009404077375 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 47 + }, + "markType": "other" + } + }, + { + "head": { + "id": "aaae627b-090d-4dec-9227-ec5974304b05", + "name": "Project task initialization takes 10 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009414457458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "40a194ea-5f56-4de4-a8f4-c36d0acdfb3f", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009414553375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e9e8ef89-2ef8-4bc3-8946-3a1ad3399e21", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009414852750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4390ef5d-115c-44c7-a1f9-18bd9dbd548f", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009414898458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e62c5158-5184-43ed-bdc2-cd99f730ac94", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009365349291, + "endTime": 355009415021416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6fe94998-7f08-4c03-8019-2607c3c84e4b", + "parent": "60db8a4f-9133-462d-bc62-638156f3964e" + } + }, + { + "head": { + "id": "60db8a4f-9133-462d-bc62-638156f3964e", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009352106541, + "endTime": 355009415163625 + }, + "additional": { + "logType": "info", + "children": [ + "f76db238-5f04-4abc-ab30-c257e24da07c", + "e62c5158-5184-43ed-bdc2-cd99f730ac94" + ], + "durationId": "6114441a-17e0-4d34-8c11-b490fe9dbc62", + "parent": "cddf704c-604c-4839-a8d1-6264deb7499d" + } + }, + { + "head": { + "id": "763e76d2-0d6b-4a17-92cc-dbca9ca2d704", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009415958000, + "endTime": 355009415971583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "64abadfc-4f93-45ac-9303-54a0373d1fb9", + "logId": "bb7fa512-07eb-4d78-90a8-95a64a0b034b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "bb7fa512-07eb-4d78-90a8-95a64a0b034b", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009415958000, + "endTime": 355009415971583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "763e76d2-0d6b-4a17-92cc-dbca9ca2d704", + "parent": "cddf704c-604c-4839-a8d1-6264deb7499d" + } + }, + { + "head": { + "id": "cddf704c-604c-4839-a8d1-6264deb7499d", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009351002875, + "endTime": 355009416475875 + }, + "additional": { + "logType": "info", + "children": [ + "f4d0b0fc-a67d-4694-82e9-750ce0e3c8ce", + "60db8a4f-9133-462d-bc62-638156f3964e", + "bb7fa512-07eb-4d78-90a8-95a64a0b034b" + ], + "durationId": "64abadfc-4f93-45ac-9303-54a0373d1fb9", + "parent": "4e5f8a60-5183-4d44-8f2a-ef99f3f1d542" + } + }, + { + "head": { + "id": "b84f2149-715c-4c74-9c2b-ab3b061abce2", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009417399416, + "endTime": 355009432936250 + }, + "additional": { + "children": [ + "5e54b0d2-e2ae-4b02-ab06-3a172a55c77a", + "0f224738-0668-42ef-96c3-7dbfee1fec0f", + "7a92c667-c8d0-4f4b-b1c7-a81968d6f7ad" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0b91d3d2-dbcd-4734-81ef-41c3157d7911", + "logId": "ba855024-bd27-424c-bcb5-258025948a40" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5e54b0d2-e2ae-4b02-ab06-3a172a55c77a", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009419649583, + "endTime": 355009419663000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b84f2149-715c-4c74-9c2b-ab3b061abce2", + "logId": "acf657dd-1003-43a4-bdc0-99fb3b6bf203" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "acf657dd-1003-43a4-bdc0-99fb3b6bf203", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009419649583, + "endTime": 355009419663000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5e54b0d2-e2ae-4b02-ab06-3a172a55c77a", + "parent": "ba855024-bd27-424c-bcb5-258025948a40" + } + }, + { + "head": { + "id": "0f224738-0668-42ef-96c3-7dbfee1fec0f", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009421094750, + "endTime": 355009431955625 + }, + "additional": { + "children": [ + "49b9d60c-b0bf-49bc-8fa2-8f9da37b5ac2", + "a60b375f-e4be-4944-8b00-e7f5375d582f" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b84f2149-715c-4c74-9c2b-ab3b061abce2", + "logId": "e55b5c0d-f4ed-43d1-a61b-84064e4c8ebf" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "49b9d60c-b0bf-49bc-8fa2-8f9da37b5ac2", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009421095666, + "endTime": 355009424444666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0f224738-0668-42ef-96c3-7dbfee1fec0f", + "logId": "8ca5d1c4-3bc7-4512-a3d7-947152b773b8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a60b375f-e4be-4944-8b00-e7f5375d582f", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009424459208, + "endTime": 355009431946708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0f224738-0668-42ef-96c3-7dbfee1fec0f", + "logId": "0c045a4f-01e4-4db4-9894-639321555dec" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "615f698d-449c-42ea-91b2-66e0f84f219b", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009421098833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0c25e666-5eb6-4f78-bc54-aeea7f10cdb4", + "name": "hvigorfile, require result: { default: { system: [Function: hapTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009424357416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8ca5d1c4-3bc7-4512-a3d7-947152b773b8", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009421095666, + "endTime": 355009424444666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "49b9d60c-b0bf-49bc-8fa2-8f9da37b5ac2", + "parent": "e55b5c0d-f4ed-43d1-a61b-84064e4c8ebf" + } + }, + { + "head": { + "id": "5edb4a0b-31b6-481a-9572-893390dbcb65", + "name": "hvigorfile, binding system plugins [Function: hapTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009424469625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a90c5b2c-21de-4723-be7b-c1edf37678b3", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009428533166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "680ff580-4ed2-4431-bb77-66f7072daa5f", + "name": "Target 'default' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009428631875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6c58eb49-464f-4d36-82a1-fd74ee4dfa10", + "name": "Target 'ohosTest' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009429076916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a4a92de4-d51b-41d0-b2ae-85d0630b06df", + "name": "Module 'entry' target 'default' build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009429201666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c10cf8e6-7c2d-441e-a4cb-7f4238a2ad07", + "name": "Module 'entry' target 'ohosTest' build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"default\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009429249166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "48ab444e-4ab5-47f6-8691-eb7c5cb3703f", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009429281375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "58f8ddbb-b484-43ea-a002-7ea32c3a7e8e", + "name": "Module 'entry' target 'default' using build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009429321166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "101dbbcd-09ba-4b1e-ac44-3a456af7d10c", + "name": "Module entry task initialization takes 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009431754708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4035f4c9-0e96-4f31-8ea6-cfac18701079", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009431843500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f196ea79-5301-498c-821d-165b76f4f287", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009431882166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cabc3334-a8db-4852-9edf-f9b13dc755e9", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009431913958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0c045a4f-01e4-4db4-9894-639321555dec", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009424459208, + "endTime": 355009431946708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a60b375f-e4be-4944-8b00-e7f5375d582f", + "parent": "e55b5c0d-f4ed-43d1-a61b-84064e4c8ebf" + } + }, + { + "head": { + "id": "e55b5c0d-f4ed-43d1-a61b-84064e4c8ebf", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009421094750, + "endTime": 355009431955625 + }, + "additional": { + "logType": "info", + "children": [ + "8ca5d1c4-3bc7-4512-a3d7-947152b773b8", + "0c045a4f-01e4-4db4-9894-639321555dec" + ], + "durationId": "0f224738-0668-42ef-96c3-7dbfee1fec0f", + "parent": "ba855024-bd27-424c-bcb5-258025948a40" + } + }, + { + "head": { + "id": "7a92c667-c8d0-4f4b-b1c7-a81968d6f7ad", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009432922000, + "endTime": 355009432929583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b84f2149-715c-4c74-9c2b-ab3b061abce2", + "logId": "311dad7c-ff88-4e26-80bc-ac7c67714bed" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "311dad7c-ff88-4e26-80bc-ac7c67714bed", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009432922000, + "endTime": 355009432929583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7a92c667-c8d0-4f4b-b1c7-a81968d6f7ad", + "parent": "ba855024-bd27-424c-bcb5-258025948a40" + } + }, + { + "head": { + "id": "ba855024-bd27-424c-bcb5-258025948a40", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009417399416, + "endTime": 355009432936250 + }, + "additional": { + "logType": "info", + "children": [ + "acf657dd-1003-43a4-bdc0-99fb3b6bf203", + "e55b5c0d-f4ed-43d1-a61b-84064e4c8ebf", + "311dad7c-ff88-4e26-80bc-ac7c67714bed" + ], + "durationId": "b84f2149-715c-4c74-9c2b-ab3b061abce2", + "parent": "5ab08df0-574b-4c18-bd41-32abdeaf5fb3" + } + }, + { + "head": { + "id": "5ab08df0-574b-4c18-bd41-32abdeaf5fb3", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009416499000, + "endTime": 355009432946041 + }, + "additional": { + "logType": "info", + "children": [ + "ba855024-bd27-424c-bcb5-258025948a40" + ], + "durationId": "0b91d3d2-dbcd-4734-81ef-41c3157d7911", + "parent": "4e5f8a60-5183-4d44-8f2a-ef99f3f1d542" + } + }, + { + "head": { + "id": "d5159fe1-0967-4e17-b2f9-26b401619bc5", + "name": "watch files: [\n '/Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts',\n '/Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/log4js.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/node.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/common.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/ms/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/rfdc/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/configuration.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/layouts.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/date-format/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/levels.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/clustering.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/LoggingEvent.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/flatted/cjs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/adapters.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/console.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stdout.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stderr.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/logLevelFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/categoryFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/noLogFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileWriteStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/graceful-fs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/polyfills.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/legacy-streams.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/clone.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/win32.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/rimraf.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-type.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/jsonfile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/jsonfile/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/move-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/move.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/output/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/now.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameFormatter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameParser.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/moveAndMaybeCompressFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/DateRollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/dateFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/fileSync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/tcp.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/categories.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/connect-logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/recording.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/src/common/util/local-file-writer.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/make-dir.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/utils.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-type.js',\n ... 1855 more items\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009460034291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4e2383bb-440c-4814-9878-641a0c108aa9", + "name": "hvigorfile, resolve hvigorfile dependencies in 74 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009506670666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "39e7cca7-df71-44a2-9cab-ebf1acf85ae4", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009432955000, + "endTime": 355009506761708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "94e69f46-ac35-4dc0-abb0-a5c00c9a3bf5", + "parent": "4e5f8a60-5183-4d44-8f2a-ef99f3f1d542" + } + }, + { + "head": { + "id": "9b7895af-c023-435b-a72f-4d410923b523", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009507213583, + "endTime": 355009507329166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b47ce7c6-b469-4ac5-855f-1fabb17f8a8f", + "logId": "b3b7cd78-feb8-4d61-aa55-172b9bd97319" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e3730f77-226b-448c-b1a2-cf3f0d63aa64", + "name": "project has submodules:entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009507228041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b3b7cd78-feb8-4d61-aa55-172b9bd97319", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009507213583, + "endTime": 355009507329166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9b7895af-c023-435b-a72f-4d410923b523", + "parent": "4e5f8a60-5183-4d44-8f2a-ef99f3f1d542" + } + }, + { + "head": { + "id": "67027738-b21d-4439-8e1c-cf0c16ea9342", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009507925833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5d23780f-27b9-4891-9f33-f5bd33d4aa95", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009510564000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "af3a35e5-1778-4697-90bd-daab7b981ef5", + "name": "ohpm install", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009507334666, + "endTime": 355009510752041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "09e3c776-e73d-498e-b7e5-906d30eeb050", + "parent": "4e5f8a60-5183-4d44-8f2a-ef99f3f1d542" + } + }, + { + "head": { + "id": "c3e6d8fd-a3fe-4db6-abc1-f8acd9266b53", + "name": "Module ClassMG Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009511553458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64fea040-7bf6-46a1-a5a7-375f2110a013", + "name": "Module ClassMG's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009511615291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eda99fa0-e8c0-41e2-9a68-673f8222f5fa", + "name": "Module entry Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009512156125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "048c6028-2734-4681-9371-cb85f1417de2", + "name": "Module entry's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009512205166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0af333d5-f467-414c-aaf6-8500bddaf9ea", + "name": "eval hook", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009510758833, + "endTime": 355009513919583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b53d0ebf-5c03-4383-b912-e37f4d53905b", + "parent": "4e5f8a60-5183-4d44-8f2a-ef99f3f1d542" + } + }, + { + "head": { + "id": "cc56c4de-5bfb-427a-ba6d-5da7d55d3292", + "name": "Configuration phase cost:166 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009513946416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "07d19c85-f157-4c19-bcb9-80513bfeed3b", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009513932916, + "endTime": 355009514005958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "217b3a54-92cc-4a4f-9274-7540e2e68ca8", + "parent": "4e5f8a60-5183-4d44-8f2a-ef99f3f1d542" + } + }, + { + "head": { + "id": "4e5f8a60-5183-4d44-8f2a-ef99f3f1d542", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009345804000, + "endTime": 355009514016333 + }, + "additional": { + "logType": "info", + "children": [ + "6712ffc0-4ce6-449e-a0d8-568dcfbb57f4", + "37f5e58b-78f1-47ec-9193-8577e24bbe89", + "cddf704c-604c-4839-a8d1-6264deb7499d", + "5ab08df0-574b-4c18-bd41-32abdeaf5fb3", + "39e7cca7-df71-44a2-9cab-ebf1acf85ae4", + "af3a35e5-1778-4697-90bd-daab7b981ef5", + "0af333d5-f467-414c-aaf6-8500bddaf9ea", + "07d19c85-f157-4c19-bcb9-80513bfeed3b", + "b3b7cd78-feb8-4d61-aa55-172b9bd97319" + ], + "durationId": "b47ce7c6-b469-4ac5-855f-1fabb17f8a8f", + "parent": "53639ccd-6e93-4de8-99c9-463145211f04" + } + }, + { + "head": { + "id": "1ea6e496-f2bc-4e23-941b-132cd9fdce21", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009516701708, + "endTime": 355009516719000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "862cfd5f-caaf-4cf9-85ac-261da803239c", + "logId": "8764ea9d-f554-4c3f-be1f-2c0b9f7a83be" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8764ea9d-f554-4c3f-be1f-2c0b9f7a83be", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009516701708, + "endTime": 355009516719000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1ea6e496-f2bc-4e23-941b-132cd9fdce21", + "parent": "53639ccd-6e93-4de8-99c9-463145211f04" + } + }, + { + "head": { + "id": "1f88a4c9-59a5-40f0-8ec9-5c7bfdee6c2f", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009514037958, + "endTime": 355009516728458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9edcbf63-5285-4319-9578-702c4b4be8fc", + "parent": "53639ccd-6e93-4de8-99c9-463145211f04" + } + }, + { + "head": { + "id": "d124eec5-5247-48e3-b072-ea6cbbead4e1", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009516731708, + "endTime": 355009516735500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0e1b2a2f-39cc-4237-900f-e643e77f87f8", + "parent": "53639ccd-6e93-4de8-99c9-463145211f04" + } + }, + { + "head": { + "id": "53639ccd-6e93-4de8-99c9-463145211f04", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009332354708, + "endTime": 355009516738458 + }, + "additional": { + "logType": "info", + "children": [ + "1cf3404c-7e34-4eb4-9ae8-8cb2b54ebca5", + "4e5f8a60-5183-4d44-8f2a-ef99f3f1d542", + "1f88a4c9-59a5-40f0-8ec9-5c7bfdee6c2f", + "d124eec5-5247-48e3-b072-ea6cbbead4e1", + "84ad8835-f4d5-4732-82ba-7b3a74e2037c", + "9c9e5fd2-281c-4087-ac0d-1af6d75f3d5e", + "8764ea9d-f554-4c3f-be1f-2c0b9f7a83be" + ], + "durationId": "862cfd5f-caaf-4cf9-85ac-261da803239c" + } + }, + { + "head": { + "id": "59d0b26a-be59-407b-b59d-41291d285e08", + "name": "Configuration task cost before running: 187 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009516883666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4c32646a-dcfd-404d-9750-b52b72d0d1ee", + "name": "entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009518930833, + "endTime": 355009521381125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "f2d57838-ad89-4c50-bfc4-672d68e03637", + "logId": "9fee00c4-59db-4ad2-a686-40d8807d631d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f2d57838-ad89-4c50-bfc4-672d68e03637", + "name": "create entry:default@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009517620500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "4c32646a-dcfd-404d-9750-b52b72d0d1ee" + } + }, + { + "head": { + "id": "c038a942-f85b-4d99-a293-aa6a57b3f79b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009517766958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2fed17f-1812-4405-a9ad-d9fa232d93b0", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009517807083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d6026be6-f4ba-40b6-b91b-f32f7d7c1b76", + "name": "Executing task :entry:default@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009518938333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "77e8fe8f-10e2-489b-a33e-851bc5efd1c2", + "name": "Incremental task entry:default@PreBuild pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009521266791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ae341252-826f-4baf-842f-b7e3679b35b1", + "name": "entry : default@PreBuild cost memory 0.21958160400390625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009521341583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9fee00c4-59db-4ad2-a686-40d8807d631d", + "name": "UP-TO-DATE :entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009518930833, + "endTime": 355009521381125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4c32646a-dcfd-404d-9750-b52b72d0d1ee" + } + }, + { + "head": { + "id": "50aa662f-07c7-4610-9d1e-f8bca61f8511", + "name": "entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009522717041, + "endTime": 355009523336041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "1c3bc55d-2350-439e-9048-9f3e42c7e1fe", + "logId": "6a1b62f0-eef3-4acb-8aff-5ccc0c12d600" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1c3bc55d-2350-439e-9048-9f3e42c7e1fe", + "name": "create entry:default@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009522304166 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "50aa662f-07c7-4610-9d1e-f8bca61f8511" + } + }, + { + "head": { + "id": "7ca2e9d8-ed4c-4618-9f99-a313523124e8", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009522403333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "62824020-a147-46d0-9f1b-975c477c3293", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009522433666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "deb44f29-224f-474d-933d-df6732405cdc", + "name": "Executing task :entry:default@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009522721750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e0df23e-cd83-455c-814c-7155819f9969", + "name": "Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009523009916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "39c0009d-8c18-431f-9112-bdbaf18bb882", + "name": "Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009523264250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f9b6f336-1962-409b-b493-8a055e6e5979", + "name": "entry : default@GenerateMetadata cost memory 0.08245849609375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009523302125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6a1b62f0-eef3-4acb-8aff-5ccc0c12d600", + "name": "UP-TO-DATE :entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009522717041, + "endTime": 355009523336041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "50aa662f-07c7-4610-9d1e-f8bca61f8511" + } + }, + { + "head": { + "id": "ba9ea782-80d1-40ce-9ea5-3a5a39735c0f", + "name": "entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009524092125, + "endTime": 355009524281833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "f45c2be0-3b91-4277-9012-31d99d2b1048", + "logId": "516a2075-a7b2-4db4-8cb7-22e60fc24c69" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f45c2be0-3b91-4277-9012-31d99d2b1048", + "name": "create entry:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009523898875 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "ba9ea782-80d1-40ce-9ea5-3a5a39735c0f" + } + }, + { + "head": { + "id": "c18f7815-95b5-4a83-8d27-4d104d368daf", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009523987833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d89026e-efcf-42f8-b087-6bca1981c95d", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009524015666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "311671fb-a20b-438b-90ed-97ce9e92ac3d", + "name": "Executing task :entry:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009524096125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b8d4f904-6349-4986-a51a-6c399a1df0fd", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009524149041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d49fb5d8-734b-4d57-a970-74be1ef522bd", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009524172625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "939981fd-f71d-47c0-b2e6-fd303390a7ef", + "name": "entry : default@ConfigureCmake cost memory 0.03696441650390625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009524210291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4f17dcab-d1ab-4a8f-902f-9e0a1de6b4f1", + "name": "runTaskFromQueue task cost before running: 194 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009524250000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "516a2075-a7b2-4db4-8cb7-22e60fc24c69", + "name": "Finished :entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009524092125, + "endTime": 355009524281833, + "totalTime": 147417 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ba9ea782-80d1-40ce-9ea5-3a5a39735c0f" + } + }, + { + "head": { + "id": "edc6659f-d6d4-410d-9f69-955fa825ad6f", + "name": "entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009525249416, + "endTime": 355009525768833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "eea3dda8-5d83-4d9d-bff6-4064044f6387", + "logId": "b52f4e42-c7dd-4a52-b2f8-5c550f1959cd" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "eea3dda8-5d83-4d9d-bff6-4064044f6387", + "name": "create entry:default@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009524892208 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "edc6659f-d6d4-410d-9f69-955fa825ad6f" + } + }, + { + "head": { + "id": "a10b01c4-93c1-4982-bea1-8fdd9afceb92", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009524990083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2f5523cb-be62-4434-9457-247a89969460", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009525015500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e17595db-cfb1-4d0a-a8e8-fa3251248802", + "name": "Executing task :entry:default@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009525253208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dceba16a-0fa4-48c5-b842-88b4f8ee4889", + "name": "Incremental task entry:default@MergeProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009525699083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9fe520e5-2bbd-4801-9d66-473b947aafae", + "name": "entry : default@MergeProfile cost memory 0.097625732421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009525739083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b52f4e42-c7dd-4a52-b2f8-5c550f1959cd", + "name": "UP-TO-DATE :entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009525249416, + "endTime": 355009525768833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "edc6659f-d6d4-410d-9f69-955fa825ad6f" + } + }, + { + "head": { + "id": "6bc3e5a0-c057-4f64-8bed-0fabf661c36f", + "name": "entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009526769291, + "endTime": 355009527276833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "f5100c5f-60c9-4b97-86d1-bf7ced00c0df", + "logId": "2040e8db-16f9-462a-b782-8dd4359c8e36" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f5100c5f-60c9-4b97-86d1-bf7ced00c0df", + "name": "create entry:default@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009526345583 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "6bc3e5a0-c057-4f64-8bed-0fabf661c36f" + } + }, + { + "head": { + "id": "ee8f239b-7bed-4567-a538-783cc83a93fb", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009526444458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f687fe8d-78be-4360-865b-208f4e00672d", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009526471750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "824c8338-371a-45ed-9d87-aa2e95d0a90b", + "name": "Executing task :entry:default@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009526773500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bd4cbc79-d5c5-408a-818c-58a2af750e80", + "name": "Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009526997375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc674dc5-d464-465d-98c2-a0ebb08d0694", + "name": "Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009527212000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "18c4fbd5-e294-499e-ac67-b376d6fa2821", + "name": "entry : default@CreateBuildProfile cost memory 0.08684539794921875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009527246041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2040e8db-16f9-462a-b782-8dd4359c8e36", + "name": "UP-TO-DATE :entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009526769291, + "endTime": 355009527276833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6bc3e5a0-c057-4f64-8bed-0fabf661c36f" + } + }, + { + "head": { + "id": "9d79223d-6953-433a-afe3-6b6eeb692dad", + "name": "entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009528268791, + "endTime": 355009528535625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "c555096a-5e2b-46e2-bee2-387d2fd86ad5", + "logId": "cc495332-e387-4564-864c-e0a9dd5652a9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c555096a-5e2b-46e2-bee2-387d2fd86ad5", + "name": "create entry:default@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009527819750 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9d79223d-6953-433a-afe3-6b6eeb692dad" + } + }, + { + "head": { + "id": "ee0c346e-e5e2-4192-873f-8ac4f9db1825", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009527903500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1d7dbfaa-9214-4494-a642-b9934452ba29", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009527929375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a12676b8-7804-41be-bd46-485fafe8dcdb", + "name": "Executing task :entry:default@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009528274666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dbc9b585-d139-423c-90a7-70fa36b8dfcc", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009528340041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c3b695ff-1132-4844-888e-d2ed82cf1cea", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009528398833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "059e521c-89a4-4e88-9bfa-e70d1f185abf", + "name": "entry : default@PreCheckSyscap cost memory 0.0371856689453125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009528458250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df218a12-248c-42c8-b67e-a01ba38e63a9", + "name": "runTaskFromQueue task cost before running: 198 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009528506375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc495332-e387-4564-864c-e0a9dd5652a9", + "name": "Finished :entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009528268791, + "endTime": 355009528535625, + "totalTime": 226209 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9d79223d-6953-433a-afe3-6b6eeb692dad" + } + }, + { + "head": { + "id": "e8df7e9c-7be7-4aff-8a51-11d5778de5c4", + "name": "entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009530907791, + "endTime": 355009531282333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "591cc569-cb10-4319-b4dc-16fad6806c21", + "logId": "c689e3ae-df08-4198-88fd-c9e725768c7a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "591cc569-cb10-4319-b4dc-16fad6806c21", + "name": "create entry:default@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009529251208 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e8df7e9c-7be7-4aff-8a51-11d5778de5c4" + } + }, + { + "head": { + "id": "475196d2-b8f9-4846-8d27-42e7ea405cee", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009529356666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "45554f63-361e-458c-b787-793d13e64612", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009529388250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d2b97a98-9842-43ee-8257-07c9adb04eca", + "name": "Executing task :entry:default@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009530915833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "218080d8-008c-442d-80ed-18e0f9ecf340", + "name": "Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009531000583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "588e6bd9-e708-4bc0-929d-aec0860a4af9", + "name": "Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009531200750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "14e3d069-f992-4e8d-a792-9ff1a95dc11c", + "name": "entry : default@GeneratePkgContextInfo cost memory 0.06168365478515625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009531239083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c689e3ae-df08-4198-88fd-c9e725768c7a", + "name": "UP-TO-DATE :entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009530907791, + "endTime": 355009531282333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e8df7e9c-7be7-4aff-8a51-11d5778de5c4" + } + }, + { + "head": { + "id": "4f0bb325-21c8-40a3-8969-8c300e8fcc47", + "name": "entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009532657625, + "endTime": 355009533408875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist." + ], + "detailId": "30aea2df-9a90-41fa-8b82-8b16dd3f2f26", + "logId": "c5da0ec3-a948-4e92-8eb8-d464d61b700e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "30aea2df-9a90-41fa-8b82-8b16dd3f2f26", + "name": "create entry:default@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009531894000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "4f0bb325-21c8-40a3-8969-8c300e8fcc47" + } + }, + { + "head": { + "id": "4f50663e-2c10-402f-81b8-70f79e2cdfdf", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009531987666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b626567f-859b-4541-8510-7cc7deb8c0e9", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009532014916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "68ab7956-3a01-4c6b-bbb3-4c3878382814", + "name": "Executing task :entry:default@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009532661625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "886c0fb2-2494-4e4e-a4f9-6b17af26a244", + "name": "entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009533210791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "90056529-4238-44d4-b28f-172345a0f071", + "name": "Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009533244291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "75883b50-4fcb-4aaf-ad00-d946dab8afc8", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009533278250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "486d0671-a82f-42b7-9fce-9a130eade239", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009533300666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4b6477e2-9185-4e86-b303-952a5bdfad07", + "name": "entry : default@ProcessIntegratedHsp cost memory 0.10532379150390625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009533346875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc978e81-0690-45ca-82cc-e860d86bbd2c", + "name": "runTaskFromQueue task cost before running: 203 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009533383916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c5da0ec3-a948-4e92-8eb8-d464d61b700e", + "name": "Finished :entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009532657625, + "endTime": 355009533408875, + "totalTime": 719167 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4f0bb325-21c8-40a3-8969-8c300e8fcc47" + } + }, + { + "head": { + "id": "0945eeb4-8f9c-49c5-aa9a-4cd199c70dd6", + "name": "entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009534569583, + "endTime": 355009534748083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "6b40b6fb-ed46-423c-8042-a62aa3ba3a76", + "logId": "aba5f349-2e63-4515-a901-ce0f341affc2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6b40b6fb-ed46-423c-8042-a62aa3ba3a76", + "name": "create entry:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009534159250 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0945eeb4-8f9c-49c5-aa9a-4cd199c70dd6" + } + }, + { + "head": { + "id": "9777a57d-eb48-4aae-8b9b-8b8e2dded83a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009534255291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2516397c-fddf-4f8c-9b88-cdfeffe7ce89", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009534281791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ce3eabda-e3d1-4011-a418-9fb10783048a", + "name": "Executing task :entry:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009534573875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "40693ce0-44f5-421e-933d-d48384369f06", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009534616541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "138af383-efea-4c57-ae18-5c89e44319a7", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009534639333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64e68f60-f945-4722-8e6f-cf6d30a38c9f", + "name": "entry : default@BuildNativeWithCmake cost memory 0.0380096435546875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009534680250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "37048157-ea34-4973-8ce5-7d6f94432b93", + "name": "runTaskFromQueue task cost before running: 204 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009534720833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aba5f349-2e63-4515-a901-ce0f341affc2", + "name": "Finished :entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009534569583, + "endTime": 355009534748083, + "totalTime": 144834 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0945eeb4-8f9c-49c5-aa9a-4cd199c70dd6" + } + }, + { + "head": { + "id": "7e5897d9-5242-442a-b873-5d1498995f37", + "name": "entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009536034541, + "endTime": 355009537300666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "e347f34b-af09-4665-900e-90c20712cffe", + "logId": "76f3265a-9a5c-4c6f-9125-2c62140f1a5d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e347f34b-af09-4665-900e-90c20712cffe", + "name": "create entry:default@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009535347625 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "7e5897d9-5242-442a-b873-5d1498995f37" + } + }, + { + "head": { + "id": "95282466-22ef-4401-b63f-d92224ee3a84", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009535432250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "95d37f12-352b-46ea-aad1-991db7d7ddf8", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009535463625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0bf705b-98eb-420f-a9ce-211efa238c34", + "name": "Executing task :entry:default@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009536038666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8f87abcf-3aa0-4ef4-a641-39664c46cc7a", + "name": "Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009537208833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "48b74a5c-9295-4718-9bc2-508132dfae82", + "name": "entry : default@MakePackInfo cost memory 0.128692626953125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009537262791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "76f3265a-9a5c-4c6f-9125-2c62140f1a5d", + "name": "UP-TO-DATE :entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009536034541, + "endTime": 355009537300666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7e5897d9-5242-442a-b873-5d1498995f37" + } + }, + { + "head": { + "id": "7b4c8f57-38b7-472b-abb6-ab66dd0dcac5", + "name": "entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009538747583, + "endTime": 355009539888291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist." + ], + "detailId": "a194d961-337d-47a9-9122-21a3dc8e5532", + "logId": "10e52d99-5d30-4fa6-ab75-619f1f604cdb" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a194d961-337d-47a9-9122-21a3dc8e5532", + "name": "create entry:default@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009538105958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "7b4c8f57-38b7-472b-abb6-ab66dd0dcac5" + } + }, + { + "head": { + "id": "950b68e3-3e20-4d3d-8aa6-92c299f79ec2", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009538213833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c679a9cc-e760-450c-8f7f-b4828ebf1417", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009538252916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "86d13824-9f7d-4518-a1bd-9aa81ece9d72", + "name": "Executing task :entry:default@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009538751833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f0b49a25-357b-422c-b03a-5844140a31e8", + "name": "File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009538793541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5b97f6a8-0a65-4c72-9fbc-04155f57b460", + "name": "Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009538888166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0b6a2893-7ef3-4a9f-af67-5fce5fea5a71", + "name": "entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009539655875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d153530a-9d18-456f-b5b1-29358643ef6d", + "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009539699208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f1223dc2-4e50-40e8-b9d7-86731316000a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009539746375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c059af22-7f71-45b1-9e61-86968229681e", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009539771000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a545e8c4-56a3-4863-a408-340255c482b8", + "name": "entry : default@SyscapTransform cost memory 0.1247711181640625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009539814708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "85cc288c-f3e6-4689-af18-2aaf457e07b3", + "name": "runTaskFromQueue task cost before running: 210 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009539861916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "10e52d99-5d30-4fa6-ab75-619f1f604cdb", + "name": "Finished :entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009538747583, + "endTime": 355009539888291, + "totalTime": 1105917 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7b4c8f57-38b7-472b-abb6-ab66dd0dcac5" + } + }, + { + "head": { + "id": "ae211e39-3b32-40a8-8899-b188bbf0a5b3", + "name": "entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009541119500, + "endTime": 355009541413166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "bf0c7ded-05d3-45e8-b7cc-439319c1c4aa", + "logId": "672ce8fa-b441-4683-8fe5-3fbe186a88d5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "bf0c7ded-05d3-45e8-b7cc-439319c1c4aa", + "name": "create entry:default@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009540533041 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "ae211e39-3b32-40a8-8899-b188bbf0a5b3" + } + }, + { + "head": { + "id": "8fec7d76-3edb-4e7c-95bc-59c5788054ad", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009540625833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3a03bd2a-2e7c-4453-a073-d20620c013ba", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009540656416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9d5b7392-3f59-46f8-b694-57ae1eb611ec", + "name": "Executing task :entry:default@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009541123958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1fbe8a5c-114d-46fd-b925-0b42105df52f", + "name": "Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009541342708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ff429e22-54d6-4898-8d28-c918ced3dced", + "name": "entry : default@ProcessProfile cost memory 0.048980712890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009541377750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "672ce8fa-b441-4683-8fe5-3fbe186a88d5", + "name": "UP-TO-DATE :entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009541119500, + "endTime": 355009541413166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ae211e39-3b32-40a8-8899-b188bbf0a5b3" + } + }, + { + "head": { + "id": "669b3e16-a425-4b80-892c-85f7fd059119", + "name": "entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009542752041, + "endTime": 355009544259916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "ee1add44-86c2-45c9-a6c1-542b53bb30b9", + "logId": "c4413d4d-fab8-4756-94ef-4c871afdb435" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ee1add44-86c2-45c9-a6c1-542b53bb30b9", + "name": "create entry:default@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009542012875 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "669b3e16-a425-4b80-892c-85f7fd059119" + } + }, + { + "head": { + "id": "40a0bd99-6f36-4611-871b-75edf4637415", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009542105041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eaa48a6a-2b57-46a6-a4ce-664006c9b80c", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009542136666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4084db5a-f8e8-4b48-a286-44194857c2a3", + "name": "Executing task :entry:default@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009542755708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7ffb2a6c-c5d4-4d73-9aab-1cbf1ca3440f", + "name": "Incremental task entry:default@ProcessRouterMap pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009544119750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5403bdf9-db91-442a-a2d9-c5350b10ba3e", + "name": "entry : default@ProcessRouterMap cost memory 0.1706390380859375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009544216708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c4413d4d-fab8-4756-94ef-4c871afdb435", + "name": "UP-TO-DATE :entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009542752041, + "endTime": 355009544259916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "669b3e16-a425-4b80-892c-85f7fd059119" + } + }, + { + "head": { + "id": "076fe5f1-2223-4f1e-ac81-0787262420ae", + "name": "entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009545896458, + "endTime": 355009546532166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "351806ab-627a-472a-9ccd-e155168dc382", + "logId": "0fe46071-72d1-4486-841f-4e1fdd2036e2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "351806ab-627a-472a-9ccd-e155168dc382", + "name": "create entry:default@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009545402791 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "076fe5f1-2223-4f1e-ac81-0787262420ae" + } + }, + { + "head": { + "id": "5ae608b1-e8fc-4d65-9921-61437d08f260", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009545532416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "06981928-3ae2-4dbe-9a8b-e476ac26e0d1", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009545568375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd99b2d6-72fe-4857-be21-147484f9abcb", + "name": "Executing task :entry:default@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009545906875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "35f410d9-add8-4d7c-9257-89a6284bd080", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009545959333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "498d9e47-0256-4f2d-94f2-432e500f7ca1", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009545988541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2f6a8790-34a1-4d71-9989-f0dfe5a1ff9d", + "name": "entry : default@BuildNativeWithNinja cost memory 0.05230712890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009546409541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7c460aa3-ae42-43c1-ae48-3dc86f2bd4c8", + "name": "runTaskFromQueue task cost before running: 216 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009546487250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0fe46071-72d1-4486-841f-4e1fdd2036e2", + "name": "Finished :entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009545896458, + "endTime": 355009546532166, + "totalTime": 573625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "076fe5f1-2223-4f1e-ac81-0787262420ae" + } + }, + { + "head": { + "id": "637bc18a-ebd5-4ecb-8027-c95dc968990a", + "name": "entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009548541708, + "endTime": 355009550606750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "894c618d-1b3e-4226-b624-820c7680ddf9", + "logId": "7c54ba71-b263-4068-b790-3f9260d8bcef" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "894c618d-1b3e-4226-b624-820c7680ddf9", + "name": "create entry:default@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009547578958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "637bc18a-ebd5-4ecb-8027-c95dc968990a" + } + }, + { + "head": { + "id": "65f9ef9a-d59d-4854-afc8-d38dc46aa63a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009547712250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "777e6311-2840-4a14-a178-01a562e364b5", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009547749125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4dba2e4b-f565-405b-96fc-5a9f6847e045", + "name": "restool module names: entry; moduleName=entry, taskName=default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009548107958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2f009fad-2832-4b47-a8b9-d9850a04c2bd", + "name": "Executing task :entry:default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009549202666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2abf52db-2081-48d8-acfc-6df9bd6667ac", + "name": "Incremental task entry:default@ProcessResource pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009550033166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0faef539-cc3e-4aa3-b51b-17e89cd8451f", + "name": "entry : default@ProcessResource cost memory 0.12815093994140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009550099166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7c54ba71-b263-4068-b790-3f9260d8bcef", + "name": "UP-TO-DATE :entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009548541708, + "endTime": 355009550606750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "637bc18a-ebd5-4ecb-8027-c95dc968990a" + } + }, + { + "head": { + "id": "ac1cbb11-b7f0-4ef6-ac09-7b0d41beb37e", + "name": "entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009553280916, + "endTime": 355009559052791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "63705ebf-39eb-4d96-8684-f5f9a46fc7bd", + "logId": "4e528721-87b4-4d44-aac4-6cd4b5a7a34a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "63705ebf-39eb-4d96-8684-f5f9a46fc7bd", + "name": "create entry:default@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009551876958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "ac1cbb11-b7f0-4ef6-ac09-7b0d41beb37e" + } + }, + { + "head": { + "id": "81356b8e-ffef-4fdb-9e2a-42e2c7d1a2fc", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009551984250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e430d5f9-1749-4e3b-bd1d-cfcf777c3d62", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009552017875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "096796b5-278f-42b4-bebe-c40ca8469743", + "name": "Executing task :entry:default@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009553290833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "88e0da68-2410-4d61-af09-7d3af51a4d04", + "name": "Incremental task entry:default@GenerateLoaderJson pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009558942125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7b8796cd-c183-41ed-97c5-001498c80bf0", + "name": "entry : default@GenerateLoaderJson cost memory 0.5589447021484375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009559010208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4e528721-87b4-4d44-aac4-6cd4b5a7a34a", + "name": "UP-TO-DATE :entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009553280916, + "endTime": 355009559052791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ac1cbb11-b7f0-4ef6-ac09-7b0d41beb37e" + } + }, + { + "head": { + "id": "50ae88d4-deab-484a-9806-f6065633b8fa", + "name": "entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009561696125, + "endTime": 355009562751416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "56300c5f-9dfb-4334-a7ad-9fe6751694ef", + "logId": "b323ab87-23d0-4fc2-ba31-a56aed131227" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "56300c5f-9dfb-4334-a7ad-9fe6751694ef", + "name": "create entry:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009561247500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "50ae88d4-deab-484a-9806-f6065633b8fa" + } + }, + { + "head": { + "id": "3f96def9-6508-42eb-8e43-8e232d41b27a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009561356458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "22787e76-5071-4350-969e-73d587deee2e", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009561394333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "038cfa28-4875-4539-b3c2-ceaf12fd80df", + "name": "Executing task :entry:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009561703000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "62b098bd-8fad-4b96-8263-c8420bf2b8a1", + "name": "Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009562658333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9204139a-a433-450d-b3b9-20f8cbfc3656", + "name": "entry : default@ProcessLibs cost memory 0.099151611328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009562712041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b323ab87-23d0-4fc2-ba31-a56aed131227", + "name": "UP-TO-DATE :entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009561696125, + "endTime": 355009562751416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "50ae88d4-deab-484a-9806-f6065633b8fa" + } + }, + { + "head": { + "id": "a7e87b3f-68c7-4cba-8411-9c18f83ca760", + "name": "entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009565814833, + "endTime": 355009570145250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "d81d9fd2-cb73-4326-93b1-26138d56c14d", + "logId": "1ec90d4c-0f30-470f-b8ee-3e59e16eb79a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d81d9fd2-cb73-4326-93b1-26138d56c14d", + "name": "create entry:default@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009564476791 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a7e87b3f-68c7-4cba-8411-9c18f83ca760" + } + }, + { + "head": { + "id": "27e28d11-f09b-407e-a58e-f1c6b666a45d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009564610375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cde764de-4ddd-4e69-b099-dc6d4c772bfb", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009564646833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8acfdb07-ceb1-4a50-9404-95b02710045e", + "name": "restool module names: entry; moduleName=entry, taskName=default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009564888125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "30260de0-4dd2-484a-9993-1d694797123b", + "name": "Executing task :entry:default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009565825750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3c3e1aa2-9ec6-4064-95fe-b6d6403b0e92", + "name": "Incremental task entry:default@CompileResource pre-execution cost: 4 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009570042958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "abb55ad1-08bf-4a48-bf16-4b069985b4b1", + "name": "entry : default@CompileResource cost memory 0.48217010498046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009570091958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1ec90d4c-0f30-470f-b8ee-3e59e16eb79a", + "name": "UP-TO-DATE :entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009565814833, + "endTime": 355009570145250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a7e87b3f-68c7-4cba-8411-9c18f83ca760" + } + }, + { + "head": { + "id": "16673c24-69aa-4a8f-93f1-0090941b57c9", + "name": "entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009571959541, + "endTime": 355009572341250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "68e95e03-f738-49c4-82d7-2004c59112e3", + "logId": "fa8d2135-5aa7-4c18-8c04-28d72bce5037" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "68e95e03-f738-49c4-82d7-2004c59112e3", + "name": "create entry:default@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009570947541 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "16673c24-69aa-4a8f-93f1-0090941b57c9" + } + }, + { + "head": { + "id": "78a2f992-b773-44dc-936e-4676ba073b9d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009571044333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c7f43472-bf95-4c0f-8e16-4b6a50854720", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009571073041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a98ce554-dbb6-4fa0-a542-efb844540d79", + "name": "Executing task :entry:default@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009571964375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "daa9bff9-5265-42c0-9e6e-3f4a6c522704", + "name": "Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009572035958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2f98479-6c59-4e1b-aa66-6d73c9f52535", + "name": "Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009572273250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "94341ee0-a262-4086-bc33-522494d32159", + "name": "entry : default@DoNativeStrip cost memory 0.06108856201171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009572309458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fa8d2135-5aa7-4c18-8c04-28d72bce5037", + "name": "UP-TO-DATE :entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009571959541, + "endTime": 355009572341250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "16673c24-69aa-4a8f-93f1-0090941b57c9" + } + }, + { + "head": { + "id": "bf341f27-093f-45fc-93cc-a4bdf7b6d82f", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009574439958, + "endTime": 355010785725666 + }, + "additional": { + "children": [ + "10f732c5-e15c-4c35-80f3-3d16832125f8", + "bcbaf87f-01cf-41ca-a4fc-6838981295d4" + ], + "state": "failed", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [ + "The input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed." + ], + "detailId": "9a0d2edd-94b3-4c79-a823-c6cd06262ed0", + "logId": "59a2e1a3-0d7d-4b41-8372-8e9604421378" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9a0d2edd-94b3-4c79-a823-c6cd06262ed0", + "name": "create entry:default@CompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009572917583 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "bf341f27-093f-45fc-93cc-a4bdf7b6d82f" + } + }, + { + "head": { + "id": "d4429602-397f-4c45-89a8-8740bd8ce175", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009573012291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c51922f8-e1d1-4d7d-a556-59fe023d89e2", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009573039916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1b2ff001-234c-4878-8437-ae3b0dc141ee", + "name": "Executing task :entry:default@CompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009574444125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cae4e1c3-15d0-4358-8e00-6f4b4bc698e7", + "name": "entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009577360958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e49f1b66-813b-44d0-b1dd-f2082964a217", + "name": "Incremental task entry:default@CompileArkTS pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009577404291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6ffad0c9-ced0-4483-b36d-b634504beae8", + "name": "build config:", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009583059416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c6fdf459-9172-4013-a87e-a6760668387c", + "name": "Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009583448916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6072d6a6-ea99-477a-9e68-f9bbfcef3996", + "name": "default@CompileArkTS work[23] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009583920583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "10f732c5-e15c-4c35-80f3-3d16832125f8", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355009584788375, + "endTime": 355010785481875 + }, + "additional": { + "children": [], + "state": "failed", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "bf341f27-093f-45fc-93cc-a4bdf7b6d82f", + "logId": "355c0d09-1aef-4f31-966f-3c1579b96ac0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9d621ae2-8936-43fb-940e-687f694736cd", + "name": "default@CompileArkTS work[23] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009584351541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "271c5b72-fcbf-474e-a5b8-ce284b01ecfe", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009584390708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0a759d66-0a75-4991-8dea-cc2cb80d66ab", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009584417375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "28f21e2e-c622-49dc-9967-1a5506a982b3", + "name": "A work dispatched to worker[5] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009584439958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1ec983e3-ada3-4f90-84f0-8d43ac199fe4", + "name": "default@CompileArkTS work[23] has been dispatched to worker[4].", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009584819291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "36396bc5-5451-4df5-8536-4e21d26593df", + "name": "default@CompileArkTS work[23] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009584875083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0740574d-6277-4cec-a785-f4d83ce752e7", + "name": "CopyResources startTime: 355009584912541", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009584914250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f65ad226-856c-413d-9c53-f58a6d656120", + "name": "default@CompileArkTS work[24] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009584967083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bcbaf87f-01cf-41ca-a4fc-6838981295d4", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 355010135033791, + "endTime": 355010141671916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "bf341f27-093f-45fc-93cc-a4bdf7b6d82f", + "logId": "ddd38daa-8c10-4739-a85e-815171b05bca" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "65af1816-4a3e-43ba-81f8-a246439dc859", + "name": "default@CompileArkTS work[24] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009585361833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e19f2dd6-25c7-4a57-9db1-157aa435168c", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009585396500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2da0edc8-b3f3-4c57-b427-f34a5075fd93", + "name": "Create resident worker with id: 6.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009585581625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "811647b5-56eb-4c7d-adab-ede2736dd676", + "name": "default@CompileArkTS work[24] has been dispatched to worker[6].", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009589315208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "34d43614-ef65-45ab-8ddf-8a8b9826d92b", + "name": "default@CompileArkTS work[24] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009589390375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b7492ec6-82c0-4cbf-9602-be93665952e4", + "name": "entry : default@CompileArkTS cost memory 1.2706298828125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009589496166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f4e0b566-775b-4773-a06d-901f8d939329", + "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": 30598, + "tid": "Main Thread", + "startTime": 355009592245125, + "endTime": 355009593664125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "5f761736-ab16-4aea-90ad-e9625fec0b12", + "logId": "f8934a31-f623-4ccf-9c05-8cd84415ff6f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5f761736-ab16-4aea-90ad-e9625fec0b12", + "name": "create entry:default@BuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009590306708 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f4e0b566-775b-4773-a06d-901f8d939329" + } + }, + { + "head": { + "id": "898ca62b-078f-4493-bb45-734f0da16d47", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009590454791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f44fca12-40c3-44d4-bff8-fc02f7cfc09f", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009590492333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "59788e0b-c735-4070-ba97-9504da7aa623", + "name": "Executing task :entry:default@BuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009592254041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "09417080-6536-4804-8cf5-74cc8f8a2b7f", + "name": "entry : default@BuildJS cost memory 0.11708831787109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009593560541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5cab05d9-1121-4de3-8a44-f66663668a31", + "name": "runTaskFromQueue task cost before running: 263 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009593630000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f8934a31-f623-4ccf-9c05-8cd84415ff6f", + "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": 30598, + "tid": "Main Thread", + "startTime": 355009592245125, + "endTime": 355009593664125, + "totalTime": 1370250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f4e0b566-775b-4773-a06d-901f8d939329" + } + }, + { + "head": { + "id": "b51106e3-4e73-417a-9ec8-121368c9d2ba", + "name": "entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009595991708, + "endTime": 355009596718625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "acf6ff3a-bbeb-4c6e-9dd2-416bfd232322", + "logId": "020dfd94-ace5-4985-b2cb-4a3f3a094bbd" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "acf6ff3a-bbeb-4c6e-9dd2-416bfd232322", + "name": "create entry:default@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009594359333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b51106e3-4e73-417a-9ec8-121368c9d2ba" + } + }, + { + "head": { + "id": "9e53cf8e-53a7-4b0c-b316-54376be28c06", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009594472958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f6f85e52-223b-48fd-8d27-a2afecf6a252", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009594509000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0d43e77-cf01-4c8a-ac10-220f73415ee3", + "name": "Executing task :entry:default@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009596030916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f9b4ce31-dd01-4883-b102-f4c775f72a10", + "name": "Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009596191125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "180bf603-d08a-4480-a096-edee6eaa9efe", + "name": "Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009596618708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8c14dbe1-b8fe-4ca7-9c1c-81c20c8a48c7", + "name": "entry : default@CacheNativeLibs cost memory 0.0684967041015625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009596676166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "020dfd94-ace5-4985-b2cb-4a3f3a094bbd", + "name": "UP-TO-DATE :entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009595991708, + "endTime": 355009596718625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b51106e3-4e73-417a-9ec8-121368c9d2ba" + } + }, + { + "head": { + "id": "ca505d7c-58c3-4861-bb51-6aa3c0baedcb", + "name": "worker[6] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010141878291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6cec4e9b-04dc-4bd6-b2fb-0737d4681611", + "name": "CopyResources is end, endTime: 355010142273250", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010142279583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9730118c-ea2b-4731-a360-98a23dfe31cf", + "name": "default@CompileArkTS work[24] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010142376291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ddd38daa-8c10-4739-a85e-815171b05bca", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 355010135033791, + "endTime": 355010141671916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "bcbaf87f-01cf-41ca-a4fc-6838981295d4", + "parent": "59a2e1a3-0d7d-4b41-8372-8e9604421378" + } + }, + { + "head": { + "id": "d2035511-2db7-4a90-af27-4d9e80af0714", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010142737916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a7c6f599-32c7-408a-842f-5c4c2ffd4cad", + "name": "worker[4] has one work error.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010785300333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "68bd3c9e-0f62-4b17-bffb-09eca7f35a96", + "name": "default@CompileArkTS work[23] failed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010785589875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "355c0d09-1aef-4f31-966f-3c1579b96ac0", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355009584788375, + "endTime": 355010785481875 + }, + "additional": { + "logType": "error", + "children": [], + "durationId": "10f732c5-e15c-4c35-80f3-3d16832125f8", + "parent": "59a2e1a3-0d7d-4b41-8372-8e9604421378" + } + }, + { + "head": { + "id": "59a2e1a3-0d7d-4b41-8372-8e9604421378", + "name": "Failed :entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009574439958, + "endTime": 355010785725666 + }, + "additional": { + "logType": "error", + "children": [ + "355c0d09-1aef-4f31-966f-3c1579b96ac0", + "ddd38daa-8c10-4739-a85e-815171b05bca" + ], + "durationId": "bf341f27-093f-45fc-93cc-a4bdf7b6d82f" + } + }, + { + "head": { + "id": "29b22c73-4426-4c3f-9fc8-cf2698b6d857", + "name": "hvigor build process will be closed with an error.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010785882875 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "bf341f27-093f-45fc-93cc-a4bdf7b6d82f" + } + }, + { + "head": { + "id": "b20e8b9a-039f-429b-a6b8-5da69f57f650", + "name": "ERROR: stacktrace = Error: ArkTS Compiler Error\n\u001b[31m1 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:182:15\n The type of the @ObjectLink property 'user' can only be objects of classes decorated with @Observed class decorator in ets (not ts).\n\u001b[39m\n\u001b[31mCOMPILE RESULT:FAIL {ERROR:2}\u001b[39m\n at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418)", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010786860958 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "bf341f27-093f-45fc-93cc-a4bdf7b6d82f" + } + }, + { + "head": { + "id": "f3638174-aed7-40f9-b315-ea7b7eabab4d", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010788867625, + "endTime": 355010789001541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "03f87c70-a30d-47ea-a3c5-134a45fcf68a", + "logId": "be269222-e6f8-44b8-beb8-9010756a3fe5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "be269222-e6f8-44b8-beb8-9010756a3fe5", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010788867625, + "endTime": 355010789001541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f3638174-aed7-40f9-b315-ea7b7eabab4d" + } + }, + { + "head": { + "id": "a895b921-55a2-4f9f-bfad-a8770202abb9", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355009330791625, + "endTime": 355010789262208 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 47 + }, + "completeCommand": "{\"prop\":[\"module=entry@default\",\"product=default\",\"requiredDeviceType=phone\"],\"mode\":\"module\",\"parallel\":true,\"incremental\":true,\"daemon\":true,\"_\":[\"assembleHap\"],\"analyze\":\"normal\"};assembleHap", + "hvigorVersion": "5.14.3", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "failed" + } + }, + { + "head": { + "id": "b515a7d8-0143-4cb5-9a5f-7cb43c17beac", + "name": "BUILD FAILED in 1 s 459 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010789307791 + }, + "additional": { + "logType": "error", + "children": [] + } + }, + { + "head": { + "id": "fa520556-9e80-4832-baff-b92acb6ba123", + "name": "There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010789440791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "90c45aa1-9246-485f-bc69-18400ec550f2", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010789474958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0f83310-3cee-484e-947b-5d4c6dc08af2", + "name": "There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010789504500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "50db9444-320e-4072-96df-32e00117fba3", + "name": "There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010789538208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f30650e4-68ab-41b0-b998-ca1c2b78be20", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010789569041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0977ce36-3cc0-4f8b-bb08-94a0b391db26", + "name": "Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010789858541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc860030-09d1-4267-9109-b9f3779fb0d7", + "name": "Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010790080041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5350ffa2-fcb6-48d8-aa1d-bef88b5ef2e1", + "name": "There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010790121708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c8147438-e671-4714-b366-48594195e046", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010790166250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a05920c4-4e82-427e-a70b-688699ebbf34", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010790343250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7c3a0b8e-3107-4e20-bed5-06a31691052a", + "name": "Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010790578541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "060c8db0-6600-4078-a806-833dd3d9f31f", + "name": "Incremental task entry:default@SyscapTransform post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010790660541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2694ba15-001e-47c9-abcd-54a3a28a03e1", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010790693291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5fb6156b-049a-45a6-af82-1f080ff3b9a4", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010790721083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cdd84a42-6e82-495d-9edd-d29ad28f4360", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010790756125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e4918778-f3f4-4bb0-ab16-dd8a35634b8e", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010790784750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b67c370c-ade4-45ce-a3e8-7a904cf93e17", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010790817125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a60398fd-e23f-42d1-a042-af0076f084cd", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010790851166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a476eae-8518-404b-83e0-ab0f4287fdfe", + "name": "There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010790879166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e935bb2a-0ef9-4fdf-bd60-ceb14ff93135", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010791695708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9f74c1cc-22f9-4856-8a73-548aabdb9c6f", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010791854166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "20e50130-c054-48ca-a3be-8c545bc533ba", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010791921166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "33cbf5d6-57f8-42b3-b5dd-d5159d2b52a7", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010791969541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d8cd492d-7a03-4879-a388-de97f8dc4c42", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010792022250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32fefffe-8a58-41b8-9934-06033de83c9f", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010792147166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8d71af07-7ed3-440c-8188-57f37d982fb8", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010792177875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9211c617-53b0-4572-95c5-5280713018b2", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010792220000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6eed9869-bc65-4ca9-a60a-58c884f59042", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010792263041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3cd49d41-c8d8-47a9-8806-26edd6ff5023", + "name": "Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010792323625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "488f3dab-7529-4ce7-b782-3c12549583e8", + "name": "Incremental task entry:default@CompileArkTS post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010792409833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "18ab0afb-d815-4704-ba3b-f689abc818b9", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010792951333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "60ebc46c-2478-411f-84eb-1a432f172f50", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010793060541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a836541b-eb2d-4229-b714-337e08523153", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010793120250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8aeb1445-7c3e-495f-befb-e82a3472ab17", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010793162208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "764c70c4-2573-464b-bd2b-a015f95912d7", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010793204541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fec99ec9-0144-4b20-bd3e-faf8bac9188e", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010793303208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "97a54cb9-7a56-434a-8ce7-2b1d6ac198be", + "name": "Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010793353083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1781bd16-8d3c-4933-9ee8-155062b4ed21", + "name": "Incremental task entry:default@BuildJS post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010793437125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0bad8c6-c595-4e5f-a343-c349b66678c6", + "name": "There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010793466500 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/.hvigor/report/report-202503312048101640.json b/.hvigor/report/report-202503312048101640.json new file mode 100644 index 0000000..5da3b30 --- /dev/null +++ b/.hvigor/report/report-202503312048101640.json @@ -0,0 +1,10301 @@ +{ + "version": "2.0", + "ppid": 30597, + "events": [ + { + "head": { + "id": "e37b0091-2834-489c-a7db-8f1feb2320b9", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010804811750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f8eb9c7e-85d9-4d9b-bdb9-8be3c3ad0fa9", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010808235666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "35078691-a351-4d62-b902-259316cdb25d", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010808430333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "03a0edae-5809-4337-81c5-7a2df9ed8e49", + "name": "worker[6] exits with exit code 1.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355010811721000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2e07ae7a-c780-4bfb-8bfd-06bf511717a8", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029012319083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c7302e0c-5aa2-464f-b71f-88984db51806", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029024896500, + "endTime": 355029176136708 + }, + "additional": { + "children": [ + "30af03b8-85fd-4b5f-ae34-b544b01d8a33", + "d82e2b62-c037-466e-807a-9d9b8bcb708f", + "717581a8-7ec7-47d4-a975-1f701c813c99", + "f8d35122-f021-47a3-b2bb-d3a91e8fe24a", + "684b55da-7571-4d2d-9261-df2baa69a803", + "d5641b2c-2573-4bf4-b182-817d814ed359", + "9c383dcd-2ec6-4128-9044-51375ef0049d" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "5c5ac318-4fd6-4d34-bcfa-cee4ba331e97" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "30af03b8-85fd-4b5f-ae34-b544b01d8a33", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029024899916, + "endTime": 355029039428375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c7302e0c-5aa2-464f-b71f-88984db51806", + "logId": "95fe2b02-129b-454c-9bfb-43ab40e1d6c6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d82e2b62-c037-466e-807a-9d9b8bcb708f", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029039444791, + "endTime": 355029175392291 + }, + "additional": { + "children": [ + "730bd4db-d6b8-4cda-b803-de42677ef69b", + "7af6e3e8-6007-408c-a598-62cfe51556d7", + "bf718311-a68e-475c-a56c-9eab045d39a6", + "baea26c8-ea57-4784-812a-b7cc598580bb", + "41473847-c2b5-4f8c-881d-85eb4d442472", + "a28da44f-4b8d-413b-8bf2-98b812c0195e", + "a9444eff-ef28-4f3d-8e00-f7122090bb39", + "2c992f55-42be-48b5-b13d-5aa3e4411534", + "8521f282-17cb-4293-84b6-77e75e025ac8" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c7302e0c-5aa2-464f-b71f-88984db51806", + "logId": "50ab589a-6f5a-41c7-8daa-98bdb67d06b1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "717581a8-7ec7-47d4-a975-1f701c813c99", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029175416416, + "endTime": 355029176130791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c7302e0c-5aa2-464f-b71f-88984db51806", + "logId": "c283906b-b135-4276-9c48-0aa200a5365d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f8d35122-f021-47a3-b2bb-d3a91e8fe24a", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029176133708, + "endTime": 355029176134333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c7302e0c-5aa2-464f-b71f-88984db51806", + "logId": "1b172026-a17d-467e-8ab7-90e2a16c6857" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "684b55da-7571-4d2d-9261-df2baa69a803", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029027022541, + "endTime": 355029027074916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c7302e0c-5aa2-464f-b71f-88984db51806", + "logId": "dde6dcdf-d36b-4d8c-aff4-a6e563d843de" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "dde6dcdf-d36b-4d8c-aff4-a6e563d843de", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029027022541, + "endTime": 355029027074916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "684b55da-7571-4d2d-9261-df2baa69a803", + "parent": "5c5ac318-4fd6-4d34-bcfa-cee4ba331e97" + } + }, + { + "head": { + "id": "d5641b2c-2573-4bf4-b182-817d814ed359", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029030705791, + "endTime": 355029030730375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c7302e0c-5aa2-464f-b71f-88984db51806", + "logId": "ababba62-d293-4121-b333-70ab0e7a7b35" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ababba62-d293-4121-b333-70ab0e7a7b35", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029030705791, + "endTime": 355029030730375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d5641b2c-2573-4bf4-b182-817d814ed359", + "parent": "5c5ac318-4fd6-4d34-bcfa-cee4ba331e97" + } + }, + { + "head": { + "id": "7aae3987-82cc-4bbe-979c-01993c8d78b2", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029030816041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ced5b94b-f1a8-40b0-951d-83090d57aa7a", + "name": "Cache service initialization finished in 9 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029039320708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "95fe2b02-129b-454c-9bfb-43ab40e1d6c6", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029024899916, + "endTime": 355029039428375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "30af03b8-85fd-4b5f-ae34-b544b01d8a33", + "parent": "5c5ac318-4fd6-4d34-bcfa-cee4ba331e97" + } + }, + { + "head": { + "id": "730bd4db-d6b8-4cda-b803-de42677ef69b", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029041559666, + "endTime": 355029041563375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d82e2b62-c037-466e-807a-9d9b8bcb708f", + "logId": "31b13939-9bb2-42d3-b6b8-5e4e7f8935b1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7af6e3e8-6007-408c-a598-62cfe51556d7", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029041575041, + "endTime": 355029043776916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d82e2b62-c037-466e-807a-9d9b8bcb708f", + "logId": "d4b32b6e-32fd-4ec3-82a7-3c1430234821" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "bf718311-a68e-475c-a56c-9eab045d39a6", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029043793041, + "endTime": 355029096245208 + }, + "additional": { + "children": [ + "2ef6e206-31bb-44bc-8e9f-32ef375d4053", + "f6631db0-2943-4b43-8af1-b82fccbb4440", + "d3dceace-94fd-409a-820b-817c9e0d10f5" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d82e2b62-c037-466e-807a-9d9b8bcb708f", + "logId": "e20202c0-3976-43b8-a5a3-3e08ba367570" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "baea26c8-ea57-4784-812a-b7cc598580bb", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029096262125, + "endTime": 355029112826750 + }, + "additional": { + "children": [ + "fb32ef9c-273a-4666-8c59-01d1b9952da6" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d82e2b62-c037-466e-807a-9d9b8bcb708f", + "logId": "2110db0c-aa5b-4f9a-84da-c665acb19745" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "41473847-c2b5-4f8c-881d-85eb4d442472", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029112832708, + "endTime": 355029169359750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d82e2b62-c037-466e-807a-9d9b8bcb708f", + "logId": "c25ee1c4-e0e8-43cd-aa07-c2c1283df242" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a28da44f-4b8d-413b-8bf2-98b812c0195e", + "name": "ohpm install", + "description": "Ohpm install event.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029169911250, + "endTime": 355029172608208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d82e2b62-c037-466e-807a-9d9b8bcb708f", + "logId": "b1ab1d54-93b3-408b-a7d8-6d119590b008" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a9444eff-ef28-4f3d-8e00-f7122090bb39", + "name": "eval hook", + "description": "EvaluateEvent hook.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029172616208, + "endTime": 355029175326958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d82e2b62-c037-466e-807a-9d9b8bcb708f", + "logId": "7c56c1fd-6eb9-405c-9a61-624840566661" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "2c992f55-42be-48b5-b13d-5aa3e4411534", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029175334958, + "endTime": 355029175387083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d82e2b62-c037-466e-807a-9d9b8bcb708f", + "logId": "a27b4e45-cc3b-4e62-abab-a20f91acf65c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "31b13939-9bb2-42d3-b6b8-5e4e7f8935b1", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029041559666, + "endTime": 355029041563375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "730bd4db-d6b8-4cda-b803-de42677ef69b", + "parent": "50ab589a-6f5a-41c7-8daa-98bdb67d06b1" + } + }, + { + "head": { + "id": "d4b32b6e-32fd-4ec3-82a7-3c1430234821", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029041575041, + "endTime": 355029043776916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7af6e3e8-6007-408c-a598-62cfe51556d7", + "parent": "50ab589a-6f5a-41c7-8daa-98bdb67d06b1" + } + }, + { + "head": { + "id": "2ef6e206-31bb-44bc-8e9f-32ef375d4053", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029044069125, + "endTime": 355029044084958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bf718311-a68e-475c-a56c-9eab045d39a6", + "logId": "2951e471-256f-4021-8b2d-64f83cfbae09" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "2951e471-256f-4021-8b2d-64f83cfbae09", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029044069125, + "endTime": 355029044084958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2ef6e206-31bb-44bc-8e9f-32ef375d4053", + "parent": "e20202c0-3976-43b8-a5a3-3e08ba367570" + } + }, + { + "head": { + "id": "f6631db0-2943-4b43-8af1-b82fccbb4440", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029044811208, + "endTime": 355029095717791 + }, + "additional": { + "children": [ + "84f42c10-65c6-4173-8f35-ed9a64d99067", + "67291c8b-39e3-4143-908e-655ea6b14c6c" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bf718311-a68e-475c-a56c-9eab045d39a6", + "logId": "f4ed4abe-32f2-409a-9c8d-ea5e25cadf21" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "84f42c10-65c6-4173-8f35-ed9a64d99067", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029044811708, + "endTime": 355029051342083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "f6631db0-2943-4b43-8af1-b82fccbb4440", + "logId": "705f7170-f299-4c01-9174-5cd8a98c485e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "67291c8b-39e3-4143-908e-655ea6b14c6c", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029051354750, + "endTime": 355029095703666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "f6631db0-2943-4b43-8af1-b82fccbb4440", + "logId": "58ec1a75-e8a5-4775-a3e5-0231480a58d3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4a503f0e-7f0e-4f0b-b124-05ceba11add7", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029044813625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a5c26b97-c76b-416f-9304-5e8baae3bf35", + "name": "hvigorfile, require result: { default: { system: [Function: appTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029051257125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "705f7170-f299-4c01-9174-5cd8a98c485e", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029044811708, + "endTime": 355029051342083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "84f42c10-65c6-4173-8f35-ed9a64d99067", + "parent": "f4ed4abe-32f2-409a-9c8d-ea5e25cadf21" + } + }, + { + "head": { + "id": "58cf98aa-965c-499c-8392-e49802f69a70", + "name": "hvigorfile, binding system plugins [Function: appTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029051482583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "73c6f08b-5754-4c45-b5fc-35c8ac4483bd", + "name": "Start initialize project's product build option map with build mode debug.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029058380250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "97a827ad-0921-4729-b7b6-038c748dbfec", + "name": "Picking option from product 'default' with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029058459333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2067e2e5-8b1b-4de3-9a72-29180ee395e4", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029058560041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "197411f8-24aa-42f1-b8f2-21a0d1b0bd8d", + "name": "End initialize project's product build option map with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029058646291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "06bc8b44-88e4-4997-bde6-20b785a0a248", + "name": "Product 'default' using build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n }\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029059609541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "90413ea2-3eba-41ea-95c7-2be3474aa070", + "name": "No signingConfig found, initRemoteHspCache failed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029063768750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1d7894a2-8c7c-4ff4-9815-e7240f96a237", + "name": "Start recording SDK configuration permission data.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029068169166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7bb44376-5268-4825-97bf-f0beddc26d1b", + "name": "Sdk init in 23 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029087209791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c3527498-e56f-4f2a-8581-d430fe28ae89", + "name": "sdkVersion", + "description": "5.0.2.126", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029087319666 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 48 + }, + "markType": "other" + } + }, + { + "head": { + "id": "337ff544-7db9-4f7d-8ede-d36e0f1d5be4", + "name": "caseSensitiveCheckOn", + "description": "caseSensitiveCheck check is on", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029087356166 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 48 + }, + "markType": "other" + } + }, + { + "head": { + "id": "982c27a6-5eb2-4566-b7b5-d8b210ebf980", + "name": "Project task initialization takes 8 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029095455500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "714226a7-f158-42a6-93a1-276d60a8a38e", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029095529333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7fe8b6c4-ffaf-4d34-bed6-e218e2e84644", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029095568041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df959d53-18cb-4039-b8fe-47deda3d6350", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029095636291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "58ec1a75-e8a5-4775-a3e5-0231480a58d3", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029051354750, + "endTime": 355029095703666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "67291c8b-39e3-4143-908e-655ea6b14c6c", + "parent": "f4ed4abe-32f2-409a-9c8d-ea5e25cadf21" + } + }, + { + "head": { + "id": "f4ed4abe-32f2-409a-9c8d-ea5e25cadf21", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029044811208, + "endTime": 355029095717791 + }, + "additional": { + "logType": "info", + "children": [ + "705f7170-f299-4c01-9174-5cd8a98c485e", + "58ec1a75-e8a5-4775-a3e5-0231480a58d3" + ], + "durationId": "f6631db0-2943-4b43-8af1-b82fccbb4440", + "parent": "e20202c0-3976-43b8-a5a3-3e08ba367570" + } + }, + { + "head": { + "id": "d3dceace-94fd-409a-820b-817c9e0d10f5", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029096220291, + "endTime": 355029096233041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bf718311-a68e-475c-a56c-9eab045d39a6", + "logId": "08d9f66e-88c3-4819-a0c0-c1b397e83642" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "08d9f66e-88c3-4819-a0c0-c1b397e83642", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029096220291, + "endTime": 355029096233041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d3dceace-94fd-409a-820b-817c9e0d10f5", + "parent": "e20202c0-3976-43b8-a5a3-3e08ba367570" + } + }, + { + "head": { + "id": "e20202c0-3976-43b8-a5a3-3e08ba367570", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029043793041, + "endTime": 355029096245208 + }, + "additional": { + "logType": "info", + "children": [ + "2951e471-256f-4021-8b2d-64f83cfbae09", + "f4ed4abe-32f2-409a-9c8d-ea5e25cadf21", + "08d9f66e-88c3-4819-a0c0-c1b397e83642" + ], + "durationId": "bf718311-a68e-475c-a56c-9eab045d39a6", + "parent": "50ab589a-6f5a-41c7-8daa-98bdb67d06b1" + } + }, + { + "head": { + "id": "fb32ef9c-273a-4666-8c59-01d1b9952da6", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029096996916, + "endTime": 355029112817875 + }, + "additional": { + "children": [ + "cf0fe779-c8f1-4728-b1ef-638a099cb723", + "a2529e8d-129f-4b5b-b7e5-a2498eb711d3", + "a9b51b11-9a2e-41ca-9d62-7d603c5d92d8" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "baea26c8-ea57-4784-812a-b7cc598580bb", + "logId": "b482ded3-b089-4ed2-ae9a-6372faee5aa4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "cf0fe779-c8f1-4728-b1ef-638a099cb723", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029098263958, + "endTime": 355029098271333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "fb32ef9c-273a-4666-8c59-01d1b9952da6", + "logId": "947db1a3-8163-4bb4-8dda-3eb7c1504f18" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "947db1a3-8163-4bb4-8dda-3eb7c1504f18", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029098263958, + "endTime": 355029098271333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "cf0fe779-c8f1-4728-b1ef-638a099cb723", + "parent": "b482ded3-b089-4ed2-ae9a-6372faee5aa4" + } + }, + { + "head": { + "id": "a2529e8d-129f-4b5b-b7e5-a2498eb711d3", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029098973041, + "endTime": 355029112150958 + }, + "additional": { + "children": [ + "80dfa466-dc8e-4b0c-9932-0e3d010880ad", + "f96bb132-42f8-4895-b6fa-014aa6fd780c" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "fb32ef9c-273a-4666-8c59-01d1b9952da6", + "logId": "6bfa88ec-5e39-4af5-bf91-bb5c945b1e37" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "80dfa466-dc8e-4b0c-9932-0e3d010880ad", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029098973625, + "endTime": 355029101820250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a2529e8d-129f-4b5b-b7e5-a2498eb711d3", + "logId": "01040165-567d-46b4-9bc6-25d217025c55" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f96bb132-42f8-4895-b6fa-014aa6fd780c", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029101828916, + "endTime": 355029112142250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a2529e8d-129f-4b5b-b7e5-a2498eb711d3", + "logId": "52a43911-cf90-4a85-818b-1347717fd7f3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c280eba4-00a9-46f3-aafa-7b9b595d2527", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029098975416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "82a02f2e-cbb2-437a-a924-f0718e0d5a56", + "name": "hvigorfile, require result: { default: { system: [Function: hapTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029101760333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "01040165-567d-46b4-9bc6-25d217025c55", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029098973625, + "endTime": 355029101820250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "80dfa466-dc8e-4b0c-9932-0e3d010880ad", + "parent": "6bfa88ec-5e39-4af5-bf91-bb5c945b1e37" + } + }, + { + "head": { + "id": "1da3f32d-8699-4fdc-8aa5-38a69746787b", + "name": "hvigorfile, binding system plugins [Function: hapTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029101849916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6f6c0d10-98e5-4d30-81d6-1dff20dc9267", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029104897291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e6fe565c-3a5d-49b9-b9ca-8b9496f263a7", + "name": "Target 'default' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029105340625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "db11e3e6-744a-4248-a9dc-1138d960f8dc", + "name": "Target 'ohosTest' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029105794375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "203d9929-4190-4d2d-b12e-e05d855bec87", + "name": "Module 'entry' target 'default' build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029105898208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "03d32058-bef9-4df1-b201-fe9f18bbff0d", + "name": "Module 'entry' target 'ohosTest' build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"default\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029105938791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "90c128b2-00dd-4d47-b822-95ef78a85174", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029105966375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a56c6ce0-825d-4881-8a06-90034cbc5525", + "name": "Module 'entry' target 'default' using build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029106172625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "80f8dda2-a04f-4c7a-98f4-3c7c7f2c624c", + "name": "Module entry task initialization takes 5 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029111973125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0870354-ac56-41b7-800a-71920a384621", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029112049333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc155e7e-d361-43dc-bcd6-aa4e865879c5", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029112085291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4f2a5260-6bfd-452d-9a26-ba1a7d9a7b5d", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029112112666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "52a43911-cf90-4a85-818b-1347717fd7f3", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029101828916, + "endTime": 355029112142250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f96bb132-42f8-4895-b6fa-014aa6fd780c", + "parent": "6bfa88ec-5e39-4af5-bf91-bb5c945b1e37" + } + }, + { + "head": { + "id": "6bfa88ec-5e39-4af5-bf91-bb5c945b1e37", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029098973041, + "endTime": 355029112150958 + }, + "additional": { + "logType": "info", + "children": [ + "01040165-567d-46b4-9bc6-25d217025c55", + "52a43911-cf90-4a85-818b-1347717fd7f3" + ], + "durationId": "a2529e8d-129f-4b5b-b7e5-a2498eb711d3", + "parent": "b482ded3-b089-4ed2-ae9a-6372faee5aa4" + } + }, + { + "head": { + "id": "a9b51b11-9a2e-41ca-9d62-7d603c5d92d8", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029112797666, + "endTime": 355029112809875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "fb32ef9c-273a-4666-8c59-01d1b9952da6", + "logId": "5f13d469-c088-421e-b841-ab47065895c2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5f13d469-c088-421e-b841-ab47065895c2", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029112797666, + "endTime": 355029112809875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a9b51b11-9a2e-41ca-9d62-7d603c5d92d8", + "parent": "b482ded3-b089-4ed2-ae9a-6372faee5aa4" + } + }, + { + "head": { + "id": "b482ded3-b089-4ed2-ae9a-6372faee5aa4", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029096996916, + "endTime": 355029112817875 + }, + "additional": { + "logType": "info", + "children": [ + "947db1a3-8163-4bb4-8dda-3eb7c1504f18", + "6bfa88ec-5e39-4af5-bf91-bb5c945b1e37", + "5f13d469-c088-421e-b841-ab47065895c2" + ], + "durationId": "fb32ef9c-273a-4666-8c59-01d1b9952da6", + "parent": "2110db0c-aa5b-4f9a-84da-c665acb19745" + } + }, + { + "head": { + "id": "2110db0c-aa5b-4f9a-84da-c665acb19745", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029096262125, + "endTime": 355029112826750 + }, + "additional": { + "logType": "info", + "children": [ + "b482ded3-b089-4ed2-ae9a-6372faee5aa4" + ], + "durationId": "baea26c8-ea57-4784-812a-b7cc598580bb", + "parent": "50ab589a-6f5a-41c7-8daa-98bdb67d06b1" + } + }, + { + "head": { + "id": "3c2b4101-d5c0-4ec4-8a56-20c11360c273", + "name": "watch files: [\n '/Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts',\n '/Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/log4js.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/node.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/common.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/ms/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/rfdc/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/configuration.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/layouts.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/date-format/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/levels.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/clustering.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/LoggingEvent.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/flatted/cjs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/adapters.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/console.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stdout.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stderr.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/logLevelFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/categoryFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/noLogFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileWriteStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/graceful-fs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/polyfills.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/legacy-streams.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/clone.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/win32.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/rimraf.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-type.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/jsonfile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/jsonfile/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/move-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/move.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/output/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/now.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameFormatter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameParser.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/moveAndMaybeCompressFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/DateRollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/dateFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/fileSync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/tcp.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/categories.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/connect-logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/recording.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/src/common/util/local-file-writer.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/make-dir.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/utils.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-type.js',\n ... 1855 more items\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029130957416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d68c0b2c-12f8-4453-a379-4a2d593ea73f", + "name": "hvigorfile, resolve hvigorfile dependencies in 57 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029169261625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c25ee1c4-e0e8-43cd-aa07-c2c1283df242", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029112832708, + "endTime": 355029169359750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "41473847-c2b5-4f8c-881d-85eb4d442472", + "parent": "50ab589a-6f5a-41c7-8daa-98bdb67d06b1" + } + }, + { + "head": { + "id": "8521f282-17cb-4293-84b6-77e75e025ac8", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029169789791, + "endTime": 355029169905250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d82e2b62-c037-466e-807a-9d9b8bcb708f", + "logId": "c97dbe96-0d13-4ca0-a874-ea788ca778da" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d47c7969-c30a-4fa5-80ac-e80614a3d797", + "name": "project has submodules:entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029169805541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c97dbe96-0d13-4ca0-a874-ea788ca778da", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029169789791, + "endTime": 355029169905250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8521f282-17cb-4293-84b6-77e75e025ac8", + "parent": "50ab589a-6f5a-41c7-8daa-98bdb67d06b1" + } + }, + { + "head": { + "id": "6f42a68c-ae48-4037-84fd-17093ae613d8", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029170425833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3d50045b-2244-4a42-9e8a-ee8d1afe6aa3", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029172441291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b1ab1d54-93b3-408b-a7d8-6d119590b008", + "name": "ohpm install", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029169911250, + "endTime": 355029172608208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a28da44f-4b8d-413b-8bf2-98b812c0195e", + "parent": "50ab589a-6f5a-41c7-8daa-98bdb67d06b1" + } + }, + { + "head": { + "id": "6aa7c547-9111-4cee-849a-ac6845f0f348", + "name": "Module ClassMG Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029173348333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4183a7ca-bc0b-4efd-a637-187546be1bd7", + "name": "Module ClassMG's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029173388416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8488d8a6-797b-4b9e-b9be-d8a496c152e2", + "name": "Module entry Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029173944291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c65708f0-cb0a-40a0-8869-89f2797c5f29", + "name": "Module entry's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029173975541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7c56c1fd-6eb9-405c-9a61-624840566661", + "name": "eval hook", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029172616208, + "endTime": 355029175326958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a9444eff-ef28-4f3d-8e00-f7122090bb39", + "parent": "50ab589a-6f5a-41c7-8daa-98bdb67d06b1" + } + }, + { + "head": { + "id": "16902c23-f086-42e4-bf81-b87af5b81a3a", + "name": "Configuration phase cost:134 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029175347250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a27b4e45-cc3b-4e62-abab-a20f91acf65c", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029175334958, + "endTime": 355029175387083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2c992f55-42be-48b5-b13d-5aa3e4411534", + "parent": "50ab589a-6f5a-41c7-8daa-98bdb67d06b1" + } + }, + { + "head": { + "id": "50ab589a-6f5a-41c7-8daa-98bdb67d06b1", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029039444791, + "endTime": 355029175392291 + }, + "additional": { + "logType": "info", + "children": [ + "31b13939-9bb2-42d3-b6b8-5e4e7f8935b1", + "d4b32b6e-32fd-4ec3-82a7-3c1430234821", + "e20202c0-3976-43b8-a5a3-3e08ba367570", + "2110db0c-aa5b-4f9a-84da-c665acb19745", + "c25ee1c4-e0e8-43cd-aa07-c2c1283df242", + "b1ab1d54-93b3-408b-a7d8-6d119590b008", + "7c56c1fd-6eb9-405c-9a61-624840566661", + "a27b4e45-cc3b-4e62-abab-a20f91acf65c", + "c97dbe96-0d13-4ca0-a874-ea788ca778da" + ], + "durationId": "d82e2b62-c037-466e-807a-9d9b8bcb708f", + "parent": "5c5ac318-4fd6-4d34-bcfa-cee4ba331e97" + } + }, + { + "head": { + "id": "9c383dcd-2ec6-4128-9044-51375ef0049d", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029176119166, + "endTime": 355029176127125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c7302e0c-5aa2-464f-b71f-88984db51806", + "logId": "f5a0017b-c137-43aa-850d-bf3e3bc510d0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f5a0017b-c137-43aa-850d-bf3e3bc510d0", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029176119166, + "endTime": 355029176127125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9c383dcd-2ec6-4128-9044-51375ef0049d", + "parent": "5c5ac318-4fd6-4d34-bcfa-cee4ba331e97" + } + }, + { + "head": { + "id": "c283906b-b135-4276-9c48-0aa200a5365d", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029175416416, + "endTime": 355029176130791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "717581a8-7ec7-47d4-a975-1f701c813c99", + "parent": "5c5ac318-4fd6-4d34-bcfa-cee4ba331e97" + } + }, + { + "head": { + "id": "1b172026-a17d-467e-8ab7-90e2a16c6857", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029176133708, + "endTime": 355029176134333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f8d35122-f021-47a3-b2bb-d3a91e8fe24a", + "parent": "5c5ac318-4fd6-4d34-bcfa-cee4ba331e97" + } + }, + { + "head": { + "id": "5c5ac318-4fd6-4d34-bcfa-cee4ba331e97", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029024896500, + "endTime": 355029176136708 + }, + "additional": { + "logType": "info", + "children": [ + "95fe2b02-129b-454c-9bfb-43ab40e1d6c6", + "50ab589a-6f5a-41c7-8daa-98bdb67d06b1", + "c283906b-b135-4276-9c48-0aa200a5365d", + "1b172026-a17d-467e-8ab7-90e2a16c6857", + "dde6dcdf-d36b-4d8c-aff4-a6e563d843de", + "ababba62-d293-4121-b333-70ab0e7a7b35", + "f5a0017b-c137-43aa-850d-bf3e3bc510d0" + ], + "durationId": "c7302e0c-5aa2-464f-b71f-88984db51806" + } + }, + { + "head": { + "id": "6d357aae-748e-4f96-84a5-298d9dc311b7", + "name": "Configuration task cost before running: 155 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029176272208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "645061f9-bb1a-44af-88e1-e1c33e024ab1", + "name": "entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029177910750, + "endTime": 355029179832916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "7055bd46-5f67-46d6-8255-7c5bea869776", + "logId": "387e8b58-cef7-4f2b-bff7-f1ac3380b706" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7055bd46-5f67-46d6-8255-7c5bea869776", + "name": "create entry:default@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029176880416 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "645061f9-bb1a-44af-88e1-e1c33e024ab1" + } + }, + { + "head": { + "id": "26507090-1dc4-476b-aa45-be18906201f5", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029176990875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ec9cb7ea-01b0-40ef-bd40-293d869fdb94", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029177028916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "afc1a6ef-834d-4589-8f22-374fc95fa02e", + "name": "Executing task :entry:default@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029177919500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9ea8e02f-7e1d-42dc-9308-aa50ff7592fc", + "name": "Incremental task entry:default@PreBuild pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029179685541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c029f845-5d77-475f-9f3a-3e1a5d1f352f", + "name": "entry : default@PreBuild cost memory 0.2174072265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029179757583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "387e8b58-cef7-4f2b-bff7-f1ac3380b706", + "name": "UP-TO-DATE :entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029177910750, + "endTime": 355029179832916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "645061f9-bb1a-44af-88e1-e1c33e024ab1" + } + }, + { + "head": { + "id": "b9fd9589-ef87-46f8-93ac-0a58dee9302e", + "name": "entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029181193875, + "endTime": 355029181855083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "d3e1ac72-9990-4c43-86b0-05bf0785ba67", + "logId": "626ba61f-43b7-4db3-85e5-6ec6451c2576" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d3e1ac72-9990-4c43-86b0-05bf0785ba67", + "name": "create entry:default@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029180744666 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b9fd9589-ef87-46f8-93ac-0a58dee9302e" + } + }, + { + "head": { + "id": "1ed2d7ee-840c-4dcd-b5c5-e8c0da540d4d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029180851125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fe9e112c-1500-4683-9d64-98f324e4fd3b", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029180883125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3bee007e-882e-4e02-a412-cadca7618938", + "name": "Executing task :entry:default@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029181198458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "39a0365d-9d7b-4547-88a2-5be610a45792", + "name": "Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029181485208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "97c2ec7e-9b9d-46f1-8bb6-4815876da540", + "name": "Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029181762875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0b8f3e0e-5974-404c-90c3-031d4fe73a37", + "name": "entry : default@GenerateMetadata cost memory 0.08245849609375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029181811458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "626ba61f-43b7-4db3-85e5-6ec6451c2576", + "name": "UP-TO-DATE :entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029181193875, + "endTime": 355029181855083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b9fd9589-ef87-46f8-93ac-0a58dee9302e" + } + }, + { + "head": { + "id": "2686216d-63fb-48a6-91b2-0c600c33c474", + "name": "entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029182696625, + "endTime": 355029182912750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "7df8a4ac-6c48-4b47-9ac9-44d1b3c5a90c", + "logId": "6cede7a7-e452-474f-b73c-af580896881c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7df8a4ac-6c48-4b47-9ac9-44d1b3c5a90c", + "name": "create entry:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029182474250 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2686216d-63fb-48a6-91b2-0c600c33c474" + } + }, + { + "head": { + "id": "c513e1e9-4db9-48fd-8e7a-853942bcedba", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029182574833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "008f8ef5-f9a6-4e2f-b37d-ae8c72ebc4a4", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029182607791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0cae23e1-04af-49ad-aab6-0e5c3146c2e6", + "name": "Executing task :entry:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029182700625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "38523eb8-16f5-4612-873e-8920d255ef7c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029182761000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ba29592b-b2f1-40e5-bd6a-5b9b6de9af02", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029182789458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c04af4b7-1b57-476b-91e6-70d28a011886", + "name": "entry : default@ConfigureCmake cost memory 0.03696441650390625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029182831708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d3a57eff-cd8c-4fa3-87e5-5267f8e32d23", + "name": "runTaskFromQueue task cost before running: 162 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029182878583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6cede7a7-e452-474f-b73c-af580896881c", + "name": "Finished :entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029182696625, + "endTime": 355029182912750, + "totalTime": 173750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2686216d-63fb-48a6-91b2-0c600c33c474" + } + }, + { + "head": { + "id": "b8d09f97-ac17-4f1b-ad3d-a01dcae3c181", + "name": "entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029183948416, + "endTime": 355029184509041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "97a6d53e-de39-4998-b763-ccd27f1f9bf8", + "logId": "b7b36b46-60b9-47c1-810c-4169e8a1b509" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "97a6d53e-de39-4998-b763-ccd27f1f9bf8", + "name": "create entry:default@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029183544500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b8d09f97-ac17-4f1b-ad3d-a01dcae3c181" + } + }, + { + "head": { + "id": "f608ae56-48ca-4434-898a-b23504468884", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029183661750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0216dd83-9248-4ce4-bfef-63715ac751c8", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029183695500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6c3ccefa-14f6-4a61-b863-f3003bb7e1c5", + "name": "Executing task :entry:default@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029183952333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "43b149d1-f85d-44e2-96db-e8ab1df8f828", + "name": "Incremental task entry:default@MergeProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029184425791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9c8c523d-6a11-4361-bea4-23178bcfe330", + "name": "entry : default@MergeProfile cost memory 0.09769439697265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029184470375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b7b36b46-60b9-47c1-810c-4169e8a1b509", + "name": "UP-TO-DATE :entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029183948416, + "endTime": 355029184509041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b8d09f97-ac17-4f1b-ad3d-a01dcae3c181" + } + }, + { + "head": { + "id": "228f2d76-b0e7-4391-b988-7ae0fd4142af", + "name": "entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029185553166, + "endTime": 355029186106416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "f1a07d23-8990-46bb-bda2-39fc2dbe2132", + "logId": "4d9bd8c9-f7ef-4fa7-a5b9-bcb368cff921" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f1a07d23-8990-46bb-bda2-39fc2dbe2132", + "name": "create entry:default@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029185122291 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "228f2d76-b0e7-4391-b988-7ae0fd4142af" + } + }, + { + "head": { + "id": "2e161cb0-f99b-4234-ba4c-76014c63b9fe", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029185215833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a2829b73-d68a-47f6-8bc1-ef3d4592dca1", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029185242875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "db690a68-bd28-42e1-97ef-0d5985c5c268", + "name": "Executing task :entry:default@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029185557416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f2b18a94-9510-49bf-af54-6d9fa969e48f", + "name": "Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029185796208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "79c30384-0ce9-4e01-958b-0fcbdc304a9f", + "name": "Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029186023541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a48426de-cbcf-4a21-a0de-0908aae0731f", + "name": "entry : default@CreateBuildProfile cost memory 0.09241485595703125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029186064625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4d9bd8c9-f7ef-4fa7-a5b9-bcb368cff921", + "name": "UP-TO-DATE :entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029185553166, + "endTime": 355029186106416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "228f2d76-b0e7-4391-b988-7ae0fd4142af" + } + }, + { + "head": { + "id": "aefbbcdb-9850-4498-a5c8-e32541af73d0", + "name": "entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029187109166, + "endTime": 355029187294583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "4a6d2655-952b-40f2-be91-6305313f00f4", + "logId": "60247ff1-9b6c-4401-b904-37d62a4c42ef" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4a6d2655-952b-40f2-be91-6305313f00f4", + "name": "create entry:default@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029186708833 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "aefbbcdb-9850-4498-a5c8-e32541af73d0" + } + }, + { + "head": { + "id": "2f56c2cd-0837-4cbd-a117-23b2bb226760", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029186793666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cb7ed454-cee5-474c-adaa-36ede584afa0", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029186826916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "38c5713c-248c-4d6e-b29c-25fe70c37124", + "name": "Executing task :entry:default@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029187116958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "47d0f9d9-c24b-4a6b-b305-99773b7977bd", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029187159208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e8fff101-1ad4-4976-ab8f-ef280decea44", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029187186208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd677478-866e-4fd0-ab70-9d0d44eff88e", + "name": "entry : default@PreCheckSyscap cost memory 0.03774261474609375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029187222916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "938ca211-67d7-4cea-9b9d-c62497ae8665", + "name": "runTaskFromQueue task cost before running: 166 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029187263166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "60247ff1-9b6c-4401-b904-37d62a4c42ef", + "name": "Finished :entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029187109166, + "endTime": 355029187294583, + "totalTime": 147166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "aefbbcdb-9850-4498-a5c8-e32541af73d0" + } + }, + { + "head": { + "id": "d500ef8f-6281-4612-a76b-d5e75ea5597a", + "name": "entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029189248208, + "endTime": 355029189608291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "01d25c60-d21b-4dd3-8855-4653d19dc545", + "logId": "340e65f6-29fb-41fb-87f2-f1ee57f51f3d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "01d25c60-d21b-4dd3-8855-4653d19dc545", + "name": "create entry:default@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029187882958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "d500ef8f-6281-4612-a76b-d5e75ea5597a" + } + }, + { + "head": { + "id": "a43b95f1-2c49-4460-b47d-cf4e6d711734", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029187972666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bcf88a69-83a0-403f-b7ae-a2877db852ce", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029188001916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9a7aaabf-f32d-49c5-8d90-b9b3c0d449ba", + "name": "Executing task :entry:default@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029189257625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0b25022-3306-445b-8326-7bd3da4052be", + "name": "Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029189346208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d621c371-7d02-4c32-88a9-fe55fb3714d5", + "name": "Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029189526958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "60aff31c-a666-4d02-979c-193bbfb86a33", + "name": "entry : default@GeneratePkgContextInfo cost memory 0.06169891357421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029189575333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "340e65f6-29fb-41fb-87f2-f1ee57f51f3d", + "name": "UP-TO-DATE :entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029189248208, + "endTime": 355029189608291 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d500ef8f-6281-4612-a76b-d5e75ea5597a" + } + }, + { + "head": { + "id": "5aef43be-3ed6-4429-a0a9-dc6195205b67", + "name": "entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029190966125, + "endTime": 355029191746625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist." + ], + "detailId": "1fb80787-bfb9-4312-8a22-8faced536741", + "logId": "fff47230-ded6-471f-86f4-328a443ad7ac" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1fb80787-bfb9-4312-8a22-8faced536741", + "name": "create entry:default@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029190213375 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5aef43be-3ed6-4429-a0a9-dc6195205b67" + } + }, + { + "head": { + "id": "6a6d4b63-255e-40a6-b25a-b8870e3f2c44", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029190305916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "306ecd4c-bc37-47d0-8042-be0e94089a78", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029190333541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0337bd31-ff9e-489b-9b3d-ed865b4477d1", + "name": "Executing task :entry:default@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029190969875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "635e1f42-9066-4cd7-aede-f72e341d4545", + "name": "entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029191518666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "27e15be8-dc4d-4522-b215-bad5365f32d7", + "name": "Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029191561666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "54bd8aff-0f82-4477-9e7f-fb3d1edfca5c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029191607458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "95ba67b7-6dfc-4944-9a5f-bd4ae2089fff", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029191631500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "46716dcd-482d-48e6-b50a-36ecff694c6e", + "name": "entry : default@ProcessIntegratedHsp cost memory 0.1056060791015625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029191674458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "692c8042-bf4c-43a0-8d20-126f0816094b", + "name": "runTaskFromQueue task cost before running: 171 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029191715625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fff47230-ded6-471f-86f4-328a443ad7ac", + "name": "Finished :entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029190966125, + "endTime": 355029191746625, + "totalTime": 743167 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5aef43be-3ed6-4429-a0a9-dc6195205b67" + } + }, + { + "head": { + "id": "6b1ea9e8-5d1f-40ba-aa23-86dcbaa96a57", + "name": "entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029192909333, + "endTime": 355029193175750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "a5948117-108a-4fa1-bfd2-a1d3e86d0d26", + "logId": "c449629e-4fbb-4c60-8074-106c0f740e3c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a5948117-108a-4fa1-bfd2-a1d3e86d0d26", + "name": "create entry:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029192494208 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "6b1ea9e8-5d1f-40ba-aa23-86dcbaa96a57" + } + }, + { + "head": { + "id": "7b9681de-d1ed-4f48-a29e-8f556ba4c442", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029192587041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "971de722-ba8d-4714-b9bf-b032ef9ecb6b", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029192619000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "af0d7a70-b33a-4c4f-b6b2-fb39d262924e", + "name": "Executing task :entry:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029192917625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "58b3e758-7119-4eeb-8c0b-22d109bb48c9", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029193027333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1cdd5cf2-0e5d-4823-8ed2-a766b69a30ac", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029193066958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0577834-6cca-4f2b-baf1-f09632a5a513", + "name": "entry : default@BuildNativeWithCmake cost memory 0.03932952880859375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029193110250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b6139aea-d03a-4589-9f1b-8970b364b6b6", + "name": "runTaskFromQueue task cost before running: 172 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029193145458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c449629e-4fbb-4c60-8074-106c0f740e3c", + "name": "Finished :entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029192909333, + "endTime": 355029193175750, + "totalTime": 229916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6b1ea9e8-5d1f-40ba-aa23-86dcbaa96a57" + } + }, + { + "head": { + "id": "5ba20a87-da88-4890-99d0-aa438ee55254", + "name": "entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029194184083, + "endTime": 355029195182083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "d8413072-ec01-417b-8931-ba3b18682ce2", + "logId": "fd1f428f-a0c2-4048-baab-848668fee101" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d8413072-ec01-417b-8931-ba3b18682ce2", + "name": "create entry:default@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029193784125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5ba20a87-da88-4890-99d0-aa438ee55254" + } + }, + { + "head": { + "id": "b82ec927-b86f-4636-8bed-cf5b8f16392c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029193870583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "da43969d-b755-43d8-a65b-d1fd0913d1f4", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029193915166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "66a245e5-883a-4880-821d-24fc320115cd", + "name": "Executing task :entry:default@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029194187666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0eaaf87-cef8-4dc4-b740-8f93cbe1cc18", + "name": "Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029195093625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "90fe4d40-44b6-47cf-89cc-c8f8a6a10268", + "name": "entry : default@MakePackInfo cost memory 0.12839508056640625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029195148416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd1f428f-a0c2-4048-baab-848668fee101", + "name": "UP-TO-DATE :entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029194184083, + "endTime": 355029195182083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5ba20a87-da88-4890-99d0-aa438ee55254" + } + }, + { + "head": { + "id": "8fcb564b-a09b-474f-ac33-57610f0ce50c", + "name": "entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029196782166, + "endTime": 355029197519166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist." + ], + "detailId": "3cbecf11-3fdd-482b-b97e-0a252ffd8ca6", + "logId": "499bcd32-704a-49b6-b786-c5d0bea84efe" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3cbecf11-3fdd-482b-b97e-0a252ffd8ca6", + "name": "create entry:default@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029196084750 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "8fcb564b-a09b-474f-ac33-57610f0ce50c" + } + }, + { + "head": { + "id": "10ee7dee-a721-4a53-a0ac-786632fb0a0b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029196202750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fc8eb767-56b5-4314-9720-1e04643a3fd3", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029196259125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b1bcb9fb-68d1-40b1-aef5-3d081c2e9294", + "name": "Executing task :entry:default@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029196787875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1c69ab5c-5ce6-4079-bea5-59b8d4f993c4", + "name": "File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029196848416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e3c042b2-819e-4ae5-a962-c1081c559cf3", + "name": "Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029196964833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0cf3e5d-a157-4671-9a4c-6366e91526b7", + "name": "entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029197288333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "894f585b-1d35-4d44-905e-7a8b574d1cbd", + "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029197327833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4031b84e-633c-4a40-a2de-7e3f41ac3baf", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029197367958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "47329d8e-d95e-4400-9b9c-01ddb7ca6628", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029197393458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "83dfc76d-47ee-45ff-a635-0023cee0e3cb", + "name": "entry : default@SyscapTransform cost memory 0.12447357177734375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029197441416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c3cfdb27-bd28-470c-84f7-862646f50c64", + "name": "runTaskFromQueue task cost before running: 176 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029197487333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "499bcd32-704a-49b6-b786-c5d0bea84efe", + "name": "Finished :entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029196782166, + "endTime": 355029197519166, + "totalTime": 698042 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8fcb564b-a09b-474f-ac33-57610f0ce50c" + } + }, + { + "head": { + "id": "9637139c-2db7-42ad-a55b-4efd41f2d99f", + "name": "entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029199926333, + "endTime": 355029200232750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "cf8b1110-1dd3-4d40-b180-a579338769df", + "logId": "c712f2ef-544f-4272-9b61-8373b4edd76a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "cf8b1110-1dd3-4d40-b180-a579338769df", + "name": "create entry:default@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029199347041 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9637139c-2db7-42ad-a55b-4efd41f2d99f" + } + }, + { + "head": { + "id": "882c7483-02a6-41a7-96a7-2f361ec9c742", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029199462000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c69e4305-b424-46b8-9ed8-5a5662d77d11", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029199497208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cbd0d22b-1a0a-4343-b332-ccbfd2879ee2", + "name": "Executing task :entry:default@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029199930750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d90f7dfa-b851-40d4-983a-97ddd524b085", + "name": "Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029200164458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "14add804-f6af-4072-80bd-ee5ee4af2e87", + "name": "entry : default@ProcessProfile cost memory 0.04888916015625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029200203625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c712f2ef-544f-4272-9b61-8373b4edd76a", + "name": "UP-TO-DATE :entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029199926333, + "endTime": 355029200232750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9637139c-2db7-42ad-a55b-4efd41f2d99f" + } + }, + { + "head": { + "id": "1616460b-1434-4d5a-92f7-186bffc876cf", + "name": "entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029201510500, + "endTime": 355029202911833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "a3b51766-b103-4cf2-a3d3-b030254b3863", + "logId": "372aa9f0-b4e2-437f-b56e-6c71027a33b3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a3b51766-b103-4cf2-a3d3-b030254b3863", + "name": "create entry:default@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029200791500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "1616460b-1434-4d5a-92f7-186bffc876cf" + } + }, + { + "head": { + "id": "eafbad93-44ad-47b2-b7d6-4a3a6e01a6e1", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029200877875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3ddaf04f-c6fd-46b0-b797-072090c86cec", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029200903750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9081b9ac-30a1-4f9c-8b4a-e549b39686db", + "name": "Executing task :entry:default@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029201514000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c7f3378a-d96e-4c6e-98e7-4226d5893867", + "name": "Incremental task entry:default@ProcessRouterMap pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029202848791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f775e723-66fd-4f07-aa86-9fb8acb97423", + "name": "entry : default@ProcessRouterMap cost memory 0.225372314453125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029202883875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "372aa9f0-b4e2-437f-b56e-6c71027a33b3", + "name": "UP-TO-DATE :entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029201510500, + "endTime": 355029202911833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1616460b-1434-4d5a-92f7-186bffc876cf" + } + }, + { + "head": { + "id": "e64ec1f6-f82b-4ec2-8c50-a8d35d2416f7", + "name": "entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029204198666, + "endTime": 355029204591041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "51ba7831-aff6-4f0e-bf64-e1d773050311", + "logId": "ef52a3a2-1ce1-4b05-af1e-54af6cea60fc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "51ba7831-aff6-4f0e-bf64-e1d773050311", + "name": "create entry:default@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029203821333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e64ec1f6-f82b-4ec2-8c50-a8d35d2416f7" + } + }, + { + "head": { + "id": "37f7145e-d752-4327-87f6-807daa7b51b8", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029203906625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e17f3043-e718-401b-b6e1-bb91afd098f6", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029203935708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6795d968-f3c0-4667-bbd3-3fef8b797b9f", + "name": "Executing task :entry:default@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029204202500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f58c62da-fb9e-4269-8a56-b1dd1bb2b977", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029204242583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b6084951-2180-40aa-9456-f3f8a932f361", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029204264666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c27d6f77-d9ba-4e2b-ac77-7e2ca4bd3167", + "name": "entry : default@BuildNativeWithNinja cost memory 0.05185699462890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029204522500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "be302ef3-8b94-4b26-9924-eab0af6565af", + "name": "runTaskFromQueue task cost before running: 183 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029204565208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ef52a3a2-1ce1-4b05-af1e-54af6cea60fc", + "name": "Finished :entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029204198666, + "endTime": 355029204591041, + "totalTime": 358542 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e64ec1f6-f82b-4ec2-8c50-a8d35d2416f7" + } + }, + { + "head": { + "id": "e4f1bc5c-39d9-4506-aeb5-ac2baabb3fe8", + "name": "entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029206143666, + "endTime": 355029208035541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "87a1c108-d470-42fd-9b88-c5ffb121edff", + "logId": "714ad5ba-8617-442a-aec3-fe519c85bf76" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "87a1c108-d470-42fd-9b88-c5ffb121edff", + "name": "create entry:default@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029205336875 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e4f1bc5c-39d9-4506-aeb5-ac2baabb3fe8" + } + }, + { + "head": { + "id": "558d9228-6bdc-49d1-aa8c-e4f7d2e7c801", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029205421208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7e18c731-293e-438c-83bb-85c62bcefa72", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029205445875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "168f6ea3-ae4b-4c66-a54f-c6ca5079616d", + "name": "restool module names: entry; moduleName=entry, taskName=default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029205738958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d8efbb4-7106-4e05-807c-eece53267237", + "name": "Executing task :entry:default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029206848166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bc033404-1d9b-4280-9537-58071e4b1350", + "name": "Incremental task entry:default@ProcessResource pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029207507208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "099e4e76-abea-4ac9-8f65-af919df56d82", + "name": "entry : default@ProcessResource cost memory 0.12786865234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029207557791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "714ad5ba-8617-442a-aec3-fe519c85bf76", + "name": "UP-TO-DATE :entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029206143666, + "endTime": 355029208035541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e4f1bc5c-39d9-4506-aeb5-ac2baabb3fe8" + } + }, + { + "head": { + "id": "67546939-6eb6-4ac0-8ed9-5d22c418bdf1", + "name": "entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029210618166, + "endTime": 355029215998375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "e537388a-2e88-4cf7-a9a3-a028cf0949f8", + "logId": "ad672a20-2eaf-4935-96bc-339a3ff218ba" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e537388a-2e88-4cf7-a9a3-a028cf0949f8", + "name": "create entry:default@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029209254500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "67546939-6eb6-4ac0-8ed9-5d22c418bdf1" + } + }, + { + "head": { + "id": "b346eb50-11f0-493b-87f5-bc3748f58728", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029209355791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cd5ac249-eb36-4f51-8bca-adcc14eb076b", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029209386958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "85ef2533-bc95-410d-8f07-ccd74085cf7e", + "name": "Executing task :entry:default@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029210622916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "12ac71a2-4908-4185-87c2-cdf82d063912", + "name": "Incremental task entry:default@GenerateLoaderJson pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029215915000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8485a5c9-9325-4208-8c15-f232bf969d73", + "name": "entry : default@GenerateLoaderJson cost memory 0.5642547607421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029215960041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ad672a20-2eaf-4935-96bc-339a3ff218ba", + "name": "UP-TO-DATE :entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029210618166, + "endTime": 355029215998375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "67546939-6eb6-4ac0-8ed9-5d22c418bdf1" + } + }, + { + "head": { + "id": "f64b3edf-66ee-4133-b544-9af96d70c1c9", + "name": "entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029218568500, + "endTime": 355029219488208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "4a96fcc0-458b-46ac-ab60-95c130cfd5c0", + "logId": "6c838872-0357-4470-a8c7-38f722e5446b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4a96fcc0-458b-46ac-ab60-95c130cfd5c0", + "name": "create entry:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029218144041 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f64b3edf-66ee-4133-b544-9af96d70c1c9" + } + }, + { + "head": { + "id": "16df0c6d-4045-458d-8684-d9206d20533f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029218243208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "120041a2-0325-4ea0-bfe5-720e410a77be", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029218278458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f7cef625-5894-45ae-aefe-d87a05300269", + "name": "Executing task :entry:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029218573541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8871f9d2-01bd-474b-b15c-3dce611099fb", + "name": "Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029219415166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d9ef1f01-09dc-478e-90ed-73bda3ca8fd1", + "name": "entry : default@ProcessLibs cost memory 0.09906005859375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029219457291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6c838872-0357-4470-a8c7-38f722e5446b", + "name": "UP-TO-DATE :entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029218568500, + "endTime": 355029219488208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f64b3edf-66ee-4133-b544-9af96d70c1c9" + } + }, + { + "head": { + "id": "7a30f2df-4312-4863-8013-b79504d030b1", + "name": "entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029221377250, + "endTime": 355029224562291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "d846fcbf-d54c-41c8-94ea-692e00ae7eee", + "logId": "5590dec8-8df1-4744-b5cb-0f7126f973f9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d846fcbf-d54c-41c8-94ea-692e00ae7eee", + "name": "create entry:default@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029220092125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "7a30f2df-4312-4863-8013-b79504d030b1" + } + }, + { + "head": { + "id": "3c285194-193f-45ce-b7bb-b09a4678a3b2", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029220200958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a47bb562-2bcc-4d54-88eb-9cc36a2f2108", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029220228375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cee7684a-d375-4123-9a74-3d9c77bac6f1", + "name": "restool module names: entry; moduleName=entry, taskName=default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029220448875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0fc8ca11-8daa-41b3-8753-933a06e467d4", + "name": "Executing task :entry:default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029221388125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f5d02c54-b46c-4b39-8266-1edf6a240d5e", + "name": "Incremental task entry:default@CompileResource pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029224476500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "05c14d3e-7cfd-4b5b-92de-c35a0cfdf74f", + "name": "entry : default@CompileResource cost memory 0.6677093505859375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029224523041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5590dec8-8df1-4744-b5cb-0f7126f973f9", + "name": "UP-TO-DATE :entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029221377250, + "endTime": 355029224562291 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7a30f2df-4312-4863-8013-b79504d030b1" + } + }, + { + "head": { + "id": "e163eed4-ca0e-4348-ae84-164c10df814b", + "name": "entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029226429000, + "endTime": 355029226809166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "bd0cecdf-ee9d-4e9d-b982-152d12dc6f2e", + "logId": "9cccc7f8-5ec1-4fe3-81a7-d08f10707f84" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "bd0cecdf-ee9d-4e9d-b982-152d12dc6f2e", + "name": "create entry:default@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029225373416 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e163eed4-ca0e-4348-ae84-164c10df814b" + } + }, + { + "head": { + "id": "bce70e51-fe69-4e7f-bde3-03bb31e4618d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029225464875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "15cae517-80ab-43b3-9ed3-742904ab83c8", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029225491041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c201eaff-8614-4acb-9d42-c0da553438b8", + "name": "Executing task :entry:default@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029226433291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "45403abe-2fe9-4d22-9899-02814c91aaf1", + "name": "Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029226501291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9ca33dd4-c0fd-40ca-aeb8-766de4016145", + "name": "Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029226730250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dcfdcfe4-1b7d-47d0-8902-f78c0225ba07", + "name": "entry : default@DoNativeStrip cost memory 0.06095123291015625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029226772333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9cccc7f8-5ec1-4fe3-81a7-d08f10707f84", + "name": "UP-TO-DATE :entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029226429000, + "endTime": 355029226809166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e163eed4-ca0e-4348-ae84-164c10df814b" + } + }, + { + "head": { + "id": "6e45f9f5-d6dd-4da8-a004-7c8a46a31e1e", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029228984958, + "endTime": 355030729885666 + }, + "additional": { + "children": [ + "b1ae38cd-83ac-4196-9179-0f06c7f8675a", + "83e811b5-8b35-4eda-9bbf-871bad7f8cf6" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "edc60fc2-7f5b-4c89-9e86-db14c7b0ab76", + "logId": "8c9da309-161c-432a-8083-f4f33aaa1bce" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "edc60fc2-7f5b-4c89-9e86-db14c7b0ab76", + "name": "create entry:default@CompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029227404583 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "6e45f9f5-d6dd-4da8-a004-7c8a46a31e1e" + } + }, + { + "head": { + "id": "e7dcce8d-e836-4afb-be59-7225a74178ec", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029227500083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0f2fb64-5ccd-44a7-8071-3e12f2e344c7", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029227531250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "046e7b73-6342-4485-9367-421863e0daac", + "name": "Executing task :entry:default@CompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029228988958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5218bb04-8f72-4438-9327-f5d02809a43c", + "name": "build config:", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029234267125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7250af9b-5c86-4183-b681-91b0a71eb89b", + "name": "Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029234611500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "35037c9c-b8d2-4687-a223-e57d55a0c133", + "name": "default@CompileArkTS work[25] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029234877458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b1ae38cd-83ac-4196-9179-0f06c7f8675a", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355029240641541, + "endTime": 355030725429833 + }, + "additional": { + "children": [ + "5d5c9e79-d611-4b36-a53e-883a91d1f44f", + "647be00a-b242-48cc-a830-aca5914f0c36", + "64989ced-775b-41b0-a835-9d9c148d4b0c", + "a5e4998e-e6a4-4ae6-af76-1219494228d2", + "b62f084d-315f-46b5-b7fa-cb161d106afc", + "fbf9263a-6a7c-48be-8534-f834307b50b2" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "6e45f9f5-d6dd-4da8-a004-7c8a46a31e1e", + "logId": "6f70162e-a331-4335-bccc-8ffd6059727a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5e9e2276-07a4-48b4-a783-72187c4d4924", + "name": "default@CompileArkTS work[25] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029235219166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b21fd3f9-4041-48aa-b106-93a5063608d6", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029235253166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "62f450ae-d741-4f35-be05-54c8c577c0ed", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029235284875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "db32ba91-c64c-44c2-80ee-e99737d2578b", + "name": "A work dispatched to worker[5] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029235313708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a6f73c3b-c1fc-4c8a-aac7-2c0387fcb4e5", + "name": "default@CompileArkTS work[25] has been dispatched to worker[4].", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029235416958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e80715a1-317e-4d28-b5aa-6b6bd5a99068", + "name": "default@CompileArkTS work[25] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029235448250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0f964a20-8457-49c7-8aa8-a3567a6aa62a", + "name": "CopyResources startTime: 355029235479208", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029235480708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67643e86-95a9-4451-848e-fc6405c88d12", + "name": "default@CompileArkTS work[26] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029235518375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "83e811b5-8b35-4eda-9bbf-871bad7f8cf6", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 355029808562875, + "endTime": 355029816098625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "6e45f9f5-d6dd-4da8-a004-7c8a46a31e1e", + "logId": "d784cdc4-0dac-4231-86fe-da0c4e5b9834" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e5188ed6-354b-4678-812f-fac33dea5758", + "name": "default@CompileArkTS work[26] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029236260166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b828016e-42cc-4756-b86a-650f238d91f6", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029236337750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f5ee6db8-68df-4d4c-8dfc-2348f83ff321", + "name": "Create resident worker with id: 6.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029236376833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3d18c19a-2555-4639-874b-d917bf011bf5", + "name": "default@CompileArkTS work[26] has been dispatched to worker[6].", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029237820000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d417c347-74af-481f-9b14-7edaea76e830", + "name": "default@CompileArkTS work[26] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029237849958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "632e774c-d989-49ac-9684-4d3d66f07af6", + "name": "entry : default@CompileArkTS cost memory 1.09783935546875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029238176500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7c48892e-c2c6-45e8-b91e-9d6bc1948cf0", + "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": 30598, + "tid": "Main Thread", + "startTime": 355029240935083, + "endTime": 355029242651291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "45d5921c-c003-4618-9ee8-6eec7b3cd7cc", + "logId": "bd1fdc06-2a44-4057-8ca5-37e7174b6fac" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "45d5921c-c003-4618-9ee8-6eec7b3cd7cc", + "name": "create entry:default@BuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029239052541 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "7c48892e-c2c6-45e8-b91e-9d6bc1948cf0" + } + }, + { + "head": { + "id": "b33b5229-35d6-4014-b2a2-7ec926b9de84", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029239181333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "60b5c04c-62a6-477b-b66f-57517c2f2ea2", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029239215666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f35b113e-a89c-481f-8902-6911a9800a78", + "name": "Executing task :entry:default@BuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029240941333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7414222d-d500-4b52-a441-8d65c67cad28", + "name": "entry : default@BuildJS cost memory 0.11746978759765625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029242483416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "76fd7824-f09b-4991-a7f4-62af8edf3f5e", + "name": "runTaskFromQueue task cost before running: 221 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029242555833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bd1fdc06-2a44-4057-8ca5-37e7174b6fac", + "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": 30598, + "tid": "Main Thread", + "startTime": 355029240935083, + "endTime": 355029242651291, + "totalTime": 1608333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7c48892e-c2c6-45e8-b91e-9d6bc1948cf0" + } + }, + { + "head": { + "id": "2dc77459-614f-4fad-8711-bbf3547a6306", + "name": "entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029246416708, + "endTime": 355029246964666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "2ca3f863-961e-43a9-8e29-b1f7ef013e08", + "logId": "5118a447-7fc4-45db-9eb3-94db5d0b95a3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "2ca3f863-961e-43a9-8e29-b1f7ef013e08", + "name": "create entry:default@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029245220625 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2dc77459-614f-4fad-8711-bbf3547a6306" + } + }, + { + "head": { + "id": "12f637a5-10dc-49f0-8d8f-1d7b4f58776a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029245391291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7a7b6f0b-ed89-4e99-8dc3-2671d5f5996d", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029245430750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2683339b-8f29-49f9-abd9-c0784d75268c", + "name": "Executing task :entry:default@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029246425791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d4ff8559-abd9-4d66-840c-a0367aaf6188", + "name": "Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029246514666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0ee36760-114a-420d-bac8-796aace8d2d9", + "name": "Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029246882250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cb5794f1-84d1-4ae2-9040-4c84d1606e91", + "name": "entry : default@CacheNativeLibs cost memory 0.06833648681640625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029246927333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5118a447-7fc4-45db-9eb3-94db5d0b95a3", + "name": "UP-TO-DATE :entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029246416708, + "endTime": 355029246964666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2dc77459-614f-4fad-8711-bbf3547a6306" + } + }, + { + "head": { + "id": "8d6edb70-8ffa-4084-87a5-f8a140e79dc6", + "name": "worker[6] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029816337833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6ce2cd1f-658f-4578-a037-85325a142b70", + "name": "CopyResources is end, endTime: 355029816488958", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029816492291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1e42ef83-bb98-4491-a921-65f164ff7647", + "name": "default@CompileArkTS work[26] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029816566458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d784cdc4-0dac-4231-86fe-da0c4e5b9834", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 355029808562875, + "endTime": 355029816098625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "83e811b5-8b35-4eda-9bbf-871bad7f8cf6", + "parent": "8c9da309-161c-432a-8083-f4f33aaa1bce" + } + }, + { + "head": { + "id": "bf25819b-8250-4a3d-a65c-9049b00ba0bc", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029816676958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b9159cfc-bbd4-4334-aa57-27a119e8c118", + "name": "worker[4] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030725936208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5d5c9e79-d611-4b36-a53e-883a91d1f44f", + "name": "generate configuration information", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355029245740916, + "endTime": 355029270385583 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "b1ae38cd-83ac-4196-9179-0f06c7f8675a", + "logId": "c8d9543e-1ca7-4c1d-a9df-7b9892a6f79d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c8d9543e-1ca7-4c1d-a9df-7b9892a6f79d", + "name": "generate configuration information", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029245740916, + "endTime": 355029270385583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5d5c9e79-d611-4b36-a53e-883a91d1f44f", + "parent": "6f70162e-a331-4335-bccc-8ffd6059727a" + } + }, + { + "head": { + "id": "647be00a-b242-48cc-a830-aca5914f0c36", + "name": "read build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355029270457916, + "endTime": 355029270594166 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "b1ae38cd-83ac-4196-9179-0f06c7f8675a", + "logId": "5cec5111-acf4-4ff6-b1e1-214caab45c5d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5cec5111-acf4-4ff6-b1e1-214caab45c5d", + "name": "read build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029270457916, + "endTime": 355029270594166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "647be00a-b242-48cc-a830-aca5914f0c36", + "parent": "6f70162e-a331-4335-bccc-8ffd6059727a" + } + }, + { + "head": { + "id": "64989ced-775b-41b0-a835-9d9c148d4b0c", + "name": "remove uncacheable modules", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355029270667291, + "endTime": 355029270744041 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "b1ae38cd-83ac-4196-9179-0f06c7f8675a", + "logId": "4d6ab689-59f4-4d1b-a099-ad034440207e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4d6ab689-59f4-4d1b-a099-ad034440207e", + "name": "remove uncacheable modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029270667291, + "endTime": 355029270744041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "64989ced-775b-41b0-a835-9d9c148d4b0c", + "parent": "6f70162e-a331-4335-bccc-8ffd6059727a" + } + }, + { + "head": { + "id": "a5e4998e-e6a4-4ae6-af76-1219494228d2", + "name": "compile ArkTS with rollup", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355029270777416, + "endTime": 355030654409333 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "b1ae38cd-83ac-4196-9179-0f06c7f8675a", + "logId": "52a5e274-24e8-4cfb-b9f4-9e8809bb43ec" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "52a5e274-24e8-4cfb-b9f4-9e8809bb43ec", + "name": "compile ArkTS with rollup", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029270777416, + "endTime": 355030654409333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a5e4998e-e6a4-4ae6-af76-1219494228d2", + "parent": "6f70162e-a331-4335-bccc-8ffd6059727a" + } + }, + { + "head": { + "id": "b62f084d-315f-46b5-b7fa-cb161d106afc", + "name": "write build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355030654641833, + "endTime": 355030674079666 + }, + "additional": { + "children": [ + "635448d6-b554-4c24-8dd6-0bf780a1ae17", + "e6757c86-d57a-46a4-b85e-70b1f7fb8b68", + "4b506932-2c7e-456b-9f4b-00f80ee43551" + ], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "b1ae38cd-83ac-4196-9179-0f06c7f8675a", + "logId": "dd1a9259-0781-43cb-b6df-c1a6421f4c6c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "dd1a9259-0781-43cb-b6df-c1a6421f4c6c", + "name": "write build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030654641833, + "endTime": 355030674079666 + }, + "additional": { + "logType": "info", + "children": [ + "a2eb6ead-92b6-4bd0-9346-6ea7c8333377", + "a065840c-8674-4936-bf8c-a02142890a7b", + "a07079a7-9f6b-4510-9e79-b8eae782a617" + ], + "durationId": "b62f084d-315f-46b5-b7fa-cb161d106afc", + "parent": "6f70162e-a331-4335-bccc-8ffd6059727a" + } + }, + { + "head": { + "id": "635448d6-b554-4c24-8dd6-0bf780a1ae17", + "name": "get final cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355030654675625, + "endTime": 355030654695041 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "b62f084d-315f-46b5-b7fa-cb161d106afc", + "logId": "a2eb6ead-92b6-4bd0-9346-6ea7c8333377" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a2eb6ead-92b6-4bd0-9346-6ea7c8333377", + "name": "get final cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030654675625, + "endTime": 355030654695041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "635448d6-b554-4c24-8dd6-0bf780a1ae17", + "parent": "dd1a9259-0781-43cb-b6df-c1a6421f4c6c" + } + }, + { + "head": { + "id": "e6757c86-d57a-46a4-b85e-70b1f7fb8b68", + "name": "pack cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355030654700833, + "endTime": 355030667626166 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "b62f084d-315f-46b5-b7fa-cb161d106afc", + "logId": "a065840c-8674-4936-bf8c-a02142890a7b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a065840c-8674-4936-bf8c-a02142890a7b", + "name": "pack cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030654700833, + "endTime": 355030667626166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e6757c86-d57a-46a4-b85e-70b1f7fb8b68", + "parent": "dd1a9259-0781-43cb-b6df-c1a6421f4c6c" + } + }, + { + "head": { + "id": "4b506932-2c7e-456b-9f4b-00f80ee43551", + "name": "write cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355030667631416, + "endTime": 355030674042791 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "b62f084d-315f-46b5-b7fa-cb161d106afc", + "logId": "a07079a7-9f6b-4510-9e79-b8eae782a617" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a07079a7-9f6b-4510-9e79-b8eae782a617", + "name": "write cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030667631416, + "endTime": 355030674042791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4b506932-2c7e-456b-9f4b-00f80ee43551", + "parent": "dd1a9259-0781-43cb-b6df-c1a6421f4c6c" + } + }, + { + "head": { + "id": "fbf9263a-6a7c-48be-8534-f834307b50b2", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355030674103833, + "endTime": 355030724672541 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "b1ae38cd-83ac-4196-9179-0f06c7f8675a", + "logId": "cdc03fe7-67ae-4cb9-b881-a5daf7e4b24f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "cdc03fe7-67ae-4cb9-b881-a5daf7e4b24f", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030674103833, + "endTime": 355030724672541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fbf9263a-6a7c-48be-8534-f834307b50b2", + "parent": "6f70162e-a331-4335-bccc-8ffd6059727a" + } + }, + { + "head": { + "id": "8d6e4d58-8987-4a3f-851d-61cec6fc77c5", + "name": "default@CompileArkTS work[25] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030729697458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6f70162e-a331-4335-bccc-8ffd6059727a", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355029240641541, + "endTime": 355030725429833 + }, + "additional": { + "logType": "info", + "children": [ + "c8d9543e-1ca7-4c1d-a9df-7b9892a6f79d", + "5cec5111-acf4-4ff6-b1e1-214caab45c5d", + "4d6ab689-59f4-4d1b-a099-ad034440207e", + "52a5e274-24e8-4cfb-b9f4-9e8809bb43ec", + "dd1a9259-0781-43cb-b6df-c1a6421f4c6c", + "cdc03fe7-67ae-4cb9-b881-a5daf7e4b24f" + ], + "durationId": "b1ae38cd-83ac-4196-9179-0f06c7f8675a", + "parent": "8c9da309-161c-432a-8083-f4f33aaa1bce" + } + }, + { + "head": { + "id": "c91707b0-2a55-4972-92e2-4f0c0a4811e4", + "name": "A work dispatched to worker[4] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030729819250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8c9da309-161c-432a-8083-f4f33aaa1bce", + "name": "Finished :entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029228984958, + "endTime": 355030729885666, + "totalTime": 1494074584 + }, + "additional": { + "logType": "info", + "children": [ + "6f70162e-a331-4335-bccc-8ffd6059727a", + "d784cdc4-0dac-4231-86fe-da0c4e5b9834" + ], + "durationId": "6e45f9f5-d6dd-4da8-a004-7c8a46a31e1e" + } + }, + { + "head": { + "id": "cc2f4a7f-4423-4a7b-9ec8-201a1e61dc6c", + "name": "entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030732485583, + "endTime": 355030732980708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "50bb6d25-9ffa-4e59-ab17-38b02934b95a", + "logId": "dd344ad2-cb3c-42bd-8ce9-071b0a6ca11f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "50bb6d25-9ffa-4e59-ab17-38b02934b95a", + "name": "create entry:default@GeneratePkgModuleJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030731832916 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "cc2f4a7f-4423-4a7b-9ec8-201a1e61dc6c" + } + }, + { + "head": { + "id": "0e621635-5605-4c3d-bdc9-7f8bb9edb934", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030732017083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dcafddf8-699d-48f2-97c5-c24d9d7ce238", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030732055083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fefa6da6-8263-44cf-be66-3d036f4feedf", + "name": "Executing task :entry:default@GeneratePkgModuleJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030732491083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0754e80d-2435-484a-99bd-ab57ca16c18d", + "name": "Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030732572875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d79b70ad-cf7c-4182-b29b-0e93b5e68db9", + "name": "Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030732883291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0b38ebfc-eb41-4f8a-b72c-4fd39fee5854", + "name": "entry : default@GeneratePkgModuleJson cost memory 0.06215667724609375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030732942125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dd344ad2-cb3c-42bd-8ce9-071b0a6ca11f", + "name": "UP-TO-DATE :entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030732485583, + "endTime": 355030732980708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "cc2f4a7f-4423-4a7b-9ec8-201a1e61dc6c" + } + }, + { + "head": { + "id": "205cb63d-94fa-44f8-b03c-81e103395c08", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030737286250, + "endTime": 355031244543791 + }, + "additional": { + "children": [ + "1305343b-98be-443f-962a-b054fbf86acd", + "9ac2c40a-18e2-471e-b87b-2e291a2c0d26", + "e6ab63d4-bea2-4cb3-ad71-67a55b59d6a2" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [ + "The input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets' has been changed." + ], + "detailId": "d90f0d80-8712-4df7-b63c-ef85786720c6", + "logId": "c6d0388d-09c7-4bc2-8b07-aa9c15a6799d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d90f0d80-8712-4df7-b63c-ef85786720c6", + "name": "create entry:default@PackageHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030734236416 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "205cb63d-94fa-44f8-b03c-81e103395c08" + } + }, + { + "head": { + "id": "16b4cff9-d4c9-47c7-aedb-6028484bad10", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030734347166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e385c684-1ec3-4714-8e64-16cdd44a70b9", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030734398583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7e3bcd00-c01e-4d72-a2df-abd5aed20b26", + "name": "Executing task :entry:default@PackageHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030737298333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0e7aa742-d3dc-4061-8fb7-91e556b770e5", + "name": "entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030740176958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "975b57fe-0c36-460c-834f-0c8c7c336452", + "name": "Incremental task entry:default@PackageHap pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030740261000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "905fe626-a53d-4526-8b59-6a336bdc45a9", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030740331500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "50ff6738-ac75-455f-9104-18061d9f03ba", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030740363500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1305343b-98be-443f-962a-b054fbf86acd", + "name": "generate HAP packaging command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030740792333, + "endTime": 355030741373041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "205cb63d-94fa-44f8-b03c-81e103395c08", + "logId": "4ac320b1-e127-4a85-811a-36445a747944" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6b303e64-5789-477a-b61f-9063be44b05d", + "name": "Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar]\n [\n 'java',\n '-Dfile.encoding=utf-8',\n '-jar',\n '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar',\n '--mode',\n 'hap',\n '--force',\n 'true',\n '--lib-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default',\n '--json-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json',\n '--resources-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources',\n '--index-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index',\n '--pack-info-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info',\n '--out-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap',\n '--ets-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets',\n '--pkg-context-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json'\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030741283500 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "205cb63d-94fa-44f8-b03c-81e103395c08" + } + }, + { + "head": { + "id": "4ac320b1-e127-4a85-811a-36445a747944", + "name": "generate HAP packaging command", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030740792333, + "endTime": 355030741373041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1305343b-98be-443f-962a-b054fbf86acd", + "parent": "c6d0388d-09c7-4bc2-8b07-aa9c15a6799d" + } + }, + { + "head": { + "id": "9ac2c40a-18e2-471e-b87b-2e291a2c0d26", + "name": "submit HAP packaging task to work pool", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030741644583, + "endTime": 355030742522583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "205cb63d-94fa-44f8-b03c-81e103395c08", + "logId": "ff0f7566-a7f8-40b0-8b7d-5d4fd8a27fa0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "613aed3d-eb06-46ef-9465-3487754f2544", + "name": "default@PackageHap work[27] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030742033375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e6ab63d4-bea2-4cb3-ad71-67a55b59d6a2", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 355030793296750, + "endTime": 355031244135166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "205cb63d-94fa-44f8-b03c-81e103395c08", + "logId": "4a8e72d2-6a03-40ac-b5f7-181c89960aad" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5ceee2fc-b26c-43ed-92df-85abe889c132", + "name": "default@PackageHap work[27] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030742356041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "335f9eed-af5a-4dc4-ba23-b4fbb98eb28f", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030742392166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f0a5cb16-4d25-4b72-a2cd-afb60c74c5ac", + "name": "default@PackageHap work[27] has been dispatched to worker[6].", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030742463583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0a94ef13-4461-4c74-ad17-3dd2a771fe60", + "name": "default@PackageHap work[27] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030742496708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ff0f7566-a7f8-40b0-8b7d-5d4fd8a27fa0", + "name": "submit HAP packaging task to work pool", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030741644583, + "endTime": 355030742522583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9ac2c40a-18e2-471e-b87b-2e291a2c0d26", + "parent": "c6d0388d-09c7-4bc2-8b07-aa9c15a6799d" + } + }, + { + "head": { + "id": "c5f313b4-09c4-4576-b8ac-19ffe8914e8b", + "name": "entry : default@PackageHap cost memory 0.7423477172851562", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030744116791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67bdd413-ce06-4a34-a16f-d8e6ac8971e0", + "name": "worker[6] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031244237041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "73a9337c-fd83-4b4d-87b3-1b3587fb02c1", + "name": "default@PackageHap work[27] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031244410208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a8e72d2-6a03-40ac-b5f7-181c89960aad", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 355030793296750, + "endTime": 355031244135166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e6ab63d4-bea2-4cb3-ad71-67a55b59d6a2", + "parent": "c6d0388d-09c7-4bc2-8b07-aa9c15a6799d" + } + }, + { + "head": { + "id": "dc6d7767-49e8-4f55-bd0b-a1801839374a", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031244496166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c6d0388d-09c7-4bc2-8b07-aa9c15a6799d", + "name": "Finished :entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355030737286250, + "endTime": 355031244543791, + "totalTime": 457717999 + }, + "additional": { + "logType": "info", + "children": [ + "4ac320b1-e127-4a85-811a-36445a747944", + "ff0f7566-a7f8-40b0-8b7d-5d4fd8a27fa0", + "4a8e72d2-6a03-40ac-b5f7-181c89960aad" + ], + "durationId": "205cb63d-94fa-44f8-b03c-81e103395c08" + } + }, + { + "head": { + "id": "b7449dca-e2ef-466e-8eee-9720a8ed3fb3", + "name": "entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031247566291, + "endTime": 355031248511625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed." + ], + "detailId": "cfd38b14-3e21-43f1-93da-d9d7bc6ab8c2", + "logId": "dac1fda5-fac2-464a-9933-8e051332b905" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "cfd38b14-3e21-43f1-93da-d9d7bc6ab8c2", + "name": "create entry:default@SignHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031246117541 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b7449dca-e2ef-466e-8eee-9720a8ed3fb3" + } + }, + { + "head": { + "id": "f39f9d2b-299b-4228-a8d3-1d62e41171c0", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031246261958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8d5799e7-b25a-48f2-8c4e-684f3a4b6113", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031246314458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ada2702b-ce53-42e0-98d1-93eb6c278a24", + "name": "Executing task :entry:default@SignHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031247573750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3dbde47c-e82c-475d-a91b-0b5ed24fb08c", + "name": "Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project.\n If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031247876750 + }, + "additional": { + "logType": "warn", + "children": [], + "durationId": "b7449dca-e2ef-466e-8eee-9720a8ed3fb3" + } + }, + { + "head": { + "id": "eeac5c4e-3329-4fe7-8043-b967049ab9c3", + "name": "entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031248057666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7c22a6c1-1308-4c23-a55f-2531d3edd9f8", + "name": "Incremental task entry:default@SignHap pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031248101250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "285d44a0-a495-41b6-a5a2-69e4be9c9f12", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031248158083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "41eca814-1007-4553-aa2e-7206345ba101", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031248184916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "895dbde5-d3a4-4a28-9423-fbdd7018af47", + "name": "entry : default@SignHap cost memory 0.10268402099609375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031248424166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eadefdaf-d927-4006-afe7-e3770a2c3be8", + "name": "runTaskFromQueue task cost before running: 2 s 227 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031248481833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dac1fda5-fac2-464a-9933-8e051332b905", + "name": "Finished :entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031247566291, + "endTime": 355031248511625, + "totalTime": 896541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b7449dca-e2ef-466e-8eee-9720a8ed3fb3" + } + }, + { + "head": { + "id": "9c657e4f-b392-4dd0-826a-b24bb4047805", + "name": "entry:default@CollectDebugSymbol", + "description": "Collect debug symbols to output dir.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031249798166, + "endTime": 355031251816375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "b8a8fc73-eb2c-47c2-9293-b72c62467b9a", + "logId": "a6dad62c-1f7a-42c2-a04f-601e6f2a82a7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b8a8fc73-eb2c-47c2-9293-b72c62467b9a", + "name": "create entry:default@CollectDebugSymbol task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031249291375 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9c657e4f-b392-4dd0-826a-b24bb4047805" + } + }, + { + "head": { + "id": "ed55c07a-4e64-4f62-b580-ad4e426afdcb", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031249411500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0b37d1b0-e86f-46cd-ad0e-860bac123f67", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031249446375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "47a09155-5e79-4dd0-817c-6620ff82c55f", + "name": "Executing task :entry:default@CollectDebugSymbol", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031249844541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6af45526-984d-408b-9b54-8e34e466200c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031251649208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9ac9af6c-1a6d-4344-8229-33d7cbbaf039", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031251678708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "55d610e8-4653-4a85-bdd2-3f5c6d2e8eac", + "name": "entry : default@CollectDebugSymbol cost memory 0.19036865234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031251729708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b633946b-4677-451d-9ef0-b7dbee2b1abf", + "name": "runTaskFromQueue task cost before running: 2 s 231 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031251776875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a6dad62c-1f7a-42c2-a04f-601e6f2a82a7", + "name": "Finished :entry:default@CollectDebugSymbol", + "description": "Collect debug symbols to output dir.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031249798166, + "endTime": 355031251816375, + "totalTime": 1968791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9c657e4f-b392-4dd0-826a-b24bb4047805" + } + }, + { + "head": { + "id": "4c12f014-51b3-4bc9-92b5-25fbeaf28867", + "name": "entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031252532875, + "endTime": 355031252703708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "entry", + "category": "Hook", + "taskRunReasons": [], + "detailId": "93db8e6a-1f53-4d23-b175-e936d70c66c8", + "logId": "c09503b7-a13a-42ee-acdc-a5c63a813662" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "93db8e6a-1f53-4d23-b175-e936d70c66c8", + "name": "create entry:assembleHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031252507041 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "4c12f014-51b3-4bc9-92b5-25fbeaf28867" + } + }, + { + "head": { + "id": "6ed0ebeb-af4b-43d2-bd38-8f098af37297", + "name": "Executing task :entry:assembleHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031252536750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d277f847-e814-4269-81b2-49c77afb97cf", + "name": "entry : assembleHap cost memory 0.01161956787109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031252602166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "77f1c0bc-f0c0-45c6-958d-3a7e64e48fc0", + "name": "runTaskFromQueue task cost before running: 2 s 232 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031252667333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c09503b7-a13a-42ee-acdc-a5c63a813662", + "name": "Finished :entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031252532875, + "endTime": 355031252703708, + "totalTime": 102083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4c12f014-51b3-4bc9-92b5-25fbeaf28867" + } + }, + { + "head": { + "id": "534d3371-76b0-405d-9289-43456f3306d0", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031253838166, + "endTime": 355031253874333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c5dcfd4a-a520-49a1-adf3-24dabf3b7525", + "logId": "3c57e712-0a31-44ce-a114-995e37dba534" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3c57e712-0a31-44ce-a114-995e37dba534", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031253838166, + "endTime": 355031253874333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "534d3371-76b0-405d-9289-43456f3306d0" + } + }, + { + "head": { + "id": "f62de727-1caf-4829-a99b-51d8fbfe7de9", + "name": "BUILD SUCCESSFUL in 2 s 233 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031253917291 + }, + "additional": { + "logType": "info", + "children": [] + } + }, + { + "head": { + "id": "9dd14a33-3c49-4800-8de2-2529886dc501", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355029021580916, + "endTime": 355031254288500 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 48 + }, + "completeCommand": "{\"prop\":[\"module=entry@default\",\"product=default\",\"requiredDeviceType=phone\"],\"mode\":\"module\",\"parallel\":true,\"incremental\":true,\"daemon\":true,\"_\":[\"assembleHap\"],\"analyze\":\"normal\"};assembleHap", + "hvigorVersion": "5.14.3", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "success" + } + }, + { + "head": { + "id": "b8d3adb9-94ac-47e4-8754-04c7e2a68918", + "name": "There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031254330166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "74444552-e75d-419a-b1d1-d9e238ad187f", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031254388666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "786b3818-52ee-48fd-a9a1-5a721a18a96f", + "name": "There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031254424708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e1b06839-d41b-45c8-8ece-7f86a1b33018", + "name": "There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031254467791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "531a3a6f-ae45-4599-ae15-05269ff89915", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031254526625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a4a7b338-5aaf-42bd-8f71-6dadb3f53554", + "name": "Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031254930291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7e8692da-d7d5-41ab-9f72-8c099f577af1", + "name": "Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031255245958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bee21a28-28a4-4f61-95d3-b0c12a98d245", + "name": "There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031255278083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "62e9e9f0-2745-4d8a-af0c-792316fc4ef0", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031255332833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f41ada8d-a84e-413b-a517-4d0431c90dc5", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031255436708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0e03e7c6-d467-4e45-b78c-968847d4868d", + "name": "Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031255677750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1d107032-f8fc-4839-bfcb-18df0aba9f1d", + "name": "Incremental task entry:default@SyscapTransform post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031255759041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d4217215-f445-4920-a4d4-87632f9b8036", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031255792541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "74695e3a-4f3a-4740-9605-58209df4ff00", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031255819000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64806654-75e2-4531-abe9-7ffb007d45e8", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031255851250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3bbbf811-63f9-4506-8d69-dc25fb8266bc", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031255901416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ed45a030-627e-44f8-89de-af081b51b2ab", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031255927500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc1f7194-4f89-45e2-b153-cd3774197549", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031255964875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ec6e7f1d-08f3-4cce-88a5-48434653026a", + "name": "There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031255999500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e8d38434-8653-4e43-aae4-ed10a7666a88", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031256961291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ffab2e14-0845-4357-8884-288757bab0d5", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031257118333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dbdd45f6-4f58-4141-b33f-b65e46d76718", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031257197250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc8464f4-e577-4a50-b09b-f4e0b39e9c64", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031257249791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c7f7a856-b794-4314-89af-163e756ba886", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031257299000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7c8aa4ba-5b13-4e90-962d-215ed143c6bf", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031257419000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "97c8faf0-e789-496d-8535-10f691f7ac5a", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031257785083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7943236d-26ea-42d0-adb0-88005564ca97", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031257832541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d115bf32-8dc3-451f-a1a2-5a0c26e40025", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031257880541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "65148b8b-e33e-47b2-8d4a-a2b668999225", + "name": "Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031257935000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bad9e846-5767-48cc-bb6d-f01d42fce791", + "name": "Incremental task entry:default@CompileArkTS post-execution cost:3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031258076416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b8936d67-c91f-4689-af83-ff150291da86", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031258548541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b56ec980-a90b-41a7-946a-e4301a2921b7", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031258663291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b11afd33-a3a0-48cf-ba6b-2288db3bdacc", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031258727250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "66c9537c-e272-4ded-9567-a4b07dbdb356", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031258773208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b11e5865-2473-4d22-b5f9-701b5fa93a15", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031258818750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8c314290-99da-473a-b58f-1b6f6702cd17", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031258923250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "328734cf-5c2d-4663-b2e5-00d5efc2db11", + "name": "Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031258972458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6fff7d26-fc5a-44fb-ace1-2e50a34a2ef1", + "name": "Incremental task entry:default@BuildJS post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031259049666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aeb8a349-b721-4e0f-a879-a90f89e92b85", + "name": "There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031259078583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3c19fb99-a48f-466c-84d4-74f9a2d77335", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031259107166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b8fd3fa8-9632-40a7-91c9-35eade90f7da", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031259339625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d3d1847-40d5-410d-89dc-3993ff0d46f0", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031259406125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b7b44a75-b287-4e10-9dde-33549b11f0c0", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031259458208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd7db44e-7574-48a7-9d68-050f2ac51ba4", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031260174333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d1b84563-eecd-4de5-a0b1-5b3d5715101c", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031260256625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3934311e-2277-4137-8e51-af49fa9364dc", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031260315208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7b2deae4-9d65-43e9-af51-816be82d324f", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031260347250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "376119b6-ae43-48b8-ba07-65074368cc4b", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031260394500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d3278de8-6d2d-45b8-a966-dd7e86a62e57", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031260444625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5eda3a52-48a5-41ca-90cd-c7dcaf0f044d", + "name": "Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031260718208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f1533e9d-1deb-4bdc-bada-dcf1c96aec31", + "name": "Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031260785458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0bffa294-c6d9-41e1-a7eb-01c5f18a5549", + "name": "Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031260837583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c0a6e95c-dfb2-425c-892d-0dfe6bdb9e4c", + "name": "Incremental task entry:default@PackageHap post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031260922625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2e15b9a2-0bfd-4eaa-bb04-27c132fe1e9c", + "name": "Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031260972166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "166e5c8f-3113-45a0-9176-e5a7625df508", + "name": "Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031261005958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f0682f74-0600-428f-93ad-3723ee00d5ee", + "name": "Incremental task entry:default@SignHap post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031261092833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0f1bafe3-a752-4cbf-a976-8329e28a8e57", + "name": "Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031262159125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cf39da36-70ba-449d-a935-ed790a22069d", + "name": "Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031262239458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "00884047-6278-4f26-9760-90bbfc651171", + "name": "Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031262434166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fb4224f6-b626-471b-a099-d15cee1f809d", + "name": "Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031262552708 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/.hvigor/report/report-202503312048259050.json b/.hvigor/report/report-202503312048259050.json new file mode 100644 index 0000000..16814ee --- /dev/null +++ b/.hvigor/report/report-202503312048259050.json @@ -0,0 +1,8435 @@ +{ + "version": "2.0", + "ppid": 30597, + "events": [ + { + "head": { + "id": "23d0a2e6-74b2-4953-9d58-bbafb620ba98", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031272510458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "886755f8-2e42-4b93-9df2-b7f232929798", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031277355791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "97f88d95-1e8d-49a9-8b1d-82f0a3b92362", + "name": "worker[6] exits with exit code 1.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031277576833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "27a29524-5545-431b-b64f-cc34d5830333", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355031277708458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ac4e33fa-b125-4345-996d-6ccbdb2ed684", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044749404000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "db3b8861-7d4f-427b-a974-ac8d0d053c84", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044769102583, + "endTime": 355045132025875 + }, + "additional": { + "children": [ + "9c7f23c8-eb0a-4a23-a7a9-04f10a451cab", + "bcb6207d-3c37-4a26-8c94-9f76b2947497", + "d3eb172b-c2fa-4acd-9c42-0077574eb5ac", + "ca033219-01b4-458d-b4e6-3bfc55b4d086", + "68be9227-28ab-4cba-bdf5-db98306210ad", + "75979b5c-47bb-4072-bc9d-874ab5c341f9", + "4244b386-a73e-4aee-857d-587391f188ef" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "8b48cef1-e648-4488-b31c-ba90228798e7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9c7f23c8-eb0a-4a23-a7a9-04f10a451cab", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044769110583, + "endTime": 355044799140833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "db3b8861-7d4f-427b-a974-ac8d0d053c84", + "logId": "4c34f816-eaea-4bb4-a651-b69d0f41378f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "bcb6207d-3c37-4a26-8c94-9f76b2947497", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044799174875, + "endTime": 355045128261750 + }, + "additional": { + "children": [ + "c436ef97-0b41-4d66-b9f8-361d57e9f85c", + "83e827e6-57d9-4222-9f4a-ecbfdae005f5", + "67bc8b4d-2a20-467a-9596-ef924753616a", + "0b1b1f5c-2604-40bf-af77-1784d48621b3", + "dc08ab60-c915-433f-9f2e-66f2968432d6", + "cfb31f92-a55e-4ce4-8b8d-05b7b596d2c2", + "db84ae32-a1f0-410c-9a3f-db0f7f784e40", + "f24b3ce2-17eb-47d4-98cb-3a43b0f738c7", + "c6d290dc-b219-47fb-8b02-503c816c599c" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "db3b8861-7d4f-427b-a974-ac8d0d053c84", + "logId": "f8d8bd5c-803d-4c37-b934-914d66815115" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d3eb172b-c2fa-4acd-9c42-0077574eb5ac", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045128303875, + "endTime": 355045132008833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "db3b8861-7d4f-427b-a974-ac8d0d053c84", + "logId": "c47a085f-0c21-49b6-b55c-05cb91a400c0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ca033219-01b4-458d-b4e6-3bfc55b4d086", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045132014041, + "endTime": 355045132022708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "db3b8861-7d4f-427b-a974-ac8d0d053c84", + "logId": "013ab802-f50e-45fb-a153-8ee2132348f8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "68be9227-28ab-4cba-bdf5-db98306210ad", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044777100333, + "endTime": 355044777374500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "db3b8861-7d4f-427b-a974-ac8d0d053c84", + "logId": "c8259413-1965-4ec4-b566-38544de39d29" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c8259413-1965-4ec4-b566-38544de39d29", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044777100333, + "endTime": 355044777374500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "68be9227-28ab-4cba-bdf5-db98306210ad", + "parent": "8b48cef1-e648-4488-b31c-ba90228798e7" + } + }, + { + "head": { + "id": "75979b5c-47bb-4072-bc9d-874ab5c341f9", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044781896708, + "endTime": 355044781936125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "db3b8861-7d4f-427b-a974-ac8d0d053c84", + "logId": "1d7713a1-7801-41e5-bcb1-ea06bbf0a6a6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1d7713a1-7801-41e5-bcb1-ea06bbf0a6a6", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044781896708, + "endTime": 355044781936125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "75979b5c-47bb-4072-bc9d-874ab5c341f9", + "parent": "8b48cef1-e648-4488-b31c-ba90228798e7" + } + }, + { + "head": { + "id": "10269e35-ecee-4029-afb5-8409cdccdad1", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044782262166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fa79b04e-4e51-4805-840b-8bf12e66d4c5", + "name": "Cache service initialization finished in 16 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044798976958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4c34f816-eaea-4bb4-a651-b69d0f41378f", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044769110583, + "endTime": 355044799140833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9c7f23c8-eb0a-4a23-a7a9-04f10a451cab", + "parent": "8b48cef1-e648-4488-b31c-ba90228798e7" + } + }, + { + "head": { + "id": "c436ef97-0b41-4d66-b9f8-361d57e9f85c", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044807109125, + "endTime": 355044807117375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bcb6207d-3c37-4a26-8c94-9f76b2947497", + "logId": "98444ebc-a976-4295-8e6a-c752021f0649" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "83e827e6-57d9-4222-9f4a-ecbfdae005f5", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044807389291, + "endTime": 355044812330500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bcb6207d-3c37-4a26-8c94-9f76b2947497", + "logId": "15ab060c-9ef9-48ea-8a32-b493a85cff8f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "67bc8b4d-2a20-467a-9596-ef924753616a", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044812367208, + "endTime": 355044925480375 + }, + "additional": { + "children": [ + "3cec157d-6d18-415b-82f3-a5f2c42dbef6", + "c43b16c4-f197-4a54-a2e8-4c52cb88d90d", + "bcd3c6ac-cc5c-4bb5-9c88-1b82d439b0b6" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bcb6207d-3c37-4a26-8c94-9f76b2947497", + "logId": "124e45d4-317f-4b82-9a31-6223711d32c8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0b1b1f5c-2604-40bf-af77-1784d48621b3", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044925532791, + "endTime": 355044969898916 + }, + "additional": { + "children": [ + "3ac8c452-8222-42a4-9ed3-e205799ddc92" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bcb6207d-3c37-4a26-8c94-9f76b2947497", + "logId": "6e1d77d2-3506-4701-9a30-4f1e26f071a4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "dc08ab60-c915-433f-9f2e-66f2968432d6", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044969905458, + "endTime": 355045101840750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bcb6207d-3c37-4a26-8c94-9f76b2947497", + "logId": "379536dc-8d38-4fcf-9aec-67d867c2819f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "cfb31f92-a55e-4ce4-8b8d-05b7b596d2c2", + "name": "ohpm install", + "description": "Ohpm install event.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045104112125, + "endTime": 355045113502791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bcb6207d-3c37-4a26-8c94-9f76b2947497", + "logId": "70f8c999-9a73-4ad7-9fc4-b9cbc7f870d2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "db84ae32-a1f0-410c-9a3f-db0f7f784e40", + "name": "eval hook", + "description": "EvaluateEvent hook.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045113562458, + "endTime": 355045127950416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bcb6207d-3c37-4a26-8c94-9f76b2947497", + "logId": "5f9fd6a4-16ed-4c90-b3e8-ddb8fcc396c0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f24b3ce2-17eb-47d4-98cb-3a43b0f738c7", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045127987583, + "endTime": 355045128244916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bcb6207d-3c37-4a26-8c94-9f76b2947497", + "logId": "a145e8bd-5776-4cee-a0ae-7a370b5293de" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "98444ebc-a976-4295-8e6a-c752021f0649", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044807109125, + "endTime": 355044807117375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c436ef97-0b41-4d66-b9f8-361d57e9f85c", + "parent": "f8d8bd5c-803d-4c37-b934-914d66815115" + } + }, + { + "head": { + "id": "15ab060c-9ef9-48ea-8a32-b493a85cff8f", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044807389291, + "endTime": 355044812330500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "83e827e6-57d9-4222-9f4a-ecbfdae005f5", + "parent": "f8d8bd5c-803d-4c37-b934-914d66815115" + } + }, + { + "head": { + "id": "3cec157d-6d18-415b-82f3-a5f2c42dbef6", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044812709625, + "endTime": 355044812729750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "67bc8b4d-2a20-467a-9596-ef924753616a", + "logId": "5e6dbdce-7aaf-4a97-afd4-55f3491ea9de" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5e6dbdce-7aaf-4a97-afd4-55f3491ea9de", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044812709625, + "endTime": 355044812729750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3cec157d-6d18-415b-82f3-a5f2c42dbef6", + "parent": "124e45d4-317f-4b82-9a31-6223711d32c8" + } + }, + { + "head": { + "id": "c43b16c4-f197-4a54-a2e8-4c52cb88d90d", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044815289250, + "endTime": 355044924741583 + }, + "additional": { + "children": [ + "af20ef66-b3d4-4451-beb0-b0e99de7c27a", + "a169c640-a975-4aea-befb-8a3d84d6fdc3" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "67bc8b4d-2a20-467a-9596-ef924753616a", + "logId": "23a54c73-a026-4e9f-85bf-ae857c566175" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "af20ef66-b3d4-4451-beb0-b0e99de7c27a", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044815290750, + "endTime": 355044834306291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c43b16c4-f197-4a54-a2e8-4c52cb88d90d", + "logId": "704f4ff9-58aa-4a78-9719-bdad19ae78e7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a169c640-a975-4aea-befb-8a3d84d6fdc3", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044834331375, + "endTime": 355044924729250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c43b16c4-f197-4a54-a2e8-4c52cb88d90d", + "logId": "5a0c27fa-b6f2-486a-9333-36a3f81d5021" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c2f1cd05-1711-40ab-8985-6b1de85d9681", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044815295875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "65ffeffb-071a-46a9-a700-94108583a699", + "name": "hvigorfile, require result: { default: { system: [Function: appTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044834174250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "704f4ff9-58aa-4a78-9719-bdad19ae78e7", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044815290750, + "endTime": 355044834306291 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "af20ef66-b3d4-4451-beb0-b0e99de7c27a", + "parent": "23a54c73-a026-4e9f-85bf-ae857c566175" + } + }, + { + "head": { + "id": "7804e2fd-4163-4685-81f4-4bcdaf1cd8e7", + "name": "hvigorfile, binding system plugins [Function: appTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044834344250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3248edb5-f633-423d-a07a-feedd1f0cc9b", + "name": "Start initialize project's product build option map with build mode debug.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044845431458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5f211973-d05d-4625-bca8-024490b2b00b", + "name": "Picking option from product 'default' with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044845558416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a34d930c-a645-4b49-886b-d4c6bf030674", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044845944208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3c8de55e-1ec6-4d22-be7b-331bd57d3fd0", + "name": "End initialize project's product build option map with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044846042500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "72040ecd-3e2d-4d34-9c61-3f0506607825", + "name": "Product 'default' using build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n }\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044847751083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "afa2a991-b02d-4a9a-badd-8d85e53468c5", + "name": "No signingConfig found, initRemoteHspCache failed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044852893041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9ec6c500-b368-4f68-a510-6e02a20b81b6", + "name": "Start recording SDK configuration permission data.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044860606333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e0ed2949-ab13-42a2-ac20-4aa2f6d213fb", + "name": "Sdk init in 55 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044908125000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d72adce4-c162-4aac-93fa-bdee25df0926", + "name": "sdkVersion", + "description": "5.0.2.126", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044908303166 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 48 + }, + "markType": "other" + } + }, + { + "head": { + "id": "371daaaf-baba-4d81-a5b8-680538043f33", + "name": "caseSensitiveCheckOn", + "description": "caseSensitiveCheck check is on", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044908327666 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 48 + }, + "markType": "other" + } + }, + { + "head": { + "id": "972ca91d-6701-473a-8dda-c7c60186074c", + "name": "Project task initialization takes 16 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044924473833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ecbc5726-be7e-4dc4-90e7-796fd564666d", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044924600833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d1e65a77-e38a-4dc7-8de0-75a3e9e2a507", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044924652916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "52cd578c-cd1d-4119-bc14-6a6ecf11790e", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044924698416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5a0c27fa-b6f2-486a-9333-36a3f81d5021", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044834331375, + "endTime": 355044924729250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a169c640-a975-4aea-befb-8a3d84d6fdc3", + "parent": "23a54c73-a026-4e9f-85bf-ae857c566175" + } + }, + { + "head": { + "id": "23a54c73-a026-4e9f-85bf-ae857c566175", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044815289250, + "endTime": 355044924741583 + }, + "additional": { + "logType": "info", + "children": [ + "704f4ff9-58aa-4a78-9719-bdad19ae78e7", + "5a0c27fa-b6f2-486a-9333-36a3f81d5021" + ], + "durationId": "c43b16c4-f197-4a54-a2e8-4c52cb88d90d", + "parent": "124e45d4-317f-4b82-9a31-6223711d32c8" + } + }, + { + "head": { + "id": "bcd3c6ac-cc5c-4bb5-9c88-1b82d439b0b6", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044925353500, + "endTime": 355044925438833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "67bc8b4d-2a20-467a-9596-ef924753616a", + "logId": "a8f4163f-8441-4b27-8267-14bc6c9c766d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a8f4163f-8441-4b27-8267-14bc6c9c766d", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044925353500, + "endTime": 355044925438833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "bcd3c6ac-cc5c-4bb5-9c88-1b82d439b0b6", + "parent": "124e45d4-317f-4b82-9a31-6223711d32c8" + } + }, + { + "head": { + "id": "124e45d4-317f-4b82-9a31-6223711d32c8", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044812367208, + "endTime": 355044925480375 + }, + "additional": { + "logType": "info", + "children": [ + "5e6dbdce-7aaf-4a97-afd4-55f3491ea9de", + "23a54c73-a026-4e9f-85bf-ae857c566175", + "a8f4163f-8441-4b27-8267-14bc6c9c766d" + ], + "durationId": "67bc8b4d-2a20-467a-9596-ef924753616a", + "parent": "f8d8bd5c-803d-4c37-b934-914d66815115" + } + }, + { + "head": { + "id": "3ac8c452-8222-42a4-9ed3-e205799ddc92", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044927895791, + "endTime": 355044969883291 + }, + "additional": { + "children": [ + "acf76772-dc71-4330-961d-3222b6132f2b", + "0b30f52d-114a-47c6-92b2-6e5ca17f86ff", + "7e1e903c-4811-42d7-affb-160696ba54b9" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0b1b1f5c-2604-40bf-af77-1784d48621b3", + "logId": "07bef155-e3e4-4256-ae09-f6e7bc73da48" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "acf76772-dc71-4330-961d-3222b6132f2b", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044934231041, + "endTime": 355044934267250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "3ac8c452-8222-42a4-9ed3-e205799ddc92", + "logId": "a59cd587-8b51-4c07-972f-105c501cdf6b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a59cd587-8b51-4c07-972f-105c501cdf6b", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044934231041, + "endTime": 355044934267250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "acf76772-dc71-4330-961d-3222b6132f2b", + "parent": "07bef155-e3e4-4256-ae09-f6e7bc73da48" + } + }, + { + "head": { + "id": "0b30f52d-114a-47c6-92b2-6e5ca17f86ff", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044939272000, + "endTime": 355044967998708 + }, + "additional": { + "children": [ + "2dd47c88-3b1e-4b00-89a9-6b1040c149c9", + "4f1949f5-2a48-4f1d-b823-3724822266c5" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "3ac8c452-8222-42a4-9ed3-e205799ddc92", + "logId": "439e5e74-61fc-4886-b527-edb9bdfd1948" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "2dd47c88-3b1e-4b00-89a9-6b1040c149c9", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044939273500, + "endTime": 355044951455625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0b30f52d-114a-47c6-92b2-6e5ca17f86ff", + "logId": "6e313f0e-3293-427e-af64-bbd7a54b4bb5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4f1949f5-2a48-4f1d-b823-3724822266c5", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044951474083, + "endTime": 355044967973625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0b30f52d-114a-47c6-92b2-6e5ca17f86ff", + "logId": "9f0074a3-5a02-494e-9a62-945f2a93f98f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6b747d89-91f5-48b3-9ab7-11ebe74c1951", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044939280875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "539f2588-dcc4-4e3d-836d-7a7bc0fb1b53", + "name": "hvigorfile, require result: { default: { system: [Function: hapTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044951319500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6e313f0e-3293-427e-af64-bbd7a54b4bb5", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044939273500, + "endTime": 355044951455625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2dd47c88-3b1e-4b00-89a9-6b1040c149c9", + "parent": "439e5e74-61fc-4886-b527-edb9bdfd1948" + } + }, + { + "head": { + "id": "4a27b7b8-163c-458b-bfd1-767080e522c0", + "name": "hvigorfile, binding system plugins [Function: hapTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044951484791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "20498f3a-3241-442d-bf12-e7e2c7e6aa03", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044962221666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cb9becbf-f8e5-43dc-a50a-ab8747b72aaa", + "name": "Target 'default' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044962407208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "937263bf-a362-408c-a073-1aa3d4528ee0", + "name": "Target 'ohosTest' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044963083541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1f944ace-da69-4c4c-a973-d80a19622dc1", + "name": "Module 'entry' target 'default' build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044963450916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d448e70d-3e9f-4b93-9724-d942aa37582a", + "name": "Module 'entry' target 'ohosTest' build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"default\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044963503625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "55216657-c840-4290-b536-d57cca45ed4e", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044963542625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eb9802cf-9d89-47b6-89ff-262c65849d01", + "name": "Module 'entry' target 'default' using build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044963586000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fa730263-e4fb-419c-b90c-46579f4b41b9", + "name": "Module entry task initialization takes 2 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044967050041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "265a4537-1038-4975-8d82-af9152a2f58f", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044967401166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7692f1b2-a6ab-43db-bdc0-852e25e1e203", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044967738833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32a94e77-c95d-497f-b9f3-fee929a75488", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044967908875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9f0074a3-5a02-494e-9a62-945f2a93f98f", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044951474083, + "endTime": 355044967973625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4f1949f5-2a48-4f1d-b823-3724822266c5", + "parent": "439e5e74-61fc-4886-b527-edb9bdfd1948" + } + }, + { + "head": { + "id": "439e5e74-61fc-4886-b527-edb9bdfd1948", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044939272000, + "endTime": 355044967998708 + }, + "additional": { + "logType": "info", + "children": [ + "6e313f0e-3293-427e-af64-bbd7a54b4bb5", + "9f0074a3-5a02-494e-9a62-945f2a93f98f" + ], + "durationId": "0b30f52d-114a-47c6-92b2-6e5ca17f86ff", + "parent": "07bef155-e3e4-4256-ae09-f6e7bc73da48" + } + }, + { + "head": { + "id": "7e1e903c-4811-42d7-affb-160696ba54b9", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044969847041, + "endTime": 355044969868416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "3ac8c452-8222-42a4-9ed3-e205799ddc92", + "logId": "4fbd18ec-d507-4bfe-847c-a4d9f2144b8f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4fbd18ec-d507-4bfe-847c-a4d9f2144b8f", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044969847041, + "endTime": 355044969868416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7e1e903c-4811-42d7-affb-160696ba54b9", + "parent": "07bef155-e3e4-4256-ae09-f6e7bc73da48" + } + }, + { + "head": { + "id": "07bef155-e3e4-4256-ae09-f6e7bc73da48", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044927895791, + "endTime": 355044969883291 + }, + "additional": { + "logType": "info", + "children": [ + "a59cd587-8b51-4c07-972f-105c501cdf6b", + "439e5e74-61fc-4886-b527-edb9bdfd1948", + "4fbd18ec-d507-4bfe-847c-a4d9f2144b8f" + ], + "durationId": "3ac8c452-8222-42a4-9ed3-e205799ddc92", + "parent": "6e1d77d2-3506-4701-9a30-4f1e26f071a4" + } + }, + { + "head": { + "id": "6e1d77d2-3506-4701-9a30-4f1e26f071a4", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044925532791, + "endTime": 355044969898916 + }, + "additional": { + "logType": "info", + "children": [ + "07bef155-e3e4-4256-ae09-f6e7bc73da48" + ], + "durationId": "0b1b1f5c-2604-40bf-af77-1784d48621b3", + "parent": "f8d8bd5c-803d-4c37-b934-914d66815115" + } + }, + { + "head": { + "id": "27b6df29-b603-415b-8666-fa43f9c2a359", + "name": "watch files: [\n '/Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts',\n '/Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/log4js.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/node.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/common.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/ms/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/rfdc/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/configuration.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/layouts.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/date-format/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/levels.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/clustering.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/LoggingEvent.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/flatted/cjs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/adapters.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/console.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stdout.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stderr.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/logLevelFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/categoryFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/noLogFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileWriteStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/graceful-fs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/polyfills.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/legacy-streams.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/clone.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/win32.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/rimraf.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-type.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/jsonfile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/jsonfile/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/move-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/move.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/output/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/now.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameFormatter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameParser.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/moveAndMaybeCompressFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/DateRollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/dateFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/fileSync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/tcp.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/categories.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/connect-logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/recording.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/src/common/util/local-file-writer.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/make-dir.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/utils.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-type.js',\n ... 1855 more items\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045013026708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c852ab2c-3938-4789-b336-c55a6ebc1be0", + "name": "hvigorfile, resolve hvigorfile dependencies in 132 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045101307166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "379536dc-8d38-4fcf-9aec-67d867c2819f", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044969905458, + "endTime": 355045101840750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "dc08ab60-c915-433f-9f2e-66f2968432d6", + "parent": "f8d8bd5c-803d-4c37-b934-914d66815115" + } + }, + { + "head": { + "id": "c6d290dc-b219-47fb-8b02-503c816c599c", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045103441041, + "endTime": 355045104094708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bcb6207d-3c37-4a26-8c94-9f76b2947497", + "logId": "1702b2df-d83f-40e0-987b-2e82119a95c4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c404822c-2cd6-4b2e-82a5-8ca9f340024f", + "name": "project has submodules:entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045103471916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1702b2df-d83f-40e0-987b-2e82119a95c4", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045103441041, + "endTime": 355045104094708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c6d290dc-b219-47fb-8b02-503c816c599c", + "parent": "f8d8bd5c-803d-4c37-b934-914d66815115" + } + }, + { + "head": { + "id": "1ba257d5-c6d4-4727-a511-04bad30df5cf", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045105941500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "78d8cab6-41f4-4e1c-9923-283c16dc1a7e", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045112632083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "70f8c999-9a73-4ad7-9fc4-b9cbc7f870d2", + "name": "ohpm install", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045104112125, + "endTime": 355045113502791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "cfb31f92-a55e-4ce4-8b8d-05b7b596d2c2", + "parent": "f8d8bd5c-803d-4c37-b934-914d66815115" + } + }, + { + "head": { + "id": "6cdf1149-e444-4757-866c-3d88f2f17c8b", + "name": "Module ClassMG Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045118721958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cf98974b-e334-4ecc-aea8-979bfddb173c", + "name": "Module ClassMG's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045118896083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "04fe8720-4885-4dcb-8c7f-22e03e338ab0", + "name": "Module entry Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045120226583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "166fb526-0bf2-4e78-8129-b2e33ea3db12", + "name": "Module entry's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045120322083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5f9fd6a4-16ed-4c90-b3e8-ddb8fcc396c0", + "name": "eval hook", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045113562458, + "endTime": 355045127950416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "db84ae32-a1f0-410c-9a3f-db0f7f784e40", + "parent": "f8d8bd5c-803d-4c37-b934-914d66815115" + } + }, + { + "head": { + "id": "1fbedadd-009e-4fda-8d6b-e62cd5b9bb8c", + "name": "Configuration phase cost:321 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045128073416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a145e8bd-5776-4cee-a0ae-7a370b5293de", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045127987583, + "endTime": 355045128244916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f24b3ce2-17eb-47d4-98cb-3a43b0f738c7", + "parent": "f8d8bd5c-803d-4c37-b934-914d66815115" + } + }, + { + "head": { + "id": "f8d8bd5c-803d-4c37-b934-914d66815115", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044799174875, + "endTime": 355045128261750 + }, + "additional": { + "logType": "info", + "children": [ + "98444ebc-a976-4295-8e6a-c752021f0649", + "15ab060c-9ef9-48ea-8a32-b493a85cff8f", + "124e45d4-317f-4b82-9a31-6223711d32c8", + "6e1d77d2-3506-4701-9a30-4f1e26f071a4", + "379536dc-8d38-4fcf-9aec-67d867c2819f", + "70f8c999-9a73-4ad7-9fc4-b9cbc7f870d2", + "5f9fd6a4-16ed-4c90-b3e8-ddb8fcc396c0", + "a145e8bd-5776-4cee-a0ae-7a370b5293de", + "1702b2df-d83f-40e0-987b-2e82119a95c4" + ], + "durationId": "bcb6207d-3c37-4a26-8c94-9f76b2947497", + "parent": "8b48cef1-e648-4488-b31c-ba90228798e7" + } + }, + { + "head": { + "id": "4244b386-a73e-4aee-857d-587391f188ef", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045131460791, + "endTime": 355045131987583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "db3b8861-7d4f-427b-a974-ac8d0d053c84", + "logId": "00cc7a12-2c94-4f9d-b23d-657c3c76c330" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "00cc7a12-2c94-4f9d-b23d-657c3c76c330", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045131460791, + "endTime": 355045131987583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4244b386-a73e-4aee-857d-587391f188ef", + "parent": "8b48cef1-e648-4488-b31c-ba90228798e7" + } + }, + { + "head": { + "id": "c47a085f-0c21-49b6-b55c-05cb91a400c0", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045128303875, + "endTime": 355045132008833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d3eb172b-c2fa-4acd-9c42-0077574eb5ac", + "parent": "8b48cef1-e648-4488-b31c-ba90228798e7" + } + }, + { + "head": { + "id": "013ab802-f50e-45fb-a153-8ee2132348f8", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045132014041, + "endTime": 355045132022708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ca033219-01b4-458d-b4e6-3bfc55b4d086", + "parent": "8b48cef1-e648-4488-b31c-ba90228798e7" + } + }, + { + "head": { + "id": "8b48cef1-e648-4488-b31c-ba90228798e7", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044769102583, + "endTime": 355045132025875 + }, + "additional": { + "logType": "info", + "children": [ + "4c34f816-eaea-4bb4-a651-b69d0f41378f", + "f8d8bd5c-803d-4c37-b934-914d66815115", + "c47a085f-0c21-49b6-b55c-05cb91a400c0", + "013ab802-f50e-45fb-a153-8ee2132348f8", + "c8259413-1965-4ec4-b566-38544de39d29", + "1d7713a1-7801-41e5-bcb1-ea06bbf0a6a6", + "00cc7a12-2c94-4f9d-b23d-657c3c76c330" + ], + "durationId": "db3b8861-7d4f-427b-a974-ac8d0d053c84" + } + }, + { + "head": { + "id": "f2804ae2-b3a5-40f0-a417-7ac496ab4754", + "name": "Configuration task cost before running: 369 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045132596083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5baf0eab-3183-4409-acfb-407244f29007", + "name": "entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045143443708, + "endTime": 355045150893541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "c8cfc6e8-7f08-47fb-8b6d-87e1f56b3863", + "logId": "deee3a0f-665c-45d9-8755-88ec831411a4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c8cfc6e8-7f08-47fb-8b6d-87e1f56b3863", + "name": "create entry:default@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045134571583 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5baf0eab-3183-4409-acfb-407244f29007" + } + }, + { + "head": { + "id": "19c3948a-22c1-40bb-9d4f-fc28f931691f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045135576750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6a8fadf3-7e95-4548-a907-749f1c51f42c", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045135730000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dc1dd585-c7d3-4a8e-af33-5ced0593594f", + "name": "Executing task :entry:default@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045143486541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ae0ce664-9468-48d3-bff1-9b8866064af5", + "name": "Incremental task entry:default@PreBuild pre-execution cost: 4 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045150689833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "972f466f-f5e1-43cd-a3e7-5f36b637ade8", + "name": "entry : default@PreBuild cost memory 0.213165283203125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045150826208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "deee3a0f-665c-45d9-8755-88ec831411a4", + "name": "UP-TO-DATE :entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045143443708, + "endTime": 355045150893541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5baf0eab-3183-4409-acfb-407244f29007" + } + }, + { + "head": { + "id": "f13b8425-7b95-4b7f-af2e-3d7fa6e79817", + "name": "entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045157355291, + "endTime": 355045159965250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "c495d4f5-902f-420a-aee4-b696812460b8", + "logId": "c7d2645a-a426-463e-b86a-8777e24c3e8b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c495d4f5-902f-420a-aee4-b696812460b8", + "name": "create entry:default@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045152465291 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f13b8425-7b95-4b7f-af2e-3d7fa6e79817" + } + }, + { + "head": { + "id": "b6583947-175a-41f9-8305-5c93619e3e3a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045152839875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ab824b84-0dd1-4ce2-8abb-282e61b5ab16", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045152889000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9cd1f9c7-c01e-417c-ae16-5f42443be0fc", + "name": "Executing task :entry:default@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045157377833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a3421e7a-c6d8-4792-a5f6-6a762868dab7", + "name": "Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045159353583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1b60611b-0035-4fd7-bff5-42ffb3ecd671", + "name": "Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045159833833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a7fe7051-1b6f-4a3e-9187-672ec23ff906", + "name": "entry : default@GenerateMetadata cost memory 0.082305908203125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045159907666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c7d2645a-a426-463e-b86a-8777e24c3e8b", + "name": "UP-TO-DATE :entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045157355291, + "endTime": 355045159965250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f13b8425-7b95-4b7f-af2e-3d7fa6e79817" + } + }, + { + "head": { + "id": "aaaf944d-a56f-4ee5-b9a3-2e8b3922c2d3", + "name": "entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045164903958, + "endTime": 355045165467500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "695c6c40-c482-4d24-beef-7d948dc1a4df", + "logId": "ad2e9a32-6adc-420b-9580-6dc079be4f59" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "695c6c40-c482-4d24-beef-7d948dc1a4df", + "name": "create entry:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045163264291 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "aaaf944d-a56f-4ee5-b9a3-2e8b3922c2d3" + } + }, + { + "head": { + "id": "ce7c4d35-a8e0-47bb-949e-6a99da2813db", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045163691041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "83884d75-3a5d-4742-924b-d0187054cf35", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045163839375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "845d1c3e-9065-4d3d-9b6d-6b4cd5846103", + "name": "Executing task :entry:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045164927375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7abaee78-d597-404e-a48b-a2b8513c0e76", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045165235041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a476204b-b9a2-4e2c-955d-8764a0d6fe66", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045165275833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "212409af-4757-46d9-8ddd-72ff2bec3445", + "name": "entry : default@ConfigureCmake cost memory 0.03682708740234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045165347083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "849328ed-5fe1-42a0-8a7b-7d3615e889db", + "name": "runTaskFromQueue task cost before running: 402 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045165431666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ad2e9a32-6adc-420b-9580-6dc079be4f59", + "name": "Finished :entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045164903958, + "endTime": 355045165467500, + "totalTime": 506625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "aaaf944d-a56f-4ee5-b9a3-2e8b3922c2d3" + } + }, + { + "head": { + "id": "0bdeb5da-caf4-4301-8ccb-8f8aac21c915", + "name": "entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045171115958, + "endTime": 355045172838875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "9935587c-65fe-4521-8625-e2d3e4a42337", + "logId": "0b7a0785-847f-433e-b495-8bf5d0496a10" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9935587c-65fe-4521-8625-e2d3e4a42337", + "name": "create entry:default@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045169405750 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0bdeb5da-caf4-4301-8ccb-8f8aac21c915" + } + }, + { + "head": { + "id": "451adcb1-5e90-4d1f-a1ea-0d2c742436a7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045169861041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8c691bd3-e1f6-40cc-a75f-6ea17596981f", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045169932375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "977e6432-48dd-4daa-b3ca-ba01200a3554", + "name": "Executing task :entry:default@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045171129208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f3a4742a-dd8a-48cb-8bd8-1b55d88ba44b", + "name": "Incremental task entry:default@MergeProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045172437791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ad25ca8b-b617-4dc1-b37b-8c6369ff836d", + "name": "entry : default@MergeProfile cost memory 0.097503662109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045172751666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0b7a0785-847f-433e-b495-8bf5d0496a10", + "name": "UP-TO-DATE :entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045171115958, + "endTime": 355045172838875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0bdeb5da-caf4-4301-8ccb-8f8aac21c915" + } + }, + { + "head": { + "id": "e7886053-097c-442a-9855-af80693402ac", + "name": "entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045182382625, + "endTime": 355045184282250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "69c2d1e6-4070-457f-8001-5e9b3d258ade", + "logId": "8537b56b-2f07-4b15-84b4-efa3468649a5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "69c2d1e6-4070-457f-8001-5e9b3d258ade", + "name": "create entry:default@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045178356833 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e7886053-097c-442a-9855-af80693402ac" + } + }, + { + "head": { + "id": "e75f495d-dd66-410e-aa9e-a9ba4417fd93", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045179478833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "14e6897e-dd36-4306-8134-faf433d84532", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045179603875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b983e08f-a67d-4179-9acc-776176773624", + "name": "Executing task :entry:default@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045182407708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "def90b0a-63cb-4f8e-8318-03d3988442e9", + "name": "Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045183173500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b8f21853-33dc-4265-ad0a-8036405fa7d8", + "name": "Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045183812833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "00dd7f66-c93a-452b-a5da-9652b3aa2adc", + "name": "entry : default@CreateBuildProfile cost memory 0.0870361328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045183954375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8537b56b-2f07-4b15-84b4-efa3468649a5", + "name": "UP-TO-DATE :entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045182382625, + "endTime": 355045184282250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e7886053-097c-442a-9855-af80693402ac" + } + }, + { + "head": { + "id": "455d30af-c5fa-40d1-ba06-af89b8e3eab3", + "name": "entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045194439458, + "endTime": 355045195264916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "8175e02c-19d2-4837-9278-19872fa53d1d", + "logId": "36e22570-a2af-40ae-b483-76cd0025d856" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8175e02c-19d2-4837-9278-19872fa53d1d", + "name": "create entry:default@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045191576458 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "455d30af-c5fa-40d1-ba06-af89b8e3eab3" + } + }, + { + "head": { + "id": "945eb6c7-e04e-42db-a21f-88da9b0bef45", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045192217000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d701a70a-82fb-4bd4-bffb-83797cc5f8e5", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045192380083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "90450490-dd8f-465f-a4dd-afde4f500de9", + "name": "Executing task :entry:default@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045194472833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "80bc6afa-a4d7-4828-92ce-9b5252e1b289", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045194754333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a791cff0-cae3-4f1c-9df5-0512ae88e284", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045194814666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1285daab-12b7-449b-93ec-48d57c81ce34", + "name": "entry : default@PreCheckSyscap cost memory 0.03913116455078125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045194949375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5386eccc-59c5-4f4a-8311-c613ef87cda9", + "name": "runTaskFromQueue task cost before running: 431 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045195103958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "36e22570-a2af-40ae-b483-76cd0025d856", + "name": "Finished :entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045194439458, + "endTime": 355045195264916, + "totalTime": 1036000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "455d30af-c5fa-40d1-ba06-af89b8e3eab3" + } + }, + { + "head": { + "id": "d2d3cf71-284a-495a-89d1-b0da73222fcc", + "name": "entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045209112500, + "endTime": 355045210677875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "46a10c9f-5773-4aa3-a661-0118a7ba0fea", + "logId": "0d84dc33-d06e-4d4e-8903-e16776382e0f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "46a10c9f-5773-4aa3-a661-0118a7ba0fea", + "name": "create entry:default@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045200224083 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "d2d3cf71-284a-495a-89d1-b0da73222fcc" + } + }, + { + "head": { + "id": "162d4bf4-91d5-4c8e-9791-a4b2151129aa", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045201464166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "640db4fa-a435-4c88-ac7b-78b604ed502f", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045202403208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a5b6022-e94a-4297-8a70-0b35bab6f042", + "name": "Executing task :entry:default@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045209137166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b14e3c46-f0d1-4f5a-8d4b-c83a44ef5cca", + "name": "Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045209591833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "13f7ae77-6352-4624-a327-0e76d7a16c7e", + "name": "Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045210283000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9d33bcfb-38ec-41fa-b244-ad200d31fa9f", + "name": "entry : default@GeneratePkgContextInfo cost memory 0.0613250732421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045210514083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d84dc33-d06e-4d4e-8903-e16776382e0f", + "name": "UP-TO-DATE :entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045209112500, + "endTime": 355045210677875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d2d3cf71-284a-495a-89d1-b0da73222fcc" + } + }, + { + "head": { + "id": "aa41db00-18e1-41d6-a3f1-af9b26dd9dbd", + "name": "entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045216912291, + "endTime": 355045225345791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist." + ], + "detailId": "d81d1a52-d5b7-408d-8b02-a8d6fa4b3c1b", + "logId": "057a8220-a71d-44d3-b043-8c47eb0022b1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d81d1a52-d5b7-408d-8b02-a8d6fa4b3c1b", + "name": "create entry:default@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045212932708 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "aa41db00-18e1-41d6-a3f1-af9b26dd9dbd" + } + }, + { + "head": { + "id": "1309911f-78ee-4b6b-8adf-8ec5663c3711", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045213533041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "47af455d-2481-45d3-838b-22c10c9ae962", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045213682083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3de34295-47f2-4077-9afd-c915145dd16c", + "name": "Executing task :entry:default@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045216929083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e3ec6213-de4a-4fbb-a4ab-f3cfe038c72d", + "name": "entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045224691416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b933f285-6000-482f-904b-880bc87d9ed6", + "name": "Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 8 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045224913208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3eb4fe3e-3d8b-481b-ad0d-decf52b5af43", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045225039125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "23c94e72-21e1-465b-b529-9b0cbf79a4a0", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045225089291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9aa753e1-bfac-4f47-9b48-7e7a00443cf8", + "name": "entry : default@ProcessIntegratedHsp cost memory 0.1077880859375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045225208625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "88d67da0-46f3-4f64-90ad-a31358c689b2", + "name": "runTaskFromQueue task cost before running: 461 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045225292000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "057a8220-a71d-44d3-b043-8c47eb0022b1", + "name": "Finished :entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045216912291, + "endTime": 355045225345791, + "totalTime": 8366583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "aa41db00-18e1-41d6-a3f1-af9b26dd9dbd" + } + }, + { + "head": { + "id": "3de99bbe-0413-4884-b8d2-ee49d0725bd4", + "name": "entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045235301708, + "endTime": 355045236093000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "f530cf51-dc83-4f19-9f93-14ca8d7f9559", + "logId": "401de5ab-6f5b-463f-a5f2-a7ce94146ac0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f530cf51-dc83-4f19-9f93-14ca8d7f9559", + "name": "create entry:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045232158500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "3de99bbe-0413-4884-b8d2-ee49d0725bd4" + } + }, + { + "head": { + "id": "6e482042-60a0-4069-9ee6-0c3c5ad4fde5", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045232636625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "77a15869-3d35-4c7e-b2ca-688bc995f020", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045232729333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dc07e759-1505-476e-a4a1-0304a264ceef", + "name": "Executing task :entry:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045235348375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1ee326f2-2190-49d5-9d9c-8aaae093d4ea", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045235593541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4c968efb-ab27-4eaf-9faa-f0bb38b28d0e", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045235656541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fb86b494-05b2-4fdc-902c-17d95f2207fd", + "name": "entry : default@BuildNativeWithCmake cost memory 0.0435028076171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045235925083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b504a111-3c19-4b1f-ad2b-a8e15f64de69", + "name": "runTaskFromQueue task cost before running: 472 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045236037125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "401de5ab-6f5b-463f-a5f2-a7ce94146ac0", + "name": "Finished :entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045235301708, + "endTime": 355045236093000, + "totalTime": 704000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3de99bbe-0413-4884-b8d2-ee49d0725bd4" + } + }, + { + "head": { + "id": "7dba97c7-10c6-4cf9-9d8c-3fee2b049b8e", + "name": "entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045242189916, + "endTime": 355045248807291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "fdd3d56f-7ea4-4ea5-babd-a8c4a2796c88", + "logId": "9e358871-c10d-464a-89a0-8191967914ef" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "fdd3d56f-7ea4-4ea5-babd-a8c4a2796c88", + "name": "create entry:default@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045239610583 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "7dba97c7-10c6-4cf9-9d8c-3fee2b049b8e" + } + }, + { + "head": { + "id": "c325db2d-59fa-4bfd-b493-f7e99a868a31", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045240311750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "59226185-acd3-440f-9537-beed00623b64", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045240439875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6704014e-f85c-4346-9fbe-bd36aaba3bca", + "name": "Executing task :entry:default@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045242270083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b1211dfc-7b30-4046-bd39-4aaf1157ab30", + "name": "Incremental task entry:default@MakePackInfo pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045248524875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "574ce18b-797a-41ba-8dc4-5504dfcaf3ea", + "name": "entry : default@MakePackInfo cost memory 0.129302978515625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045248723166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e358871-c10d-464a-89a0-8191967914ef", + "name": "UP-TO-DATE :entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045242189916, + "endTime": 355045248807291 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7dba97c7-10c6-4cf9-9d8c-3fee2b049b8e" + } + }, + { + "head": { + "id": "884069b5-ede3-43c9-8a88-1800f26cddf9", + "name": "entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045259697083, + "endTime": 355045264889875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist." + ], + "detailId": "369868f7-dc4d-4d2c-ba15-deb2295fe7a5", + "logId": "febd714e-5a99-4f6d-82bc-aff25170e1a3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "369868f7-dc4d-4d2c-ba15-deb2295fe7a5", + "name": "create entry:default@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045257416583 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "884069b5-ede3-43c9-8a88-1800f26cddf9" + } + }, + { + "head": { + "id": "e9389070-c2d5-4f94-8d98-ddc86459d74c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045257977958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "72f4243c-e8cf-498f-ab55-d9a438dacc06", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045258120958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7859c64d-c70f-4694-bca3-c4fafc3a080d", + "name": "Executing task :entry:default@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045259737000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d2784dae-6b2f-4b14-8dc7-98158e0cedc8", + "name": "File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045259956250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "af7449ae-ad13-4b40-8339-3a4854377579", + "name": "Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045260188000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f44ae4a7-fae1-4b7d-a224-f5edc7c3916d", + "name": "entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045261528000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5e7302c2-59e8-4057-b714-a5ca0bfaae6e", + "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045261669333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "75a2ae9c-ccde-43f2-888b-a4aee123c345", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045261831625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2bd803d6-66b6-423f-8572-c76163878558", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045264004833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "77cc9bec-a883-40c7-b68a-8e1103eae935", + "name": "entry : default@SyscapTransform cost memory 0.1269683837890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045264334458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e13b263a-3c61-4812-a96d-e88d4382a29b", + "name": "runTaskFromQueue task cost before running: 501 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045264830791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "febd714e-5a99-4f6d-82bc-aff25170e1a3", + "name": "Finished :entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045259697083, + "endTime": 355045264889875, + "totalTime": 5108125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "884069b5-ede3-43c9-8a88-1800f26cddf9" + } + }, + { + "head": { + "id": "ddce2554-6a46-4790-954a-b55a7c6a61d9", + "name": "entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045281326791, + "endTime": 355045284919333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "f25e13a1-579e-4db1-aaa1-73c8cacc76c6", + "logId": "f6944d81-8a30-4993-8224-2353046c4ed2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f25e13a1-579e-4db1-aaa1-73c8cacc76c6", + "name": "create entry:default@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045269963125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "ddce2554-6a46-4790-954a-b55a7c6a61d9" + } + }, + { + "head": { + "id": "60e2d2f7-229e-4451-842f-4d0232dd737f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045274985125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e737620f-880c-402f-97d1-6d6ecb425e8b", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045275190208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "54054ffd-d716-45c4-a3dc-e9851e17a11f", + "name": "Executing task :entry:default@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045281349625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "899268f6-a326-42e5-9360-6c5c8f2aacbc", + "name": "Incremental task entry:default@ProcessProfile pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045284555458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "997089d7-4486-4a4b-a550-61f558e39efe", + "name": "entry : default@ProcessProfile cost memory 0.04962158203125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045284742166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f6944d81-8a30-4993-8224-2353046c4ed2", + "name": "UP-TO-DATE :entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045281326791, + "endTime": 355045284919333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ddce2554-6a46-4790-954a-b55a7c6a61d9" + } + }, + { + "head": { + "id": "4372145f-a9c3-48a0-a46d-5fe1fb371a35", + "name": "entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045292555083, + "endTime": 355045299070916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "c884f89b-18b6-4e40-8ca8-19207521c09b", + "logId": "f091d71c-2e44-4b9c-ae7a-54f20f41ed21" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c884f89b-18b6-4e40-8ca8-19207521c09b", + "name": "create entry:default@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045289684416 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "4372145f-a9c3-48a0-a46d-5fe1fb371a35" + } + }, + { + "head": { + "id": "5fcb24f3-becf-49fe-8375-663f176f92a1", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045290045833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e85c92eb-94cb-4cb5-b832-e461705cd9cb", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045290192958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "11104cf9-d859-439b-a1ce-14dba092d350", + "name": "Executing task :entry:default@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045292571708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "de005493-f6ef-463a-99d0-44c8792222c1", + "name": "Incremental task entry:default@ProcessRouterMap pre-execution cost: 5 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045298664416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0ccd3df-e9eb-48f3-ad3f-4c1e9bfc33dd", + "name": "entry : default@ProcessRouterMap cost memory 0.19344329833984375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045298978208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f091d71c-2e44-4b9c-ae7a-54f20f41ed21", + "name": "UP-TO-DATE :entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045292555083, + "endTime": 355045299070916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4372145f-a9c3-48a0-a46d-5fe1fb371a35" + } + }, + { + "head": { + "id": "f4ea5953-2edd-4459-bc93-998c1cb9b4bd", + "name": "entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045304597125, + "endTime": 355045309501500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "0386e7eb-96ea-48af-8bcb-3ad75cd7489b", + "logId": "c6613ebc-4019-4160-85f4-5acaa4248959" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0386e7eb-96ea-48af-8bcb-3ad75cd7489b", + "name": "create entry:default@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045302814333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f4ea5953-2edd-4459-bc93-998c1cb9b4bd" + } + }, + { + "head": { + "id": "327a43a4-18e4-4733-8f9a-b3da994b7131", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045303136625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e07ceaa8-83c2-4b33-9b28-578422dda16c", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045303252791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64a186d8-cf18-4853-a8e2-3e46ca706671", + "name": "Executing task :entry:default@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045304619083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "776bf571-4eac-4b6c-b7b2-25c5092d1238", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045304774833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "793777f3-c0ee-4e09-b200-5231c70e77a9", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045304837875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "481bbe7c-8094-46f7-bf7d-cf558eab08a7", + "name": "entry : default@BuildNativeWithNinja cost memory 0.05384063720703125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045307342333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "000eafe5-8d38-4c6c-8231-2f176b1e7ea6", + "name": "runTaskFromQueue task cost before running: 545 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045309266666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c6613ebc-4019-4160-85f4-5acaa4248959", + "name": "Finished :entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045304597125, + "endTime": 355045309501500, + "totalTime": 3422875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f4ea5953-2edd-4459-bc93-998c1cb9b4bd" + } + }, + { + "head": { + "id": "f69ff640-2c54-486d-9fee-03cc22338b26", + "name": "entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045375976083, + "endTime": 355045384757083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "a2499bc2-4878-43ee-9909-d88009b1574b", + "logId": "20511714-b060-48c7-99fc-0e6fceba988f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a2499bc2-4878-43ee-9909-d88009b1574b", + "name": "create entry:default@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045326267000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f69ff640-2c54-486d-9fee-03cc22338b26" + } + }, + { + "head": { + "id": "95f4c561-66c2-495e-9dfe-3b74f840c823", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045329312458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e2d5f707-7e26-40ae-8858-0b02d65a21a9", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045331053666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dac85bf4-d695-4fc3-83a0-7f47512e3fd9", + "name": "restool module names: entry; moduleName=entry, taskName=default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045346485666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "69f0790c-d537-4474-8fd6-64583abf4f1e", + "name": "Executing task :entry:default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045379502833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aef9cfee-a7fa-4c25-89e5-139186d6f051", + "name": "Incremental task entry:default@ProcessResource pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045382289166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d066be59-26d5-42e4-bd02-75825dd97ba8", + "name": "entry : default@ProcessResource cost memory 0.13170623779296875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045382613791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "20511714-b060-48c7-99fc-0e6fceba988f", + "name": "UP-TO-DATE :entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045375976083, + "endTime": 355045384757083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f69ff640-2c54-486d-9fee-03cc22338b26" + } + }, + { + "head": { + "id": "1d22c9db-449e-4fe3-bbf6-b048c1859aa3", + "name": "entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045526725750, + "endTime": 355045631560125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "01c82968-7790-4c05-bddd-e1c296efd7e8", + "logId": "d429e1b9-7648-4cb3-bca5-58c0e6bd4a5b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "01c82968-7790-4c05-bddd-e1c296efd7e8", + "name": "create entry:default@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045390906416 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "1d22c9db-449e-4fe3-bbf6-b048c1859aa3" + } + }, + { + "head": { + "id": "5451752f-4278-455b-964e-2eb4a21cc4a9", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045391325291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bad2b222-738f-4ddc-8f00-a390905908c2", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045391457625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0cf2dbb1-e064-4de8-8441-5ce31c89ae9c", + "name": "Executing task :entry:default@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045527007208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64c3efa9-8531-4c25-b151-f0eb5a9186c7", + "name": "Incremental task entry:default@GenerateLoaderJson pre-execution cost: 23 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045630031083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6d20231a-cffd-4282-85f4-6c1cef1a034f", + "name": "entry : default@GenerateLoaderJson cost memory 0.5584869384765625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045630662708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d429e1b9-7648-4cb3-bca5-58c0e6bd4a5b", + "name": "UP-TO-DATE :entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045526725750, + "endTime": 355045631560125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1d22c9db-449e-4fe3-bbf6-b048c1859aa3" + } + }, + { + "head": { + "id": "23aaa65d-e6ed-4a73-b76a-6892ed4ed83a", + "name": "entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045716534916, + "endTime": 355045720346166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "1d6952d9-0331-40d6-a1b0-658acbdde8ad", + "logId": "d38ef38e-538f-441f-be44-35b243c4d42a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1d6952d9-0331-40d6-a1b0-658acbdde8ad", + "name": "create entry:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045714160625 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "23aaa65d-e6ed-4a73-b76a-6892ed4ed83a" + } + }, + { + "head": { + "id": "3e234cce-69c4-413d-b660-7ab98cdf639c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045715085833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6ee11bc0-1682-4994-ae8c-cdec527d5efe", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045715276875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "90fe674c-aaa5-46ce-9163-b3a1e6ef820b", + "name": "Executing task :entry:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045716594458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4617ce4a-8364-456b-841d-414cec789ea6", + "name": "Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045719663125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "39413847-197d-40e0-8162-d4a3d9ce3093", + "name": "entry : default@ProcessLibs cost memory 0.1018218994140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045720212416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d38ef38e-538f-441f-be44-35b243c4d42a", + "name": "UP-TO-DATE :entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045716534916, + "endTime": 355045720346166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "23aaa65d-e6ed-4a73-b76a-6892ed4ed83a" + } + }, + { + "head": { + "id": "29634288-aaaf-4b8f-b3cc-8037a693d863", + "name": "entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045738840375, + "endTime": 355045811860458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "0cf20c12-1d79-4747-9857-9af7f57b774e", + "logId": "b6a8fdc7-f323-4692-8997-613288e05cb5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0cf20c12-1d79-4747-9857-9af7f57b774e", + "name": "create entry:default@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045725559291 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "29634288-aaaf-4b8f-b3cc-8037a693d863" + } + }, + { + "head": { + "id": "32745f8d-6cf1-4632-97d3-cc32037865b9", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045726383791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5f27180d-4ce2-4183-a1fc-56eacfda6d66", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045726541041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "515fd5b4-af38-47bf-8244-8a350ecff291", + "name": "restool module names: entry; moduleName=entry, taskName=default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045735380791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "644f915a-197e-4095-8064-a786f7b6dffb", + "name": "Executing task :entry:default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045738970833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d3cf32c6-12be-455c-9715-2d8e6599b342", + "name": "Incremental task entry:default@CompileResource pre-execution cost: 58 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045809920583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "505feac3-5160-4277-8567-b5c023a666fe", + "name": "entry : default@CompileResource cost memory 0.4820556640625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045810681000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b6a8fdc7-f323-4692-8997-613288e05cb5", + "name": "UP-TO-DATE :entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045738840375, + "endTime": 355045811860458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "29634288-aaaf-4b8f-b3cc-8037a693d863" + } + }, + { + "head": { + "id": "51c20cc5-f4f9-44fa-90ab-801b4bdf7d0a", + "name": "entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045845789041, + "endTime": 355045857063416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "b6f70b86-d55f-49ef-8d1a-087bc6867948", + "logId": "238ec473-ca3f-4c38-a66d-c8ca8aa99d8d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b6f70b86-d55f-49ef-8d1a-087bc6867948", + "name": "create entry:default@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045839439333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "51c20cc5-f4f9-44fa-90ab-801b4bdf7d0a" + } + }, + { + "head": { + "id": "c27a7874-f023-4270-b39d-25b2bcafba90", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045840640625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a182b714-f0ce-4483-8d6d-95d8449a57b1", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045841818166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f551e9ed-c112-497f-b9f0-3aec86500d6e", + "name": "Executing task :entry:default@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045845917916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4f154465-68e8-48bc-9dd3-87eb9b52daf3", + "name": "Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 2 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045848389541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b7487e7b-131f-4eed-ba54-2debd0155683", + "name": "Incremental task entry:default@DoNativeStrip pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045850125083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3f576c1d-bd7a-498e-96b7-0fae12bc6466", + "name": "entry : default@DoNativeStrip cost memory 0.0648345947265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045856550250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "238ec473-ca3f-4c38-a66d-c8ca8aa99d8d", + "name": "UP-TO-DATE :entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045845789041, + "endTime": 355045857063416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "51c20cc5-f4f9-44fa-90ab-801b4bdf7d0a" + } + }, + { + "head": { + "id": "d341b45b-9af6-49a4-8883-43da9eaec4ee", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045877177458, + "endTime": 355045902570208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "c17a13b6-1287-44b4-b274-ee29692e6f87", + "logId": "81278283-5b21-4d62-91d2-55266b3c23f1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c17a13b6-1287-44b4-b274-ee29692e6f87", + "name": "create entry:default@CompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045861905083 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "d341b45b-9af6-49a4-8883-43da9eaec4ee" + } + }, + { + "head": { + "id": "e7d055e7-463a-42f9-97b5-7d22c860fbff", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045863714125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a6d6ffe5-5a36-4c8d-b4ce-aed1cf9bdfca", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045864407541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d418e822-e315-4cb7-9346-508f406c38eb", + "name": "Executing task :entry:default@CompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045877200708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aa436c20-6b37-428e-a2fe-8b7d6a9d482a", + "name": "Incremental task entry:default@CompileArkTS pre-execution cost: 15 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045901485083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8ecfb754-165a-4323-ad85-13270b81ac9e", + "name": "entry : default@CompileArkTS cost memory 0.41645050048828125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045902473708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "81278283-5b21-4d62-91d2-55266b3c23f1", + "name": "UP-TO-DATE :entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045877177458, + "endTime": 355045902570208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d341b45b-9af6-49a4-8883-43da9eaec4ee" + } + }, + { + "head": { + "id": "c098fe70-3995-4482-b09f-5fb7b3d0fadd", + "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": 30598, + "tid": "Main Thread", + "startTime": 355045922468958, + "endTime": 355045932082541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "fa084eb9-8525-432f-afa5-284cd7405f19", + "logId": "2cef1420-3415-4bff-a6c8-39e0ab595a35" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "fa084eb9-8525-432f-afa5-284cd7405f19", + "name": "create entry:default@BuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045912781666 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "c098fe70-3995-4482-b09f-5fb7b3d0fadd" + } + }, + { + "head": { + "id": "9decc591-30d9-4889-86c7-589ee3f35f09", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045913190250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c6e73c58-0efd-405d-bbf1-0f9f1b8c3be1", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045913364166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ad2ab2f9-f5ea-48ca-9cf9-a7e9c1400df6", + "name": "Executing task :entry:default@BuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045922493000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fdebc3d0-1030-46c7-9524-141715c4b355", + "name": "entry : default@BuildJS cost memory 0.11737823486328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045931287833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2e7cf979-cc34-48ef-a615-bb47545cbd73", + "name": "runTaskFromQueue task cost before running: 1 s 168 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045931905208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2cef1420-3415-4bff-a6c8-39e0ab595a35", + "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": 30598, + "tid": "Main Thread", + "startTime": 355045922468958, + "endTime": 355045932082541, + "totalTime": 8980542 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c098fe70-3995-4482-b09f-5fb7b3d0fadd" + } + }, + { + "head": { + "id": "e75375f0-eaf6-4aff-8c68-6468a6ba83ab", + "name": "entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045942349166, + "endTime": 355045943735208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "446941db-c490-42f7-8dab-54121968a9c0", + "logId": "ffd355dd-fa73-46a8-b749-6ed2dc3db2b9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "446941db-c490-42f7-8dab-54121968a9c0", + "name": "create entry:default@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045936176375 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e75375f0-eaf6-4aff-8c68-6468a6ba83ab" + } + }, + { + "head": { + "id": "2d453399-e77a-4efc-bb59-1c18152807c3", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045936641541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e6eb6edc-bb13-473d-8e95-f6fb9ebabae6", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045936924375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9372377d-e8a8-4385-ad83-4c58f6adaf21", + "name": "Executing task :entry:default@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045942377791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0460ee64-a466-482a-a413-05d59953b165", + "name": "Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045942653833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c78118b4-f045-45ef-8fc9-92c1276950c4", + "name": "Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045943501625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "350d8a27-41d1-4551-8d13-aa1659dd41b5", + "name": "entry : default@CacheNativeLibs cost memory 0.068359375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045943652666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ffd355dd-fa73-46a8-b749-6ed2dc3db2b9", + "name": "UP-TO-DATE :entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045942349166, + "endTime": 355045943735208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e75375f0-eaf6-4aff-8c68-6468a6ba83ab" + } + }, + { + "head": { + "id": "d871c499-88a8-41f3-af00-8898fe15076d", + "name": "entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046000855791, + "endTime": 355046003022291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "36403425-c6d7-4b43-b08a-a2522f852c0c", + "logId": "4564098e-9b96-485b-b279-4020902a5786" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "36403425-c6d7-4b43-b08a-a2522f852c0c", + "name": "create entry:default@GeneratePkgModuleJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045945450625 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "d871c499-88a8-41f3-af00-8898fe15076d" + } + }, + { + "head": { + "id": "28155e44-161d-4285-b0b3-ba2b99180489", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045948123208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b8bdf90f-6db8-4248-a9d3-01ce19b1c9ae", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355045984397916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ac378639-d19d-41a6-9954-d780f31a954e", + "name": "Executing task :entry:default@GeneratePkgModuleJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046000910750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "94bc0ad4-f532-4ac1-a858-7a631e87fc0a", + "name": "Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046001296916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9305822c-55a9-4a67-9240-4276a2745ccc", + "name": "Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046002664291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "56baad39-2a52-443f-a525-51630402ca43", + "name": "entry : default@GeneratePkgModuleJson cost memory 0.0601806640625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046002921166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4564098e-9b96-485b-b279-4020902a5786", + "name": "UP-TO-DATE :entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046000855791, + "endTime": 355046003022291 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d871c499-88a8-41f3-af00-8898fe15076d" + } + }, + { + "head": { + "id": "a3a8cba1-74a7-466a-8136-425471301a4c", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046022090083, + "endTime": 355046037901875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "bc6b7555-4431-4b23-a14d-174d0af635b2", + "logId": "c849beeb-06d7-418b-a2e4-c2448b58c541" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "bc6b7555-4431-4b23-a14d-174d0af635b2", + "name": "create entry:default@PackageHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046008210000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a3a8cba1-74a7-466a-8136-425471301a4c" + } + }, + { + "head": { + "id": "8fc6cc73-babb-4238-90a7-60af7f3385b7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046008778875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a8ee4e1b-9d3e-4ca5-8fe3-f8ef25e53b3c", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046008956708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6e7d36ce-5008-4e57-96c8-b13e60300b5c", + "name": "Executing task :entry:default@PackageHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046022378125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8dd613f5-4dce-45eb-b58e-4cf765358253", + "name": "Incremental task entry:default@PackageHap pre-execution cost: 10 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046037508458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7b0285aa-3767-407b-a6fc-eb0e8c5a3c50", + "name": "entry : default@PackageHap cost memory 0.35759735107421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046037802916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c849beeb-06d7-418b-a2e4-c2448b58c541", + "name": "UP-TO-DATE :entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046022090083, + "endTime": 355046037901875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a3a8cba1-74a7-466a-8136-425471301a4c" + } + }, + { + "head": { + "id": "6e9ad5a5-c3d2-4e35-8340-bdac0d55a161", + "name": "entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046050329875, + "endTime": 355046052854375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap' does not exist." + ], + "detailId": "b5d5144f-8b6b-4526-9363-461615603450", + "logId": "d081ffc3-af4a-49a1-a33a-7a36eed8a02f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b5d5144f-8b6b-4526-9363-461615603450", + "name": "create entry:default@SignHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046042495375 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "6e9ad5a5-c3d2-4e35-8340-bdac0d55a161" + } + }, + { + "head": { + "id": "a5c43d13-efb7-42c3-88e9-f9f49596580f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046043487875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "43dd53f1-19c5-4ee4-8b0f-ad96b08ec3dd", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046043670125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0123ffbd-3596-4c68-870b-393bb5c82de3", + "name": "Executing task :entry:default@SignHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046050361333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e53e2573-e0bb-467d-83b7-b4adcd584244", + "name": "Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project.\n If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046051040666 + }, + "additional": { + "logType": "warn", + "children": [], + "durationId": "6e9ad5a5-c3d2-4e35-8340-bdac0d55a161" + } + }, + { + "head": { + "id": "62f310ca-db8e-460d-9696-7ad9aca6e312", + "name": "entry:default@SignHap is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046051758958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b97b2483-ea47-4121-b4ad-3aeed4e6385a", + "name": "Incremental task entry:default@SignHap pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046051890000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3092cc76-71f0-4303-8851-45fb795f4ce8", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046052000125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aa311124-9d2f-4d37-afdc-eb707c051f1c", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046052064833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "662024b2-9465-4efd-adcf-bfb4acbf8e0e", + "name": "entry : default@SignHap cost memory 0.10352325439453125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046052389791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "626419a6-6f2b-404d-9a2a-b2c6334205a8", + "name": "runTaskFromQueue task cost before running: 1 s 289 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046052537375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d081ffc3-af4a-49a1-a33a-7a36eed8a02f", + "name": "Finished :entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046050329875, + "endTime": 355046052854375, + "totalTime": 2184916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6e9ad5a5-c3d2-4e35-8340-bdac0d55a161" + } + }, + { + "head": { + "id": "07ae8d87-0b0d-4ddc-b8e2-f1a41103c6d9", + "name": "entry:default@CollectDebugSymbol", + "description": "Collect debug symbols to output dir.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046057926375, + "endTime": 355046067530666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "3ea1af8c-e9d9-455b-9f67-0c8315bdb650", + "logId": "2623edfb-12ee-4550-b452-632ecdaf7186" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3ea1af8c-e9d9-455b-9f67-0c8315bdb650", + "name": "create entry:default@CollectDebugSymbol task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046055967958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "07ae8d87-0b0d-4ddc-b8e2-f1a41103c6d9" + } + }, + { + "head": { + "id": "a767a267-9505-4a1b-842a-3d409f79166a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046056419625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2964c3cd-2cd5-4013-b44f-d4578b8004e1", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046056586875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "65d54148-6564-422c-bc08-19db3c6a53f6", + "name": "Executing task :entry:default@CollectDebugSymbol", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046057991416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "892f28cc-c6a4-4f32-87dc-55c5ab1df169", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046066690083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e3f4a20-898d-464a-afc4-982b69f93e74", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046066850833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0ae1c29-fa59-451f-8e0b-5004436c9d4e", + "name": "entry : default@CollectDebugSymbol cost memory 0.190032958984375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046067153291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3c6ef935-92aa-4637-bb1e-205c93135904", + "name": "runTaskFromQueue task cost before running: 1 s 304 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046067415291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2623edfb-12ee-4550-b452-632ecdaf7186", + "name": "Finished :entry:default@CollectDebugSymbol", + "description": "Collect debug symbols to output dir.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046057926375, + "endTime": 355046067530666, + "totalTime": 9410208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "07ae8d87-0b0d-4ddc-b8e2-f1a41103c6d9" + } + }, + { + "head": { + "id": "d407fe47-13df-4021-ba3b-59b0e65da070", + "name": "entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046070512458, + "endTime": 355046070998833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "entry", + "category": "Hook", + "taskRunReasons": [], + "detailId": "cc0be2c7-e573-43f6-8b25-07f1902fb40a", + "logId": "dd6f48b6-72f3-4f43-9b09-ab9444323c2b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "cc0be2c7-e573-43f6-8b25-07f1902fb40a", + "name": "create entry:assembleHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046070275000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "d407fe47-13df-4021-ba3b-59b0e65da070" + } + }, + { + "head": { + "id": "28030550-10c6-4997-bcc5-a6b41464dc40", + "name": "Executing task :entry:assembleHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046070530791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "78307937-0d95-4774-b341-f90939fa5b67", + "name": "entry : assembleHap cost memory 0.01165771484375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046070798166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4c34bb70-f145-4cfa-8502-e70251513ba7", + "name": "runTaskFromQueue task cost before running: 1 s 307 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046070933958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dd6f48b6-72f3-4f43-9b09-ab9444323c2b", + "name": "Finished :entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046070512458, + "endTime": 355046070998833, + "totalTime": 507917 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d407fe47-13df-4021-ba3b-59b0e65da070" + } + }, + { + "head": { + "id": "30d79c12-de12-4be1-9f34-ab2a013f6b30", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046074607708, + "endTime": 355046074666791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "e95ab7b2-eb93-47dd-bfde-c8a23b6ac502", + "logId": "689d1490-40aa-4a96-952f-14fedb34ab4f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "689d1490-40aa-4a96-952f-14fedb34ab4f", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046074607708, + "endTime": 355046074666791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "30d79c12-de12-4be1-9f34-ab2a013f6b30" + } + }, + { + "head": { + "id": "8f80ee1e-27bd-4662-8cf2-18bf8377e583", + "name": "BUILD SUCCESSFUL in 1 s 311 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046074760291 + }, + "additional": { + "logType": "info", + "children": [] + } + }, + { + "head": { + "id": "e06fcccd-2f39-48ff-bdfe-f05424365f45", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355044764289416, + "endTime": 355046075692583 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 48 + }, + "completeCommand": "{\"mode\":\"module\",\"completeCommand\":\"--mode module -p module=entry@default -p product=default -p requiredDeviceType=phone assembleHap --analyze=normal --parallel --incremental --daemon\",\"parallel\":true,\"prop\":[\"module=entry@default\",\"product=default\",\"requiredDeviceType=phone\"],\"incremental\":true,\"_\":[\"assembleHap\"],\"daemon\":true,\"analyze\":\"normal\"};--mode module -p module=entry@default -p product=default -p requiredDeviceType=phone assembleHap --analyze=normal --parallel --incremental --daemon", + "hvigorVersion": "5.14.3", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "success" + } + }, + { + "head": { + "id": "b51d145e-ba5b-4964-9f7f-8c6123502b7c", + "name": "There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046075992458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "691ef285-f887-41df-9c05-ea302ea2af11", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046076341916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cce0acf4-643d-40ee-ac49-34143ed8e74b", + "name": "There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046076436166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0713567e-a6f8-4bb9-94e8-287110d9c923", + "name": "There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046076527041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e5aa67e8-0f60-449c-ba79-ee8abdc5f3f6", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046076602583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c5b5ebef-a8eb-41b8-a2fc-1cd0ff12ea0a", + "name": "Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046077410083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "99caa6d4-0245-4b79-83db-2216bc3f2e4c", + "name": "Incremental task entry:default@ProcessIntegratedHsp post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046078369291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "69d232a6-a077-44b4-808d-6d43c9542f7b", + "name": "There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046078649666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "154b3fcf-9724-4e65-ac73-ec20e6f4bd87", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046078841666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d42b1921-06dd-4cb4-af5f-fd8d03c2dc4c", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046079089000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ec1d843f-f735-4e13-8ef2-6694348dbcc6", + "name": "Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046080479666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "028ce2d7-8a19-4edc-b51e-e99640a9bc02", + "name": "Incremental task entry:default@SyscapTransform post-execution cost:3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046080915083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3bf4110c-052b-46be-a00a-bc5e6c0323c6", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046081063875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "69d848c8-2370-4ea3-989f-962094bef26c", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046081181500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9b20392f-6ef2-4389-982c-728cf6bd0c03", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046081280791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4e69634a-2820-44d1-be95-2d8d8a290d64", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046081670250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "80d43c74-39b4-4691-81f3-c39e1c093a54", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046081746833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "167e3053-53fc-43b7-97fe-a32eee19a01e", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046081802125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "723892c5-0a4a-4b54-b30f-70dd30f7dc8b", + "name": "There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046081860791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "523d3bd9-4089-4f7b-89f6-a1b514825ab0", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileArkTS is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046081968500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "26ff4c34-55a7-400e-b3d5-0f3eb9c20d02", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046083949250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9291f567-0208-4fe5-8c7d-e88f1878c457", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046084689416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2903bc0f-16d7-4d4a-b466-1abbd5af0e36", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046084918083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "81c46048-b337-48ed-b425-7117a80ca8d4", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046085188500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b6ad8ddb-d24b-48e8-bfda-7febafa3395d", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046085322083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6499625d-d76b-4692-9410-e00ca564ccb4", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046085615500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "765db31f-3103-43ff-9138-9561eeb10a98", + "name": "Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046085762916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9402de31-364b-403d-8ca6-47d995f22242", + "name": "Incremental task entry:default@BuildJS post-execution cost:5 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046086262250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "72c0f8ee-63c9-4d38-aaac-0e57ea8af7a6", + "name": "There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046086447083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4bed9a47-181c-4a8e-a451-aa3e655627b6", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046086566125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0022efaf-ff86-4dc1-90e9-0cbaca4ea2a5", + "name": "There is no need to refresh cache, since the incremental task entry:default@PackageHap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046086704375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d9231d3-7ec1-4ffb-826e-b548830697b0", + "name": "Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046086918750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cf23eadb-2ff1-49fd-b256-d08d939510f4", + "name": "Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046087319666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "62396f13-985b-4288-ae69-d02904581708", + "name": "Incremental task entry:default@SignHap post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046087820250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e6596756-7526-429d-8850-ee3a769f3177", + "name": "Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046091839666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "65d6f815-1cce-479f-9e7e-ca981bcab89b", + "name": "Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046092289041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "457efe99-b1db-4835-8be5-5a51074f0db9", + "name": "Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046092653291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b99560d6-d60f-4c22-a857-336c1f270e66", + "name": "Incremental task entry:default@CollectDebugSymbol post-execution cost:6 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046093291458 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/.hvigor/report/report-202503312055335170.json b/.hvigor/report/report-202503312055335170.json new file mode 100644 index 0000000..4791f3c --- /dev/null +++ b/.hvigor/report/report-202503312055335170.json @@ -0,0 +1,8063 @@ +{ + "version": "2.0", + "ppid": 30597, + "events": [ + { + "head": { + "id": "91a5aad8-ac6d-40c6-b26d-81cf12738193", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046155266666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0839ed1f-1ba6-443f-a826-d0d245c77e29", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046791941083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3a5f58ef-f16a-4880-addc-64fc92dc83d7", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355046799113375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e1c21a2a-106b-479d-b41c-da9ae6073619", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472384287291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8796df41-df3a-4ab2-b6d0-c94c966b72e2", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472400668208, + "endTime": 355472635089416 + }, + "additional": { + "children": [ + "4304453e-ea06-4079-9ffe-859cd4b0d349", + "95938f40-2af3-46b4-ad25-8e9682fd40b3", + "8bd247f5-eaff-40e1-b316-2e8bb821e3ca", + "ee888259-f9a3-4d4b-ab2b-b9480955b392", + "ffd8ff39-3ee6-4daa-9582-e1f239eb534f", + "c69cdd8c-1ace-49ef-b856-48df929f2b68", + "a4060ab0-94fd-4594-a5f4-579a7821f425" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "28efb95f-14ff-4b96-9596-981af136e939" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4304453e-ea06-4079-9ffe-859cd4b0d349", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472400675458, + "endTime": 355472419774875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "8796df41-df3a-4ab2-b6d0-c94c966b72e2", + "logId": "184242ec-4fbc-45b1-8f1e-78b55a2c94c4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "95938f40-2af3-46b4-ad25-8e9682fd40b3", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472419791500, + "endTime": 355472634283791 + }, + "additional": { + "children": [ + "de8b5a0e-5064-4440-80d8-e320db61108a", + "7dda1edb-5c47-4b48-9f0b-338748830a6c", + "ec8c9f66-48ff-4662-9a52-3001da2e7e28", + "bc5cc965-429b-4cf8-a90f-79d7450bf218", + "8d80c8b5-6941-4649-8b52-3225b41813bc", + "3d883ac0-c11d-4fdb-9b27-23c1950a977d", + "7f790cb4-730f-400a-bc51-278e4f87288e", + "a48dfb0e-b4f4-4f0e-b2c5-8d4d6d723609", + "bb1ed3b3-548e-49f7-9d0a-8a936add679d" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "8796df41-df3a-4ab2-b6d0-c94c966b72e2", + "logId": "baf75a83-16f3-4626-8086-418e384f5061" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8bd247f5-eaff-40e1-b316-2e8bb821e3ca", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472634309000, + "endTime": 355472635061583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "8796df41-df3a-4ab2-b6d0-c94c966b72e2", + "logId": "ee44704e-be8c-448f-9019-d00451b4740e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ee888259-f9a3-4d4b-ab2b-b9480955b392", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472635084125, + "endTime": 355472635086583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "8796df41-df3a-4ab2-b6d0-c94c966b72e2", + "logId": "439fb064-5c98-465b-a52d-ce233ad5260c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ffd8ff39-3ee6-4daa-9582-e1f239eb534f", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472404167916, + "endTime": 355472404235125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "8796df41-df3a-4ab2-b6d0-c94c966b72e2", + "logId": "93773205-5875-454d-837e-62d24edb6d06" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "93773205-5875-454d-837e-62d24edb6d06", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472404167916, + "endTime": 355472404235125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ffd8ff39-3ee6-4daa-9582-e1f239eb534f", + "parent": "28efb95f-14ff-4b96-9596-981af136e939" + } + }, + { + "head": { + "id": "c69cdd8c-1ace-49ef-b856-48df929f2b68", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472407941250, + "endTime": 355472408161166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "8796df41-df3a-4ab2-b6d0-c94c966b72e2", + "logId": "f94c649d-79b8-4bea-80ed-7ba8e67b5272" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f94c649d-79b8-4bea-80ed-7ba8e67b5272", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472407941250, + "endTime": 355472408161166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c69cdd8c-1ace-49ef-b856-48df929f2b68", + "parent": "28efb95f-14ff-4b96-9596-981af136e939" + } + }, + { + "head": { + "id": "7edbfe54-bdf3-4873-86a7-ad8fbfee62e4", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472408456958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ca45d607-bcd7-46e3-85fe-8aa66a36519b", + "name": "Cache service initialization finished in 11 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472419650791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "184242ec-4fbc-45b1-8f1e-78b55a2c94c4", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472400675458, + "endTime": 355472419774875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4304453e-ea06-4079-9ffe-859cd4b0d349", + "parent": "28efb95f-14ff-4b96-9596-981af136e939" + } + }, + { + "head": { + "id": "de8b5a0e-5064-4440-80d8-e320db61108a", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472424194625, + "endTime": 355472424203291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "95938f40-2af3-46b4-ad25-8e9682fd40b3", + "logId": "ff455bd1-ea4d-4b6d-87e3-b23e774a1f80" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7dda1edb-5c47-4b48-9f0b-338748830a6c", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472424223875, + "endTime": 355472430293125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "95938f40-2af3-46b4-ad25-8e9682fd40b3", + "logId": "8d770548-dc1e-464a-a3c0-6c960ad620d4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ec8c9f66-48ff-4662-9a52-3001da2e7e28", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472430360333, + "endTime": 355472540228166 + }, + "additional": { + "children": [ + "02838bfe-96c3-4a0c-a03c-9dc503daaae7", + "b52d0eba-fdcb-47ff-9617-97b5c8a3ef41", + "4b5877c3-9bc8-4b91-8d69-4704d5f45237" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "95938f40-2af3-46b4-ad25-8e9682fd40b3", + "logId": "279f6c7a-d933-4f01-9fa1-0a4b6e277f67" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "bc5cc965-429b-4cf8-a90f-79d7450bf218", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472540246541, + "endTime": 355472554776250 + }, + "additional": { + "children": [ + "b910c559-c4ad-4f6e-bb37-2287613dec79" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "95938f40-2af3-46b4-ad25-8e9682fd40b3", + "logId": "cbab2537-3448-4873-97a9-3a65f592ad8a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8d80c8b5-6941-4649-8b52-3225b41813bc", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472554782208, + "endTime": 355472626115625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "95938f40-2af3-46b4-ad25-8e9682fd40b3", + "logId": "2ca1d629-94e0-4a3f-976e-61de08c37380" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3d883ac0-c11d-4fdb-9b27-23c1950a977d", + "name": "ohpm install", + "description": "Ohpm install event.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472626983916, + "endTime": 355472631147291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "95938f40-2af3-46b4-ad25-8e9682fd40b3", + "logId": "fff0b71a-a97c-484d-80e6-4416298948fb" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7f790cb4-730f-400a-bc51-278e4f87288e", + "name": "eval hook", + "description": "EvaluateEvent hook.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472631164208, + "endTime": 355472634186916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "95938f40-2af3-46b4-ad25-8e9682fd40b3", + "logId": "ec01202f-a941-4a6d-b83b-bd700efc8042" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a48dfb0e-b4f4-4f0e-b2c5-8d4d6d723609", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472634198916, + "endTime": 355472634266541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "95938f40-2af3-46b4-ad25-8e9682fd40b3", + "logId": "4e08109c-58ff-44bf-b4a6-aeca212e4bf0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ff455bd1-ea4d-4b6d-87e3-b23e774a1f80", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472424194625, + "endTime": 355472424203291 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "de8b5a0e-5064-4440-80d8-e320db61108a", + "parent": "baf75a83-16f3-4626-8086-418e384f5061" + } + }, + { + "head": { + "id": "8d770548-dc1e-464a-a3c0-6c960ad620d4", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472424223875, + "endTime": 355472430293125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7dda1edb-5c47-4b48-9f0b-338748830a6c", + "parent": "baf75a83-16f3-4626-8086-418e384f5061" + } + }, + { + "head": { + "id": "02838bfe-96c3-4a0c-a03c-9dc503daaae7", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472431409458, + "endTime": 355472431581000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "ec8c9f66-48ff-4662-9a52-3001da2e7e28", + "logId": "01883a6f-2daf-42a8-8a7f-1198228ec586" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "01883a6f-2daf-42a8-8a7f-1198228ec586", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472431409458, + "endTime": 355472431581000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "02838bfe-96c3-4a0c-a03c-9dc503daaae7", + "parent": "279f6c7a-d933-4f01-9fa1-0a4b6e277f67" + } + }, + { + "head": { + "id": "b52d0eba-fdcb-47ff-9617-97b5c8a3ef41", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472434428250, + "endTime": 355472539824875 + }, + "additional": { + "children": [ + "e0641401-6d6e-40b6-bc35-94650b9c113a", + "79e72192-1e9e-4241-8f88-973f38addbfc" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "ec8c9f66-48ff-4662-9a52-3001da2e7e28", + "logId": "d7c435b7-921c-4e57-86f5-b33746173c27" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e0641401-6d6e-40b6-bc35-94650b9c113a", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472434430166, + "endTime": 355472459059583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b52d0eba-fdcb-47ff-9617-97b5c8a3ef41", + "logId": "138447d5-b8b5-46fd-9a3f-53a957c60fff" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "79e72192-1e9e-4241-8f88-973f38addbfc", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472459298291, + "endTime": 355472539812875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b52d0eba-fdcb-47ff-9617-97b5c8a3ef41", + "logId": "bce5cc5c-545a-4dff-8c7c-5601838f8e3e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "45e0aa01-ecdb-409d-bec2-03040a094f8a", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472434435791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "beb811c3-4df9-4d38-b4ce-bd071b9b6555", + "name": "hvigorfile, require result: { default: { system: [Function: appTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472458968000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "138447d5-b8b5-46fd-9a3f-53a957c60fff", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472434430166, + "endTime": 355472459059583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e0641401-6d6e-40b6-bc35-94650b9c113a", + "parent": "d7c435b7-921c-4e57-86f5-b33746173c27" + } + }, + { + "head": { + "id": "d0a5b100-85e4-4ef0-ba17-ff7935dad054", + "name": "hvigorfile, binding system plugins [Function: appTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472459308250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "52e7ebc1-79f3-4c5b-ad5f-58b700221660", + "name": "Start initialize project's product build option map with build mode debug.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472472911458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e739862-89e3-456e-98a3-d69b9482a0b2", + "name": "Picking option from product 'default' with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472473197833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9db6dda9-4fac-4a17-b35d-3e5a00b58c70", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472473331208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6788b01c-9d84-493a-bbb3-92a09d3f7cc7", + "name": "End initialize project's product build option map with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472473777750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1d5e4c26-6e8d-4972-8a51-8d5c5d11d511", + "name": "Product 'default' using build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n }\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472475162750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e61d6fe-220b-489d-a82e-7cf9264df91e", + "name": "No signingConfig found, initRemoteHspCache failed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472480293041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "16d76f8c-bf55-4be7-b0f1-d147f3c2236f", + "name": "Start recording SDK configuration permission data.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472486811208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6a17f837-53f8-4bd7-a66a-787b22a4969a", + "name": "Sdk init in 41 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472521639125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5d2ee15f-65a3-41f2-a947-14ea111346a2", + "name": "sdkVersion", + "description": "5.0.2.126", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472521968375 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 55 + }, + "markType": "other" + } + }, + { + "head": { + "id": "8aff7a14-2afa-4fef-8c22-bce53510c06a", + "name": "caseSensitiveCheckOn", + "description": "caseSensitiveCheck check is on", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472521987458 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 55 + }, + "markType": "other" + } + }, + { + "head": { + "id": "fbae6805-ed2f-4bb1-8c5e-7697dd9870cd", + "name": "Project task initialization takes 16 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472538529708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1ad76787-4263-4f35-9701-a68c87c3ae8c", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472539708791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "345dad03-05a2-4b1d-adf6-3c7697caa8a8", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472539748583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ebc9ee88-a283-4d26-94da-ede31b0936ad", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472539778125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bce5cc5c-545a-4dff-8c7c-5601838f8e3e", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472459298291, + "endTime": 355472539812875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "79e72192-1e9e-4241-8f88-973f38addbfc", + "parent": "d7c435b7-921c-4e57-86f5-b33746173c27" + } + }, + { + "head": { + "id": "d7c435b7-921c-4e57-86f5-b33746173c27", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472434428250, + "endTime": 355472539824875 + }, + "additional": { + "logType": "info", + "children": [ + "138447d5-b8b5-46fd-9a3f-53a957c60fff", + "bce5cc5c-545a-4dff-8c7c-5601838f8e3e" + ], + "durationId": "b52d0eba-fdcb-47ff-9617-97b5c8a3ef41", + "parent": "279f6c7a-d933-4f01-9fa1-0a4b6e277f67" + } + }, + { + "head": { + "id": "4b5877c3-9bc8-4b91-8d69-4704d5f45237", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472540182583, + "endTime": 355472540198416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "ec8c9f66-48ff-4662-9a52-3001da2e7e28", + "logId": "fc87352b-2b5e-4244-acdd-cf2797173078" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "fc87352b-2b5e-4244-acdd-cf2797173078", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472540182583, + "endTime": 355472540198416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4b5877c3-9bc8-4b91-8d69-4704d5f45237", + "parent": "279f6c7a-d933-4f01-9fa1-0a4b6e277f67" + } + }, + { + "head": { + "id": "279f6c7a-d933-4f01-9fa1-0a4b6e277f67", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472430360333, + "endTime": 355472540228166 + }, + "additional": { + "logType": "info", + "children": [ + "01883a6f-2daf-42a8-8a7f-1198228ec586", + "d7c435b7-921c-4e57-86f5-b33746173c27", + "fc87352b-2b5e-4244-acdd-cf2797173078" + ], + "durationId": "ec8c9f66-48ff-4662-9a52-3001da2e7e28", + "parent": "baf75a83-16f3-4626-8086-418e384f5061" + } + }, + { + "head": { + "id": "b910c559-c4ad-4f6e-bb37-2287613dec79", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472540518083, + "endTime": 355472554768041 + }, + "additional": { + "children": [ + "69373ceb-60e5-4bb5-9915-dae8429294b4", + "dd5325f9-dfa3-4a11-bc4f-de0188b30d69", + "4f895478-ced4-42c4-89d4-d7551249ca18" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bc5cc965-429b-4cf8-a90f-79d7450bf218", + "logId": "28682df8-c448-4969-9581-6df7874dd2d3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "69373ceb-60e5-4bb5-9915-dae8429294b4", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472542265791, + "endTime": 355472542274541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b910c559-c4ad-4f6e-bb37-2287613dec79", + "logId": "01c9537f-cd62-42a0-bcc2-5e5eecb78aa9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "01c9537f-cd62-42a0-bcc2-5e5eecb78aa9", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472542265791, + "endTime": 355472542274541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "69373ceb-60e5-4bb5-9915-dae8429294b4", + "parent": "28682df8-c448-4969-9581-6df7874dd2d3" + } + }, + { + "head": { + "id": "dd5325f9-dfa3-4a11-bc4f-de0188b30d69", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472543422875, + "endTime": 355472554116958 + }, + "additional": { + "children": [ + "3c40c961-c496-4a2c-b4f9-e933e8dab5be", + "b3b65cd2-7f63-4ae7-b4a5-f0961cc88e9d" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b910c559-c4ad-4f6e-bb37-2287613dec79", + "logId": "194fa6fb-a716-4b56-9ad6-8d009c8cdc0f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3c40c961-c496-4a2c-b4f9-e933e8dab5be", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472543423583, + "endTime": 355472546133583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "dd5325f9-dfa3-4a11-bc4f-de0188b30d69", + "logId": "9c97d6cc-696f-45dd-ab70-c1be5076ec8f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b3b65cd2-7f63-4ae7-b4a5-f0961cc88e9d", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472546146875, + "endTime": 355472554105541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "dd5325f9-dfa3-4a11-bc4f-de0188b30d69", + "logId": "68cf6123-3d1a-4691-b70c-d2a365136530" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b0dc1546-c333-443c-842e-634f4f8403bb", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472543427416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6de67dc2-a35a-4760-9f12-cfba2b41162f", + "name": "hvigorfile, require result: { default: { system: [Function: hapTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472546045416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9c97d6cc-696f-45dd-ab70-c1be5076ec8f", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472543423583, + "endTime": 355472546133583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3c40c961-c496-4a2c-b4f9-e933e8dab5be", + "parent": "194fa6fb-a716-4b56-9ad6-8d009c8cdc0f" + } + }, + { + "head": { + "id": "28595b0c-1c74-4fe8-b9c1-4a96c7cfa20f", + "name": "hvigorfile, binding system plugins [Function: hapTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472546155500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ac15a370-16dc-4738-bd4d-5efeaa7b67a1", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472550838833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a5bfa83e-b573-43c7-a6f8-fe8497380596", + "name": "Target 'default' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472550929083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3a5a5005-999a-4c06-8adb-0c08276e3f5d", + "name": "Target 'ohosTest' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472551097666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0a1d89ff-4843-4b1c-b2c5-d830c4cf176d", + "name": "Module 'entry' target 'default' build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472551181333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "524acc0a-ded1-4c9a-9256-758de66855b2", + "name": "Module 'entry' target 'ohosTest' build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"default\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472551213875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1ed5e87f-c3e9-4659-8d2b-8b09853b9cbc", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472551239791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "07168c22-6f77-4eba-9b24-e2e0099752e9", + "name": "Module 'entry' target 'default' using build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472551275750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a90ef00-9868-4c33-9718-5c7be853085b", + "name": "Module entry task initialization takes 2 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472553883416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d38ddbc-ab99-4191-8757-35e67174ec91", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472554004125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a591ac31-c185-42a6-8471-760cfef971a4", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472554042291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc2e7c15-fe85-4e36-b068-cd059509986b", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472554070708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "68cf6123-3d1a-4691-b70c-d2a365136530", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472546146875, + "endTime": 355472554105541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b3b65cd2-7f63-4ae7-b4a5-f0961cc88e9d", + "parent": "194fa6fb-a716-4b56-9ad6-8d009c8cdc0f" + } + }, + { + "head": { + "id": "194fa6fb-a716-4b56-9ad6-8d009c8cdc0f", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472543422875, + "endTime": 355472554116958 + }, + "additional": { + "logType": "info", + "children": [ + "9c97d6cc-696f-45dd-ab70-c1be5076ec8f", + "68cf6123-3d1a-4691-b70c-d2a365136530" + ], + "durationId": "dd5325f9-dfa3-4a11-bc4f-de0188b30d69", + "parent": "28682df8-c448-4969-9581-6df7874dd2d3" + } + }, + { + "head": { + "id": "4f895478-ced4-42c4-89d4-d7551249ca18", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472554752583, + "endTime": 355472554761458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b910c559-c4ad-4f6e-bb37-2287613dec79", + "logId": "845e4a08-c72f-4fc6-9535-dfe616064811" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "845e4a08-c72f-4fc6-9535-dfe616064811", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472554752583, + "endTime": 355472554761458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4f895478-ced4-42c4-89d4-d7551249ca18", + "parent": "28682df8-c448-4969-9581-6df7874dd2d3" + } + }, + { + "head": { + "id": "28682df8-c448-4969-9581-6df7874dd2d3", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472540518083, + "endTime": 355472554768041 + }, + "additional": { + "logType": "info", + "children": [ + "01c9537f-cd62-42a0-bcc2-5e5eecb78aa9", + "194fa6fb-a716-4b56-9ad6-8d009c8cdc0f", + "845e4a08-c72f-4fc6-9535-dfe616064811" + ], + "durationId": "b910c559-c4ad-4f6e-bb37-2287613dec79", + "parent": "cbab2537-3448-4873-97a9-3a65f592ad8a" + } + }, + { + "head": { + "id": "cbab2537-3448-4873-97a9-3a65f592ad8a", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472540246541, + "endTime": 355472554776250 + }, + "additional": { + "logType": "info", + "children": [ + "28682df8-c448-4969-9581-6df7874dd2d3" + ], + "durationId": "bc5cc965-429b-4cf8-a90f-79d7450bf218", + "parent": "baf75a83-16f3-4626-8086-418e384f5061" + } + }, + { + "head": { + "id": "97aba231-df3c-4800-b678-57a1ae628920", + "name": "watch files: [\n '/Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts',\n '/Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/log4js.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/node.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/common.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/ms/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/rfdc/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/configuration.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/layouts.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/date-format/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/levels.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/clustering.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/LoggingEvent.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/flatted/cjs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/adapters.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/console.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stdout.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stderr.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/logLevelFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/categoryFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/noLogFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileWriteStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/graceful-fs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/polyfills.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/legacy-streams.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/clone.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/win32.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/rimraf.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-type.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/jsonfile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/jsonfile/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/move-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/move.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/output/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/now.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameFormatter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameParser.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/moveAndMaybeCompressFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/DateRollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/dateFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/fileSync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/tcp.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/categories.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/connect-logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/recording.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/src/common/util/local-file-writer.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/make-dir.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/utils.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-type.js',\n ... 1855 more items\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472578946000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6e1cc3a9-83f0-4d0b-80c7-3dc7e34634f4", + "name": "hvigorfile, resolve hvigorfile dependencies in 72 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472626015833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2ca1d629-94e0-4a3f-976e-61de08c37380", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472554782208, + "endTime": 355472626115625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8d80c8b5-6941-4649-8b52-3225b41813bc", + "parent": "baf75a83-16f3-4626-8086-418e384f5061" + } + }, + { + "head": { + "id": "bb1ed3b3-548e-49f7-9d0a-8a936add679d", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472626842583, + "endTime": 355472626977500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "95938f40-2af3-46b4-ad25-8e9682fd40b3", + "logId": "37f2274d-ee9a-415f-a5fc-6493bd6a831d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "678963a2-5298-4cca-8f8c-54dee085ea6b", + "name": "project has submodules:entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472626859125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "37f2274d-ee9a-415f-a5fc-6493bd6a831d", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472626842583, + "endTime": 355472626977500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "bb1ed3b3-548e-49f7-9d0a-8a936add679d", + "parent": "baf75a83-16f3-4626-8086-418e384f5061" + } + }, + { + "head": { + "id": "f3b4e749-c49c-4762-9241-5bfab21650a4", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472627939125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "109d0652-3f08-4f62-9c5b-5724ee83f9e0", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472630926750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fff0b71a-a97c-484d-80e6-4416298948fb", + "name": "ohpm install", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472626983916, + "endTime": 355472631147291 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3d883ac0-c11d-4fdb-9b27-23c1950a977d", + "parent": "baf75a83-16f3-4626-8086-418e384f5061" + } + }, + { + "head": { + "id": "cca02427-fb4c-4bad-bc1a-ee7805bcbdcc", + "name": "Module ClassMG Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472632030375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ee4355a8-04f2-47c1-8a49-fff542c41429", + "name": "Module ClassMG's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472632073708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "40a34f2f-b3b0-4129-a557-6207a4e8bf92", + "name": "Module entry Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472632459166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a1ff416-af59-4ece-b93d-a10983f87af1", + "name": "Module entry's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472632487375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ec01202f-a941-4a6d-b83b-bd700efc8042", + "name": "eval hook", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472631164208, + "endTime": 355472634186916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7f790cb4-730f-400a-bc51-278e4f87288e", + "parent": "baf75a83-16f3-4626-8086-418e384f5061" + } + }, + { + "head": { + "id": "badcba45-a9f7-4ba9-8270-f721b4188679", + "name": "Configuration phase cost:211 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472634216958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4e08109c-58ff-44bf-b4a6-aeca212e4bf0", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472634198916, + "endTime": 355472634266541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a48dfb0e-b4f4-4f0e-b2c5-8d4d6d723609", + "parent": "baf75a83-16f3-4626-8086-418e384f5061" + } + }, + { + "head": { + "id": "baf75a83-16f3-4626-8086-418e384f5061", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472419791500, + "endTime": 355472634283791 + }, + "additional": { + "logType": "info", + "children": [ + "ff455bd1-ea4d-4b6d-87e3-b23e774a1f80", + "8d770548-dc1e-464a-a3c0-6c960ad620d4", + "279f6c7a-d933-4f01-9fa1-0a4b6e277f67", + "cbab2537-3448-4873-97a9-3a65f592ad8a", + "2ca1d629-94e0-4a3f-976e-61de08c37380", + "fff0b71a-a97c-484d-80e6-4416298948fb", + "ec01202f-a941-4a6d-b83b-bd700efc8042", + "4e08109c-58ff-44bf-b4a6-aeca212e4bf0", + "37f2274d-ee9a-415f-a5fc-6493bd6a831d" + ], + "durationId": "95938f40-2af3-46b4-ad25-8e9682fd40b3", + "parent": "28efb95f-14ff-4b96-9596-981af136e939" + } + }, + { + "head": { + "id": "a4060ab0-94fd-4594-a5f4-579a7821f425", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472635043625, + "endTime": 355472635057041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "8796df41-df3a-4ab2-b6d0-c94c966b72e2", + "logId": "a658a5f9-2cca-4cc1-87c0-118841c6db86" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a658a5f9-2cca-4cc1-87c0-118841c6db86", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472635043625, + "endTime": 355472635057041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a4060ab0-94fd-4594-a5f4-579a7821f425", + "parent": "28efb95f-14ff-4b96-9596-981af136e939" + } + }, + { + "head": { + "id": "ee44704e-be8c-448f-9019-d00451b4740e", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472634309000, + "endTime": 355472635061583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8bd247f5-eaff-40e1-b316-2e8bb821e3ca", + "parent": "28efb95f-14ff-4b96-9596-981af136e939" + } + }, + { + "head": { + "id": "439fb064-5c98-465b-a52d-ce233ad5260c", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472635084125, + "endTime": 355472635086583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ee888259-f9a3-4d4b-ab2b-b9480955b392", + "parent": "28efb95f-14ff-4b96-9596-981af136e939" + } + }, + { + "head": { + "id": "28efb95f-14ff-4b96-9596-981af136e939", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472400668208, + "endTime": 355472635089416 + }, + "additional": { + "logType": "info", + "children": [ + "184242ec-4fbc-45b1-8f1e-78b55a2c94c4", + "baf75a83-16f3-4626-8086-418e384f5061", + "ee44704e-be8c-448f-9019-d00451b4740e", + "439fb064-5c98-465b-a52d-ce233ad5260c", + "93773205-5875-454d-837e-62d24edb6d06", + "f94c649d-79b8-4bea-80ed-7ba8e67b5272", + "a658a5f9-2cca-4cc1-87c0-118841c6db86" + ], + "durationId": "8796df41-df3a-4ab2-b6d0-c94c966b72e2" + } + }, + { + "head": { + "id": "2ddbcc04-69b4-4307-ab79-7ab21d4b0020", + "name": "Configuration task cost before running: 242 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472635211166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7c139990-b344-4753-a606-fa3402c286ee", + "name": "entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472636796083, + "endTime": 355472638714833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "e189e353-e689-4219-a526-a6863df424e4", + "logId": "184cdf31-a53a-4b46-8c26-bca43d6b56f0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e189e353-e689-4219-a526-a6863df424e4", + "name": "create entry:default@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472635784125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "7c139990-b344-4753-a606-fa3402c286ee" + } + }, + { + "head": { + "id": "4cf89c42-bb30-4674-9b61-b131f0a21174", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472635905125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "68dbc550-0573-470f-90ad-e04c19beb13d", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472635936791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "980d4d20-f4bc-410f-83ab-c1bde7f4e7a4", + "name": "Executing task :entry:default@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472636806208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2401a763-1c71-40df-994f-a0bec2bef96c", + "name": "Incremental task entry:default@PreBuild pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472638606541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "10f42af2-c8ac-4c8c-ab6d-5ae20cb48f7a", + "name": "entry : default@PreBuild cost memory 0.20693206787109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472638665791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "184cdf31-a53a-4b46-8c26-bca43d6b56f0", + "name": "UP-TO-DATE :entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472636796083, + "endTime": 355472638714833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7c139990-b344-4753-a606-fa3402c286ee" + } + }, + { + "head": { + "id": "453ffae0-7a07-4051-8de2-1d4b406c0952", + "name": "entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472640359333, + "endTime": 355472640991416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "efc2b2e6-07e8-40bb-86ff-8db7b5ea403b", + "logId": "6088bea7-8943-4d8e-be35-ad21f6004a82" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "efc2b2e6-07e8-40bb-86ff-8db7b5ea403b", + "name": "create entry:default@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472639934458 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "453ffae0-7a07-4051-8de2-1d4b406c0952" + } + }, + { + "head": { + "id": "a05e0563-04ad-4b87-88d1-8a80a6a94458", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472640026708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5bff6353-86af-4b56-a4d2-553fb59aa97d", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472640058125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e1b94479-0f7c-4c30-93e0-8f10110f1d8a", + "name": "Executing task :entry:default@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472640365083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e2c5e56b-d54d-4c15-b698-133006ed19ab", + "name": "Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472640658375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "73087f7a-4d0e-4b3b-9314-a5f6c7e9fa2c", + "name": "Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472640919875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7dfbb2c8-eb8b-4c67-b4bf-f23be2823a24", + "name": "entry : default@GenerateMetadata cost memory 0.082305908203125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472640960000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6088bea7-8943-4d8e-be35-ad21f6004a82", + "name": "UP-TO-DATE :entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472640359333, + "endTime": 355472640991416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "453ffae0-7a07-4051-8de2-1d4b406c0952" + } + }, + { + "head": { + "id": "8bbccfdd-05d7-42f1-a98b-6a3f8c76c239", + "name": "entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472641977625, + "endTime": 355472642153083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "07898bb8-a5d8-4304-91a0-1d469352c333", + "logId": "8ebe22eb-2d92-416a-bf3f-fc0da8dbf28f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "07898bb8-a5d8-4304-91a0-1d469352c333", + "name": "create entry:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472641543333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "8bbccfdd-05d7-42f1-a98b-6a3f8c76c239" + } + }, + { + "head": { + "id": "7a99495c-c4b6-4b83-99f8-a1cecc959c35", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472641651000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ac33f9f1-b79f-4246-9756-8cab4fb89e19", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472641678500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8156a782-89a3-461d-9a7e-7a2c3af38047", + "name": "Executing task :entry:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472641982250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1e3b7cf9-554c-4cdb-88a3-cacdd974bafa", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472642030541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3076dde9-faa9-4367-b425-3155c9d8ef89", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472642052791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d7d09dda-44eb-4f5e-93ec-703f62e12b54", + "name": "entry : default@ConfigureCmake cost memory 0.03682708740234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472642091541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2f2eb021-f3da-4824-9082-f04d08a97bdb", + "name": "runTaskFromQueue task cost before running: 248 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472642127416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8ebe22eb-2d92-416a-bf3f-fc0da8dbf28f", + "name": "Finished :entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472641977625, + "endTime": 355472642153083, + "totalTime": 141625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8bbccfdd-05d7-42f1-a98b-6a3f8c76c239" + } + }, + { + "head": { + "id": "e38f5aea-3e34-48c6-956c-a44b2b4d6da6", + "name": "entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472643085583, + "endTime": 355472643592916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "6b123294-7862-4952-b5e7-cc7725cf15e2", + "logId": "1ec09829-a900-401c-b0f5-c4776d23f867" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6b123294-7862-4952-b5e7-cc7725cf15e2", + "name": "create entry:default@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472642736708 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e38f5aea-3e34-48c6-956c-a44b2b4d6da6" + } + }, + { + "head": { + "id": "954961e5-8316-4745-8562-86888e73dc25", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472642826000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ab14fec7-a6de-4a8e-a6fe-d6db96430e22", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472642851750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "797ed853-dbfe-487f-911b-d8a005f8554c", + "name": "Executing task :entry:default@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472643089375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b8fe6c18-d097-478c-8c64-7e06021f1b1d", + "name": "Incremental task entry:default@MergeProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472643523250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b4b7af58-1119-4250-b6f2-d9c0caa67eb4", + "name": "entry : default@MergeProfile cost memory 0.097503662109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472643563666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1ec09829-a900-401c-b0f5-c4776d23f867", + "name": "UP-TO-DATE :entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472643085583, + "endTime": 355472643592916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e38f5aea-3e34-48c6-956c-a44b2b4d6da6" + } + }, + { + "head": { + "id": "563f2197-a3dc-4578-911f-e26d20ca8091", + "name": "entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472644605000, + "endTime": 355472645214958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "aa82f91f-f5d0-4685-ac2e-04446708848c", + "logId": "52f2dbf1-b109-4d89-808e-f828bb2abb83" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "aa82f91f-f5d0-4685-ac2e-04446708848c", + "name": "create entry:default@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472644189541 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "563f2197-a3dc-4578-911f-e26d20ca8091" + } + }, + { + "head": { + "id": "d6d32c17-e3b3-4f07-bd48-d89a329e4329", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472644283375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0c8c3450-4c47-4ac4-b90b-826d403c6bc8", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472644309083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "532a4be4-35ef-41ad-a887-c1ba7d7046a6", + "name": "Executing task :entry:default@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472644609375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1661f319-3495-4211-aeb7-b56577ce5654", + "name": "Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472644863833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5e1ff098-b2da-4b33-99c3-95a3f76c2f7d", + "name": "Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472645125916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3103a9d7-c2c7-4443-93dd-ea31330369be", + "name": "entry : default@CreateBuildProfile cost memory 0.08673095703125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472645165541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "52f2dbf1-b109-4d89-808e-f828bb2abb83", + "name": "UP-TO-DATE :entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472644605000, + "endTime": 355472645214958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "563f2197-a3dc-4578-911f-e26d20ca8091" + } + }, + { + "head": { + "id": "066e4274-c30e-42fb-ab19-5e7fa71edd13", + "name": "entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472647597833, + "endTime": 355472647806583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "3d3709e7-c9ea-4502-9fc4-277f2d4ba5d3", + "logId": "bd033961-86a5-49df-9c3d-77469781ac3b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3d3709e7-c9ea-4502-9fc4-277f2d4ba5d3", + "name": "create entry:default@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472646656125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "066e4274-c30e-42fb-ab19-5e7fa71edd13" + } + }, + { + "head": { + "id": "c70ac611-d7c6-4c9d-93ff-559420c76bf7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472647220416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0b664be6-0fbd-4fde-818b-6c36d488e1c4", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472647271208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fefa0d27-7ce9-479a-8d6e-7807219f7179", + "name": "Executing task :entry:default@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472647602916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d96106c2-46c2-4a2e-acac-bba96717ad35", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472647650458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2c26c284-5d0e-4382-91a0-acf052558168", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472647678541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "305ea6a3-b4b8-4cea-90a0-32cb37ddfac1", + "name": "entry : default@PreCheckSyscap cost memory 0.03736114501953125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472647725750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "82337bfb-c63f-4282-86c2-6ee2fcf1ff77", + "name": "runTaskFromQueue task cost before running: 254 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472647778166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bd033961-86a5-49df-9c3d-77469781ac3b", + "name": "Finished :entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472647597833, + "endTime": 355472647806583, + "totalTime": 165375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "066e4274-c30e-42fb-ab19-5e7fa71edd13" + } + }, + { + "head": { + "id": "3e37f15b-249d-4216-b6d4-12cc485fa019", + "name": "entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472650142583, + "endTime": 355472650548208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "d42c6449-3db1-4946-bb55-fab5311b5bc7", + "logId": "4d6d7b2a-813a-49ea-93b0-747a37fbb804" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d42c6449-3db1-4946-bb55-fab5311b5bc7", + "name": "create entry:default@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472648726083 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "3e37f15b-249d-4216-b6d4-12cc485fa019" + } + }, + { + "head": { + "id": "73e6da4f-6349-4c00-81ac-521aba2262b3", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472648836833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "744aaad2-bb38-4688-98fd-7565a983a7e7", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472648881958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7c6beb26-0e2d-495c-a970-3e76ad4bf071", + "name": "Executing task :entry:default@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472650148541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8f533c23-2cdc-42a2-9bd8-1b83be207c1a", + "name": "Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472650239833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "832370ff-328a-4dd1-be27-25b9a3ce9868", + "name": "Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472650459833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "18ec266a-db42-4cef-81bb-ca7c8343bb27", + "name": "entry : default@GeneratePkgContextInfo cost memory 0.059967041015625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472650502041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4d6d7b2a-813a-49ea-93b0-747a37fbb804", + "name": "UP-TO-DATE :entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472650142583, + "endTime": 355472650548208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3e37f15b-249d-4216-b6d4-12cc485fa019" + } + }, + { + "head": { + "id": "91dad901-7f27-4612-acf8-6c36f7ca7b12", + "name": "entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472652167208, + "endTime": 355472653177041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist." + ], + "detailId": "2459a2ed-66d4-4128-ae78-1caefec9cd99", + "logId": "ddc74728-5772-4e26-9433-2fc31cda4827" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "2459a2ed-66d4-4128-ae78-1caefec9cd99", + "name": "create entry:default@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472651166916 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "91dad901-7f27-4612-acf8-6c36f7ca7b12" + } + }, + { + "head": { + "id": "ff81c7f4-bbd5-4a0d-b97b-441dd1d9693b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472651252250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "be5c53a8-7e54-4b9d-a014-ed405a8c72f1", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472651284416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "324d3ea4-4475-4502-b11e-d052c7c77950", + "name": "Executing task :entry:default@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472652171083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cd427f32-4f09-432f-a1d9-226c5da2c82a", + "name": "entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472652730666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5b544a19-7141-4c8a-8ede-46f31f1cf6eb", + "name": "Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472652774041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cd5cfe1c-c265-4545-964d-abd97314d576", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472652807833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d965b60f-5876-4526-adac-9156f3f26de8", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472652834333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ba013a10-5e4b-4c36-af25-5e8c36c07949", + "name": "entry : default@ProcessIntegratedHsp cost memory 0.10555267333984375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472653101041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d1b28d11-bdf5-40b1-ba43-9d3f6a9fb5d7", + "name": "runTaskFromQueue task cost before running: 259 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472653147291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ddc74728-5772-4e26-9433-2fc31cda4827", + "name": "Finished :entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472652167208, + "endTime": 355472653177041, + "totalTime": 972375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "91dad901-7f27-4612-acf8-6c36f7ca7b12" + } + }, + { + "head": { + "id": "7a377fb1-1a44-4738-b7ca-c16a985bca95", + "name": "entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472654337125, + "endTime": 355472654516500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "bb118a3f-fd6b-499a-9d54-aa7b22da8f0a", + "logId": "10f04ed4-76ce-4ee8-a44a-afd40537478f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "bb118a3f-fd6b-499a-9d54-aa7b22da8f0a", + "name": "create entry:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472653948375 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "7a377fb1-1a44-4738-b7ca-c16a985bca95" + } + }, + { + "head": { + "id": "fdeddd6e-b28e-4b97-a5a8-d892a9183cb2", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472654035625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bb7ab6b7-c07e-478b-8213-b2ffedf9e9ef", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472654061625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1dbe36d8-40ce-4c78-b860-81ce33a3b313", + "name": "Executing task :entry:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472654343791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "78a2aec7-a938-484c-bd24-777a6273d8c2", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472654380416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f7a8fb5e-4c95-47e5-84ff-3dc06c000a36", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472654408416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cf00659a-e361-4ce0-ba2b-abdbee1930d8", + "name": "entry : default@BuildNativeWithCmake cost memory 0.037872314453125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472654451750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9d22e4e8-ce9e-4ae1-9d7f-44a3c710b89f", + "name": "runTaskFromQueue task cost before running: 261 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472654491416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "10f04ed4-76ce-4ee8-a44a-afd40537478f", + "name": "Finished :entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472654337125, + "endTime": 355472654516500, + "totalTime": 147917 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7a377fb1-1a44-4738-b7ca-c16a985bca95" + } + }, + { + "head": { + "id": "7afcdbdc-99f7-4a30-91de-2f913063f5a0", + "name": "entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472656213833, + "endTime": 355472657260416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "6d72b6aa-f589-468e-a817-fa8bcd001c35", + "logId": "4c63a5f8-e125-4513-bc83-ed5dc56b5333" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6d72b6aa-f589-468e-a817-fa8bcd001c35", + "name": "create entry:default@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472655543250 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "7afcdbdc-99f7-4a30-91de-2f913063f5a0" + } + }, + { + "head": { + "id": "adb5ab35-e20a-4e12-9be2-8bfb87cb43da", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472655845750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0b241f8-9ca2-4e09-93ea-6cf0ac879a8b", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472655889166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5b610650-2795-432b-9c24-0288fe00d951", + "name": "Executing task :entry:default@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472656217750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "02e57fa1-9464-463b-828f-a72007291267", + "name": "Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472657158000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "38e96081-ba54-4926-8680-5c462fd27372", + "name": "entry : default@MakePackInfo cost memory 0.12651824951171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472657216916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4c63a5f8-e125-4513-bc83-ed5dc56b5333", + "name": "UP-TO-DATE :entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472656213833, + "endTime": 355472657260416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7afcdbdc-99f7-4a30-91de-2f913063f5a0" + } + }, + { + "head": { + "id": "f02f891c-3ba4-4e91-a354-cb4348e16ebd", + "name": "entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472658675125, + "endTime": 355472659935750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist." + ], + "detailId": "2da8df01-80a3-4910-89c4-cb5035e21c16", + "logId": "ab6f27dc-e56e-4766-b388-d88a4875e052" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "2da8df01-80a3-4910-89c4-cb5035e21c16", + "name": "create entry:default@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472658089875 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f02f891c-3ba4-4e91-a354-cb4348e16ebd" + } + }, + { + "head": { + "id": "de7ac09e-7777-4a82-be1f-faf25f358e3e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472658179333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7c941dd0-79fe-40f5-a0dc-3a9f97296f6a", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472658211500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2c35bae1-490c-42eb-9fdf-bfa732631d3e", + "name": "Executing task :entry:default@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472658678708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "81bb0f5e-82e2-4bf1-ba00-10e5a8f6170f", + "name": "File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472658725125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64f3cdb3-32a7-4646-9f39-b782d1973f7e", + "name": "Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472658819125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9261bae6-7800-4c39-8144-737afd238992", + "name": "entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472659711666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0a630ee-df9b-4cab-bcdf-e3d10697314d", + "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472659755750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5f52b6a6-c470-4478-bf01-40dec58d4272", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472659788916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f7bae247-1839-448c-b35e-46cbeb313fa2", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472659815708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "21fd9d29-a24f-41a0-b520-659e353eef51", + "name": "entry : default@SyscapTransform cost memory 0.1242218017578125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472659859166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c0007679-9006-46e2-a025-502868143051", + "name": "runTaskFromQueue task cost before running: 266 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472659906500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ab6f27dc-e56e-4766-b388-d88a4875e052", + "name": "Finished :entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472658675125, + "endTime": 355472659935750, + "totalTime": 1224209 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f02f891c-3ba4-4e91-a354-cb4348e16ebd" + } + }, + { + "head": { + "id": "a6a72312-ad9d-4321-8090-6a60331dc98c", + "name": "entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472661311666, + "endTime": 355472661638458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "d301d1e7-ad2c-4f4f-a4d8-ac0c27f6e6b7", + "logId": "059fa1b3-6d7d-4ff9-97c1-dd0b107c72ac" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d301d1e7-ad2c-4f4f-a4d8-ac0c27f6e6b7", + "name": "create entry:default@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472660537333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a6a72312-ad9d-4321-8090-6a60331dc98c" + } + }, + { + "head": { + "id": "9c765e00-bbdc-40a7-adc4-55c176ed4621", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472660632958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a4d7c46f-1db7-4246-b0d0-58c8afbee96f", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472660862166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e8a7f33a-1208-494f-92df-cddc6cdcc858", + "name": "Executing task :entry:default@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472661315916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "798fcfca-a336-47f7-a74e-98906c78af33", + "name": "Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472661561291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "83004875-7b36-4df6-91c7-6fdb18e9d4ba", + "name": "entry : default@ProcessProfile cost memory 0.04735565185546875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472661602833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "059fa1b3-6d7d-4ff9-97c1-dd0b107c72ac", + "name": "UP-TO-DATE :entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472661311666, + "endTime": 355472661638458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a6a72312-ad9d-4321-8090-6a60331dc98c" + } + }, + { + "head": { + "id": "0478fa56-ca44-49a3-a564-a7bc9c843b7b", + "name": "entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472662946000, + "endTime": 355472664926750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "f50e87bf-9aa2-4c79-9136-c253edcea8f2", + "logId": "fdc4bfd8-994b-49eb-b515-5743541af999" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f50e87bf-9aa2-4c79-9136-c253edcea8f2", + "name": "create entry:default@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472662220541 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0478fa56-ca44-49a3-a564-a7bc9c843b7b" + } + }, + { + "head": { + "id": "359a5399-2bf0-43e2-8f1c-173ea0cbac0a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472662306208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8d9bb05c-d0bf-4a52-a856-355972edd6e3", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472662336750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5cae8e02-9012-400d-b92d-6089f0455814", + "name": "Executing task :entry:default@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472662949125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8fbd7ebd-fbb6-40c8-bf2f-ccbecf2ada74", + "name": "Incremental task entry:default@ProcessRouterMap pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472664827083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "21d915fe-1413-4607-a72f-13afd63e67e2", + "name": "entry : default@ProcessRouterMap cost memory 0.170257568359375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472664890041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fdc4bfd8-994b-49eb-b515-5743541af999", + "name": "UP-TO-DATE :entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472662946000, + "endTime": 355472664926750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0478fa56-ca44-49a3-a564-a7bc9c843b7b" + } + }, + { + "head": { + "id": "f0558578-56d3-4020-8cbf-fdd4ed76e2d8", + "name": "entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472666503750, + "endTime": 355472667065666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "372273b8-9c51-440d-9a2c-08152fd18645", + "logId": "3b34626a-5430-4355-abbd-85d9d43da651" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "372273b8-9c51-440d-9a2c-08152fd18645", + "name": "create entry:default@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472665897083 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f0558578-56d3-4020-8cbf-fdd4ed76e2d8" + } + }, + { + "head": { + "id": "8b6dd816-6f54-4c0d-bc78-d280f12736c7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472665982125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "95c3dd5a-f5ac-43da-9367-5791b72af289", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472666011708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "021f756c-0cea-41c6-8038-ad3cfd2be7b1", + "name": "Executing task :entry:default@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472666508458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "726b1b98-b892-4c49-859b-2a65f8087810", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472666558750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1ffe5ba5-f482-49d3-919f-b467072a6bb2", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472666587833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8f79e91f-48f0-4c55-8540-229ddafbf644", + "name": "entry : default@BuildNativeWithNinja cost memory 0.05184173583984375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472666989333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "edb6948c-978f-42ab-a24f-843467c4d982", + "name": "runTaskFromQueue task cost before running: 273 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472667033708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3b34626a-5430-4355-abbd-85d9d43da651", + "name": "Finished :entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472666503750, + "endTime": 355472667065666, + "totalTime": 520208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f0558578-56d3-4020-8cbf-fdd4ed76e2d8" + } + }, + { + "head": { + "id": "76ec1fe6-2e10-4e4f-afa0-89189eeba771", + "name": "entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472669033416, + "endTime": 355472671077541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "89e63b50-bbea-41e8-964e-c6b7c60875dc", + "logId": "4797da2b-9b7f-46a8-9275-55dd2f1b4b02" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "89e63b50-bbea-41e8-964e-c6b7c60875dc", + "name": "create entry:default@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472668065083 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "76ec1fe6-2e10-4e4f-afa0-89189eeba771" + } + }, + { + "head": { + "id": "b82237bb-1215-424e-bb39-b3e0dd995549", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472668150416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f03984c8-148c-47de-9732-2bd3c89ff125", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472668180541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dd5fce88-fce5-48a5-9301-beaf30386ee7", + "name": "restool module names: entry; moduleName=entry, taskName=default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472668432583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4e059bfc-90b9-49c8-a0c6-066f3aa5e15c", + "name": "Executing task :entry:default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472669795583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b6ebe0ab-7ab8-4e62-85e3-02cb85512917", + "name": "Incremental task entry:default@ProcessResource pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472670367291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "140e7af7-1ba7-467a-8f2d-783b676489f1", + "name": "entry : default@ProcessResource cost memory 0.12683868408203125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472670406333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4797da2b-9b7f-46a8-9275-55dd2f1b4b02", + "name": "UP-TO-DATE :entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472669033416, + "endTime": 355472671077541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "76ec1fe6-2e10-4e4f-afa0-89189eeba771" + } + }, + { + "head": { + "id": "f0b6485e-b1c6-46f0-b1d9-3161015264c0", + "name": "entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472674524250, + "endTime": 355472679957791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "7e9c4002-cecd-4ee5-a6e4-8a59b1999a7b", + "logId": "02df9993-e29f-480e-b739-51ab0c332d99" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7e9c4002-cecd-4ee5-a6e4-8a59b1999a7b", + "name": "create entry:default@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472673223083 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f0b6485e-b1c6-46f0-b1d9-3161015264c0" + } + }, + { + "head": { + "id": "624c2abf-40a9-4d20-99c0-3ebb99953682", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472673316791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "086b7a8c-0ff0-4f63-8ae8-56ac8cf25294", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472673349208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7c4cbe2d-d413-4071-b9ba-9b488b213000", + "name": "Executing task :entry:default@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472674529416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "188912b0-ad9d-4b32-8147-10fbfeb49a51", + "name": "Incremental task entry:default@GenerateLoaderJson pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472679867208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "16cdb532-2a0a-454d-8b28-508d9a2aa4c1", + "name": "entry : default@GenerateLoaderJson cost memory 0.5505752563476562", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472679919541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "02df9993-e29f-480e-b739-51ab0c332d99", + "name": "UP-TO-DATE :entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472674524250, + "endTime": 355472679957791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f0b6485e-b1c6-46f0-b1d9-3161015264c0" + } + }, + { + "head": { + "id": "f4df0cec-307b-403c-b1c5-ecfeb551f212", + "name": "entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472682715416, + "endTime": 355472683634125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "265bc7f0-7939-401d-b410-2185334cfbf0", + "logId": "3bb6d20a-e486-4b7c-9f26-2b5bcc3c39a8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "265bc7f0-7939-401d-b410-2185334cfbf0", + "name": "create entry:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472682314291 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f4df0cec-307b-403c-b1c5-ecfeb551f212" + } + }, + { + "head": { + "id": "1c8f9d27-3a4a-4db6-81ee-ee1fe745a9bd", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472682401541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "242a4e47-ee3c-4f4b-ac48-3a46d9505649", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472682430791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9ef97df1-01b4-4a25-be57-485a0e8cc6dd", + "name": "Executing task :entry:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472682720166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8286ad7b-5032-4aac-817c-a3a33c06407c", + "name": "Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472683556541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2c919f1-bea5-4826-bc65-2826cd0ba5c0", + "name": "entry : default@ProcessLibs cost memory 0.097747802734375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472683595708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3bb6d20a-e486-4b7c-9f26-2b5bcc3c39a8", + "name": "UP-TO-DATE :entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472682715416, + "endTime": 355472683634125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f4df0cec-307b-403c-b1c5-ecfeb551f212" + } + }, + { + "head": { + "id": "98a7e9fb-867a-4b15-be1e-64f8cd29d7c3", + "name": "entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472685426708, + "endTime": 355472689560500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "77430a84-a12f-40bd-9038-9e1d1b8fc692", + "logId": "01d92412-359a-4f2e-ad88-0211317a984b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "77430a84-a12f-40bd-9038-9e1d1b8fc692", + "name": "create entry:default@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472684197750 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "98a7e9fb-867a-4b15-be1e-64f8cd29d7c3" + } + }, + { + "head": { + "id": "fc0fb45a-e968-42a7-9e7b-17f04326a85c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472684276166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "08bcd2bb-0abc-4930-a60f-6db472bbcf63", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472684302958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c657d34a-aa91-4c98-99d3-c96cc1b0df11", + "name": "restool module names: entry; moduleName=entry, taskName=default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472684526208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0daea25f-f47a-4d73-a43a-4aecad7aa567", + "name": "Executing task :entry:default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472685437333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2fbfe452-c65b-48e9-80f0-a87fd90a0795", + "name": "Incremental task entry:default@CompileResource pre-execution cost: 4 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472689471916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9981b52e-6c96-489d-a27f-a2f04315370d", + "name": "entry : default@CompileResource cost memory 0.484344482421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472689514541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "01d92412-359a-4f2e-ad88-0211317a984b", + "name": "UP-TO-DATE :entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472685426708, + "endTime": 355472689560500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "98a7e9fb-867a-4b15-be1e-64f8cd29d7c3" + } + }, + { + "head": { + "id": "8e58c042-d147-4538-875d-076206c5168a", + "name": "entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472691308375, + "endTime": 355472691923333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "26291b5f-9e48-428b-bbe8-9c26c2ffebfd", + "logId": "a27496b4-1f34-4f6a-bbea-8cdf02d655e9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "26291b5f-9e48-428b-bbe8-9c26c2ffebfd", + "name": "create entry:default@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472690318291 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "8e58c042-d147-4538-875d-076206c5168a" + } + }, + { + "head": { + "id": "5c6f04e5-cedf-4e3f-92c6-0e121e38af22", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472690398708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b338c624-34b6-43a5-a244-323d6402ceff", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472690424291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e651f759-e03f-4801-afb6-c87e440a232f", + "name": "Executing task :entry:default@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472691312750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0db5168-6fe8-40a3-b0c0-b06e491e174e", + "name": "Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472691624541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a55b354-079f-4374-8004-49e4aed87a02", + "name": "Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472691851416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f40f0ef6-122f-4ec4-92c4-0a30e46d701c", + "name": "entry : default@DoNativeStrip cost memory 0.06011199951171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472691890416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a27496b4-1f34-4f6a-bbea-8cdf02d655e9", + "name": "UP-TO-DATE :entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472691308375, + "endTime": 355472691923333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8e58c042-d147-4538-875d-076206c5168a" + } + }, + { + "head": { + "id": "44283dd8-8756-4fb6-8e53-b6c73ac2600f", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472693943458, + "endTime": 355474200796791 + }, + "additional": { + "children": [ + "540e5309-4bd3-4bcb-8bb7-4efe3860bc37", + "eb88e5d2-d470-4403-b78e-72749c03186c" + ], + "state": "failed", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [ + "The input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed." + ], + "detailId": "86c5c1e2-124c-40b2-b67f-b64cb7ba6785", + "logId": "510a59ba-a857-4791-b4b6-86467fbeac01" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "86c5c1e2-124c-40b2-b67f-b64cb7ba6785", + "name": "create entry:default@CompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472692451750 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "44283dd8-8756-4fb6-8e53-b6c73ac2600f" + } + }, + { + "head": { + "id": "1b8de16b-d585-4666-b0c0-148e0f73c06a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472692529416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a21870c4-39ff-4a42-ad0d-2caa1256901f", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472692555166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7a91b520-c2fe-46a3-919a-a8bb6a4d38bd", + "name": "Executing task :entry:default@CompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472693947125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0e48d0fb-da5a-4a4b-a223-f70d5daf70a4", + "name": "entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472697279958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ba23c5be-4fdf-42c5-92b4-27717f8ae480", + "name": "Incremental task entry:default@CompileArkTS pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472697360291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c9400829-38d2-4215-85de-d708e238d6bd", + "name": "build config:", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472703712333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "878df2b0-439b-49c2-bbc1-1c1bad59342d", + "name": "Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472704182000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2b137dda-aea9-468f-a86e-902a90375c01", + "name": "default@CompileArkTS work[28] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472704666375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "540e5309-4bd3-4bcb-8bb7-4efe3860bc37", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355472705280833, + "endTime": 355474200183208 + }, + "additional": { + "children": [], + "state": "failed", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "44283dd8-8756-4fb6-8e53-b6c73ac2600f", + "logId": "c2be43a0-d9d7-43b1-b71f-691c807ee341" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "21987815-0d70-4c9e-8c9e-ab6c1b6b3911", + "name": "default@CompileArkTS work[28] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472705084583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b3db5a7f-591c-4233-9dbf-98df12dcd28c", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472705119000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d4dc2052-09d9-4995-a5c6-cb1858a5e753", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472705144416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "462261b9-2e3f-4b3e-aef2-d4ede5759a00", + "name": "A work dispatched to worker[5] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472705165625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "39e7025c-f598-4ab1-835a-36a8d3347382", + "name": "default@CompileArkTS work[28] has been dispatched to worker[4].", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472705291458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8c299b2f-2482-48d2-90d5-5e8456358552", + "name": "default@CompileArkTS work[28] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472705325375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a2244792-4424-4c62-8914-abe3edda45d2", + "name": "CopyResources startTime: 355472705362916", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472705364666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2d48be6f-361b-4dae-8278-962c9e17e5a4", + "name": "default@CompileArkTS work[29] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472705409583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eb88e5d2-d470-4403-b78e-72749c03186c", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 355473336806541, + "endTime": 355473343712125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "44283dd8-8756-4fb6-8e53-b6c73ac2600f", + "logId": "bed9e219-233e-43d7-a39a-efebdb92c724" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c177c16f-1f9d-4748-898d-bbd8990ec508", + "name": "default@CompileArkTS work[29] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472705717541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "300be834-09d6-48da-8e3c-3b6161a1d67c", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472705744791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c191261c-77e8-4507-9224-6c2db661e9c8", + "name": "Create resident worker with id: 6.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472705778500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cf2f7253-b9a4-4413-a9df-595e3af6ac6b", + "name": "default@CompileArkTS work[29] has been dispatched to worker[6].", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472706567291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "09262f68-8194-4e86-ac6b-990f2291f323", + "name": "default@CompileArkTS work[29] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472706604666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "980a9489-50bd-46f0-8eed-1c3959f4d0a2", + "name": "entry : default@CompileArkTS cost memory 1.2927474975585938", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472706670666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4bc4c21e-7ee4-465a-9631-353976d8b939", + "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": 30598, + "tid": "Main Thread", + "startTime": 355472709383708, + "endTime": 355472710853250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "e38f9d9a-34f7-416c-9e28-a6b51371c435", + "logId": "056488dd-d26d-4704-8748-b4954e03eb60" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e38f9d9a-34f7-416c-9e28-a6b51371c435", + "name": "create entry:default@BuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472707381250 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "4bc4c21e-7ee4-465a-9631-353976d8b939" + } + }, + { + "head": { + "id": "7a8ee148-ae19-4385-96c0-7421ac5c32ad", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472707613083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d5d2869a-ce8d-4bee-950b-3a993ba9c1f7", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472707669833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7853ac68-3652-43ff-bddd-9cb72f6dc618", + "name": "Executing task :entry:default@BuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472709395708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7ec7901a-1bb5-467e-bacd-955026efec31", + "name": "entry : default@BuildJS cost memory 0.11746978759765625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472710725833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9bc92697-19d1-47f8-93b8-17074b84d77f", + "name": "runTaskFromQueue task cost before running: 317 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472710810500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "056488dd-d26d-4704-8748-b4954e03eb60", + "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": 30598, + "tid": "Main Thread", + "startTime": 355472709383708, + "endTime": 355472710853250, + "totalTime": 1414708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4bc4c21e-7ee4-465a-9631-353976d8b939" + } + }, + { + "head": { + "id": "e82fce4f-3179-4310-8d2b-1cb9297bd2e1", + "name": "entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472712967833, + "endTime": 355472713981333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "9eaacdb0-28af-45a1-952d-d1c02897546b", + "logId": "97dadd9d-3dcf-4f4a-bfdc-3cf555b164dc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9eaacdb0-28af-45a1-952d-d1c02897546b", + "name": "create entry:default@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472711594833 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e82fce4f-3179-4310-8d2b-1cb9297bd2e1" + } + }, + { + "head": { + "id": "d12c1267-7803-4dc9-964a-51d7764b0f5b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472711798041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "068c51e7-99cd-4e69-8cfc-b001ea89405d", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472711840458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "50a52b3d-e91b-4747-a46b-e8bb2855c936", + "name": "Executing task :entry:default@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472712975208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2c2a5483-b821-46a2-943b-89bb454d974e", + "name": "Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472713133875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ff1a9372-32e5-461a-b221-4129dd30a1f8", + "name": "Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472713853916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5978b312-62bc-49af-96df-fdb81f0d8578", + "name": "entry : default@CacheNativeLibs cost memory 0.0675506591796875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472713933250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "97dadd9d-3dcf-4f4a-bfdc-3cf555b164dc", + "name": "UP-TO-DATE :entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472712967833, + "endTime": 355472713981333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e82fce4f-3179-4310-8d2b-1cb9297bd2e1" + } + }, + { + "head": { + "id": "9d156b00-23b0-464e-b466-68435b54c8c8", + "name": "worker[6] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355473343921083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d9a3a79-70c7-4842-b084-4e6bd57bd566", + "name": "CopyResources is end, endTime: 355473344075416", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355473344078750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7ab4d132-8323-41d8-b490-edcad284d862", + "name": "default@CompileArkTS work[29] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355473344151083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bed9e219-233e-43d7-a39a-efebdb92c724", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 355473336806541, + "endTime": 355473343712125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "eb88e5d2-d470-4403-b78e-72749c03186c", + "parent": "510a59ba-a857-4791-b4b6-86467fbeac01" + } + }, + { + "head": { + "id": "fdeb1264-3f64-42e4-9f7f-1112eab5a617", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355473344233500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6cd6a3e3-7b12-4ab4-a9cf-7aa0935ac273", + "name": "worker[4] has one work error.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474199621708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "54a2643c-01b0-493f-b62f-007d5baff294", + "name": "default@CompileArkTS work[28] failed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474200488166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2be43a0-d9d7-43b1-b71f-691c807ee341", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355472705280833, + "endTime": 355474200183208 + }, + "additional": { + "logType": "error", + "children": [], + "durationId": "540e5309-4bd3-4bcb-8bb7-4efe3860bc37", + "parent": "510a59ba-a857-4791-b4b6-86467fbeac01" + } + }, + { + "head": { + "id": "510a59ba-a857-4791-b4b6-86467fbeac01", + "name": "Failed :entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472693943458, + "endTime": 355474200796791 + }, + "additional": { + "logType": "error", + "children": [ + "c2be43a0-d9d7-43b1-b71f-691c807ee341", + "bed9e219-233e-43d7-a39a-efebdb92c724" + ], + "durationId": "44283dd8-8756-4fb6-8e53-b6c73ac2600f" + } + }, + { + "head": { + "id": "2a7f588b-b374-4010-8fd9-cb92d4d2a0bf", + "name": "hvigor build process will be closed with an error.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474201098750 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "44283dd8-8756-4fb6-8e53-b6c73ac2600f" + } + }, + { + "head": { + "id": "04ab52f0-c12c-48f9-b9ba-14e3c8970621", + "name": "ERROR: stacktrace = Error: ArkTS Compiler Error\n\u001b[33m1 WARN: \u001b[33mArkTS:WARN: For details about ArkTS syntax errors, see FAQs\u001b[39m\n\u001b[31m1 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:964:51\n Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)\n\n\u001b[39m\n\u001b[31m2 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:966:19\n Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)\n\n\u001b[39m\n\u001b[31m3 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:1025:31\n Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)\n\n\u001b[39m\n\u001b[31m4 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:1038:23\n Argument of type 'HorizontalAlign' is not assignable to parameter of type 'VerticalAlign'.\n\n\u001b[39m\n\u001b[31m5 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:947:47\n Unknown resource name 'arrow_up'.\n> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212\n\n\u001b[39m\n\u001b[31m6 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/SettingsPage.ets:947:74\n Unknown resource name 'arrow_down'.\n> More Info: https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V14/ide-hvigor-faqs-V14#section111751131205212\n\n\u001b[39m\n\u001b[31mCOMPILE RESULT:FAIL {ERROR:7 WARN:1}\u001b[39m\n at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418)", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474202585166 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "44283dd8-8756-4fb6-8e53-b6c73ac2600f" + } + }, + { + "head": { + "id": "1913c7f3-2174-4d7e-97ed-c9b7aa95961d", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474204417125, + "endTime": 355474204553208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bb30a169-87f5-4a0c-91e1-623ff0a63199", + "logId": "42d29cd4-606c-4a7e-9542-a05ed9ee2cf3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "42d29cd4-606c-4a7e-9542-a05ed9ee2cf3", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474204417125, + "endTime": 355474204553208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1913c7f3-2174-4d7e-97ed-c9b7aa95961d" + } + }, + { + "head": { + "id": "17c338bf-01af-4ccd-957c-e3c58d01e5f3", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355472394160500, + "endTime": 355474204878041 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 55 + }, + "completeCommand": "{\"prop\":[\"module=entry@default\",\"product=default\",\"requiredDeviceType=phone\"],\"mode\":\"module\",\"parallel\":true,\"incremental\":true,\"daemon\":true,\"_\":[\"assembleHap\"],\"analyze\":\"normal\"};assembleHap", + "hvigorVersion": "5.14.3", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "failed" + } + }, + { + "head": { + "id": "1cf543db-6546-4dbc-856f-5a0e769b865c", + "name": "BUILD FAILED in 1 s 811 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474204932125 + }, + "additional": { + "logType": "error", + "children": [] + } + }, + { + "head": { + "id": "3d0d872d-8565-41b4-bf81-49cb223b10a7", + "name": "There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474205075500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a615d65c-43c1-47a4-8849-ebc53b21401e", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474205126166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5388fa93-9382-452c-94f0-45fd44f6062c", + "name": "There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474205163500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3701b507-bc88-4476-b550-f0c94a07212c", + "name": "There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474205200041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "435a5b43-baad-4f71-9db5-e56b482e3433", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474205244541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bcd79bf4-2de6-48c7-b34d-5f9e12036bcf", + "name": "Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474205605666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1855885b-5a61-432c-903a-3c63c9a7be82", + "name": "Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474205947708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a4137ac-6dbb-4349-a54a-97ff6cd06fdf", + "name": "There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474205996125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "16dba362-d56c-4a3a-ac47-8bb112b631c1", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474206038583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "63a37929-67dc-4787-bc3f-d0144862d7f7", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474206218458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f2a81ef0-4f9b-4422-969e-4be3a163d61f", + "name": "Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474206512208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5b9f125d-f7f8-4be9-afad-28d5c6472ce2", + "name": "Incremental task entry:default@SyscapTransform post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474206613250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5524e893-a583-4a39-852b-cb64ee914944", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474206652833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "56521437-d1a9-4d86-a653-8fac75a72414", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474206685708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "995761a1-1323-4f69-adb5-b9ef7c66da71", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474206723666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0033ffd2-94af-46b6-983b-e723410fe060", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474206767041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "83647dbc-1987-4c1e-8fd7-4977a8db7244", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474206799916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5e2d397c-ae50-4c94-90ac-ea9bf5df0174", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474206900791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0f582d1d-537a-4f30-afba-b62a3e0a73fc", + "name": "There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474206937000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4d286bb7-ebf7-4f48-a746-791a3a8a0efb", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474207999416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e78cd929-229d-4de1-a979-b1f426fb24d1", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474208185041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e88fcd9-8bb0-4317-8819-2b1c0347a850", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474208268666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5b01c149-0b60-4df4-8742-57523a8e4cf0", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474208328083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c63d3949-0e9b-4c68-9318-f7ee4e4d1e8b", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474208383666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "305bb02b-7cea-4e9b-b03a-c10952446bb2", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474208532833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "24577e37-32ac-4724-8350-3c4a278044ed", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474208567416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "71f87825-df54-4863-a415-8ba020705a26", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474208627250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2bf73e7d-3241-4b8a-92e4-7ee9aacce67f", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474208679458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b05ae35a-e531-4de6-b5d1-d952f6fcb3fd", + "name": "Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474208769958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d699d68-3102-4101-9fff-4770fcbe87d3", + "name": "Incremental task entry:default@CompileArkTS post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474208869958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "520e30c2-7d5d-4ba1-9515-92e671de8ec5", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474209524166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "60a5c17a-c3ea-4b35-a398-523bc6bd152d", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474209674416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "54a074f5-f528-448e-8eff-0c0a91fee108", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474209754000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "93edda88-8706-46d6-afa7-4cd5344289ea", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474209810208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b6ad797d-a8e0-4098-8e9e-caf9c6abb777", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474209861625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9b1b3585-97a3-4242-9943-7e5f8878efcd", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474209985500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "75692ccc-9076-4bcd-9b8b-dea0d487dbe2", + "name": "Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474210045875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "963d1a51-3eba-4dfb-88bf-d6e18aeef8c8", + "name": "Incremental task entry:default@BuildJS post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474210135458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "55bbc0b9-1dde-4dd6-bd9d-5a2d8a4197f8", + "name": "There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474210170375 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/.hvigor/report/report-202503312056548370.json b/.hvigor/report/report-202503312056548370.json new file mode 100644 index 0000000..4320bda --- /dev/null +++ b/.hvigor/report/report-202503312056548370.json @@ -0,0 +1,10301 @@ +{ + "version": "2.0", + "ppid": 30597, + "events": [ + { + "head": { + "id": "158be745-7e65-4e73-bc01-7dc69f1c94fd", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474220129583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2e53d822-dec3-409d-b987-53f2b9a96012", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474224255333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7e11f5a8-8b6b-40d9-addc-d715f95e6f42", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474224416833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1236229f-7cb2-4a88-bafb-aed1d0099b59", + "name": "worker[6] exits with exit code 1.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355474225943250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "db7e2fcb-069e-43fd-9ef8-510edcd431f5", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553710299625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "50c55005-4305-4c76-a7a0-115a70cff0a9", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553718704958, + "endTime": 355553871545083 + }, + "additional": { + "children": [ + "12d2c4b0-c894-4293-bf6e-9a491c8c617d", + "31cb04b6-bd33-4027-aaed-7d7843ad2361", + "55509f7d-dbcb-4873-a5dc-781876173286", + "354c7510-8872-4f6c-b320-27a7715dec13", + "a000415d-2597-48be-83a9-da4447204cff", + "516635a3-498e-4cbb-82bd-e49fe0208c43", + "49dc2800-e980-436d-9420-c252e9436f35" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "008a5abd-41c1-4013-8027-13a78df21507" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "12d2c4b0-c894-4293-bf6e-9a491c8c617d", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553718711541, + "endTime": 355553737980375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "50c55005-4305-4c76-a7a0-115a70cff0a9", + "logId": "79e194c2-9fd1-4a70-9b03-b39ce3fe0fe6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "31cb04b6-bd33-4027-aaed-7d7843ad2361", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553738006458, + "endTime": 355553870711000 + }, + "additional": { + "children": [ + "c4149c16-caf7-4004-a9f2-dac8fa152584", + "b4778b9c-646c-428b-ab96-056bb5ac9033", + "dd9eedcb-1280-47ca-ad0a-086f6c962917", + "dfa97025-6dc5-4e10-8c0b-f47d9a9a609c", + "079861b0-a7df-45a7-b406-d95df09c10be", + "036f1ab3-1086-46e5-9524-df3196dd5dd8", + "265c543c-7c1e-4a04-bb78-1210136eace4", + "c74ec4a3-a607-4aea-9b65-24efde015ce9", + "992095d4-8adf-4a89-b199-f71ec2589324" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "50c55005-4305-4c76-a7a0-115a70cff0a9", + "logId": "2e3099df-d599-4e4a-a7ea-1401f83ad3a0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "55509f7d-dbcb-4873-a5dc-781876173286", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553870736916, + "endTime": 355553871538833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "50c55005-4305-4c76-a7a0-115a70cff0a9", + "logId": "963eefbf-0c5d-4324-8542-5b32d36f5ed4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "354c7510-8872-4f6c-b320-27a7715dec13", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553871541583, + "endTime": 355553871542208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "50c55005-4305-4c76-a7a0-115a70cff0a9", + "logId": "b2cb81d6-f32c-4613-9880-8ac18212e489" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a000415d-2597-48be-83a9-da4447204cff", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553721233416, + "endTime": 355553721327708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "50c55005-4305-4c76-a7a0-115a70cff0a9", + "logId": "976aa49c-5fde-4a89-a0cf-ec8456d4fca4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "976aa49c-5fde-4a89-a0cf-ec8456d4fca4", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553721233416, + "endTime": 355553721327708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a000415d-2597-48be-83a9-da4447204cff", + "parent": "008a5abd-41c1-4013-8027-13a78df21507" + } + }, + { + "head": { + "id": "516635a3-498e-4cbb-82bd-e49fe0208c43", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553725288333, + "endTime": 355553725310250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "50c55005-4305-4c76-a7a0-115a70cff0a9", + "logId": "798d0cc5-f926-4f15-b069-fad5d4cb631f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "798d0cc5-f926-4f15-b069-fad5d4cb631f", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553725288333, + "endTime": 355553725310250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "516635a3-498e-4cbb-82bd-e49fe0208c43", + "parent": "008a5abd-41c1-4013-8027-13a78df21507" + } + }, + { + "head": { + "id": "f3c781af-7d44-4f83-842e-d3c7229e6b7e", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553725401250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e79fa6f-abd7-40a5-96b7-4a4e26d9f215", + "name": "Cache service initialization finished in 12 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553737871083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "79e194c2-9fd1-4a70-9b03-b39ce3fe0fe6", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553718711541, + "endTime": 355553737980375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "12d2c4b0-c894-4293-bf6e-9a491c8c617d", + "parent": "008a5abd-41c1-4013-8027-13a78df21507" + } + }, + { + "head": { + "id": "c4149c16-caf7-4004-a9f2-dac8fa152584", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553741271208, + "endTime": 355553741277333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "31cb04b6-bd33-4027-aaed-7d7843ad2361", + "logId": "cdcaa306-7a37-48bc-8e2f-2b44e27bf069" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b4778b9c-646c-428b-ab96-056bb5ac9033", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553741294833, + "endTime": 355553742964708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "31cb04b6-bd33-4027-aaed-7d7843ad2361", + "logId": "596414c9-06e2-437b-be4c-7c85e61a2b38" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "dd9eedcb-1280-47ca-ad0a-086f6c962917", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553742982125, + "endTime": 355553794103541 + }, + "additional": { + "children": [ + "553c5537-5634-4a19-9923-b98d5d11b12d", + "0ed90531-1050-4b60-bf70-fa3bac1ac6e6", + "aa1f1f6a-d3aa-444a-bcbe-a861e0991758" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "31cb04b6-bd33-4027-aaed-7d7843ad2361", + "logId": "37edf16a-9e1c-437e-b1ba-086700ec687b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "dfa97025-6dc5-4e10-8c0b-f47d9a9a609c", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553794113250, + "endTime": 355553804610500 + }, + "additional": { + "children": [ + "6af036ae-fc12-4799-823f-3a25d9a7bfb0" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "31cb04b6-bd33-4027-aaed-7d7843ad2361", + "logId": "82c0fe45-ff9b-41fc-b88a-33de59e3085b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "079861b0-a7df-45a7-b406-d95df09c10be", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553804616625, + "endTime": 355553863289833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "31cb04b6-bd33-4027-aaed-7d7843ad2361", + "logId": "5a4e028c-79bf-4eca-877c-5fa4731b1f81" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "036f1ab3-1086-46e5-9524-df3196dd5dd8", + "name": "ohpm install", + "description": "Ohpm install event.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553863868125, + "endTime": 355553867503083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "31cb04b6-bd33-4027-aaed-7d7843ad2361", + "logId": "31a0d74f-56a9-46c9-94f2-af27bd486dcb" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "265c543c-7c1e-4a04-bb78-1210136eace4", + "name": "eval hook", + "description": "EvaluateEvent hook.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553867512375, + "endTime": 355553870632208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "31cb04b6-bd33-4027-aaed-7d7843ad2361", + "logId": "a23bdfd8-ee03-4d79-b955-14989de9007e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c74ec4a3-a607-4aea-9b65-24efde015ce9", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553870639958, + "endTime": 355553870705041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "31cb04b6-bd33-4027-aaed-7d7843ad2361", + "logId": "50d97c7d-fca1-4869-98d5-c7b63cba623d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "cdcaa306-7a37-48bc-8e2f-2b44e27bf069", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553741271208, + "endTime": 355553741277333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c4149c16-caf7-4004-a9f2-dac8fa152584", + "parent": "2e3099df-d599-4e4a-a7ea-1401f83ad3a0" + } + }, + { + "head": { + "id": "596414c9-06e2-437b-be4c-7c85e61a2b38", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553741294833, + "endTime": 355553742964708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b4778b9c-646c-428b-ab96-056bb5ac9033", + "parent": "2e3099df-d599-4e4a-a7ea-1401f83ad3a0" + } + }, + { + "head": { + "id": "553c5537-5634-4a19-9923-b98d5d11b12d", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553743341875, + "endTime": 355553743364416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "dd9eedcb-1280-47ca-ad0a-086f6c962917", + "logId": "8734cdc3-d2cd-4070-bc41-dec3e457ac8d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8734cdc3-d2cd-4070-bc41-dec3e457ac8d", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553743341875, + "endTime": 355553743364416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "553c5537-5634-4a19-9923-b98d5d11b12d", + "parent": "37edf16a-9e1c-437e-b1ba-086700ec687b" + } + }, + { + "head": { + "id": "0ed90531-1050-4b60-bf70-fa3bac1ac6e6", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553744324291, + "endTime": 355553793837708 + }, + "additional": { + "children": [ + "6454cf2e-96d0-4fa5-82e4-416c7bef946a", + "16236207-e6d8-46ba-90e5-4d4211377cc6" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "dd9eedcb-1280-47ca-ad0a-086f6c962917", + "logId": "f8975899-adac-450f-b907-980273b36efc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6454cf2e-96d0-4fa5-82e4-416c7bef946a", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553744325041, + "endTime": 355553751630958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0ed90531-1050-4b60-bf70-fa3bac1ac6e6", + "logId": "1abe4a30-8f5e-4579-8934-c8cd766bb9b9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "16236207-e6d8-46ba-90e5-4d4211377cc6", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553751646125, + "endTime": 355553793827833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0ed90531-1050-4b60-bf70-fa3bac1ac6e6", + "logId": "df845dd5-b75a-41a0-82c4-0f7290b3a94a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a1b9572b-6472-4cef-9ce0-d49b344f920f", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553744328083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "231f91f1-b51e-4aa4-a58c-50f9fbcd9b0d", + "name": "hvigorfile, require result: { default: { system: [Function: appTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553751527500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1abe4a30-8f5e-4579-8934-c8cd766bb9b9", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553744325041, + "endTime": 355553751630958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6454cf2e-96d0-4fa5-82e4-416c7bef946a", + "parent": "f8975899-adac-450f-b907-980273b36efc" + } + }, + { + "head": { + "id": "72a63959-10a1-46d3-9d82-969d5514a696", + "name": "hvigorfile, binding system plugins [Function: appTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553751659250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3294cc99-2abd-4beb-92b7-f55ce263020f", + "name": "Start initialize project's product build option map with build mode debug.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553756073041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eea0bc99-1495-4624-9c40-599d2d02c299", + "name": "Picking option from product 'default' with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553756177416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a2330a68-ecce-461b-9e47-0da22341168c", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553756267916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "81a0169a-707d-4569-a6e5-a5e7908897ff", + "name": "End initialize project's product build option map with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553756335458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9082d64c-4a61-4bac-8e5f-84549c2eca69", + "name": "Product 'default' using build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n }\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553758673791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b7c61658-3c29-4795-8fa4-bd08da544355", + "name": "No signingConfig found, initRemoteHspCache failed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553761665583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "49005b45-d51b-4694-a08d-d6f67c5c6fdc", + "name": "Start recording SDK configuration permission data.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553765771000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "005de73e-aedc-4613-a206-4292e1afa16f", + "name": "Sdk init in 23 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553785228166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fa397d30-a3b1-46f9-88ab-77170f87113f", + "name": "sdkVersion", + "description": "5.0.2.126", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553785338416 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 56 + }, + "markType": "other" + } + }, + { + "head": { + "id": "cd03b250-145a-4bd7-bfd3-2fd13d7196ab", + "name": "caseSensitiveCheckOn", + "description": "caseSensitiveCheck check is on", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553785373375 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 56 + }, + "markType": "other" + } + }, + { + "head": { + "id": "344927c8-a373-47b1-879c-2cbbee4d7388", + "name": "Project task initialization takes 8 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553793295208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "21af2a71-3768-401d-9414-b3d62d714d84", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553793728916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2851ec85-3e8f-4237-98b4-cf0dee15bb7d", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553793770916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3764e8d4-702f-4160-9ff2-95e9782b64da", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553793800208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df845dd5-b75a-41a0-82c4-0f7290b3a94a", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553751646125, + "endTime": 355553793827833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "16236207-e6d8-46ba-90e5-4d4211377cc6", + "parent": "f8975899-adac-450f-b907-980273b36efc" + } + }, + { + "head": { + "id": "f8975899-adac-450f-b907-980273b36efc", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553744324291, + "endTime": 355553793837708 + }, + "additional": { + "logType": "info", + "children": [ + "1abe4a30-8f5e-4579-8934-c8cd766bb9b9", + "df845dd5-b75a-41a0-82c4-0f7290b3a94a" + ], + "durationId": "0ed90531-1050-4b60-bf70-fa3bac1ac6e6", + "parent": "37edf16a-9e1c-437e-b1ba-086700ec687b" + } + }, + { + "head": { + "id": "aa1f1f6a-d3aa-444a-bcbe-a861e0991758", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553794088916, + "endTime": 355553794098500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "dd9eedcb-1280-47ca-ad0a-086f6c962917", + "logId": "be325f63-db6e-44eb-b34c-183b74ae13e3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "be325f63-db6e-44eb-b34c-183b74ae13e3", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553794088916, + "endTime": 355553794098500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "aa1f1f6a-d3aa-444a-bcbe-a861e0991758", + "parent": "37edf16a-9e1c-437e-b1ba-086700ec687b" + } + }, + { + "head": { + "id": "37edf16a-9e1c-437e-b1ba-086700ec687b", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553742982125, + "endTime": 355553794103541 + }, + "additional": { + "logType": "info", + "children": [ + "8734cdc3-d2cd-4070-bc41-dec3e457ac8d", + "f8975899-adac-450f-b907-980273b36efc", + "be325f63-db6e-44eb-b34c-183b74ae13e3" + ], + "durationId": "dd9eedcb-1280-47ca-ad0a-086f6c962917", + "parent": "2e3099df-d599-4e4a-a7ea-1401f83ad3a0" + } + }, + { + "head": { + "id": "6af036ae-fc12-4799-823f-3a25d9a7bfb0", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553794337208, + "endTime": 355553804602916 + }, + "additional": { + "children": [ + "bdaf1235-da29-4c4d-8bdf-c0f369bb6288", + "641ac0fa-92f7-4cf5-ad35-c2363e687c82", + "d92c7e4d-c9e7-42b0-884f-b3fd2de1d752" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "dfa97025-6dc5-4e10-8c0b-f47d9a9a609c", + "logId": "0409fa71-2499-4c81-9be2-878f2f922aad" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "bdaf1235-da29-4c4d-8bdf-c0f369bb6288", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553795447500, + "endTime": 355553795452000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "6af036ae-fc12-4799-823f-3a25d9a7bfb0", + "logId": "4dc39557-eab3-4d05-a141-b979d4939e01" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4dc39557-eab3-4d05-a141-b979d4939e01", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553795447500, + "endTime": 355553795452000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "bdaf1235-da29-4c4d-8bdf-c0f369bb6288", + "parent": "0409fa71-2499-4c81-9be2-878f2f922aad" + } + }, + { + "head": { + "id": "641ac0fa-92f7-4cf5-ad35-c2363e687c82", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553796139500, + "endTime": 355553804052000 + }, + "additional": { + "children": [ + "8492d997-55d0-4bbb-b217-596b20c6df42", + "c99f5e37-b2d0-4e45-940d-5e8c286759d7" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "6af036ae-fc12-4799-823f-3a25d9a7bfb0", + "logId": "372fa539-a5d6-486e-b7ca-bc6db1af6ab0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8492d997-55d0-4bbb-b217-596b20c6df42", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553796139916, + "endTime": 355553798820916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "641ac0fa-92f7-4cf5-ad35-c2363e687c82", + "logId": "c97b6732-e793-445c-a73f-524eeadcceaf" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c99f5e37-b2d0-4e45-940d-5e8c286759d7", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553798831250, + "endTime": 355553804043125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "641ac0fa-92f7-4cf5-ad35-c2363e687c82", + "logId": "0d1c33a2-c46c-43f6-8d30-5dc68c59e91a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "60a4a040-22a8-488f-8b74-a6b8efe0cef4", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553796141083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9fb7f8df-0b83-47a9-98fa-53f0bfd70195", + "name": "hvigorfile, require result: { default: { system: [Function: hapTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553798754125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c97b6732-e793-445c-a73f-524eeadcceaf", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553796139916, + "endTime": 355553798820916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8492d997-55d0-4bbb-b217-596b20c6df42", + "parent": "372fa539-a5d6-486e-b7ca-bc6db1af6ab0" + } + }, + { + "head": { + "id": "31cadafe-f916-4f7a-9bd2-2c5c00a829ac", + "name": "hvigorfile, binding system plugins [Function: hapTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553798839750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c53245b5-4d4b-454a-9893-51c3d48ce9c3", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553801910875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "08bc2504-268b-4f39-abc3-01005e99695b", + "name": "Target 'default' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553801998083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d020cf5e-6179-4389-907b-b5cdbeeb6a67", + "name": "Target 'ohosTest' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553802138250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "45553e46-c2ba-400e-ae6f-5eeec72d3124", + "name": "Module 'entry' target 'default' build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553802229000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d907bb43-ac8a-4d2e-8932-3d971d6c5a27", + "name": "Module 'entry' target 'ohosTest' build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"default\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553802265250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1a135f28-7d20-4eac-9673-580cd9fc325c", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553802293500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "da2e9d6f-45e1-43da-8136-e22b12de1f29", + "name": "Module 'entry' target 'default' using build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553802329416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7819106b-e4a5-499a-a3fb-f987e630f0cd", + "name": "Module entry task initialization takes 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553803858250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "36cf8f6e-2e1d-4073-8429-9c5a9817c810", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553803953416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8b042e6e-01fc-4e29-8bd4-3ee1041c14e1", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553803986625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2854d4b1-ce62-456f-8ffa-8ae9392bb67f", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553804014708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d1c33a2-c46c-43f6-8d30-5dc68c59e91a", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553798831250, + "endTime": 355553804043125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c99f5e37-b2d0-4e45-940d-5e8c286759d7", + "parent": "372fa539-a5d6-486e-b7ca-bc6db1af6ab0" + } + }, + { + "head": { + "id": "372fa539-a5d6-486e-b7ca-bc6db1af6ab0", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553796139500, + "endTime": 355553804052000 + }, + "additional": { + "logType": "info", + "children": [ + "c97b6732-e793-445c-a73f-524eeadcceaf", + "0d1c33a2-c46c-43f6-8d30-5dc68c59e91a" + ], + "durationId": "641ac0fa-92f7-4cf5-ad35-c2363e687c82", + "parent": "0409fa71-2499-4c81-9be2-878f2f922aad" + } + }, + { + "head": { + "id": "d92c7e4d-c9e7-42b0-884f-b3fd2de1d752", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553804590250, + "endTime": 355553804597833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "6af036ae-fc12-4799-823f-3a25d9a7bfb0", + "logId": "4c194a0c-9d80-46a7-8816-56cb649e68b1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4c194a0c-9d80-46a7-8816-56cb649e68b1", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553804590250, + "endTime": 355553804597833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d92c7e4d-c9e7-42b0-884f-b3fd2de1d752", + "parent": "0409fa71-2499-4c81-9be2-878f2f922aad" + } + }, + { + "head": { + "id": "0409fa71-2499-4c81-9be2-878f2f922aad", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553794337208, + "endTime": 355553804602916 + }, + "additional": { + "logType": "info", + "children": [ + "4dc39557-eab3-4d05-a141-b979d4939e01", + "372fa539-a5d6-486e-b7ca-bc6db1af6ab0", + "4c194a0c-9d80-46a7-8816-56cb649e68b1" + ], + "durationId": "6af036ae-fc12-4799-823f-3a25d9a7bfb0", + "parent": "82c0fe45-ff9b-41fc-b88a-33de59e3085b" + } + }, + { + "head": { + "id": "82c0fe45-ff9b-41fc-b88a-33de59e3085b", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553794113250, + "endTime": 355553804610500 + }, + "additional": { + "logType": "info", + "children": [ + "0409fa71-2499-4c81-9be2-878f2f922aad" + ], + "durationId": "dfa97025-6dc5-4e10-8c0b-f47d9a9a609c", + "parent": "2e3099df-d599-4e4a-a7ea-1401f83ad3a0" + } + }, + { + "head": { + "id": "1143c5dc-b9f9-49d7-8244-0b9c052a4877", + "name": "watch files: [\n '/Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts',\n '/Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/log4js.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/node.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/common.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/ms/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/rfdc/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/configuration.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/layouts.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/date-format/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/levels.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/clustering.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/LoggingEvent.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/flatted/cjs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/adapters.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/console.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stdout.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stderr.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/logLevelFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/categoryFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/noLogFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileWriteStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/graceful-fs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/polyfills.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/legacy-streams.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/clone.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/win32.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/rimraf.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-type.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/jsonfile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/jsonfile/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/move-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/move.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/output/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/now.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameFormatter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameParser.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/moveAndMaybeCompressFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/DateRollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/dateFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/fileSync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/tcp.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/categories.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/connect-logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/recording.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/src/common/util/local-file-writer.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/make-dir.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/utils.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-type.js',\n ... 1855 more items\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553822705375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "852cb611-beca-4a55-915e-d6ffb9e2d47e", + "name": "hvigorfile, resolve hvigorfile dependencies in 59 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553863190500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5a4e028c-79bf-4eca-877c-5fa4731b1f81", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553804616625, + "endTime": 355553863289833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "079861b0-a7df-45a7-b406-d95df09c10be", + "parent": "2e3099df-d599-4e4a-a7ea-1401f83ad3a0" + } + }, + { + "head": { + "id": "992095d4-8adf-4a89-b199-f71ec2589324", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553863734000, + "endTime": 355553863862416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "31cb04b6-bd33-4027-aaed-7d7843ad2361", + "logId": "17ddb34f-f3e9-437a-81fa-5556e22ad5a7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6cd211a9-f13e-4089-b1f7-28830afae9dd", + "name": "project has submodules:entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553863751000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "17ddb34f-f3e9-437a-81fa-5556e22ad5a7", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553863734000, + "endTime": 355553863862416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "992095d4-8adf-4a89-b199-f71ec2589324", + "parent": "2e3099df-d599-4e4a-a7ea-1401f83ad3a0" + } + }, + { + "head": { + "id": "bd8d09cf-5e57-4c81-98c2-61231dd16645", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553864416291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "14cbb4b2-52a8-4d3a-a895-54937c32215a", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553867294333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "31a0d74f-56a9-46c9-94f2-af27bd486dcb", + "name": "ohpm install", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553863868125, + "endTime": 355553867503083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "036f1ab3-1086-46e5-9524-df3196dd5dd8", + "parent": "2e3099df-d599-4e4a-a7ea-1401f83ad3a0" + } + }, + { + "head": { + "id": "8a3bfae9-fdf9-4f5e-9dbf-e0479b953aef", + "name": "Module ClassMG Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553868382125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "21de0285-61b4-4001-8992-23d018dec5a3", + "name": "Module ClassMG's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553868439041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a5b1586c-3b77-43be-a42e-5da718420a3b", + "name": "Module entry Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553868951333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "90c73827-888a-4ba2-ac02-ee609c96d97d", + "name": "Module entry's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553868987791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a23bdfd8-ee03-4d79-b955-14989de9007e", + "name": "eval hook", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553867512375, + "endTime": 355553870632208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "265c543c-7c1e-4a04-bb78-1210136eace4", + "parent": "2e3099df-d599-4e4a-a7ea-1401f83ad3a0" + } + }, + { + "head": { + "id": "357f70e9-5ef9-4808-9ec9-cea981722057", + "name": "Configuration phase cost:130 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553870653458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "50d97c7d-fca1-4869-98d5-c7b63cba623d", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553870639958, + "endTime": 355553870705041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c74ec4a3-a607-4aea-9b65-24efde015ce9", + "parent": "2e3099df-d599-4e4a-a7ea-1401f83ad3a0" + } + }, + { + "head": { + "id": "2e3099df-d599-4e4a-a7ea-1401f83ad3a0", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553738006458, + "endTime": 355553870711000 + }, + "additional": { + "logType": "info", + "children": [ + "cdcaa306-7a37-48bc-8e2f-2b44e27bf069", + "596414c9-06e2-437b-be4c-7c85e61a2b38", + "37edf16a-9e1c-437e-b1ba-086700ec687b", + "82c0fe45-ff9b-41fc-b88a-33de59e3085b", + "5a4e028c-79bf-4eca-877c-5fa4731b1f81", + "31a0d74f-56a9-46c9-94f2-af27bd486dcb", + "a23bdfd8-ee03-4d79-b955-14989de9007e", + "50d97c7d-fca1-4869-98d5-c7b63cba623d", + "17ddb34f-f3e9-437a-81fa-5556e22ad5a7" + ], + "durationId": "31cb04b6-bd33-4027-aaed-7d7843ad2361", + "parent": "008a5abd-41c1-4013-8027-13a78df21507" + } + }, + { + "head": { + "id": "49dc2800-e980-436d-9420-c252e9436f35", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553871526500, + "endTime": 355553871534500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "50c55005-4305-4c76-a7a0-115a70cff0a9", + "logId": "f69697e2-970d-4ec8-bcb5-46c1b857bec0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f69697e2-970d-4ec8-bcb5-46c1b857bec0", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553871526500, + "endTime": 355553871534500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "49dc2800-e980-436d-9420-c252e9436f35", + "parent": "008a5abd-41c1-4013-8027-13a78df21507" + } + }, + { + "head": { + "id": "963eefbf-0c5d-4324-8542-5b32d36f5ed4", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553870736916, + "endTime": 355553871538833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "55509f7d-dbcb-4873-a5dc-781876173286", + "parent": "008a5abd-41c1-4013-8027-13a78df21507" + } + }, + { + "head": { + "id": "b2cb81d6-f32c-4613-9880-8ac18212e489", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553871541583, + "endTime": 355553871542208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "354c7510-8872-4f6c-b320-27a7715dec13", + "parent": "008a5abd-41c1-4013-8027-13a78df21507" + } + }, + { + "head": { + "id": "008a5abd-41c1-4013-8027-13a78df21507", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553718704958, + "endTime": 355553871545083 + }, + "additional": { + "logType": "info", + "children": [ + "79e194c2-9fd1-4a70-9b03-b39ce3fe0fe6", + "2e3099df-d599-4e4a-a7ea-1401f83ad3a0", + "963eefbf-0c5d-4324-8542-5b32d36f5ed4", + "b2cb81d6-f32c-4613-9880-8ac18212e489", + "976aa49c-5fde-4a89-a0cf-ec8456d4fca4", + "798d0cc5-f926-4f15-b069-fad5d4cb631f", + "f69697e2-970d-4ec8-bcb5-46c1b857bec0" + ], + "durationId": "50c55005-4305-4c76-a7a0-115a70cff0a9" + } + }, + { + "head": { + "id": "1712addd-db4c-4c73-a462-cd7d731c83b6", + "name": "Configuration task cost before running: 156 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553871667583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f61f4732-85ac-4d40-bad8-cd9340e357ba", + "name": "entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553873311000, + "endTime": 355553874993916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "3257c20f-a1e5-4072-94ce-d2d4c6d15153", + "logId": "a48b54de-667e-4878-a133-a0f451acb51e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3257c20f-a1e5-4072-94ce-d2d4c6d15153", + "name": "create entry:default@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553872282166 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f61f4732-85ac-4d40-bad8-cd9340e357ba" + } + }, + { + "head": { + "id": "85423918-ea9f-40a8-b990-2c5466bdcf59", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553872400208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a00be7bd-a6f3-4fa4-a157-2edbf6f83c70", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553872435125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1bda764d-0fe8-4511-a1b2-298be038e79d", + "name": "Executing task :entry:default@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553873321041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0267d9f-a8ce-48b1-ad42-423680b21c59", + "name": "Incremental task entry:default@PreBuild pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553874898875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "01581b4c-0fff-4ed1-95eb-e1dfe8788cff", + "name": "entry : default@PreBuild cost memory 0.22063446044921875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553874954125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a48b54de-667e-4878-a133-a0f451acb51e", + "name": "UP-TO-DATE :entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553873311000, + "endTime": 355553874993916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f61f4732-85ac-4d40-bad8-cd9340e357ba" + } + }, + { + "head": { + "id": "9128cd4d-13ea-4d3f-b6a7-f4e69b6786a3", + "name": "entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553876264625, + "endTime": 355553876866750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "328f3da3-0cf5-4c51-bc15-2bb3026877df", + "logId": "7c810f53-2cfc-4e56-86ad-3f4cb35d12e0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "328f3da3-0cf5-4c51-bc15-2bb3026877df", + "name": "create entry:default@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553875823250 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9128cd4d-13ea-4d3f-b6a7-f4e69b6786a3" + } + }, + { + "head": { + "id": "89571454-59ba-4baf-9c49-972b8811f546", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553875914875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fa78b0c7-f088-4bd4-b4f5-21841962bd6e", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553875952250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b9c81c4b-29e7-4925-87ca-0d34de62c3d2", + "name": "Executing task :entry:default@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553876272458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6a9b136b-a5ea-4c7d-83cf-0263fd21a567", + "name": "Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553876549291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "63b082d5-df71-4724-beaa-6501b3920744", + "name": "Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553876779458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4c61fae8-460e-42a5-9643-1981649dd0b7", + "name": "entry : default@GenerateMetadata cost memory 0.0822601318359375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553876825208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7c810f53-2cfc-4e56-86ad-3f4cb35d12e0", + "name": "UP-TO-DATE :entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553876264625, + "endTime": 355553876866750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9128cd4d-13ea-4d3f-b6a7-f4e69b6786a3" + } + }, + { + "head": { + "id": "9969b762-f609-438c-ba62-6da5e35d7b36", + "name": "entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553877728333, + "endTime": 355553877928666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "36db448c-12cb-43e0-8e16-ce3081405e05", + "logId": "2ccb8ef6-a71f-485c-ad31-93f928903272" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "36db448c-12cb-43e0-8e16-ce3081405e05", + "name": "create entry:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553877491375 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9969b762-f609-438c-ba62-6da5e35d7b36" + } + }, + { + "head": { + "id": "ac067ed4-fd2f-4396-a9b0-82579cf0efc2", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553877608541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7768d531-3556-486f-9f5e-3f5b6da53467", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553877645541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e78eb491-c28c-459a-89c4-035428478038", + "name": "Executing task :entry:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553877732583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1c41a5d9-745c-4729-ad06-192f8c9f178c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553877785166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e7ee319e-4786-4835-8458-caa29b053c6f", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553877809125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3ba19fdb-ba7e-42c9-8442-3b596de416f2", + "name": "entry : default@ConfigureCmake cost memory 0.03678131103515625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553877854500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d7238f0e-ff5b-4ca7-b89c-b9b813869434", + "name": "runTaskFromQueue task cost before running: 162 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553877896083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2ccb8ef6-a71f-485c-ad31-93f928903272", + "name": "Finished :entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553877728333, + "endTime": 355553877928666, + "totalTime": 159208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9969b762-f609-438c-ba62-6da5e35d7b36" + } + }, + { + "head": { + "id": "c2b3b1e5-feb6-475c-8e53-4c7948d6d41b", + "name": "entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553878906583, + "endTime": 355553879451291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "9c94bb2b-953f-4902-9ab7-519f9672b7f0", + "logId": "8f23dd25-a979-4219-9f16-9f367da77f2c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9c94bb2b-953f-4902-9ab7-519f9672b7f0", + "name": "create entry:default@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553878532916 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "c2b3b1e5-feb6-475c-8e53-4c7948d6d41b" + } + }, + { + "head": { + "id": "c2901b4f-7242-4148-b989-e723871d654a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553878633291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "96d353dc-0f95-4dc8-823b-999270f6ae94", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553878666000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3772bc29-cd70-4950-97c4-f38b8c998931", + "name": "Executing task :entry:default@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553878910083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "90fb71c2-aa7a-4c0a-869d-979121089716", + "name": "Incremental task entry:default@MergeProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553879373833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "01ed1b4b-dbef-4d1b-9b47-bc538005f12b", + "name": "entry : default@MergeProfile cost memory 0.09735107421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553879415000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8f23dd25-a979-4219-9f16-9f367da77f2c", + "name": "UP-TO-DATE :entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553878906583, + "endTime": 355553879451291 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c2b3b1e5-feb6-475c-8e53-4c7948d6d41b" + } + }, + { + "head": { + "id": "f969c529-4f80-40f9-ad6e-10eff0a14f91", + "name": "entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553880473916, + "endTime": 355553880997958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "2c574557-6f9d-4d67-b084-a2ba59e99e04", + "logId": "60ca5d04-8d29-462e-8de1-c5b8da4194af" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "2c574557-6f9d-4d67-b084-a2ba59e99e04", + "name": "create entry:default@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553880062958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f969c529-4f80-40f9-ad6e-10eff0a14f91" + } + }, + { + "head": { + "id": "4c5b57e9-4ab4-4825-8467-9bfe618a2cfa", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553880154291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "29d22300-2018-41ff-a423-54ef2dd04b59", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553880183291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a39a7ca2-3d90-4345-8ec8-bb2e1168f797", + "name": "Executing task :entry:default@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553880478041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d03ca5af-32a1-4f22-9d1a-b132966b6a22", + "name": "Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553880708083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc4a1bef-60ea-4bad-859c-49984eb3c41c", + "name": "Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553880917291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d61f9bce-616f-4c37-8064-fbe67b9b3dd1", + "name": "entry : default@CreateBuildProfile cost memory 0.08657073974609375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553880958375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "60ca5d04-8d29-462e-8de1-c5b8da4194af", + "name": "UP-TO-DATE :entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553880473916, + "endTime": 355553880997958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f969c529-4f80-40f9-ad6e-10eff0a14f91" + } + }, + { + "head": { + "id": "52957c69-9faf-44d2-a270-a1c5834642c2", + "name": "entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553881963833, + "endTime": 355553882163541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "06cfb13a-0fcc-4ce0-87a1-3ac16177d65e", + "logId": "d13b398c-bcf3-41b9-bb81-de22e57c4743" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "06cfb13a-0fcc-4ce0-87a1-3ac16177d65e", + "name": "create entry:default@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553881568375 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "52957c69-9faf-44d2-a270-a1c5834642c2" + } + }, + { + "head": { + "id": "d816fc79-74d3-4f1b-8b27-2fccb2a1a306", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553881654166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e5786194-dc0f-4522-b9be-55ff3857b400", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553881685458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "07dbc865-6ed6-48df-b063-8d1e65b96b30", + "name": "Executing task :entry:default@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553881967166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cb8eef72-2e9f-43cf-b8ed-3a40ebf47b1b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553882011791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a4cb4d7e-60b0-49fb-a01e-9fb030f4863d", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553882040875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0a9e7e76-450c-4673-896a-ad409fd429c0", + "name": "entry : default@PreCheckSyscap cost memory 0.03704071044921875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553882091125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "831aab4e-680a-4544-be94-7b9fe07bc672", + "name": "runTaskFromQueue task cost before running: 166 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553882134166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d13b398c-bcf3-41b9-bb81-de22e57c4743", + "name": "Finished :entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553881963833, + "endTime": 355553882163541, + "totalTime": 163375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "52957c69-9faf-44d2-a270-a1c5834642c2" + } + }, + { + "head": { + "id": "6eff602e-2ca2-4e67-821b-dc2fd05967a0", + "name": "entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553884325375, + "endTime": 355553884779708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "ba727fb7-6b64-4008-adca-c985957564c2", + "logId": "9ea0390f-629b-4819-ad7b-326ae1fd2236" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ba727fb7-6b64-4008-adca-c985957564c2", + "name": "create entry:default@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553882847041 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "6eff602e-2ca2-4e67-821b-dc2fd05967a0" + } + }, + { + "head": { + "id": "48e48dc2-8e37-4ae9-b7cd-10604005a55c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553882970166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8cfe8d7c-0973-4658-8254-7fbf35fe6812", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553883024708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f0c3a179-e83b-4546-a3f9-a9e1e7ae2c6e", + "name": "Executing task :entry:default@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553884333250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8031de23-78a1-4e12-bd7e-ffa5732e0bec", + "name": "Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553884455208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "74e1fe68-607d-439d-99e1-551df67f08af", + "name": "Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553884687083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ab70a2f5-fd84-4609-a6e1-5e0975cba943", + "name": "entry : default@GeneratePkgContextInfo cost memory 0.06146240234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553884740291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9ea0390f-629b-4819-ad7b-326ae1fd2236", + "name": "UP-TO-DATE :entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553884325375, + "endTime": 355553884779708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6eff602e-2ca2-4e67-821b-dc2fd05967a0" + } + }, + { + "head": { + "id": "3eca734e-7c08-449d-aedd-fa87185d46f4", + "name": "entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553886268583, + "endTime": 355553887098291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist." + ], + "detailId": "177af12c-74b5-46a1-9b00-b838e7c70145", + "logId": "720a3057-4184-4833-84f5-cb42713fc9ad" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "177af12c-74b5-46a1-9b00-b838e7c70145", + "name": "create entry:default@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553885450250 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "3eca734e-7c08-449d-aedd-fa87185d46f4" + } + }, + { + "head": { + "id": "86c98a5e-abc7-46a7-9185-0cf440864f58", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553885558333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0e2ef917-ea0c-49da-9023-026cd9ebf9ba", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553885597375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0a01941-a3fc-470c-b310-8d39ea3d7caa", + "name": "Executing task :entry:default@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553886272583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "86569ea5-cede-413d-b2c0-87157c4c6fc5", + "name": "entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553886855250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7e8c65f9-5391-4080-ae6b-86475a6623ae", + "name": "Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553886895125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9d50beac-52b2-464f-b088-ad1c34f47d8b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553886933625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c7be40e6-0353-4db9-b923-e32af3a8c76c", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553886966958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd6122aa-4d20-4fc2-a302-22bfd9adde56", + "name": "entry : default@ProcessIntegratedHsp cost memory 0.10520172119140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553887011541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e135df87-8f7d-4d54-bc0f-48ae2f8aca44", + "name": "runTaskFromQueue task cost before running: 171 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553887057416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "720a3057-4184-4833-84f5-cb42713fc9ad", + "name": "Finished :entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553886268583, + "endTime": 355553887098291, + "totalTime": 780250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3eca734e-7c08-449d-aedd-fa87185d46f4" + } + }, + { + "head": { + "id": "e9de344f-50d1-450f-a455-4fe06640ba25", + "name": "entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553888315291, + "endTime": 355553888511708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "50830e33-80c5-4c1e-8648-2955eabc2338", + "logId": "5cc3708b-582c-4742-988f-a555bb1e0855" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "50830e33-80c5-4c1e-8648-2955eabc2338", + "name": "create entry:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553887871416 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e9de344f-50d1-450f-a455-4fe06640ba25" + } + }, + { + "head": { + "id": "347d89e9-5e0e-4dd5-883c-53d6c225d330", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553887976041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c685f1c1-380e-4794-8807-13560b33e5cf", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553888003416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d8374b59-7c6e-44ee-9d46-cf70f1212603", + "name": "Executing task :entry:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553888320125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "257ed4de-d291-4a0b-a4db-7f58a1309dbd", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553888365750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fba7c116-e3e2-431d-ae61-211c4125b2de", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553888389625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0612f3c3-bef4-4190-82ea-f517a6717c68", + "name": "entry : default@BuildNativeWithCmake cost memory 0.0378265380859375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553888433833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d383d6fa-b9bd-44b0-9a7a-55b2655dad78", + "name": "runTaskFromQueue task cost before running: 173 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553888476416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5cc3708b-582c-4742-988f-a555bb1e0855", + "name": "Finished :entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553888315291, + "endTime": 355553888511708, + "totalTime": 153750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e9de344f-50d1-450f-a455-4fe06640ba25" + } + }, + { + "head": { + "id": "15a0bfb3-5fa6-4518-a68e-d01535814584", + "name": "entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553889537916, + "endTime": 355553891828708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "8fd02800-6404-4c5d-8afe-8a3a0f79886f", + "logId": "dee753af-aef3-4e07-b3fd-0fe7d7a652b3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8fd02800-6404-4c5d-8afe-8a3a0f79886f", + "name": "create entry:default@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553889119958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "15a0bfb3-5fa6-4518-a68e-d01535814584" + } + }, + { + "head": { + "id": "62217378-d38f-4531-a4cd-e70660260fa8", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553889212208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5d2342c7-7d04-4106-9bfc-fe6f48805d97", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553889242625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5712fd05-5565-4194-a620-721eb0970428", + "name": "Executing task :entry:default@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553889541541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4954815f-4d31-4366-a0ce-e95111769f63", + "name": "Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553891740416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5323de1b-ec7f-4187-b0a0-ee7bc88b0d40", + "name": "entry : default@MakePackInfo cost memory -4.3554229736328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553891795375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dee753af-aef3-4e07-b3fd-0fe7d7a652b3", + "name": "UP-TO-DATE :entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553889537916, + "endTime": 355553891828708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "15a0bfb3-5fa6-4518-a68e-d01535814584" + } + }, + { + "head": { + "id": "db3628d0-c1b3-49fb-8598-fd0650ae1dc3", + "name": "entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553893201541, + "endTime": 355553894406125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist." + ], + "detailId": "54a8c1e6-2ea9-4556-ba8c-8425c459ab8c", + "logId": "a51d18d0-a5b6-4767-8786-d73b1a89051b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "54a8c1e6-2ea9-4556-ba8c-8425c459ab8c", + "name": "create entry:default@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553892647625 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "db3628d0-c1b3-49fb-8598-fd0650ae1dc3" + } + }, + { + "head": { + "id": "e7e98b1f-c4f0-474f-aa71-7950e187e088", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553892749500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f366bbc5-b99e-4c67-b26c-cd39628102ef", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553892778000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7968ff36-9758-468d-9562-dafc58dc93a0", + "name": "Executing task :entry:default@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553893205666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3f26f4dd-306d-4f37-a603-15fd792e5628", + "name": "File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553893251375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4da0651e-1ec1-4e1a-ade9-8e35005f4ac4", + "name": "Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553893339833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0683d7b-90ef-4386-b51b-d970a22423d6", + "name": "entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553894149375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ab0c104a-7225-4f39-9140-ccfefe758b43", + "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553894212791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4918e2b1-a1cd-4a14-8052-492be4a8f0eb", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553894258000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "07f25f11-f3de-4e09-9a2d-f1126e2c0e5e", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553894287500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4239d14e-7384-448d-836c-5d50340adbcc", + "name": "entry : default@SyscapTransform cost memory 0.1241607666015625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553894335208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e54746e2-cc92-419b-8347-4dd2f15693e0", + "name": "runTaskFromQueue task cost before running: 179 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553894376916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a51d18d0-a5b6-4767-8786-d73b1a89051b", + "name": "Finished :entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553893201541, + "endTime": 355553894406125, + "totalTime": 1165334 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "db3628d0-c1b3-49fb-8598-fd0650ae1dc3" + } + }, + { + "head": { + "id": "5581d584-bf82-47d6-a138-e7c00657c500", + "name": "entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553895791291, + "endTime": 355553896107291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "23b110cd-b389-4201-b1d5-4b86e8fc66e8", + "logId": "be8167d9-5276-4940-a41d-d65b41bd1533" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "23b110cd-b389-4201-b1d5-4b86e8fc66e8", + "name": "create entry:default@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553895089333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5581d584-bf82-47d6-a138-e7c00657c500" + } + }, + { + "head": { + "id": "555508c7-d345-459e-bab3-738770868834", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553895191375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eb46ede6-852b-4dc4-bea8-2bcbe0b84217", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553895222166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3829cbcf-5ac4-4152-ae12-23be98f75aac", + "name": "Executing task :entry:default@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553895795958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2be0aead-06f4-4b34-9c18-cf1360bb66df", + "name": "Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553896035541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b2c89548-6381-4a02-b97b-72c380cefc0e", + "name": "entry : default@ProcessProfile cost memory 0.0491943359375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553896074875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "be8167d9-5276-4940-a41d-d65b41bd1533", + "name": "UP-TO-DATE :entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553895791291, + "endTime": 355553896107291 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5581d584-bf82-47d6-a138-e7c00657c500" + } + }, + { + "head": { + "id": "2e6e1bc6-5fa7-4420-afb5-7dc5128daec8", + "name": "entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553897420458, + "endTime": 355553898842541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "3717a925-84dd-4b7e-b729-2edf87ef594f", + "logId": "0d899bd9-21af-47c9-ba8b-5e7a0cc6613b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3717a925-84dd-4b7e-b729-2edf87ef594f", + "name": "create entry:default@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553896679833 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2e6e1bc6-5fa7-4420-afb5-7dc5128daec8" + } + }, + { + "head": { + "id": "88b54628-dadc-4243-8bba-4b5d06e8bb9b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553896775625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eec546b6-44d9-47a1-b874-16aff4404475", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553896803791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "da1bfe90-a51b-4f0c-9d30-5095bcb604a6", + "name": "Executing task :entry:default@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553897424333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ed8c1d5e-a233-4411-9923-2091a95c1371", + "name": "Incremental task entry:default@ProcessRouterMap pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553898764208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4d561a3f-acd0-4f13-8a37-e22d35d52979", + "name": "entry : default@ProcessRouterMap cost memory 0.170501708984375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553898802833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d899bd9-21af-47c9-ba8b-5e7a0cc6613b", + "name": "UP-TO-DATE :entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553897420458, + "endTime": 355553898842541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2e6e1bc6-5fa7-4420-afb5-7dc5128daec8" + } + }, + { + "head": { + "id": "ddf4f206-af57-435d-bcb3-e3ccbde42290", + "name": "entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553900851000, + "endTime": 355553901543833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "05614a19-9bd3-4a8a-ba8d-a994859201d2", + "logId": "7b8dc619-146a-420e-96b9-83dd987f732c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "05614a19-9bd3-4a8a-ba8d-a994859201d2", + "name": "create entry:default@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553899806500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "ddf4f206-af57-435d-bcb3-e3ccbde42290" + } + }, + { + "head": { + "id": "74591964-824d-41ee-a310-bc9032600da2", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553900286208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5b3d3695-adb7-48cb-ba75-36052974912d", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553900383041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "003aae7e-24ba-4e43-8cef-8c285c26c859", + "name": "Executing task :entry:default@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553900858541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9412a04c-7368-4afe-8122-879dc5c92eb0", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553900931458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8139f945-23a2-432b-b901-90f1d0f6e6f2", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553900960958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67d73420-17cb-4b59-a680-6982c6d0ac68", + "name": "entry : default@BuildNativeWithNinja cost memory 0.05222320556640625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553901449416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f5ff4c83-2e03-42df-bfac-e770edd5f109", + "name": "runTaskFromQueue task cost before running: 186 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553901511833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7b8dc619-146a-420e-96b9-83dd987f732c", + "name": "Finished :entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553900851000, + "endTime": 355553901543833, + "totalTime": 649792 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ddf4f206-af57-435d-bcb3-e3ccbde42290" + } + }, + { + "head": { + "id": "8c46ed01-a330-4864-911a-886a0011e4e6", + "name": "entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553903617500, + "endTime": 355553905369875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "6aa07dff-8ab6-4add-b6b2-890bb1a34607", + "logId": "93a407bd-f96f-47ad-84a8-f24e1d7d47ee" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6aa07dff-8ab6-4add-b6b2-890bb1a34607", + "name": "create entry:default@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553902683208 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "8c46ed01-a330-4864-911a-886a0011e4e6" + } + }, + { + "head": { + "id": "3483a54a-ba39-4e5a-850b-9248600ecfd7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553902801708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5b578ff9-8d17-4855-8080-f116f69d484d", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553902832083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3c175721-2ebc-4557-a79f-5a2d61a5af93", + "name": "restool module names: entry; moduleName=entry, taskName=default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553903177375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "97fd8fb6-f429-453e-a8f6-83227f20b6c0", + "name": "Executing task :entry:default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553904239333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9837e9a0-975a-4f07-ac15-dc85033ed328", + "name": "Incremental task entry:default@ProcessResource pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553904867583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "68bd8aab-9a41-4ca8-90c7-f527112a12e5", + "name": "entry : default@ProcessResource cost memory 0.1277008056640625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553904919041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "93a407bd-f96f-47ad-84a8-f24e1d7d47ee", + "name": "UP-TO-DATE :entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553903617500, + "endTime": 355553905369875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8c46ed01-a330-4864-911a-886a0011e4e6" + } + }, + { + "head": { + "id": "1e96c121-3931-4a42-ba2b-fea4c8112846", + "name": "entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553907903625, + "endTime": 355553913583208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "ca532412-c7fe-4565-89d0-73cee2ce2b31", + "logId": "9321f1c4-bf70-49af-bc8c-e7f0d50942a5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ca532412-c7fe-4565-89d0-73cee2ce2b31", + "name": "create entry:default@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553906581458 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "1e96c121-3931-4a42-ba2b-fea4c8112846" + } + }, + { + "head": { + "id": "5d886b77-3539-46e3-ac27-1847112ce536", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553906680791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b8198186-69a8-4e26-860d-8de6aeef4287", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553906713833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c874abcc-86ce-4293-81bf-848dbccc7a0d", + "name": "Executing task :entry:default@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553907908333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df38fb5f-e35c-41e9-b5e5-b5f1de015ec9", + "name": "Incremental task entry:default@GenerateLoaderJson pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553913471625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "146414a2-fa74-462f-af30-831e731897a5", + "name": "entry : default@GenerateLoaderJson cost memory 0.5606536865234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553913533416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9321f1c4-bf70-49af-bc8c-e7f0d50942a5", + "name": "UP-TO-DATE :entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553907903625, + "endTime": 355553913583208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1e96c121-3931-4a42-ba2b-fea4c8112846" + } + }, + { + "head": { + "id": "08ca1980-b3e0-447f-8127-868e14961550", + "name": "entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553916732541, + "endTime": 355553917847000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "be4d00e3-f333-4dd3-b80e-576122255ae6", + "logId": "01b9eadf-5d9c-41d6-a36c-15906934eb6d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "be4d00e3-f333-4dd3-b80e-576122255ae6", + "name": "create entry:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553916037416 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "08ca1980-b3e0-447f-8127-868e14961550" + } + }, + { + "head": { + "id": "511f5e1c-dd3e-4c25-b073-403ccdcc982d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553916262583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fc8996ba-7c26-434d-b168-e2b9bd397411", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553916314208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a6ed104f-c138-4173-95dc-83d4f7af6ef5", + "name": "Executing task :entry:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553916740458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5af42cce-80bf-44a9-bf5e-b56b124ba772", + "name": "Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553917746041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1cd0a9a1-02d3-440c-80b9-506819008d15", + "name": "entry : default@ProcessLibs cost memory 0.0988922119140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553917801500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "01b9eadf-5d9c-41d6-a36c-15906934eb6d", + "name": "UP-TO-DATE :entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553916732541, + "endTime": 355553917847000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "08ca1980-b3e0-447f-8127-868e14961550" + } + }, + { + "head": { + "id": "e7902043-06fe-48be-85da-4c8433740d64", + "name": "entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553919871041, + "endTime": 355553924353916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "6dad4f18-31ca-46d2-b1a1-a1cb443c9bf7", + "logId": "d19416b2-40e1-458f-98da-03ed4010b2ad" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6dad4f18-31ca-46d2-b1a1-a1cb443c9bf7", + "name": "create entry:default@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553918519458 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e7902043-06fe-48be-85da-4c8433740d64" + } + }, + { + "head": { + "id": "9f6378f0-3710-44f0-9b6f-3a1b3d9205c0", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553918630000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64a4dbf4-88f9-4ca7-be20-d1e8bcd407f8", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553918663458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "12669f62-6a6e-4048-8c14-ebb0346ac7eb", + "name": "restool module names: entry; moduleName=entry, taskName=default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553918903208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2d9bd5f1-3572-4314-8b24-fe14352e4e68", + "name": "Executing task :entry:default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553919884250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3a4b83a4-06f9-4eb8-8624-43ace2279915", + "name": "Incremental task entry:default@CompileResource pre-execution cost: 4 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553924249458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a84e0c00-93cb-46cb-8c30-2197c824d1ee", + "name": "entry : default@CompileResource cost memory 0.47968292236328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553924310875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d19416b2-40e1-458f-98da-03ed4010b2ad", + "name": "UP-TO-DATE :entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553919871041, + "endTime": 355553924353916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e7902043-06fe-48be-85da-4c8433740d64" + } + }, + { + "head": { + "id": "940df370-16a4-4263-9e6b-eb34f59fc4cd", + "name": "entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553926279250, + "endTime": 355553926736875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "d1697085-63fa-4e66-b553-e949aa372cc7", + "logId": "8e0db4f7-c094-4bc1-8917-3753c9d8cb14" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d1697085-63fa-4e66-b553-e949aa372cc7", + "name": "create entry:default@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553925198666 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "940df370-16a4-4263-9e6b-eb34f59fc4cd" + } + }, + { + "head": { + "id": "c5b6ab18-3a40-4beb-bf6d-f8d4eb2ce8d2", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553925297666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "856a707c-44a1-413a-af25-c7ebf9707346", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553925335500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "356f5583-7c78-41e9-b0e3-30e81bf6b8e1", + "name": "Executing task :entry:default@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553926283916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0b069721-8f2d-4a96-9033-0667cdac2cf9", + "name": "Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553926362125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cb3b3b96-0f56-4c16-8df4-4dc70e506875", + "name": "Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553926626583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "98650f33-7767-406c-b229-26ed208d7791", + "name": "entry : default@DoNativeStrip cost memory 0.06084442138671875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553926692750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8e0db4f7-c094-4bc1-8917-3753c9d8cb14", + "name": "UP-TO-DATE :entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553926279250, + "endTime": 355553926736875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "940df370-16a4-4263-9e6b-eb34f59fc4cd" + } + }, + { + "head": { + "id": "cb48e575-f496-4cb3-80c4-a0070c3e139c", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553928990458, + "endTime": 355555522585541 + }, + "additional": { + "children": [ + "dfd0afa6-eda2-465d-89a1-15a96bed116a", + "ea07f832-2884-47d2-abe8-b8b636278c4f" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "efc36303-591f-4545-8d7f-227d21c3ffcc", + "logId": "f93fb8ea-8ea5-49cf-9c0f-b0246447c40b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "efc36303-591f-4545-8d7f-227d21c3ffcc", + "name": "create entry:default@CompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553927366583 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "cb48e575-f496-4cb3-80c4-a0070c3e139c" + } + }, + { + "head": { + "id": "6eac5b0d-0a98-481c-b3af-2c828499fd9d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553927475625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fc6d974c-4fd1-4ae5-898b-baabdfe6299f", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553927510541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32fa03e4-9999-4bcc-be99-5ea82d9b47a5", + "name": "Executing task :entry:default@CompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553928994833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7cd7f9ab-e52a-4f85-a98b-51fb21153e6f", + "name": "build config:", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553934722916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1771d6f0-47f7-44cb-9d18-83e9d83b8d7e", + "name": "Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553935132541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "357dc4d1-7bed-4bae-8835-1223e3c14a89", + "name": "default@CompileArkTS work[30] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553936992333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dfd0afa6-eda2-465d-89a1-15a96bed116a", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355553939545500, + "endTime": 355555518169500 + }, + "additional": { + "children": [ + "583d9926-2bfb-4fc7-a99d-f0398741e1ee", + "20b76315-d575-4e52-b21f-b5d76473f6bc", + "89fda9f4-bcad-4f49-9db3-78a58aed6dc2", + "7a04881a-4a46-4116-817d-228c53a22897", + "3c3a6645-6d39-49cb-8120-3ed7f03f2842", + "fd2d6794-102d-42b4-a98e-37113b088a3a" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "cb48e575-f496-4cb3-80c4-a0070c3e139c", + "logId": "f03be107-60fe-44b8-94f4-6d4515e2e9c5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0f566186-5e4d-42a7-9a66-243c98a176b3", + "name": "default@CompileArkTS work[30] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553937499083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6e482888-c6a2-4fc4-b0ee-6a5152b611ee", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553937532708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "56e2c800-6de1-4341-8899-cf858f4e9456", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553937558291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a9e22964-ab8e-49c1-9a39-e48fdfaadabe", + "name": "A work dispatched to worker[5] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553937580958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e0468568-9241-44d9-9661-6e4b23d25d33", + "name": "default@CompileArkTS work[30] has been dispatched to worker[4].", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553937692666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d6ccc1e9-4abb-440c-b4cf-9289adb7680b", + "name": "default@CompileArkTS work[30] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553937723208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "81e7b301-2a9d-42f8-940d-7fa41e695092", + "name": "CopyResources startTime: 355553937757083", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553937759250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "33d0f0fb-3e4c-4960-a8ff-ab70e7ba53ab", + "name": "default@CompileArkTS work[31] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553937802583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ea07f832-2884-47d2-abe8-b8b636278c4f", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 355554511517000, + "endTime": 355554517880208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "cb48e575-f496-4cb3-80c4-a0070c3e139c", + "logId": "c2468dcd-6861-44d7-b2b9-779724daccfc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9c75caef-4016-42ed-b04d-0dbfcf399bbf", + "name": "default@CompileArkTS work[31] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553938095958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "852d4ecc-f5b0-4451-91f7-aaf84298b55d", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553938126875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "962b1e6f-a391-4552-adbe-f058bd849ace", + "name": "Create resident worker with id: 6.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553938157750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5be0dc0f-a306-4954-98b2-5a6061043ce3", + "name": "default@CompileArkTS work[31] has been dispatched to worker[6].", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553938742750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c4d5bc4e-88c0-41d4-b39a-a3be609c84c0", + "name": "default@CompileArkTS work[31] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553938777333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3bda3e41-b275-4745-bb58-aa9e4881159e", + "name": "entry : default@CompileArkTS cost memory -4.311805725097656", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553938842083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6179caf2-23f0-4d89-9173-ff29ca16ca42", + "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": 30598, + "tid": "Main Thread", + "startTime": 355553945586500, + "endTime": 355553947467583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "d22442dd-4da8-4a2b-bae4-f24aec598213", + "logId": "0eae8246-5d35-4f12-ad37-916f9ba5dec9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d22442dd-4da8-4a2b-bae4-f24aec598213", + "name": "create entry:default@BuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553941535333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "6179caf2-23f0-4d89-9173-ff29ca16ca42" + } + }, + { + "head": { + "id": "d8753de3-2515-452d-85df-594769888b6a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553942299916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6234d013-7628-4698-8509-6ef0844064f8", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553942378625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e327d183-c0a0-4f3f-9e80-69332ee84683", + "name": "Executing task :entry:default@BuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553945597791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d3901a6-94d4-4356-8a72-7a9893f23328", + "name": "entry : default@BuildJS cost memory 0.11737823486328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553947339000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4680067f-8337-458c-aa3d-415d4057799d", + "name": "runTaskFromQueue task cost before running: 232 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553947431000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0eae8246-5d35-4f12-ad37-916f9ba5dec9", + "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": 30598, + "tid": "Main Thread", + "startTime": 355553945586500, + "endTime": 355553947467583, + "totalTime": 1825750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6179caf2-23f0-4d89-9173-ff29ca16ca42" + } + }, + { + "head": { + "id": "b456adc0-0421-4b73-bede-20d5c53e43e3", + "name": "entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553951558416, + "endTime": 355553952262708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "d6110b61-97f6-4640-b74d-ef277a59471d", + "logId": "9b3929c3-4799-4687-ae9a-ec56fdc24fdc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d6110b61-97f6-4640-b74d-ef277a59471d", + "name": "create entry:default@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553949374666 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b456adc0-0421-4b73-bede-20d5c53e43e3" + } + }, + { + "head": { + "id": "4e2c7c9f-d485-4e32-ba16-5f8302802c7a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553949551750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ac5fc93a-20eb-4b36-9d6b-29a639ea8184", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553949675166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "35f22bb0-1311-41cb-9092-3ca6d394be4e", + "name": "Executing task :entry:default@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553951572875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "79705d7a-de92-4d94-b1fa-cbe5ad8c4bfa", + "name": "Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553951717625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0b6c8ae2-421b-49ef-a696-b413968e377e", + "name": "Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553952164333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e09da1d4-425f-4741-959a-a961097a2292", + "name": "entry : default@CacheNativeLibs cost memory 0.06819915771484375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553952220333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9b3929c3-4799-4687-ae9a-ec56fdc24fdc", + "name": "UP-TO-DATE :entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553951558416, + "endTime": 355553952262708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b456adc0-0421-4b73-bede-20d5c53e43e3" + } + }, + { + "head": { + "id": "4ebfd676-ad92-4172-91ae-8e354891a3ea", + "name": "worker[6] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355554518055000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9a5bcf18-0645-424c-99fa-21d8f2761b4f", + "name": "CopyResources is end, endTime: 355554518208291", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355554518212083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d48a7a0a-d144-4275-8559-2ddc79eeaa66", + "name": "default@CompileArkTS work[31] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355554518279000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2468dcd-6861-44d7-b2b9-779724daccfc", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 355554511517000, + "endTime": 355554517880208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ea07f832-2884-47d2-abe8-b8b636278c4f", + "parent": "f93fb8ea-8ea5-49cf-9c0f-b0246447c40b" + } + }, + { + "head": { + "id": "5c7af526-aa26-4262-9dad-8be7aee7e756", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355554518393875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "51b42c7f-4311-4794-8bda-162cc9ae04fd", + "name": "worker[4] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555518675666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "583d9926-2bfb-4fc7-a99d-f0398741e1ee", + "name": "generate configuration information", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355553949545333, + "endTime": 355553962033083 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "dfd0afa6-eda2-465d-89a1-15a96bed116a", + "logId": "29237c31-b9e7-4645-ab30-98c557515bc8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "29237c31-b9e7-4645-ab30-98c557515bc8", + "name": "generate configuration information", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553949545333, + "endTime": 355553962033083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "583d9926-2bfb-4fc7-a99d-f0398741e1ee", + "parent": "f03be107-60fe-44b8-94f4-6d4515e2e9c5" + } + }, + { + "head": { + "id": "20b76315-d575-4e52-b21f-b5d76473f6bc", + "name": "read build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355553962128791, + "endTime": 355553962272416 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "dfd0afa6-eda2-465d-89a1-15a96bed116a", + "logId": "b4fb4aca-d224-4c8b-ac54-fbe626edb1ea" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b4fb4aca-d224-4c8b-ac54-fbe626edb1ea", + "name": "read build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553962128791, + "endTime": 355553962272416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "20b76315-d575-4e52-b21f-b5d76473f6bc", + "parent": "f03be107-60fe-44b8-94f4-6d4515e2e9c5" + } + }, + { + "head": { + "id": "89fda9f4-bcad-4f49-9db3-78a58aed6dc2", + "name": "remove uncacheable modules", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355553962342375, + "endTime": 355553962457333 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "dfd0afa6-eda2-465d-89a1-15a96bed116a", + "logId": "dabe6621-d873-4277-b366-5ab67717541e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "dabe6621-d873-4277-b366-5ab67717541e", + "name": "remove uncacheable modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553962342375, + "endTime": 355553962457333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "89fda9f4-bcad-4f49-9db3-78a58aed6dc2", + "parent": "f03be107-60fe-44b8-94f4-6d4515e2e9c5" + } + }, + { + "head": { + "id": "7a04881a-4a46-4116-817d-228c53a22897", + "name": "compile ArkTS with rollup", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355553962498000, + "endTime": 355555447854083 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "dfd0afa6-eda2-465d-89a1-15a96bed116a", + "logId": "00d315be-a4bc-4822-86ff-388bee6234cd" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "00d315be-a4bc-4822-86ff-388bee6234cd", + "name": "compile ArkTS with rollup", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553962498000, + "endTime": 355555447854083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7a04881a-4a46-4116-817d-228c53a22897", + "parent": "f03be107-60fe-44b8-94f4-6d4515e2e9c5" + } + }, + { + "head": { + "id": "3c3a6645-6d39-49cb-8120-3ed7f03f2842", + "name": "write build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355555447886500, + "endTime": 355555462084125 + }, + "additional": { + "children": [ + "ba44e4bb-be07-466c-a3ed-2eb8adf9f693", + "4b67401d-a1af-4e14-90d6-e7565f1af0b2", + "b27367eb-122a-430c-aceb-270ee0b4e26c" + ], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "dfd0afa6-eda2-465d-89a1-15a96bed116a", + "logId": "5b1d326b-70ce-4151-89ec-64716440da43" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5b1d326b-70ce-4151-89ec-64716440da43", + "name": "write build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555447886500, + "endTime": 355555462084125 + }, + "additional": { + "logType": "info", + "children": [ + "20af65ad-f773-409a-97a9-6eb7b3016ed9", + "60daa938-dd16-4738-91ea-56d177f5eb4a", + "0abc01d1-c650-4afc-b371-d16090ee9bf6" + ], + "durationId": "3c3a6645-6d39-49cb-8120-3ed7f03f2842", + "parent": "f03be107-60fe-44b8-94f4-6d4515e2e9c5" + } + }, + { + "head": { + "id": "ba44e4bb-be07-466c-a3ed-2eb8adf9f693", + "name": "get final cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355555447919458, + "endTime": 355555447935541 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "3c3a6645-6d39-49cb-8120-3ed7f03f2842", + "logId": "20af65ad-f773-409a-97a9-6eb7b3016ed9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "20af65ad-f773-409a-97a9-6eb7b3016ed9", + "name": "get final cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555447919458, + "endTime": 355555447935541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ba44e4bb-be07-466c-a3ed-2eb8adf9f693", + "parent": "5b1d326b-70ce-4151-89ec-64716440da43" + } + }, + { + "head": { + "id": "4b67401d-a1af-4e14-90d6-e7565f1af0b2", + "name": "pack cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355555447940541, + "endTime": 355555460118083 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "3c3a6645-6d39-49cb-8120-3ed7f03f2842", + "logId": "60daa938-dd16-4738-91ea-56d177f5eb4a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "60daa938-dd16-4738-91ea-56d177f5eb4a", + "name": "pack cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555447940541, + "endTime": 355555460118083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4b67401d-a1af-4e14-90d6-e7565f1af0b2", + "parent": "5b1d326b-70ce-4151-89ec-64716440da43" + } + }, + { + "head": { + "id": "b27367eb-122a-430c-aceb-270ee0b4e26c", + "name": "write cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355555460122958, + "endTime": 355555462061833 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "3c3a6645-6d39-49cb-8120-3ed7f03f2842", + "logId": "0abc01d1-c650-4afc-b371-d16090ee9bf6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0abc01d1-c650-4afc-b371-d16090ee9bf6", + "name": "write cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555460122958, + "endTime": 355555462061833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b27367eb-122a-430c-aceb-270ee0b4e26c", + "parent": "5b1d326b-70ce-4151-89ec-64716440da43" + } + }, + { + "head": { + "id": "fd2d6794-102d-42b4-a98e-37113b088a3a", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355555462091166, + "endTime": 355555517418166 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "dfd0afa6-eda2-465d-89a1-15a96bed116a", + "logId": "c28673d8-88d4-40a2-941c-ce99c44a1242" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c28673d8-88d4-40a2-941c-ce99c44a1242", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555462091166, + "endTime": 355555517418166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fd2d6794-102d-42b4-a98e-37113b088a3a", + "parent": "f03be107-60fe-44b8-94f4-6d4515e2e9c5" + } + }, + { + "head": { + "id": "9d0b5d43-c940-49bc-b5e4-e801510027a2", + "name": "default@CompileArkTS work[30] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555522404416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f03be107-60fe-44b8-94f4-6d4515e2e9c5", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 355553939545500, + "endTime": 355555518169500 + }, + "additional": { + "logType": "info", + "children": [ + "29237c31-b9e7-4645-ab30-98c557515bc8", + "b4fb4aca-d224-4c8b-ac54-fbe626edb1ea", + "dabe6621-d873-4277-b366-5ab67717541e", + "00d315be-a4bc-4822-86ff-388bee6234cd", + "5b1d326b-70ce-4151-89ec-64716440da43", + "c28673d8-88d4-40a2-941c-ce99c44a1242" + ], + "durationId": "dfd0afa6-eda2-465d-89a1-15a96bed116a", + "parent": "f93fb8ea-8ea5-49cf-9c0f-b0246447c40b" + } + }, + { + "head": { + "id": "e47def15-9024-4a24-863a-c6f63b0d5559", + "name": "A work dispatched to worker[4] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555522524916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f93fb8ea-8ea5-49cf-9c0f-b0246447c40b", + "name": "Finished :entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553928990458, + "endTime": 355555522585541, + "totalTime": 1588509375 + }, + "additional": { + "logType": "info", + "children": [ + "f03be107-60fe-44b8-94f4-6d4515e2e9c5", + "c2468dcd-6861-44d7-b2b9-779724daccfc" + ], + "durationId": "cb48e575-f496-4cb3-80c4-a0070c3e139c" + } + }, + { + "head": { + "id": "7411b75f-53ab-4319-a7c8-653df941b74e", + "name": "entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555525441458, + "endTime": 355555526173666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "0f769481-5409-4a35-93cc-3f43b715aefd", + "logId": "5ecd4090-76c5-4224-b1bd-bbb9d7dd2980" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "0f769481-5409-4a35-93cc-3f43b715aefd", + "name": "create entry:default@GeneratePkgModuleJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555524512125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "7411b75f-53ab-4319-a7c8-653df941b74e" + } + }, + { + "head": { + "id": "483bd2a6-f294-4bce-8035-e4900853b0c8", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555524715416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c1518ee9-0cf8-4f58-80d1-f317f9c961a0", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555524755000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f76f26b2-e498-4170-9c80-765cfd41adcb", + "name": "Executing task :entry:default@GeneratePkgModuleJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555525458375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8ad33f37-29d7-4de6-ab44-49c7b5061090", + "name": "Task 'entry:default@GeneratePkgModuleJson' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555525606541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8c82dd25-e6d4-4626-ac41-b2c32730fd84", + "name": "Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555526032208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ed491555-89cd-4d89-b613-ccf225c657dd", + "name": "entry : default@GeneratePkgModuleJson cost memory 0.06204986572265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555526122375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5ecd4090-76c5-4224-b1bd-bbb9d7dd2980", + "name": "UP-TO-DATE :entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555525441458, + "endTime": 355555526173666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7411b75f-53ab-4319-a7c8-653df941b74e" + } + }, + { + "head": { + "id": "808e79b9-4253-4f94-b58d-f1adf2aada7b", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555530966125, + "endTime": 355556039510666 + }, + "additional": { + "children": [ + "7c1c89f4-35d8-4bd3-a703-7401c378d5d4", + "b57474be-fb64-4ee6-bc11-a96e9baa1343", + "7142e99b-c4e7-41fa-9bed-a3bbfa6c9323" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [ + "The input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets' has been changed." + ], + "detailId": "4ca72d8a-e877-4259-aedb-b57974eef72d", + "logId": "65565a0a-2bc5-4500-8fd0-fc95374d1cbf" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "4ca72d8a-e877-4259-aedb-b57974eef72d", + "name": "create entry:default@PackageHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555527834583 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "808e79b9-4253-4f94-b58d-f1adf2aada7b" + } + }, + { + "head": { + "id": "d03fa7ec-b7bc-4d2d-ad1a-fc62120f226d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555527986708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "18f61cd6-96b0-4e77-ab16-a39fef028cb4", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555528047958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4b597b41-eb64-410e-a6a7-72101954a33b", + "name": "Executing task :entry:default@PackageHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555530973416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "43ac6289-f9e7-4102-aa55-b55e8c537cd6", + "name": "entry:default@PackageHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555534607958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "40dccc21-855f-48a2-8ed5-8f22a5cc9051", + "name": "Incremental task entry:default@PackageHap pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555534703791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6ad00d3e-7633-438e-b51d-bfc8fbbd471b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555534786541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0a178f14-0da2-4643-88c5-fa4d14a71bfb", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555534817833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7c1c89f4-35d8-4bd3-a703-7401c378d5d4", + "name": "generate HAP packaging command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555535300708, + "endTime": 355555535926208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "808e79b9-4253-4f94-b58d-f1adf2aada7b", + "logId": "f91ad4dd-5ea8-405c-9a2f-860c04da764e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "54317f75-8765-4acf-8791-05685391fe4a", + "name": "Use tool [/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar]\n [\n 'java',\n '-Dfile.encoding=utf-8',\n '-jar',\n '/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/lib/app_packing_tool.jar',\n '--mode',\n 'hap',\n '--force',\n 'true',\n '--lib-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default',\n '--json-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/package/default/module.json',\n '--resources-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources',\n '--index-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index',\n '--pack-info-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info',\n '--out-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap',\n '--ets-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets',\n '--pkg-context-path',\n '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json'\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555535831291 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "808e79b9-4253-4f94-b58d-f1adf2aada7b" + } + }, + { + "head": { + "id": "f91ad4dd-5ea8-405c-9a2f-860c04da764e", + "name": "generate HAP packaging command", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555535300708, + "endTime": 355555535926208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7c1c89f4-35d8-4bd3-a703-7401c378d5d4", + "parent": "65565a0a-2bc5-4500-8fd0-fc95374d1cbf" + } + }, + { + "head": { + "id": "b57474be-fb64-4ee6-bc11-a96e9baa1343", + "name": "submit HAP packaging task to work pool", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555536191625, + "endTime": 355555537166166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "808e79b9-4253-4f94-b58d-f1adf2aada7b", + "logId": "120033df-3199-449e-97c7-249ae61b822a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "2ccb5011-a379-4e85-8a88-30c6650ce477", + "name": "default@PackageHap work[32] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555536592708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7142e99b-c4e7-41fa-9bed-a3bbfa6c9323", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 355555587482208, + "endTime": 355556038962583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "808e79b9-4253-4f94-b58d-f1adf2aada7b", + "logId": "bbba6d8c-a770-4d25-ae55-49375322f69c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5d9c9b1c-ff79-43b3-8dd4-8b155994703d", + "name": "default@PackageHap work[32] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555536933833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b93a8617-b901-46f5-ba5f-c226b9356783", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555536969625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "58372c54-83b2-4dad-a6a8-d01d84133495", + "name": "default@PackageHap work[32] has been dispatched to worker[6].", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555537054833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c4ba50dd-d432-4629-85ed-fe55d5a6c92e", + "name": "default@PackageHap work[32] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555537135375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "120033df-3199-449e-97c7-249ae61b822a", + "name": "submit HAP packaging task to work pool", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555536191625, + "endTime": 355555537166166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b57474be-fb64-4ee6-bc11-a96e9baa1343", + "parent": "65565a0a-2bc5-4500-8fd0-fc95374d1cbf" + } + }, + { + "head": { + "id": "58c4b7ba-ff8b-48db-b1de-d6177b505a8e", + "name": "entry : default@PackageHap cost memory 0.7360763549804688", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555538798000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9eeb427c-d292-430b-8730-0bec43de53c8", + "name": "worker[6] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556039105333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3c018bbd-abcc-4682-99c1-ab5ed7e341ce", + "name": "default@PackageHap work[32] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556039323541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bbba6d8c-a770-4d25-ae55-49375322f69c", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 355555587482208, + "endTime": 355556038962583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7142e99b-c4e7-41fa-9bed-a3bbfa6c9323", + "parent": "65565a0a-2bc5-4500-8fd0-fc95374d1cbf" + } + }, + { + "head": { + "id": "ac61e3a4-eda4-4281-b0da-8d9d0a26df03", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556039448791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "65565a0a-2bc5-4500-8fd0-fc95374d1cbf", + "name": "Finished :entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355555530966125, + "endTime": 355556039510666, + "totalTime": 459377875 + }, + "additional": { + "logType": "info", + "children": [ + "f91ad4dd-5ea8-405c-9a2f-860c04da764e", + "120033df-3199-449e-97c7-249ae61b822a", + "bbba6d8c-a770-4d25-ae55-49375322f69c" + ], + "durationId": "808e79b9-4253-4f94-b58d-f1adf2aada7b" + } + }, + { + "head": { + "id": "14ebf856-1a58-45a1-9aab-9d8aa2937dd1", + "name": "entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556042973125, + "endTime": 355556044406625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed." + ], + "detailId": "d3312c5f-5c5d-4f07-8b4a-fe76faabc3ad", + "logId": "bfe8ea37-494c-410c-9d65-f0237a653961" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d3312c5f-5c5d-4f07-8b4a-fe76faabc3ad", + "name": "create entry:default@SignHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556041394375 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "14ebf856-1a58-45a1-9aab-9d8aa2937dd1" + } + }, + { + "head": { + "id": "7f21146c-6603-4a87-b698-3de04ca93ec4", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556041577625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "281eed5a-67a4-4d34-a175-8bc48158e15e", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556041652791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b656444a-f297-4a6c-9925-ceac2deded76", + "name": "Executing task :entry:default@SignHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556042982375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d62d422b-2982-41d7-a6de-44708de0c7b1", + "name": "Will skip sign 'hos_hap'. No signingConfigs profile is configured in current project.\n If needed, configure the signingConfigs in /Users/tian/Documents/DevEco/ClassMG/build-profile.json5.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556043320583 + }, + "additional": { + "logType": "warn", + "children": [], + "durationId": "14ebf856-1a58-45a1-9aab-9d8aa2937dd1" + } + }, + { + "head": { + "id": "fcfcbd5d-d088-4a45-a51d-6064e208e8b4", + "name": "entry:default@SignHap is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556043538291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d5d48f3c-ce7c-4ddf-b086-e5a7363d6c1b", + "name": "Incremental task entry:default@SignHap pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556043593083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "02620897-e4a8-4c04-ba89-14169c288b73", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556043646333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "00fb446c-45d9-405c-8b5d-d14b381e1e8f", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556043699541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "28d11c2c-adaf-4ce0-afbb-e07a9d0d1247", + "name": "entry : default@SignHap cost memory 0.10248565673828125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556044253291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0fc85a81-9806-4d7b-8f17-751359ef9d96", + "name": "runTaskFromQueue task cost before running: 2 s 329 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556044361500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bfe8ea37-494c-410c-9d65-f0237a653961", + "name": "Finished :entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556042973125, + "endTime": 355556044406625, + "totalTime": 1354459 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "14ebf856-1a58-45a1-9aab-9d8aa2937dd1" + } + }, + { + "head": { + "id": "51565704-4ecd-475a-b3f9-cfbb5d9673fc", + "name": "entry:default@CollectDebugSymbol", + "description": "Collect debug symbols to output dir.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556046076458, + "endTime": 355556048253333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "6cefe593-5bc6-4ce0-afbb-b5a67cf39b55", + "logId": "d40c5c22-7f22-4ce6-8e88-5e87817ee2f6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6cefe593-5bc6-4ce0-afbb-b5a67cf39b55", + "name": "create entry:default@CollectDebugSymbol task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556045441791 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "51565704-4ecd-475a-b3f9-cfbb5d9673fc" + } + }, + { + "head": { + "id": "f5e505a0-49e7-4b9c-b62d-7e61407c74c1", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556045604041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "505422b0-96d8-4cb8-b034-c9eb79062228", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556045654791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c0438731-058a-416a-a4a8-21a8eee001ac", + "name": "Executing task :entry:default@CollectDebugSymbol", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556046083250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "25df8a08-6965-4f42-9138-8c3b69753c2b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556048022541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "79476283-fa21-4d97-aa5e-433eff3ac96e", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556048076458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "53b52518-08df-40bd-91ef-7dc6a2bb0eab", + "name": "entry : default@CollectDebugSymbol cost memory 0.19007110595703125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556048156666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "baf9e3aa-81d4-4400-b4c3-891a1a84f4a5", + "name": "runTaskFromQueue task cost before running: 2 s 332 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556048217416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d40c5c22-7f22-4ce6-8e88-5e87817ee2f6", + "name": "Finished :entry:default@CollectDebugSymbol", + "description": "Collect debug symbols to output dir.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556046076458, + "endTime": 355556048253333, + "totalTime": 2122083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "51565704-4ecd-475a-b3f9-cfbb5d9673fc" + } + }, + { + "head": { + "id": "085b4152-d518-43de-aef7-136142b50bf0", + "name": "entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556049087833, + "endTime": 355556049245708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "entry", + "category": "Hook", + "taskRunReasons": [], + "detailId": "5fe7088f-8f8b-4755-a18a-352b9c8438cc", + "logId": "0b0a9f6c-6ead-4f69-ad7a-58bf6b7433a4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5fe7088f-8f8b-4755-a18a-352b9c8438cc", + "name": "create entry:assembleHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556049064416 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "085b4152-d518-43de-aef7-136142b50bf0" + } + }, + { + "head": { + "id": "41a42bae-edfe-40e6-a39b-f790da9c82b9", + "name": "Executing task :entry:assembleHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556049092291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3dad2094-0f75-4014-a560-8dd4f5db5e1d", + "name": "entry : assembleHap cost memory 0.01160430908203125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556049165666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32f971a5-9cd2-4066-9586-f2cbdd6ba1e3", + "name": "runTaskFromQueue task cost before running: 2 s 333 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556049216208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0b0a9f6c-6ead-4f69-ad7a-58bf6b7433a4", + "name": "Finished :entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556049087833, + "endTime": 355556049245708, + "totalTime": 119667 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "085b4152-d518-43de-aef7-136142b50bf0" + } + }, + { + "head": { + "id": "93dc4058-4838-46be-9a5d-793c5dc1d053", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556050573416, + "endTime": 355556050606958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c1241c79-76f1-4383-a57e-9f2f7aed2cf1", + "logId": "7d26c394-31b8-4384-88dd-fed01167d48a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7d26c394-31b8-4384-88dd-fed01167d48a", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556050573416, + "endTime": 355556050606958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "93dc4058-4838-46be-9a5d-793c5dc1d053" + } + }, + { + "head": { + "id": "3331791e-df47-43e3-b241-03dc6e2050a8", + "name": "BUILD SUCCESSFUL in 2 s 335 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556050666833 + }, + "additional": { + "logType": "info", + "children": [] + } + }, + { + "head": { + "id": "d3b52478-a40e-408f-a75f-94461001b3e5", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355553716241250, + "endTime": 355556050979041 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 20, + "minute": 56 + }, + "completeCommand": "{\"prop\":[\"module=entry@default\",\"product=default\",\"requiredDeviceType=phone\"],\"mode\":\"module\",\"parallel\":true,\"incremental\":true,\"daemon\":true,\"_\":[\"assembleHap\"],\"analyze\":\"normal\"};assembleHap", + "hvigorVersion": "5.14.3", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "success" + } + }, + { + "head": { + "id": "61068f5d-7ac4-47e0-8dfb-b31ba9827380", + "name": "There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556051020041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f4b2f410-99f8-4e08-9ec1-87a59e9e1b78", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556051072333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "680a97ea-9ccb-4f7f-83d5-c76a76f1c941", + "name": "There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556051109250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7db5190c-dbdb-45bf-b5a5-943845a6a2fa", + "name": "There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556051145208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5006d9a1-e958-4352-914d-74e97ca26a68", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556051185208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0d8477c-763f-4e02-bfca-08e9516070ad", + "name": "Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556051488291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e177115b-81e3-4e37-86b0-b658ccd45e85", + "name": "Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556051805458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4d87ee2a-9b01-407a-932c-615ccf76ec42", + "name": "There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556051845458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d6e2c239-8444-4637-881f-282d75cacefb", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556051917166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b97e5646-bd28-43f6-8780-0a82ca8b1492", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556052034208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ef885c97-f4d5-4e1a-ae83-19e27fcfaef4", + "name": "Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556052297708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6610de0e-2c4f-4296-95dc-34765d0d3e20", + "name": "Incremental task entry:default@SyscapTransform post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556052408666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "49f8e763-de8e-4f5e-abf9-f137455b65dd", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556052444500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3a1936d0-1382-4a24-9123-5a6a68b8eb3f", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556052476125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d6499bc-5b36-49e0-943b-644129eed960", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556052511083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "43077823-7369-4e85-836b-5829ca5b3a90", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556052559625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2986dd6f-b6d6-4db0-b0d9-0d79390e2f80", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556052589625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f1513ae8-cfe1-4485-9064-0b493286e52b", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556052627291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7def3053-3bdd-4cd0-a54f-242abaa60724", + "name": "There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556052667750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bd4db3e1-dd16-4627-9342-708652660580", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556053806375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1bc8fe1b-f572-4588-9308-5b0f5a49aff5", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556054032666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5170f910-dab8-4f27-83a1-4421c5c8be13", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556054143875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "94491c81-0a71-40d9-99bd-f91716420d18", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556054215375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6402f8b2-8be5-4708-89bd-7ef1e79a64af", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556054271458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "60a77811-f699-425c-9873-e2df442e6e7f", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556054525416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "75834c84-b58a-4dc1-9c89-5b4ec20d4ce6", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556054934500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1f72c482-3559-4a86-a0e1-2da2207cf290", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556054985833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6b57cfb2-81e2-4f7a-808c-1d2161f64b77", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556055036791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a3b0aed9-88f5-4a77-8bb1-a91c7030a50d", + "name": "Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556055100583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "19cedc15-acc8-4142-9070-e08730446180", + "name": "Incremental task entry:default@CompileArkTS post-execution cost:3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556055328625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "868bb3da-c75d-4aac-8155-cf632ff45657", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556055924583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "51040b41-9279-4e18-8a14-f0f3b7884d62", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556056056750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f2e90753-1e23-4302-9223-ec42cd699ede", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556056127791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "96bfe3a5-d57d-4d48-ad47-100f2feda9b5", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556056177166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9aac6b06-ffd1-4133-ade7-2cecc836a11f", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556056226625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "44af4192-057d-4ed5-9482-19c18a407a0a", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556056331833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "96e44b9c-50c1-45b8-982a-a6e45568bbf4", + "name": "Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556056392208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "51a38b8f-1db1-4c92-9bf0-6d701c91fd7b", + "name": "Incremental task entry:default@BuildJS post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556056520750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6ed5eadf-e317-4ba3-a417-ff23f15455db", + "name": "There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556056560416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "debcedbc-8223-429f-9e0e-64e6adc59d42", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556056591750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "92974dcf-d70a-47e8-956f-b6337e8701ad", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/stripped_native_libs/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556056850000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f15623cd-c5ce-42b6-a3a4-d9e31430db84", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556056932875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d78fa812-70ee-417d-ba4b-0dee03a994f4", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556056985875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "92a7c09c-f14c-441d-862b-b1ff1ab644a7", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources.index cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556057599416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0e02a2dd-41ae-4885-a8e6-9d58db06e0b9", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/pack.info cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556057706666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0eb4077-8a60-4fc5-b8eb-f19eefe87aba", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556057765958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "08b51063-23c8-4ade-b670-e6ad416b29e7", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556057801208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5bdaaa04-a706-408d-ba28-0f7755729846", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556057850041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6cbd6ff4-0c30-4cf1-8c57-9dbc84d004b4", + "name": "Update task entry:default@PackageHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556057897208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e4aebfcd-5d56-4036-85dc-59150e473d07", + "name": "Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556058162041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "95ed838f-7e79-4480-93cb-0ab19b7bd98c", + "name": "Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/source_map/default/sourceMaps.map cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556058215125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d5f68db0-6a58-49bf-8284-90b295dcd25f", + "name": "Update task entry:default@PackageHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/mapping/sourceMaps.map cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556058273666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fbbdf792-38d0-40da-9e02-0a2e1bd3f245", + "name": "Incremental task entry:default@PackageHap post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556058370458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1e5b3add-d5d8-4bc8-80f3-13adb3d0cbf5", + "name": "Update task entry:default@SignHap input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-unsigned.hap cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556058426500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "41e48423-3b74-480d-9754-f96b32731634", + "name": "Update task entry:default@SignHap output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/entry-default-signed.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556058461541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1e8b1d56-9bfb-45ac-b8f6-f8b28ea3ed63", + "name": "Incremental task entry:default@SignHap post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556058553791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "474bf12a-f0c8-4352-9187-4afe7751a2a8", + "name": "Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556059447708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc98c3d2-a605-4d0d-9ec1-2e7001c7f9c5", + "name": "Update task entry:default@CollectDebugSymbol input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/libs/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556059501166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "38c24dfe-796e-45f2-92e5-db93f82ac142", + "name": "Update task entry:default@CollectDebugSymbol output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/outputs/default/symbol cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556059579875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f4cafaa7-7841-4720-90be-69dff76e61fc", + "name": "Incremental task entry:default@CollectDebugSymbol post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556059680333 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/.hvigor/report/report-202503312111026130.json b/.hvigor/report/report-202503312111026130.json new file mode 100644 index 0000000..525ced5 --- /dev/null +++ b/.hvigor/report/report-202503312111026130.json @@ -0,0 +1,8080 @@ +{ + "version": "2.0", + "ppid": 30597, + "events": [ + { + "head": { + "id": "330fbdf0-46df-41c8-b78a-2bdc859b174c", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556073061125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c3abfeab-e6c1-405a-a5b0-3173c9954d1d", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556077963375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2c548cb3-64fc-48d6-9768-ecdbc7e98c32", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556078139083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "da1828fc-7e2e-4aed-88eb-14ba8082d19c", + "name": "worker[6] exits with exit code 1.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 355556078393125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "11ecaae7-eb7b-4294-98dc-88c5acfcc55a", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401497973250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "46b3b26f-ad1c-4ae7-a834-de4a5dfa3df9", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401530700708, + "endTime": 356401776919750 + }, + "additional": { + "children": [ + "fdbf50ef-7b76-494a-8282-a615d48af6a3", + "09e69dae-cd1f-4e70-8b39-cb3be0cc5256", + "b1cb347f-3592-41cc-862a-ef0f2b8ff481", + "f8abd8cb-206e-4c66-ab1f-e4173ef21884", + "f9eaaebc-6bfc-4307-9283-d93af7ceb99a", + "78ff89dc-aa00-422c-a3d7-2503638c143f", + "9aa5bb69-a3ba-4ffe-90cd-ef225196a47e" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "2a5a5f04-fba8-4677-8237-5e3f041e0e21" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "fdbf50ef-7b76-494a-8282-a615d48af6a3", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401530708916, + "endTime": 356401562041833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "46b3b26f-ad1c-4ae7-a834-de4a5dfa3df9", + "logId": "b1ee9fcf-06fd-4bcb-97a5-c84da87cfd5c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "09e69dae-cd1f-4e70-8b39-cb3be0cc5256", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401562058666, + "endTime": 356401775341375 + }, + "additional": { + "children": [ + "972df933-6f47-4ec5-9bac-acea63a7d00f", + "2c7c5934-c3e1-4cfe-8166-5919b1297f6e", + "616d1a2f-b2c6-4a2f-b53e-f5e1024683ae", + "210c9cac-3d35-4206-8618-e63735a6ac4e", + "976d9c5c-2e91-4769-abcd-91a111691791", + "1672cf13-494c-4b3c-b09d-0456bc382523", + "b12d1340-cc00-4dbb-a4c0-4725f1c08732", + "d1769efe-5097-43ae-b7fd-61d4962e7bea", + "0212014b-c30d-4b6a-88b9-1b4aef5b63b2" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "46b3b26f-ad1c-4ae7-a834-de4a5dfa3df9", + "logId": "8c29aef4-3f58-4ec8-a1ec-8e6e2432505a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b1cb347f-3592-41cc-862a-ef0f2b8ff481", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401775372875, + "endTime": 356401776909375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "46b3b26f-ad1c-4ae7-a834-de4a5dfa3df9", + "logId": "8131a1b2-1cb8-43e0-a07c-a3c1e566122d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f8abd8cb-206e-4c66-ab1f-e4173ef21884", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401776912375, + "endTime": 356401776916833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "46b3b26f-ad1c-4ae7-a834-de4a5dfa3df9", + "logId": "46ba5d04-56ba-442c-9a82-cec06624d151" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f9eaaebc-6bfc-4307-9283-d93af7ceb99a", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401539952916, + "endTime": 356401540261500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "46b3b26f-ad1c-4ae7-a834-de4a5dfa3df9", + "logId": "afa75c4b-78f8-4841-aa7d-dc87a451b71a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "afa75c4b-78f8-4841-aa7d-dc87a451b71a", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401539952916, + "endTime": 356401540261500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f9eaaebc-6bfc-4307-9283-d93af7ceb99a", + "parent": "2a5a5f04-fba8-4677-8237-5e3f041e0e21" + } + }, + { + "head": { + "id": "78ff89dc-aa00-422c-a3d7-2503638c143f", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401547967083, + "endTime": 356401548504166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "46b3b26f-ad1c-4ae7-a834-de4a5dfa3df9", + "logId": "f72c3e0f-c87f-47e1-9735-d7cab08765bc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f72c3e0f-c87f-47e1-9735-d7cab08765bc", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401547967083, + "endTime": 356401548504166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "78ff89dc-aa00-422c-a3d7-2503638c143f", + "parent": "2a5a5f04-fba8-4677-8237-5e3f041e0e21" + } + }, + { + "head": { + "id": "6a27f16a-4bab-4c66-8b98-430b4484c0ab", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401549096708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2b14c46-f694-4363-a32d-a9a034a5848d", + "name": "Cache service initialization finished in 13 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401561935916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b1ee9fcf-06fd-4bcb-97a5-c84da87cfd5c", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401530708916, + "endTime": 356401562041833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fdbf50ef-7b76-494a-8282-a615d48af6a3", + "parent": "2a5a5f04-fba8-4677-8237-5e3f041e0e21" + } + }, + { + "head": { + "id": "972df933-6f47-4ec5-9bac-acea63a7d00f", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401565975208, + "endTime": 356401565981125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "09e69dae-cd1f-4e70-8b39-cb3be0cc5256", + "logId": "c4fede34-8875-4886-bca1-7e1017445d3d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "2c7c5934-c3e1-4cfe-8166-5919b1297f6e", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401566011458, + "endTime": 356401575049291 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "09e69dae-cd1f-4e70-8b39-cb3be0cc5256", + "logId": "d2d94aa5-5b2a-4a3f-8836-0ec3f9d6c47f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "616d1a2f-b2c6-4a2f-b53e-f5e1024683ae", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401575102833, + "endTime": 356401657388000 + }, + "additional": { + "children": [ + "573a088e-3563-432f-8fa7-67e56b39c21b", + "b55e77fd-3939-41be-8489-c0233b92bf61", + "0c12165e-85e5-40bd-a676-91a0c82b3af0" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "09e69dae-cd1f-4e70-8b39-cb3be0cc5256", + "logId": "89790044-2cbd-4635-bbc1-7c22902657b8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "210c9cac-3d35-4206-8618-e63735a6ac4e", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401657397833, + "endTime": 356401675961666 + }, + "additional": { + "children": [ + "0b996f7a-60aa-4ac3-a940-9702c967eecd" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "09e69dae-cd1f-4e70-8b39-cb3be0cc5256", + "logId": "1a19516d-c493-4199-9990-5c68d239c44e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "976d9c5c-2e91-4769-abcd-91a111691791", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401675968000, + "endTime": 356401766983416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "09e69dae-cd1f-4e70-8b39-cb3be0cc5256", + "logId": "703c69bc-517a-4d57-9288-a3a9d7774732" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1672cf13-494c-4b3c-b09d-0456bc382523", + "name": "ohpm install", + "description": "Ohpm install event.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401767867375, + "endTime": 356401771819125 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "09e69dae-cd1f-4e70-8b39-cb3be0cc5256", + "logId": "c0cbb87a-02f5-4352-aff3-0858659f189c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b12d1340-cc00-4dbb-a4c0-4725f1c08732", + "name": "eval hook", + "description": "EvaluateEvent hook.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401771836916, + "endTime": 356401775225250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "09e69dae-cd1f-4e70-8b39-cb3be0cc5256", + "logId": "654d7045-b8ce-466a-835d-f98a0d0476f4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d1769efe-5097-43ae-b7fd-61d4962e7bea", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401775242583, + "endTime": 356401775332875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "09e69dae-cd1f-4e70-8b39-cb3be0cc5256", + "logId": "73ee01cf-1c0f-4f6b-9945-83d9ee61789b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c4fede34-8875-4886-bca1-7e1017445d3d", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401565975208, + "endTime": 356401565981125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "972df933-6f47-4ec5-9bac-acea63a7d00f", + "parent": "8c29aef4-3f58-4ec8-a1ec-8e6e2432505a" + } + }, + { + "head": { + "id": "d2d94aa5-5b2a-4a3f-8836-0ec3f9d6c47f", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401566011458, + "endTime": 356401575049291 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2c7c5934-c3e1-4cfe-8166-5919b1297f6e", + "parent": "8c29aef4-3f58-4ec8-a1ec-8e6e2432505a" + } + }, + { + "head": { + "id": "573a088e-3563-432f-8fa7-67e56b39c21b", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401575589250, + "endTime": 356401575611625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "616d1a2f-b2c6-4a2f-b53e-f5e1024683ae", + "logId": "e2006719-dfb1-40f3-bf6f-aaced55ec0b6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e2006719-dfb1-40f3-bf6f-aaced55ec0b6", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401575589250, + "endTime": 356401575611625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "573a088e-3563-432f-8fa7-67e56b39c21b", + "parent": "89790044-2cbd-4635-bbc1-7c22902657b8" + } + }, + { + "head": { + "id": "b55e77fd-3939-41be-8489-c0233b92bf61", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401576889166, + "endTime": 356401656814041 + }, + "additional": { + "children": [ + "6939f9a6-38ae-4c6f-8e7c-59e75f537beb", + "1fed2d37-cbd6-4df8-a0d8-d43f9243eeaa" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "616d1a2f-b2c6-4a2f-b53e-f5e1024683ae", + "logId": "de6d5188-73d7-47d0-952a-a1fa633a58e9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6939f9a6-38ae-4c6f-8e7c-59e75f537beb", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401576890333, + "endTime": 356401586329958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b55e77fd-3939-41be-8489-c0233b92bf61", + "logId": "ed16f35e-f647-4a0b-b9bf-f44589f137a4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1fed2d37-cbd6-4df8-a0d8-d43f9243eeaa", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401586345708, + "endTime": 356401656800625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b55e77fd-3939-41be-8489-c0233b92bf61", + "logId": "ece080a8-8b18-4493-98e5-a2e5b656bf4f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "cb7f7170-b57f-4706-b8be-44c9cf8ea2b2", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401576894208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6eafc12b-8876-459c-be36-9927207ab37d", + "name": "hvigorfile, require result: { default: { system: [Function: appTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401586220083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ed16f35e-f647-4a0b-b9bf-f44589f137a4", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401576890333, + "endTime": 356401586329958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6939f9a6-38ae-4c6f-8e7c-59e75f537beb", + "parent": "de6d5188-73d7-47d0-952a-a1fa633a58e9" + } + }, + { + "head": { + "id": "ba2caa31-19f6-4ba0-a648-d3376ab8d911", + "name": "hvigorfile, binding system plugins [Function: appTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401586356708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9516d3d0-c4ec-48f7-bb25-ac1e2378faf0", + "name": "Start initialize project's product build option map with build mode debug.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401593090291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e44b38a5-3fc6-42e4-9e17-8ce8e5363d34", + "name": "Picking option from product 'default' with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401593169791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "245a2b64-c705-4672-871b-1e1c3393643e", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401593467958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "11cfe2a0-b156-4ae5-96e9-7e5083d71b1c", + "name": "End initialize project's product build option map with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401593551416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a4d25e83-3792-4817-9025-75cf2c45a359", + "name": "Product 'default' using build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n }\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401594802875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d6b88020-31af-4e8e-b71c-edcb36f44595", + "name": "No signingConfig found, initRemoteHspCache failed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401599461500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "17662643-0e50-425b-a924-c8ed5787be55", + "name": "Start recording SDK configuration permission data.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401603848041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8b721611-a6f9-45b6-a158-b4e52a451a7c", + "name": "Sdk init in 45 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401644997166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "71273a16-32f0-4935-adde-e12b9d25bc09", + "name": "sdkVersion", + "description": "5.0.2.126", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401645139000 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 21, + "minute": 11 + }, + "markType": "other" + } + }, + { + "head": { + "id": "a67c8322-472a-45c4-9d16-520a79fdaa69", + "name": "caseSensitiveCheckOn", + "description": "caseSensitiveCheck check is on", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401645160666 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 21, + "minute": 11 + }, + "markType": "other" + } + }, + { + "head": { + "id": "f666c9f2-eb30-4704-97ed-de15dd7d2a9d", + "name": "Project task initialization takes 11 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401656478958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7ba951a4-cccc-4e65-90ac-b9730c4503ec", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401656684625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cfe9db5b-e803-457b-be1e-7ec837a18da0", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401656731541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1ced1b25-9704-499e-be65-9d3d02687812", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401656767875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ece080a8-8b18-4493-98e5-a2e5b656bf4f", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401586345708, + "endTime": 356401656800625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1fed2d37-cbd6-4df8-a0d8-d43f9243eeaa", + "parent": "de6d5188-73d7-47d0-952a-a1fa633a58e9" + } + }, + { + "head": { + "id": "de6d5188-73d7-47d0-952a-a1fa633a58e9", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401576889166, + "endTime": 356401656814041 + }, + "additional": { + "logType": "info", + "children": [ + "ed16f35e-f647-4a0b-b9bf-f44589f137a4", + "ece080a8-8b18-4493-98e5-a2e5b656bf4f" + ], + "durationId": "b55e77fd-3939-41be-8489-c0233b92bf61", + "parent": "89790044-2cbd-4635-bbc1-7c22902657b8" + } + }, + { + "head": { + "id": "0c12165e-85e5-40bd-a676-91a0c82b3af0", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401657369000, + "endTime": 356401657381208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "616d1a2f-b2c6-4a2f-b53e-f5e1024683ae", + "logId": "dad5f337-16ec-4c8f-bd61-41efe3de0742" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "dad5f337-16ec-4c8f-bd61-41efe3de0742", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401657369000, + "endTime": 356401657381208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0c12165e-85e5-40bd-a676-91a0c82b3af0", + "parent": "89790044-2cbd-4635-bbc1-7c22902657b8" + } + }, + { + "head": { + "id": "89790044-2cbd-4635-bbc1-7c22902657b8", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401575102833, + "endTime": 356401657388000 + }, + "additional": { + "logType": "info", + "children": [ + "e2006719-dfb1-40f3-bf6f-aaced55ec0b6", + "de6d5188-73d7-47d0-952a-a1fa633a58e9", + "dad5f337-16ec-4c8f-bd61-41efe3de0742" + ], + "durationId": "616d1a2f-b2c6-4a2f-b53e-f5e1024683ae", + "parent": "8c29aef4-3f58-4ec8-a1ec-8e6e2432505a" + } + }, + { + "head": { + "id": "0b996f7a-60aa-4ac3-a940-9702c967eecd", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401658067125, + "endTime": 356401675952833 + }, + "additional": { + "children": [ + "6f690f77-3a0b-45ac-8f49-b39859b29d67", + "80678569-22c6-475e-941a-61bb298c5ae1", + "03fbe0ba-3233-42c9-b48f-3533526bf4ee" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "210c9cac-3d35-4206-8618-e63735a6ac4e", + "logId": "f4621833-918d-440f-ac80-9a56d7205544" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6f690f77-3a0b-45ac-8f49-b39859b29d67", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401660154500, + "endTime": 356401660166541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0b996f7a-60aa-4ac3-a940-9702c967eecd", + "logId": "32c70367-dc19-4b2f-8429-80d84dd5f4b9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "32c70367-dc19-4b2f-8429-80d84dd5f4b9", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401660154500, + "endTime": 356401660166541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6f690f77-3a0b-45ac-8f49-b39859b29d67", + "parent": "f4621833-918d-440f-ac80-9a56d7205544" + } + }, + { + "head": { + "id": "80678569-22c6-475e-941a-61bb298c5ae1", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401660948125, + "endTime": 356401675292666 + }, + "additional": { + "children": [ + "95167960-75db-4115-94ab-ed6419055b44", + "6a68c8d7-a459-4d67-af3a-78e44c09d3e5" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0b996f7a-60aa-4ac3-a940-9702c967eecd", + "logId": "4b72fd62-a046-4522-bba7-e9393e745ce8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "95167960-75db-4115-94ab-ed6419055b44", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401660948750, + "endTime": 356401664778458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "80678569-22c6-475e-941a-61bb298c5ae1", + "logId": "97ca9427-c242-496d-a16a-376e9a0b3924" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6a68c8d7-a459-4d67-af3a-78e44c09d3e5", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401664792041, + "endTime": 356401673382541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "80678569-22c6-475e-941a-61bb298c5ae1", + "logId": "962ae679-4848-4964-956d-5ec079bd31ee" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f62c5428-0bb6-4d82-80ce-feb063388fa3", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401660951708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9c6a0cf9-1d4b-4762-ab5b-ea6d6d9ef5ec", + "name": "hvigorfile, require result: { default: { system: [Function: hapTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401664660250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "97ca9427-c242-496d-a16a-376e9a0b3924", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401660948750, + "endTime": 356401664778458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "95167960-75db-4115-94ab-ed6419055b44", + "parent": "4b72fd62-a046-4522-bba7-e9393e745ce8" + } + }, + { + "head": { + "id": "ac00653f-998b-4999-a70d-adcac1977386", + "name": "hvigorfile, binding system plugins [Function: hapTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401664803125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "52a8252e-defd-47b4-bcbb-c77742a3a468", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401668960500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d273af9e-6d18-4b19-a222-687dff13ba1d", + "name": "Target 'default' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401669064416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cdfd3db2-0225-4ab5-ae69-131e9f2b522f", + "name": "Target 'ohosTest' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401670059791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "08654b4a-7fa2-4a84-9197-a6b7bce7a5de", + "name": "Module 'entry' target 'default' build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401670176833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ca2f3c1e-0432-48c8-a63d-8df466e7c4e2", + "name": "Module 'entry' target 'ohosTest' build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"default\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401670216041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e784eed0-77bb-40cb-90a7-60a124f2c9a8", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401670245625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "646a0900-083e-4ee3-88e4-129e28854d37", + "name": "Module 'entry' target 'default' using build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401670284291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3c277d4a-3ca6-455a-b560-5f0edc331a3d", + "name": "Module entry task initialization takes 2 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401673178833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1d505965-f9df-4e7b-81f1-eacc24be346c", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401673283208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3602f777-9637-4cc6-83b8-54127161983f", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401673321250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "280321f5-9139-4e7c-9d2f-17db31e6bf35", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401673352458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "962ae679-4848-4964-956d-5ec079bd31ee", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401664792041, + "endTime": 356401673382541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6a68c8d7-a459-4d67-af3a-78e44c09d3e5", + "parent": "4b72fd62-a046-4522-bba7-e9393e745ce8" + } + }, + { + "head": { + "id": "4b72fd62-a046-4522-bba7-e9393e745ce8", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401660948125, + "endTime": 356401675292666 + }, + "additional": { + "logType": "info", + "children": [ + "97ca9427-c242-496d-a16a-376e9a0b3924", + "962ae679-4848-4964-956d-5ec079bd31ee" + ], + "durationId": "80678569-22c6-475e-941a-61bb298c5ae1", + "parent": "f4621833-918d-440f-ac80-9a56d7205544" + } + }, + { + "head": { + "id": "03fbe0ba-3233-42c9-b48f-3533526bf4ee", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401675936541, + "endTime": 356401675945708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0b996f7a-60aa-4ac3-a940-9702c967eecd", + "logId": "8f617ca3-7f9e-4a58-8f24-b531bd7e62f3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8f617ca3-7f9e-4a58-8f24-b531bd7e62f3", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401675936541, + "endTime": 356401675945708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "03fbe0ba-3233-42c9-b48f-3533526bf4ee", + "parent": "f4621833-918d-440f-ac80-9a56d7205544" + } + }, + { + "head": { + "id": "f4621833-918d-440f-ac80-9a56d7205544", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401658067125, + "endTime": 356401675952833 + }, + "additional": { + "logType": "info", + "children": [ + "32c70367-dc19-4b2f-8429-80d84dd5f4b9", + "4b72fd62-a046-4522-bba7-e9393e745ce8", + "8f617ca3-7f9e-4a58-8f24-b531bd7e62f3" + ], + "durationId": "0b996f7a-60aa-4ac3-a940-9702c967eecd", + "parent": "1a19516d-c493-4199-9990-5c68d239c44e" + } + }, + { + "head": { + "id": "1a19516d-c493-4199-9990-5c68d239c44e", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401657397833, + "endTime": 356401675961666 + }, + "additional": { + "logType": "info", + "children": [ + "f4621833-918d-440f-ac80-9a56d7205544" + ], + "durationId": "210c9cac-3d35-4206-8618-e63735a6ac4e", + "parent": "8c29aef4-3f58-4ec8-a1ec-8e6e2432505a" + } + }, + { + "head": { + "id": "0375eb9c-b062-4611-bd53-eaa9f18ad3e6", + "name": "watch files: [\n '/Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts',\n '/Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/log4js.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/node.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/common.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/ms/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/rfdc/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/configuration.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/layouts.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/date-format/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/levels.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/clustering.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/LoggingEvent.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/flatted/cjs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/adapters.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/console.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stdout.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stderr.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/logLevelFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/categoryFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/noLogFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileWriteStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/graceful-fs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/polyfills.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/legacy-streams.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/clone.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/win32.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/rimraf.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-type.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/jsonfile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/jsonfile/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/move-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/move.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/output/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/now.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameFormatter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameParser.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/moveAndMaybeCompressFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/DateRollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/dateFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/fileSync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/tcp.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/categories.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/connect-logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/recording.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/src/common/util/local-file-writer.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/make-dir.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/utils.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-type.js',\n ... 1855 more items\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401702318875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9906b7d5-15da-4edf-93e2-328dc72c9ca3", + "name": "hvigorfile, resolve hvigorfile dependencies in 91 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401766791250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "703c69bc-517a-4d57-9288-a3a9d7774732", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401675968000, + "endTime": 356401766983416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "976d9c5c-2e91-4769-abcd-91a111691791", + "parent": "8c29aef4-3f58-4ec8-a1ec-8e6e2432505a" + } + }, + { + "head": { + "id": "0212014b-c30d-4b6a-88b9-1b4aef5b63b2", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401767714708, + "endTime": 356401767860250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "09e69dae-cd1f-4e70-8b39-cb3be0cc5256", + "logId": "6fb9729d-817f-4136-b185-01b86fa5a532" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "50632acd-1547-488f-b64f-8d584f2789e5", + "name": "project has submodules:entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401767732375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6fb9729d-817f-4136-b185-01b86fa5a532", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401767714708, + "endTime": 356401767860250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0212014b-c30d-4b6a-88b9-1b4aef5b63b2", + "parent": "8c29aef4-3f58-4ec8-a1ec-8e6e2432505a" + } + }, + { + "head": { + "id": "924c61a8-efd1-42c2-95f4-371bb4cf2af6", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401768463458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2cb700a0-09b3-46d1-9313-65d374cb962d", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401771341666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c0cbb87a-02f5-4352-aff3-0858659f189c", + "name": "ohpm install", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401767867375, + "endTime": 356401771819125 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1672cf13-494c-4b3c-b09d-0456bc382523", + "parent": "8c29aef4-3f58-4ec8-a1ec-8e6e2432505a" + } + }, + { + "head": { + "id": "659938d3-a008-4665-a929-c3cad4731b36", + "name": "Module ClassMG Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401772819500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9c649c6a-3ba4-4dbe-bfd6-1835815ae871", + "name": "Module ClassMG's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401772880208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3f06ca57-fa94-4d0b-8546-305191aa2920", + "name": "Module entry Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401773586583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "72d2399e-934b-4b2f-adb3-dbc0245a8cd9", + "name": "Module entry's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401773634875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "654d7045-b8ce-466a-835d-f98a0d0476f4", + "name": "eval hook", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401771836916, + "endTime": 356401775225250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b12d1340-cc00-4dbb-a4c0-4725f1c08732", + "parent": "8c29aef4-3f58-4ec8-a1ec-8e6e2432505a" + } + }, + { + "head": { + "id": "c543553f-a248-4aef-b28c-9c4f38e83057", + "name": "Configuration phase cost:210 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401775266750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "73ee01cf-1c0f-4f6b-9945-83d9ee61789b", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401775242583, + "endTime": 356401775332875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d1769efe-5097-43ae-b7fd-61d4962e7bea", + "parent": "8c29aef4-3f58-4ec8-a1ec-8e6e2432505a" + } + }, + { + "head": { + "id": "8c29aef4-3f58-4ec8-a1ec-8e6e2432505a", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401562058666, + "endTime": 356401775341375 + }, + "additional": { + "logType": "info", + "children": [ + "c4fede34-8875-4886-bca1-7e1017445d3d", + "d2d94aa5-5b2a-4a3f-8836-0ec3f9d6c47f", + "89790044-2cbd-4635-bbc1-7c22902657b8", + "1a19516d-c493-4199-9990-5c68d239c44e", + "703c69bc-517a-4d57-9288-a3a9d7774732", + "c0cbb87a-02f5-4352-aff3-0858659f189c", + "654d7045-b8ce-466a-835d-f98a0d0476f4", + "73ee01cf-1c0f-4f6b-9945-83d9ee61789b", + "6fb9729d-817f-4136-b185-01b86fa5a532" + ], + "durationId": "09e69dae-cd1f-4e70-8b39-cb3be0cc5256", + "parent": "2a5a5f04-fba8-4677-8237-5e3f041e0e21" + } + }, + { + "head": { + "id": "9aa5bb69-a3ba-4ffe-90cd-ef225196a47e", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401776886750, + "endTime": 356401776902416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "46b3b26f-ad1c-4ae7-a834-de4a5dfa3df9", + "logId": "8f3daf59-aafb-455b-81e9-d6b51e8fe207" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8f3daf59-aafb-455b-81e9-d6b51e8fe207", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401776886750, + "endTime": 356401776902416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9aa5bb69-a3ba-4ffe-90cd-ef225196a47e", + "parent": "2a5a5f04-fba8-4677-8237-5e3f041e0e21" + } + }, + { + "head": { + "id": "8131a1b2-1cb8-43e0-a07c-a3c1e566122d", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401775372875, + "endTime": 356401776909375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b1cb347f-3592-41cc-862a-ef0f2b8ff481", + "parent": "2a5a5f04-fba8-4677-8237-5e3f041e0e21" + } + }, + { + "head": { + "id": "46ba5d04-56ba-442c-9a82-cec06624d151", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401776912375, + "endTime": 356401776916833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f8abd8cb-206e-4c66-ab1f-e4173ef21884", + "parent": "2a5a5f04-fba8-4677-8237-5e3f041e0e21" + } + }, + { + "head": { + "id": "2a5a5f04-fba8-4677-8237-5e3f041e0e21", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401530700708, + "endTime": 356401776919750 + }, + "additional": { + "logType": "info", + "children": [ + "b1ee9fcf-06fd-4bcb-97a5-c84da87cfd5c", + "8c29aef4-3f58-4ec8-a1ec-8e6e2432505a", + "8131a1b2-1cb8-43e0-a07c-a3c1e566122d", + "46ba5d04-56ba-442c-9a82-cec06624d151", + "afa75c4b-78f8-4841-aa7d-dc87a451b71a", + "f72c3e0f-c87f-47e1-9735-d7cab08765bc", + "8f3daf59-aafb-455b-81e9-d6b51e8fe207" + ], + "durationId": "46b3b26f-ad1c-4ae7-a834-de4a5dfa3df9" + } + }, + { + "head": { + "id": "e0c9616b-4422-4324-b715-77190441888a", + "name": "Configuration task cost before running: 252 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401777104625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aed108d8-e49f-4775-89be-fa1744a130fe", + "name": "entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401781822041, + "endTime": 356401784577416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "1aad23f1-ed3e-4057-bdad-90c70522c427", + "logId": "34af74b7-1116-40a9-830e-4ca76035a700" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1aad23f1-ed3e-4057-bdad-90c70522c427", + "name": "create entry:default@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401779126958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "aed108d8-e49f-4775-89be-fa1744a130fe" + } + }, + { + "head": { + "id": "1997cb07-fc55-45b0-ba15-fab460f5edd1", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401779490541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0fc65eb3-80a7-4e6a-8cfe-404421f0fa74", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401779669916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "876f91cb-17c2-404c-b1cf-9075118b0854", + "name": "Executing task :entry:default@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401781838250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d6aeada9-35d2-45eb-adaa-7cdcfbe85d8b", + "name": "Incremental task entry:default@PreBuild pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401784317000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64e72084-e652-404a-ae6e-6bd19c4127fc", + "name": "entry : default@PreBuild cost memory 0.21063232421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401784491833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "34af74b7-1116-40a9-830e-4ca76035a700", + "name": "UP-TO-DATE :entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401781822041, + "endTime": 356401784577416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "aed108d8-e49f-4775-89be-fa1744a130fe" + } + }, + { + "head": { + "id": "e0cdf295-be60-4cd5-a9e7-171e3ee6b0f5", + "name": "entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401787248916, + "endTime": 356401788505958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "c6cab9d9-1851-463f-8723-cb41febd55ba", + "logId": "e0205c18-2a36-4ec3-96a6-1befe967267e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c6cab9d9-1851-463f-8723-cb41febd55ba", + "name": "create entry:default@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401786044541 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e0cdf295-be60-4cd5-a9e7-171e3ee6b0f5" + } + }, + { + "head": { + "id": "13901653-0635-46e5-aaec-b33932d7ba33", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401786699291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6e681265-fca9-47b0-a4f9-beded8c32d6c", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401786807208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "18c47ecf-5ad8-448f-a5f9-c314716e95f5", + "name": "Executing task :entry:default@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401787256583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "228b2945-82b2-495b-9f49-cd73a1c09292", + "name": "Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401787629791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1f664eaa-2a89-421b-bb50-552a99e8459c", + "name": "Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401788340666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a853ce9a-e727-4e93-bb97-8d4836f75b65", + "name": "entry : default@GenerateMetadata cost memory 0.08203887939453125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401788437833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e0205c18-2a36-4ec3-96a6-1befe967267e", + "name": "UP-TO-DATE :entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401787248916, + "endTime": 356401788505958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e0cdf295-be60-4cd5-a9e7-171e3ee6b0f5" + } + }, + { + "head": { + "id": "b64ace77-cc04-4516-a3d6-3b7c0d40ae9f", + "name": "entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401790437041, + "endTime": 356401791114666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "92b8f5fd-6a61-4c8d-af8a-35d7f1ba4604", + "logId": "1a5318d5-aa53-43b5-9c60-cf1a31e8a4f9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "92b8f5fd-6a61-4c8d-af8a-35d7f1ba4604", + "name": "create entry:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401789719125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b64ace77-cc04-4516-a3d6-3b7c0d40ae9f" + } + }, + { + "head": { + "id": "f88d54e2-ee22-4360-bdd2-2b2fd351201f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401790070541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "951ee9d7-68e3-492b-9863-3cf965cc35a6", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401790183000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2ee36afc-fbe9-4650-a991-7554026fcfe2", + "name": "Executing task :entry:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401790450041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5212b2ec-8ee7-4dc5-baf0-dd3c0a7dabb2", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401790629833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b7db6895-6987-45b0-ab43-90b318d4182f", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401790696041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "703aa8c7-0ba8-4af2-b5d3-dae9f99856b7", + "name": "entry : default@ConfigureCmake cost memory 0.03678131103515625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401790789666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e7b5c5da-b1e1-4c5c-8242-c87cb43902e4", + "name": "runTaskFromQueue task cost before running: 266 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401791005208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1a5318d5-aa53-43b5-9c60-cf1a31e8a4f9", + "name": "Finished :entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401790437041, + "endTime": 356401791114666, + "totalTime": 552875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b64ace77-cc04-4516-a3d6-3b7c0d40ae9f" + } + }, + { + "head": { + "id": "43b55dfe-85e9-44b5-8c23-dc854062de8e", + "name": "entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401793396208, + "endTime": 356401794480333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "ddb3f838-11a5-4ea7-a356-6fcd7553200d", + "logId": "23a769a3-77e2-42fb-8a04-ae3e86d31a96" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ddb3f838-11a5-4ea7-a356-6fcd7553200d", + "name": "create entry:default@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401792675333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "43b55dfe-85e9-44b5-8c23-dc854062de8e" + } + }, + { + "head": { + "id": "ff61e78f-a4d4-4a74-8eeb-6cdff8bca2ec", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401792895291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f134f966-3aee-4ffb-8d9f-512f4b7f2fdb", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401792948958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "420aac0d-cdf9-49ae-bdcf-e9997854c97e", + "name": "Executing task :entry:default@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401793416625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a30fa29f-c4e3-449d-add3-cfb838b74a1a", + "name": "Incremental task entry:default@MergeProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401794364625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e866fd1e-33d7-44e2-87c4-9db133f11a33", + "name": "entry : default@MergeProfile cost memory 0.09735107421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401794431833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "23a769a3-77e2-42fb-8a04-ae3e86d31a96", + "name": "UP-TO-DATE :entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401793396208, + "endTime": 356401794480333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "43b55dfe-85e9-44b5-8c23-dc854062de8e" + } + }, + { + "head": { + "id": "81a0db5d-9f56-46fa-8cf4-553c9279bd0a", + "name": "entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401796868291, + "endTime": 356401798145500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "7e10d8a4-9415-4dd6-a785-b5be4a425280", + "logId": "5364f197-81dd-4558-a655-eb8e80d19aa4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7e10d8a4-9415-4dd6-a785-b5be4a425280", + "name": "create entry:default@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401796012708 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "81a0db5d-9f56-46fa-8cf4-553c9279bd0a" + } + }, + { + "head": { + "id": "b2961c5c-12e2-4984-a966-3143159b77b7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401796375166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f53d8c55-3a6a-42ee-9e7b-b4b2a2dc0fb0", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401796432666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf165004-b0b8-498d-9533-cf36b2d3d73f", + "name": "Executing task :entry:default@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401796876125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dc1fdfdf-c194-4292-96de-ff9989191fc3", + "name": "Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401797342291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "98261b04-ae41-4257-b839-257a640b5a54", + "name": "Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401797964666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6bf27165-a963-461f-947a-2bd3b59f6ee8", + "name": "entry : default@CreateBuildProfile cost memory 0.08666229248046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401798064958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5364f197-81dd-4558-a655-eb8e80d19aa4", + "name": "UP-TO-DATE :entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401796868291, + "endTime": 356401798145500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "81a0db5d-9f56-46fa-8cf4-553c9279bd0a" + } + }, + { + "head": { + "id": "f7a210da-44e7-46df-bcc9-32b92787b6a6", + "name": "entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401801988041, + "endTime": 356401802277666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "e5e79e22-1bd3-498f-87d8-1a722284e5b1", + "logId": "87309369-2342-409c-8015-767cd6a612cc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e5e79e22-1bd3-498f-87d8-1a722284e5b1", + "name": "create entry:default@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401801343166 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f7a210da-44e7-46df-bcc9-32b92787b6a6" + } + }, + { + "head": { + "id": "bd958961-bef7-43d4-ae5e-dcc5f92d1f3d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401801521916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2164f87a-3267-42ba-bdf8-3d1a15fa1132", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401801587583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "83c166b7-129c-4e1e-a6df-d11d246c5567", + "name": "Executing task :entry:default@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401801995541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "374d8492-2013-408e-b90d-4d50cddf88ea", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401802066583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e52a821c-ebc4-44e2-aef5-f3b09a304f6d", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401802098333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f45a6270-1c1d-4a9e-bece-127d74816144", + "name": "entry : default@PreCheckSyscap cost memory 0.0370025634765625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401802165500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7ce2555e-eab2-4822-829a-dedb311ee9f2", + "name": "runTaskFromQueue task cost before running: 277 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401802233458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "87309369-2342-409c-8015-767cd6a612cc", + "name": "Finished :entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401801988041, + "endTime": 356401802277666, + "totalTime": 230292 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f7a210da-44e7-46df-bcc9-32b92787b6a6" + } + }, + { + "head": { + "id": "891e78ce-8e97-481a-add0-c5ee030d26e8", + "name": "entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401804667625, + "endTime": 356401805171541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "2adde69a-d918-40f0-9dbe-fae2d8016c2d", + "logId": "5acc8fa3-bf46-40e4-bb66-75ceb7d12f41" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "2adde69a-d918-40f0-9dbe-fae2d8016c2d", + "name": "create entry:default@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401803051083 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "891e78ce-8e97-481a-add0-c5ee030d26e8" + } + }, + { + "head": { + "id": "45fe4f21-bef8-40a6-b504-053095eb96ae", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401803175916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "728f36c4-f99a-44b5-af0b-ce3093cbd3f6", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401803210458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ca99b94c-4f84-4421-ba91-a24c68df05ae", + "name": "Executing task :entry:default@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401804675708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dc91be26-9a5e-4a12-baf6-7c9ca911d00e", + "name": "Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401804800708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cdfea3a7-54d6-4475-be95-c5dbf72d1496", + "name": "Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401805076458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "46bdd898-35a2-4f58-8b52-3307560f3b60", + "name": "entry : default@GeneratePkgContextInfo cost memory 0.06150054931640625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401805124958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5acc8fa3-bf46-40e4-bb66-75ceb7d12f41", + "name": "UP-TO-DATE :entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401804667625, + "endTime": 356401805171541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "891e78ce-8e97-481a-add0-c5ee030d26e8" + } + }, + { + "head": { + "id": "5b59cd23-9b62-4fab-b648-4c223890e865", + "name": "entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401806855541, + "endTime": 356401807790916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist." + ], + "detailId": "d9e1784e-1543-4954-b8ae-ac8ab1364931", + "logId": "8bab6c18-ee4c-4288-8983-a264aed8a476" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d9e1784e-1543-4954-b8ae-ac8ab1364931", + "name": "create entry:default@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401805928500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5b59cd23-9b62-4fab-b648-4c223890e865" + } + }, + { + "head": { + "id": "abd06087-6f69-4b64-84a4-8b58149f07f5", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401806061125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "09513ca2-dcbb-49ba-8fec-924ffa1b9540", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401806099958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e13ecb16-dc0c-4c21-9891-db5e0c621a37", + "name": "Executing task :entry:default@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401806860541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fec22959-d52d-4452-8c97-7f6cec2ca911", + "name": "entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401807510666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4f9e45c7-4fee-4268-ac3f-ca554ee55ed1", + "name": "Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401807559375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5ade3a3c-8523-4db5-bfb0-3f77b07e8f11", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401807608500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f1abe35f-9f3c-4536-ba91-73a1ae901085", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401807642125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7833486f-03ca-4e7e-ab4d-77336916cf2e", + "name": "entry : default@ProcessIntegratedHsp cost memory 0.1044921875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401807698208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0857af6-7494-447d-b099-0d1371aa3d2d", + "name": "runTaskFromQueue task cost before running: 283 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401807753208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8bab6c18-ee4c-4288-8983-a264aed8a476", + "name": "Finished :entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401806855541, + "endTime": 356401807790916, + "totalTime": 885375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5b59cd23-9b62-4fab-b648-4c223890e865" + } + }, + { + "head": { + "id": "0e137c13-7971-4949-a2f5-be549fe8b8f1", + "name": "entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401809247000, + "endTime": 356401809466833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "6510a634-8cb8-4594-8838-442b8957815d", + "logId": "91b85a47-dd92-4ca5-90f8-9d0c64ecf9d2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6510a634-8cb8-4594-8838-442b8957815d", + "name": "create entry:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401808739125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0e137c13-7971-4949-a2f5-be549fe8b8f1" + } + }, + { + "head": { + "id": "7d9d1763-58de-4402-b0fd-61da25a25f94", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401808871208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cfc29033-a92f-4ac1-80ad-fc53635ffd87", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401808909041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "65295fb0-0c0a-46ca-b379-021accb5bfe5", + "name": "Executing task :entry:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401809254375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "76666735-e067-4d0b-b66d-7cbee5e1edfa", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401809308500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b97ff40c-5745-4aac-9d96-bc133d5ef3cc", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401809337666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6bb5b96b-6e94-4721-851f-bf19c22b0678", + "name": "entry : default@BuildNativeWithCmake cost memory 0.0378265380859375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401809382458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b25f4561-dea3-4b5d-95a8-1c1054f9c881", + "name": "runTaskFromQueue task cost before running: 284 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401809433458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "91b85a47-dd92-4ca5-90f8-9d0c64ecf9d2", + "name": "Finished :entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401809247000, + "endTime": 356401809466833, + "totalTime": 177416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0e137c13-7971-4949-a2f5-be549fe8b8f1" + } + }, + { + "head": { + "id": "0edf0943-7a07-4808-af5e-655ddfbdb399", + "name": "entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401810632166, + "endTime": 356401812629250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "43f2d26e-ce4b-4dc9-8d09-a91aaff593d3", + "logId": "17c2eebb-ee9b-47ae-b052-ea6eebd5ff8e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "43f2d26e-ce4b-4dc9-8d09-a91aaff593d3", + "name": "create entry:default@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401810160250 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0edf0943-7a07-4808-af5e-655ddfbdb399" + } + }, + { + "head": { + "id": "1a4ac859-698a-4aa2-adf7-27a563a7f230", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401810268875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "84cfb95c-7125-4226-aa44-3f6d2fd0568e", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401810306416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0910beff-261a-486e-a6f7-225ea178d6d5", + "name": "Executing task :entry:default@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401810637333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "07c448d3-1d8b-4348-b0ff-792888022def", + "name": "Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401812392500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e17eb0d3-550a-4e8a-ac4f-372fbcbeab64", + "name": "entry : default@MakePackInfo cost memory 0.12860107421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401812548208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "17c2eebb-ee9b-47ae-b052-ea6eebd5ff8e", + "name": "UP-TO-DATE :entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401810632166, + "endTime": 356401812629250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0edf0943-7a07-4808-af5e-655ddfbdb399" + } + }, + { + "head": { + "id": "2a16e7c1-abbc-4d0a-afde-2db6eb4aadf7", + "name": "entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401815061833, + "endTime": 356401816767750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist." + ], + "detailId": "e0326b30-020c-4b12-ac7f-2f713f118c91", + "logId": "e81d2318-2f8b-44d9-b697-feab0d961d30" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e0326b30-020c-4b12-ac7f-2f713f118c91", + "name": "create entry:default@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401814217291 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2a16e7c1-abbc-4d0a-afde-2db6eb4aadf7" + } + }, + { + "head": { + "id": "0655f496-adc2-4eb1-a85f-2b895a20d794", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401814374125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf500cc5-98b4-4a1e-b006-82c1a2132a00", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401814435875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ad44c350-827e-44f2-9ccb-8e8041c91af0", + "name": "Executing task :entry:default@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401815069750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "553eb8c5-ab80-4672-a40d-a90d105f06d7", + "name": "File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401815128875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "45efb897-1a1b-4310-a5f3-99699ec8eb8f", + "name": "Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401815281875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "95c4add7-50a8-4b21-ac2f-dceb9a10221e", + "name": "entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401816375833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6db28280-0f60-42ea-8840-b8c3b6fa9dc7", + "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401816456875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fee1a0f7-7198-4772-8c04-6dd6ddb5d16b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401816543541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1bcc619d-0200-4cf1-8fbf-50e8286c272d", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401816586208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b1ecfaed-05e9-4a3d-8265-87fc9f48f573", + "name": "entry : default@SyscapTransform cost memory 0.124755859375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401816659541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "07b7aa93-b3d9-4b04-b1c5-ef62b4d60739", + "name": "runTaskFromQueue task cost before running: 291 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401816727833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e81d2318-2f8b-44d9-b697-feab0d961d30", + "name": "Finished :entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401815061833, + "endTime": 356401816767750, + "totalTime": 1648083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2a16e7c1-abbc-4d0a-afde-2db6eb4aadf7" + } + }, + { + "head": { + "id": "734e1fe2-f5df-4dc6-baef-52b56756f458", + "name": "entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401818902125, + "endTime": 356401819482583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "ae4e1ea3-1a2e-4e38-b2a5-efa6bb5c88d9", + "logId": "fee020c3-f82f-494d-97a5-f441f234c9b1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ae4e1ea3-1a2e-4e38-b2a5-efa6bb5c88d9", + "name": "create entry:default@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401817979500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "734e1fe2-f5df-4dc6-baef-52b56756f458" + } + }, + { + "head": { + "id": "509207f1-e590-4fa8-9e8e-15ea5215468c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401818254583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a4c4029f-e314-497f-b985-5c417ba33ff5", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401818293916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ec4621b0-39c7-4740-bff3-7da368f0c16d", + "name": "Executing task :entry:default@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401818910250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "82e7b3cc-8f69-46bd-a4f0-95ee6f2cba68", + "name": "Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401819349666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e045ed7-e1d3-4e7d-b7f0-5a5cfd053c71", + "name": "entry : default@ProcessProfile cost memory 0.048797607421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401819433041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fee020c3-f82f-494d-97a5-f441f234c9b1", + "name": "UP-TO-DATE :entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401818902125, + "endTime": 356401819482583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "734e1fe2-f5df-4dc6-baef-52b56756f458" + } + }, + { + "head": { + "id": "c5546953-21f4-4ebd-bb82-0178c2cb1377", + "name": "entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401822065333, + "endTime": 356401825880875 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "38f58107-f8e6-494d-9b96-87585e702945", + "logId": "69a11b99-9c82-43f0-9e2c-814c0f7a66bc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "38f58107-f8e6-494d-9b96-87585e702945", + "name": "create entry:default@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401820517750 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "c5546953-21f4-4ebd-bb82-0178c2cb1377" + } + }, + { + "head": { + "id": "599d2999-b6c5-4ad5-a134-3723013c98cd", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401820686333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a74b8894-581f-44b9-b4da-ccbee47b51b3", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401820732208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "be07c81f-c7c9-4b24-ad81-83630c0ecd83", + "name": "Executing task :entry:default@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401822080416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4d586cf5-e59d-4fef-ae7c-3bb3548c3bc4", + "name": "Incremental task entry:default@ProcessRouterMap pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401825657125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9a0e0a75-dbc9-4056-93f5-a70cbc6faadb", + "name": "entry : default@ProcessRouterMap cost memory 0.17031097412109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401825792125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "69a11b99-9c82-43f0-9e2c-814c0f7a66bc", + "name": "UP-TO-DATE :entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401822065333, + "endTime": 356401825880875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c5546953-21f4-4ebd-bb82-0178c2cb1377" + } + }, + { + "head": { + "id": "b5a05e07-96cc-4c17-96c1-b5db20d7b709", + "name": "entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401828481333, + "endTime": 356401829265041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "45675ba5-c965-4eff-b246-43d3c93080a6", + "logId": "9e8be5c1-21d8-422f-a207-b36fa7c2cbfc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "45675ba5-c965-4eff-b246-43d3c93080a6", + "name": "create entry:default@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401827687833 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b5a05e07-96cc-4c17-96c1-b5db20d7b709" + } + }, + { + "head": { + "id": "48671904-7f39-4991-b543-753550008851", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401827841708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "07788a3a-dde0-4ee5-bc7f-82f6ff0be6c6", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401827880458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "94a8bbfb-9748-4853-bf7c-0e1e1dc02766", + "name": "Executing task :entry:default@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401828489208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2d89cf87-118f-4831-ae72-94850d221666", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401828563458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f759bc42-0614-40eb-85c2-94fbd8ec5ac0", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401828597333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64bcff27-750f-46de-8ca5-fac73adaf845", + "name": "entry : default@BuildNativeWithNinja cost memory 0.0516357421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401829152708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d060d353-07d4-4ad9-b045-af62732e414b", + "name": "runTaskFromQueue task cost before running: 304 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401829226833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e8be5c1-21d8-422f-a207-b36fa7c2cbfc", + "name": "Finished :entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401828481333, + "endTime": 356401829265041, + "totalTime": 732208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b5a05e07-96cc-4c17-96c1-b5db20d7b709" + } + }, + { + "head": { + "id": "0b7a8580-eecf-439a-bb2f-1f1665f88e86", + "name": "entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401831412208, + "endTime": 356401833866166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "1cdc0722-e2ae-4c73-b7d3-0b1f05c4d5d6", + "logId": "7eaa6ec4-d04b-4934-a95d-88c1af51b48e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1cdc0722-e2ae-4c73-b7d3-0b1f05c4d5d6", + "name": "create entry:default@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401830372541 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0b7a8580-eecf-439a-bb2f-1f1665f88e86" + } + }, + { + "head": { + "id": "e421b4da-5f17-44da-b6c9-904121975c13", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401830523750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6cc79c46-5ca6-4b14-956a-eb4ac1efbe68", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401830561833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "908cd3cb-efb1-4e22-b055-1b0546d2a75b", + "name": "restool module names: entry; moduleName=entry, taskName=default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401830914458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9cd0556e-86d2-4966-8cd8-96703bef4d23", + "name": "Executing task :entry:default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401832422708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9b181092-10ee-4d98-98a5-efa73ad98780", + "name": "Incremental task entry:default@ProcessResource pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401833217166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fcf930a7-2317-487c-b3e1-75f5995ec915", + "name": "entry : default@ProcessResource cost memory 0.1271209716796875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401833290708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7eaa6ec4-d04b-4934-a95d-88c1af51b48e", + "name": "UP-TO-DATE :entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401831412208, + "endTime": 356401833866166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0b7a8580-eecf-439a-bb2f-1f1665f88e86" + } + }, + { + "head": { + "id": "43950b02-9947-46ae-a1d0-eff47dac2d54", + "name": "entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401838548750, + "endTime": 356401848150833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "d01f35fb-506e-4034-939c-ae03fe8ee2bc", + "logId": "735e12f4-b779-45f1-b50b-58a83f040bd2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d01f35fb-506e-4034-939c-ae03fe8ee2bc", + "name": "create entry:default@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401836826375 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "43950b02-9947-46ae-a1d0-eff47dac2d54" + } + }, + { + "head": { + "id": "7961279f-fcf4-4f24-b17a-577571be1f73", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401836997833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "03e471e4-29f4-4135-9ba9-ab3f85dac0b2", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401837044541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b832167f-d06a-45c8-80da-2ebfa4945252", + "name": "Executing task :entry:default@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401838556750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "52884d50-bd23-4245-9763-373533635294", + "name": "Incremental task entry:default@GenerateLoaderJson pre-execution cost: 7 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401847920375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8a04eb54-cf09-48fe-bc74-bae257cd37ea", + "name": "entry : default@GenerateLoaderJson cost memory 0.5531158447265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401848075583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "735e12f4-b779-45f1-b50b-58a83f040bd2", + "name": "UP-TO-DATE :entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401838548750, + "endTime": 356401848150833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "43950b02-9947-46ae-a1d0-eff47dac2d54" + } + }, + { + "head": { + "id": "39233ae2-b876-419d-9cb0-490487ae26a1", + "name": "entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401854165583, + "endTime": 356401855647375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "f66c32f7-7820-4dbe-b604-c0ee66964e86", + "logId": "93650716-fc0b-46e7-8ddb-f1618a6cd365" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f66c32f7-7820-4dbe-b604-c0ee66964e86", + "name": "create entry:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401853329208 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "39233ae2-b876-419d-9cb0-490487ae26a1" + } + }, + { + "head": { + "id": "0d5d8e6f-21bf-4d39-8d49-a90ab0682831", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401853522291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "62235a63-ba28-4068-b8ba-5f36536a944a", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401853612791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "841b9ff5-710e-4dfc-8d3c-28785cef5ed6", + "name": "Executing task :entry:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401854179875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a53fcbd-dab8-43c6-9f58-b8ab06d43485", + "name": "Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401855514916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "243f04a3-7234-42a5-951d-b653eb7b0ed1", + "name": "entry : default@ProcessLibs cost memory 0.0981597900390625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401855592083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "93650716-fc0b-46e7-8ddb-f1618a6cd365", + "name": "UP-TO-DATE :entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401854165583, + "endTime": 356401855647375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "39233ae2-b876-419d-9cb0-490487ae26a1" + } + }, + { + "head": { + "id": "3db92b56-09a1-424b-be7b-d6ebc4236690", + "name": "entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401858397750, + "endTime": 356401865138083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "b704b611-5538-4637-aab0-5441d858e1ea", + "logId": "01a842d0-e406-42b0-9a18-59d6f55c061a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b704b611-5538-4637-aab0-5441d858e1ea", + "name": "create entry:default@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401856516333 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "3db92b56-09a1-424b-be7b-d6ebc4236690" + } + }, + { + "head": { + "id": "59eb47a0-322f-4eaf-a9bd-b1e021fbaa33", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401856674500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d252b479-9c2d-4c83-94a6-15a490cd14da", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401856716958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b25b2bd6-d8d0-43d8-87f0-726716b2e1e0", + "name": "restool module names: entry; moduleName=entry, taskName=default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401857039833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "27fd0340-a1d3-471e-b536-b7d659906d72", + "name": "Executing task :entry:default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401858417916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8b171b8d-99a7-45a3-b236-0e0f204d42f1", + "name": "Incremental task entry:default@CompileResource pre-execution cost: 6 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401864744041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e089d519-b4b4-48bb-b250-197f2f0f0ea8", + "name": "entry : default@CompileResource cost memory 0.4784393310546875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401864941000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "01a842d0-e406-42b0-9a18-59d6f55c061a", + "name": "UP-TO-DATE :entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401858397750, + "endTime": 356401865138083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3db92b56-09a1-424b-be7b-d6ebc4236690" + } + }, + { + "head": { + "id": "e500b713-f4ad-4aa8-ba69-c02affd13dba", + "name": "entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401869077541, + "endTime": 356401869792500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "3882e9bf-4c2e-41ad-b6bb-3b24c94f4d7d", + "logId": "ae7a80bb-2815-43ff-b4c2-6c3570a2bb07" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3882e9bf-4c2e-41ad-b6bb-3b24c94f4d7d", + "name": "create entry:default@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401867099958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e500b713-f4ad-4aa8-ba69-c02affd13dba" + } + }, + { + "head": { + "id": "4f6b97a5-a301-4963-ac49-f4060894d29e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401867477666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7dd35a81-0cf7-499c-9f1d-fc6a9b642277", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401867597958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c765c1b2-0795-4310-9f67-acf9b34827b0", + "name": "Executing task :entry:default@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401869086708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c32f8ac1-83c4-4e12-b9e6-1b806c7b4977", + "name": "Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401869197041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2a9590d8-8859-4e20-8fb5-1cc637f851d0", + "name": "Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401869676500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0a9bd3d-e96d-4c8d-82c4-f4be68071cff", + "name": "entry : default@DoNativeStrip cost memory 0.06084442138671875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401869738708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ae7a80bb-2815-43ff-b4c2-6c3570a2bb07", + "name": "UP-TO-DATE :entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401869077541, + "endTime": 356401869792500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e500b713-f4ad-4aa8-ba69-c02affd13dba" + } + }, + { + "head": { + "id": "7e87de95-73ec-432c-a207-2ade03b39834", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401873229083, + "endTime": 356404855999166 + }, + "additional": { + "children": [ + "f3cac943-2dab-483b-9a6a-88e19dd778ca", + "4dcbd784-c996-406a-85e8-090ca3b63e14" + ], + "state": "failed", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [ + "The input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed." + ], + "detailId": "d9e24343-d7b2-41ae-8cc6-e37c3e030e4a", + "logId": "7ade861d-29aa-4a2b-854b-c411f8016af4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d9e24343-d7b2-41ae-8cc6-e37c3e030e4a", + "name": "create entry:default@CompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401870843208 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "7e87de95-73ec-432c-a207-2ade03b39834" + } + }, + { + "head": { + "id": "d153fd49-5a57-49aa-8802-5effcb6c13ee", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401871167041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67a3664b-bd9f-4abc-8b7a-16b2bb3f3e87", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401871220541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0805e44e-e6ac-4c02-9132-e1f558e2eed1", + "name": "Executing task :entry:default@CompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401873239000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "665f13fb-2c98-4bef-9068-f91f7cdf15f9", + "name": "entry:default@CompileArkTS is not up-to-date, since the input file '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401877935458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "759c6fcc-a390-4670-a774-f51d63cc332d", + "name": "Incremental task entry:default@CompileArkTS pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401878061375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4b892b28-b1ef-4e9a-b206-ed4b13f46ee3", + "name": "build config:", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401884029000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1cf8a871-9cef-42a9-bcae-c98e31294c6d", + "name": "Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401884668666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "87af2044-942e-43c2-9a5b-4e57aabda5ee", + "name": "default@CompileArkTS work[33] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401885051666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f3cac943-2dab-483b-9a6a-88e19dd778ca", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 356401886038083, + "endTime": 356404855307541 + }, + "additional": { + "children": [], + "state": "failed", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "7e87de95-73ec-432c-a207-2ade03b39834", + "logId": "666d32ee-64bf-4d8f-86a4-f0a5a12693f1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e0f96f43-6d98-467e-be16-8bdd0aefacd3", + "name": "default@CompileArkTS work[33] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401885577541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "627be99b-09bd-470a-b2c0-d32c5d0b8e13", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401885627708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e5a98b03-2446-4705-bf9a-cf43a3b7562c", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401885879416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "20d39b2f-c30b-436f-bcd8-c5b2ac405ab3", + "name": "A work dispatched to worker[5] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401885916375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "39f50f32-0fe3-43a4-9e34-3f121c05381f", + "name": "default@CompileArkTS work[33] has been dispatched to worker[4].", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401886041375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "66c07447-4a20-4f0b-8291-c7143e05f1a0", + "name": "default@CompileArkTS work[33] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401886266666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d33d3804-d176-4aaf-aea1-a0ae457da1cd", + "name": "CopyResources startTime: 356401886535791", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401886540375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "437fcf96-8e7b-46ac-91a1-acd5439e7a0f", + "name": "default@CompileArkTS work[34] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401886639041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4dcbd784-c996-406a-85e8-090ca3b63e14", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 356403031083375, + "endTime": 356403055014333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "7e87de95-73ec-432c-a207-2ade03b39834", + "logId": "5e2a5f93-f4d5-4f1a-9356-98d9506d7dae" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "eeb5009d-a5a7-4856-be2d-fbf56c592a53", + "name": "default@CompileArkTS work[34] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401887397833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "05881ed7-417d-48aa-96dd-6b5a001d68af", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401887443125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e759195-9007-4d06-be97-8d05247f0e7c", + "name": "Create resident worker with id: 6.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401887501000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9142ad29-ad46-4962-a967-d42b6e306395", + "name": "default@CompileArkTS work[34] has been dispatched to worker[6].", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401889693458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0475f510-018f-4264-89cf-41856e7c8618", + "name": "default@CompileArkTS work[34] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401889758750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d05cc8a8-b093-4e4f-b71b-a94ac639a814", + "name": "entry : default@CompileArkTS cost memory 1.3056640625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401890282750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f220c832-bede-4a28-bd9c-ec36fa3dd587", + "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": 30598, + "tid": "Main Thread", + "startTime": 356401896626541, + "endTime": 356401898969041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "960f1967-4261-4dbf-8e60-7f80b177453b", + "logId": "557664bc-37af-42c9-b2f4-6717b86ca654" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "960f1967-4261-4dbf-8e60-7f80b177453b", + "name": "create entry:default@BuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401893535041 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f220c832-bede-4a28-bd9c-ec36fa3dd587" + } + }, + { + "head": { + "id": "bbfb74ab-7d6f-4fb9-9e01-42bd36299fcd", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401893802875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "415f2618-c133-41bc-b7d2-e77961889b1c", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401893884916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4794d0fb-4595-474c-9e8b-c8a2566618a7", + "name": "Executing task :entry:default@BuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401896639125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1b4c153b-5796-4130-a5f5-599b8777795e", + "name": "entry : default@BuildJS cost memory 0.11594390869140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401898810416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b3c00937-7abf-4256-9c62-636d761211f9", + "name": "runTaskFromQueue task cost before running: 374 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401898911125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "557664bc-37af-42c9-b2f4-6717b86ca654", + "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": 30598, + "tid": "Main Thread", + "startTime": 356401896626541, + "endTime": 356401898969041, + "totalTime": 2264375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f220c832-bede-4a28-bd9c-ec36fa3dd587" + } + }, + { + "head": { + "id": "27087900-5899-4b0e-8010-dd96646ad1b8", + "name": "entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401906035875, + "endTime": 356401908230166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "dcbd4437-9472-4749-a15b-b860a56f8434", + "logId": "4373e5be-a19e-4304-8f25-9d69721ba0b7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "dcbd4437-9472-4749-a15b-b860a56f8434", + "name": "create entry:default@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401900725708 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "27087900-5899-4b0e-8010-dd96646ad1b8" + } + }, + { + "head": { + "id": "142c5f1b-b526-4c0e-aae7-e6b60f533cec", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401901373833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "441c5117-6f0a-47d8-bbf2-e523afb9187c", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401901821333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ae2df70b-f8ad-41a9-900b-0980f8f67c46", + "name": "Executing task :entry:default@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401906052166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a72860ee-af8e-4919-aff0-1ec202c6c608", + "name": "Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401906398875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3003c9d0-260c-47bc-afde-ce749bd8ddab", + "name": "Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401908072541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7ce2453d-26cc-4e33-8400-183230592c13", + "name": "entry : default@CacheNativeLibs cost memory 0.06804656982421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401908165250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4373e5be-a19e-4304-8f25-9d69721ba0b7", + "name": "UP-TO-DATE :entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401906035875, + "endTime": 356401908230166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "27087900-5899-4b0e-8010-dd96646ad1b8" + } + }, + { + "head": { + "id": "be4b953b-d38b-4ab1-a338-f554b73ef1f1", + "name": "worker[6] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356403057288458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "792defd4-b03b-4e60-9bc2-f1c25d8baf2b", + "name": "CopyResources is end, endTime: 356403061167250", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356403061218875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f5eef50c-5dd3-4df8-ab85-03077c4072fc", + "name": "default@CompileArkTS work[34] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356403061855916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5e2a5f93-f4d5-4f1a-9356-98d9506d7dae", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 356403031083375, + "endTime": 356403055014333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4dcbd784-c996-406a-85e8-090ca3b63e14", + "parent": "7ade861d-29aa-4a2b-854b-c411f8016af4" + } + }, + { + "head": { + "id": "bc9c5c82-834f-4bc4-82e2-87a10eb815ec", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356403567965750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "947fde27-81ee-4e6a-a160-9e4658d9649e", + "name": "worker[4] has one work error.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404854822875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "66d025a3-d79b-4ed4-9163-c04ec1f35fd4", + "name": "default@CompileArkTS work[33] failed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404855692208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "666d32ee-64bf-4d8f-86a4-f0a5a12693f1", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 356401886038083, + "endTime": 356404855307541 + }, + "additional": { + "logType": "error", + "children": [], + "durationId": "f3cac943-2dab-483b-9a6a-88e19dd778ca", + "parent": "7ade861d-29aa-4a2b-854b-c411f8016af4" + } + }, + { + "head": { + "id": "7ade861d-29aa-4a2b-854b-c411f8016af4", + "name": "Failed :entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401873229083, + "endTime": 356404855999166 + }, + "additional": { + "logType": "error", + "children": [ + "666d32ee-64bf-4d8f-86a4-f0a5a12693f1", + "5e2a5f93-f4d5-4f1a-9356-98d9506d7dae" + ], + "durationId": "7e87de95-73ec-432c-a207-2ade03b39834" + } + }, + { + "head": { + "id": "c94f03e0-82d8-47a3-a631-a671fbd0a6b7", + "name": "hvigor build process will be closed with an error.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404856502958 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "7e87de95-73ec-432c-a207-2ade03b39834" + } + }, + { + "head": { + "id": "bbc647c1-9b42-4967-b4bd-19f98d943e12", + "name": "ERROR: stacktrace = Error: ArkTS Compiler Error\n\u001b[33m1 WARN: \u001b[33mArkTS:WARN: For details about ArkTS syntax errors, see FAQs\u001b[39m\n\u001b[31m1 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:221:30\n Structural typing is not supported (arkts-no-structural-typing)\n\n\u001b[39m\n\u001b[31m2 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:3:22\n Module '\"../common/logtext\"' has no exported member 'LogCategory'. Did you mean to use 'import LogCategory from \"../common/logtext\"' instead?\n\n\u001b[39m\n\u001b[31m3 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:3:35\n Module '\"../common/logtext\"' has no exported member 'LogEventType'. Did you mean to use 'import LogEventType from \"../common/logtext\"' instead?\n\n\u001b[39m\n\u001b[31m4 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:99:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m5 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:102:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m6 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:105:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m7 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:108:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m8 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:111:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m9 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:114:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m10 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:2:22\n Module '\"../common/logtext\"' has no exported member 'LogCategory'. Did you mean to use 'import LogCategory from \"../common/logtext\"' instead?\n\n\u001b[39m\n\u001b[31m11 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:2:35\n Module '\"../common/logtext\"' has no exported member 'LogEventType'. Did you mean to use 'import LogEventType from \"../common/logtext\"' instead?\n\n\u001b[39m\n\u001b[31m12 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:72:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m13 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:75:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m14 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:78:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m15 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:81:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m16 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:84:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m17 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:87:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m18 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:249:18\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m19 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:249:23\n Cannot find name 'LogCategory'.\n\n\u001b[39m\n\u001b[31m20 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:249:41\n Cannot find name 'LogEventType'.\n\n\u001b[39m\n\u001b[31m21 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:250:18\n Property 'debug' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m22 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:250:24\n Cannot find name 'LogCategory'.\n\n\u001b[39m\n\u001b[31m23 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:250:42\n Cannot find name 'LogEventType'.\n\n\u001b[39m\n\u001b[31m24 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:295:16\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m25 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:295:21\n Cannot find name 'LogCategory'.\n\n\u001b[39m\n\u001b[31m26 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:295:43\n Cannot find name 'LogEventType'.\n\n\u001b[39m\n\u001b[31m27 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:296:16\n Property 'debug' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m28 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:296:22\n Cannot find name 'LogCategory'.\n\n\u001b[39m\n\u001b[31m29 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:296:44\n Cannot find name 'LogEventType'.\n\n\u001b[39m\n\u001b[31m30 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:314:16\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m31 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:314:21\n Cannot find name 'LogCategory'.\n\n\u001b[39m\n\u001b[31m32 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:314:43\n Cannot find name 'LogEventType'.\n\n\u001b[39m\n\u001b[31m33 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:315:16\n Property 'debug' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m34 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:315:22\n Cannot find name 'LogCategory'.\n\n\u001b[39m\n\u001b[31m35 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:315:44\n Cannot find name 'LogEventType'.\n\n\u001b[39m\n\u001b[31m36 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:318:16\n Property 'setLanguage' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m37 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:337:16\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m38 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:337:21\n Cannot find name 'LogCategory'.\n\n\u001b[39m\n\u001b[31m39 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:337:43\n Cannot find name 'LogEventType'.\n\n\u001b[39m\n\u001b[31m40 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:338:16\n Property 'debug' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m41 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:338:22\n Cannot find name 'LogCategory'.\n\n\u001b[39m\n\u001b[31m42 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:338:44\n Cannot find name 'LogEventType'.\n\n\u001b[39m\n\u001b[31m43 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:2:22\n Module '\"../common/logtext\"' has no exported member 'LogCategory'. Did you mean to use 'import LogCategory from \"../common/logtext\"' instead?\n\n\u001b[39m\n\u001b[31m44 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:2:35\n Module '\"../common/logtext\"' has no exported member 'LogEventType'. Did you mean to use 'import LogEventType from \"../common/logtext\"' instead?\n\n\u001b[39m\n\u001b[31m45 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:109:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m46 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:112:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m47 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:115:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m48 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:118:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m49 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:121:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m50 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:124:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m51 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:5:22\n Module '\"../common/logtext\"' has no exported member 'LogCategory'. Did you mean to use 'import LogCategory from \"../common/logtext\"' instead?\n\n\u001b[39m\n\u001b[31m52 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:5:35\n Module '\"../common/logtext\"' has no exported member 'LogEventType'. Did you mean to use 'import LogEventType from \"../common/logtext\"' instead?\n\n\u001b[39m\n\u001b[31m53 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:111:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m54 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:114:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m55 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:117:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m56 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:120:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m57 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:123:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31m58 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:126:20\n Property 'info' does not exist on type 'LogManager'.\n\n\u001b[39m\n\u001b[31mCOMPILE RESULT:FAIL {ERROR:59 WARN:1}\u001b[39m\n at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418)", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404859145291 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "7e87de95-73ec-432c-a207-2ade03b39834" + } + }, + { + "head": { + "id": "aa1e79e2-9590-4221-9598-04915254cd47", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404862065583, + "endTime": 356404862231958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "3b7ab322-1804-438c-9213-1397dc6aec64", + "logId": "b86f0cec-5d9d-49e8-b8eb-a01421ef22d5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b86f0cec-5d9d-49e8-b8eb-a01421ef22d5", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404862065583, + "endTime": 356404862231958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "aa1e79e2-9590-4221-9598-04915254cd47" + } + }, + { + "head": { + "id": "7c0c5e50-7d4b-4637-802c-2d9c7824292d", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356401525738916, + "endTime": 356404862626708 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 21, + "minute": 11 + }, + "completeCommand": "{\"mode\":\"module\",\"completeCommand\":\"--mode module -p module=entry@default -p product=default -p requiredDeviceType=phone assembleHap --analyze=normal --parallel --incremental --daemon\",\"parallel\":true,\"prop\":[\"module=entry@default\",\"product=default\",\"requiredDeviceType=phone\"],\"incremental\":true,\"_\":[\"assembleHap\"],\"daemon\":true,\"analyze\":\"normal\"};--mode module -p module=entry@default -p product=default -p requiredDeviceType=phone assembleHap --analyze=normal --parallel --incremental --daemon", + "hvigorVersion": "5.14.3", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "failed" + } + }, + { + "head": { + "id": "f3b2bb2d-a7c0-4440-9403-a15c3e1b2166", + "name": "BUILD FAILED in 3 s 337 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404862693666 + }, + "additional": { + "logType": "error", + "children": [] + } + }, + { + "head": { + "id": "90e7a97b-fa36-43c9-a82e-51e88bf1346d", + "name": "There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404862913583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "48ca9681-cc78-49d0-9cf9-32a66f83370d", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404862969500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f677dbf0-0d71-4600-a973-01414198de67", + "name": "There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404863023708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "69663dba-869c-444a-a8fd-2c06b8781a89", + "name": "There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404863077833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "86636eaa-c411-427f-a2e4-bcf598ee47ef", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404863132916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a74b2420-435e-4e20-8a4f-63663ed5446a", + "name": "Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404863603833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "50886287-03de-4084-b0cf-eeeba1936ad7", + "name": "Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404864072916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b5c3c93b-1c5e-4f1d-aa2f-82593cb82095", + "name": "There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404864115500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "17158295-3a21-4f43-8323-0c6791615673", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404864184750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "070f3ea7-fc77-4418-9c0b-7e65ff59dd78", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404864510333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0e2a5e0f-11df-42c7-8d99-8e072b82acda", + "name": "Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404864807208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cac43d34-265c-4a62-b395-a732692cda97", + "name": "Incremental task entry:default@SyscapTransform post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404864899000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0e258cc-a051-4bf5-be2b-9bc8438d090d", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404864940916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d90717de-dab4-4602-b577-9ddea207190f", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404864978625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "92b3ccfc-60c7-46f8-be75-bd3112f85e7d", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404865020291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "357ab932-11e8-46d8-b8d8-8d7465bbe82c", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404865065291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "46a52501-f1ac-4e1f-9f18-d23293240958", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404865100541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "39ba4bbf-920d-40e9-b672-31cc70928d55", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404865142583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d413ee47-c79f-46cd-8fea-2576488489d1", + "name": "There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404865183125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8d5d90d4-22b5-4e08-b43a-0b2d3c45a695", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404866315708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3b76d9df-2ebd-462c-be0a-8eeeb7625164", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404866471125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a319f9c4-da6a-4958-ba01-8b1e54c4e2b6", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404866544666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e4712e1-acaa-4840-82a0-8d2586eeb895", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404866594583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "74c6f63f-323d-48fa-b128-5150829f6798", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404866649916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b71dec4d-3951-4299-a267-fcb5851bedff", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404866778083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "288ca807-17aa-4134-aaa8-e4ffd5b2bcda", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404866821333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4b6dbb5b-4893-4490-99dc-17a26e7a1a5b", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404866868500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ec52bab6-cb0b-4e3b-aab5-8529c2f978cc", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404866924583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "16b6482c-3d81-4bee-ae56-1f23187caf48", + "name": "Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404867043666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ecd17bb0-d594-4177-86cc-287d83e23481", + "name": "Incremental task entry:default@CompileArkTS post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404867141000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f71fc83b-7e9c-4bec-9822-5cc0dadaa5fb", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404867791916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "474b3446-ff8a-4664-aba8-f6ae3875c60f", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404867915041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a183d98b-04c6-418b-8e16-1fef29eff0ad", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404867976166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ef9ad731-6f18-42c6-afda-2742b4e69f1d", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404868023666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fb6eea43-b58e-4e49-8140-835435a7016d", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404868069666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d8934fd1-a42a-4271-a042-2fce6bff99f6", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404868177000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f2bacbe1-fafd-4a41-be4e-b59409dabb8e", + "name": "Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404868237125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aa92e15f-b62f-4e0a-a584-e6c67ee3195e", + "name": "Incremental task entry:default@BuildJS post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404868321125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "77507cee-4d8d-4e79-8c00-bc805bfdfa3b", + "name": "There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404868359333 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/.hvigor/report/report-202503312112520550.json b/.hvigor/report/report-202503312112520550.json new file mode 100644 index 0000000..0ced8ee --- /dev/null +++ b/.hvigor/report/report-202503312112520550.json @@ -0,0 +1,8044 @@ +{ + "version": "2.0", + "ppid": 30597, + "events": [ + { + "head": { + "id": "254c636b-be66-4cfa-a644-f5aff1136c04", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404880393791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c412fa63-dcac-4bff-ae80-614b66eefea6", + "name": "worker[6] exits with exit code 1.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404889155708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "72c7c1fe-29e3-4c2e-adce-ddd2667a1a37", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404894012208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e9321faa-946a-4ad6-a93b-53fee75485ca", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356404894219000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f4f7464d-8c00-4329-8c0d-edf775de973a", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510963212583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9fba7abe-0efa-43bb-8614-291d0cefe74b", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510972996958, + "endTime": 356511150405041 + }, + "additional": { + "children": [ + "573440f1-d1d2-4b6f-840e-579942f18d2c", + "40237419-add3-4ca4-b0db-6fa29287c3a0", + "404c5b34-0378-42c2-9336-3e1bce70c1c1", + "c859787c-4bdd-40b7-be42-703563e99882", + "fcdf6f7e-1029-4b77-9ef4-e152166a674b", + "1a429678-2a2a-493c-a17b-3de20ba6cbf3", + "6f7013c5-3b4d-4de7-a752-00c5fd220320" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "af1990c6-ba9b-413d-a916-69b8ccc0bb48" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "573440f1-d1d2-4b6f-840e-579942f18d2c", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510973003791, + "endTime": 356510988312333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9fba7abe-0efa-43bb-8614-291d0cefe74b", + "logId": "ca45cd41-3785-4c16-9dba-017ba2ae53ec" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "40237419-add3-4ca4-b0db-6fa29287c3a0", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510988331625, + "endTime": 356511149633875 + }, + "additional": { + "children": [ + "f7d8aad8-91fa-4cfd-ad77-3a3fb0e6edbd", + "fbdd8c23-552b-400a-a813-2c79f9e39d44", + "d71355fe-d936-40e8-b1fd-b8d2c9a4a395", + "d5e2079d-49aa-463f-a627-5207ff175734", + "9c779080-19f9-4da4-9aee-79e1379ffd8e", + "c2935a9b-c806-4f7a-8b86-8b406aa04ad4", + "354280d9-8c1c-4d9e-bbea-cb281adf2b18", + "a9922639-c92c-46a5-82f6-7e6e63395800", + "66b3b69e-181c-4986-bcde-1422ff7ffee7" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9fba7abe-0efa-43bb-8614-291d0cefe74b", + "logId": "106bbeba-6cc1-4be3-a887-dcbf8b02b5e1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "404c5b34-0378-42c2-9336-3e1bce70c1c1", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511149656166, + "endTime": 356511150396958 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9fba7abe-0efa-43bb-8614-291d0cefe74b", + "logId": "ddf5c4c5-56c6-4cb4-a691-60598af16b48" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c859787c-4bdd-40b7-be42-703563e99882", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511150399250, + "endTime": 356511150402666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9fba7abe-0efa-43bb-8614-291d0cefe74b", + "logId": "d30a3ede-f5dc-47aa-b5e7-4f3baa05ae6c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "fcdf6f7e-1029-4b77-9ef4-e152166a674b", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510975106125, + "endTime": 356510975185708 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9fba7abe-0efa-43bb-8614-291d0cefe74b", + "logId": "d0dae588-4f84-4c54-8b9e-d55bcfd4bc6e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d0dae588-4f84-4c54-8b9e-d55bcfd4bc6e", + "name": "\"configEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510975106125, + "endTime": 356510975185708 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fcdf6f7e-1029-4b77-9ef4-e152166a674b", + "parent": "af1990c6-ba9b-413d-a916-69b8ccc0bb48" + } + }, + { + "head": { + "id": "1a429678-2a2a-493c-a17b-3de20ba6cbf3", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510977706416, + "endTime": 356510977739000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9fba7abe-0efa-43bb-8614-291d0cefe74b", + "logId": "07565e04-8df1-4f6b-86d6-ade05a5af88a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "07565e04-8df1-4f6b-86d6-ade05a5af88a", + "name": "\"nodesInitialized\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510977706416, + "endTime": 356510977739000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1a429678-2a2a-493c-a17b-3de20ba6cbf3", + "parent": "af1990c6-ba9b-413d-a916-69b8ccc0bb48" + } + }, + { + "head": { + "id": "31626e30-b120-4578-b8f2-e94ccf6b10b8", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510977899583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d2964831-1fd4-4e01-a54a-edbfbe4031e9", + "name": "Cache service initialization finished in 10 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510988137041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ca45cd41-3785-4c16-9dba-017ba2ae53ec", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510973003791, + "endTime": 356510988312333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "573440f1-d1d2-4b6f-840e-579942f18d2c", + "parent": "af1990c6-ba9b-413d-a916-69b8ccc0bb48" + } + }, + { + "head": { + "id": "f7d8aad8-91fa-4cfd-ad77-3a3fb0e6edbd", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510990990916, + "endTime": 356510990996625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "40237419-add3-4ca4-b0db-6fa29287c3a0", + "logId": "7f41d15c-3dea-4867-aa48-959790850ce3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "fbdd8c23-552b-400a-a813-2c79f9e39d44", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510991023041, + "endTime": 356510992762250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "40237419-add3-4ca4-b0db-6fa29287c3a0", + "logId": "97150294-faf1-4dac-af33-4572360aa28a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d71355fe-d936-40e8-b1fd-b8d2c9a4a395", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510992781708, + "endTime": 356511059381625 + }, + "additional": { + "children": [ + "09a526ca-78e7-4ba9-810e-b9992e69162d", + "ae9990b9-d8b4-45b6-9acd-d221819037ac", + "a924b74b-096d-4033-8e5d-6ba666e50ea2" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "40237419-add3-4ca4-b0db-6fa29287c3a0", + "logId": "9bc5eb3d-d02d-4b3c-964c-e22a0ffcae4f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d5e2079d-49aa-463f-a627-5207ff175734", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511059394500, + "endTime": 356511073007083 + }, + "additional": { + "children": [ + "c2f5859d-c9ae-47ff-8d8f-0367c8d795e2" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "40237419-add3-4ca4-b0db-6fa29287c3a0", + "logId": "1c13e7f5-fb05-41c5-88fc-dcf1e86f287d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9c779080-19f9-4da4-9aee-79e1379ffd8e", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511073013000, + "endTime": 356511142890166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "40237419-add3-4ca4-b0db-6fa29287c3a0", + "logId": "55bebb4b-357d-4dce-a703-fcfbd4e88833" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c2935a9b-c806-4f7a-8b86-8b406aa04ad4", + "name": "ohpm install", + "description": "Ohpm install event.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511143536666, + "endTime": 356511146719666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "40237419-add3-4ca4-b0db-6fa29287c3a0", + "logId": "b1afbd7b-aad2-40b1-8332-70958ac0ff5b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "354280d9-8c1c-4d9e-bbea-cb281adf2b18", + "name": "eval hook", + "description": "EvaluateEvent hook.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511146732333, + "endTime": 356511149540250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "40237419-add3-4ca4-b0db-6fa29287c3a0", + "logId": "7bf35d25-7ce7-49f1-ad13-3c2e81903396" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a9922639-c92c-46a5-82f6-7e6e63395800", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511149550625, + "endTime": 356511149627583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "40237419-add3-4ca4-b0db-6fa29287c3a0", + "logId": "6cf2bed4-f162-4768-b624-8e14a9d3dfc8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "7f41d15c-3dea-4867-aa48-959790850ce3", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510990990916, + "endTime": 356510990996625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f7d8aad8-91fa-4cfd-ad77-3a3fb0e6edbd", + "parent": "106bbeba-6cc1-4be3-a887-dcbf8b02b5e1" + } + }, + { + "head": { + "id": "97150294-faf1-4dac-af33-4572360aa28a", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510991023041, + "endTime": 356510992762250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fbdd8c23-552b-400a-a813-2c79f9e39d44", + "parent": "106bbeba-6cc1-4be3-a887-dcbf8b02b5e1" + } + }, + { + "head": { + "id": "09a526ca-78e7-4ba9-810e-b9992e69162d", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510993078916, + "endTime": 356510993097666 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d71355fe-d936-40e8-b1fd-b8d2c9a4a395", + "logId": "5ff56553-d5b3-4bda-b76b-d0fab4deabc4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5ff56553-d5b3-4bda-b76b-d0fab4deabc4", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510993078916, + "endTime": 356510993097666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "09a526ca-78e7-4ba9-810e-b9992e69162d", + "parent": "9bc5eb3d-d02d-4b3c-964c-e22a0ffcae4f" + } + }, + { + "head": { + "id": "ae9990b9-d8b4-45b6-9acd-d221819037ac", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510993846083, + "endTime": 356511059025916 + }, + "additional": { + "children": [ + "88ba2540-91af-4e92-a30e-2d3d9cee73e3", + "fb9f1ba6-96eb-4bf4-8cfa-79a640a40760" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d71355fe-d936-40e8-b1fd-b8d2c9a4a395", + "logId": "048ef49f-441a-41f7-a9b3-ba9b95ff9014" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "88ba2540-91af-4e92-a30e-2d3d9cee73e3", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510993846458, + "endTime": 356511001208416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "ae9990b9-d8b4-45b6-9acd-d221819037ac", + "logId": "a4771d99-2723-431b-8ce6-6248633dbc04" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "fb9f1ba6-96eb-4bf4-8cfa-79a640a40760", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511001221500, + "endTime": 356511059010208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "ae9990b9-d8b4-45b6-9acd-d221819037ac", + "logId": "4f17f98f-f3ae-4caa-9e67-7d843a771253" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "8b0ccf7b-df4e-48f4-9768-8e9d93dc85f5", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510993849583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "724652d7-9639-45d3-a06a-2151f8aecdad", + "name": "hvigorfile, require result: { default: { system: [Function: appTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511001109833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a4771d99-2723-431b-8ce6-6248633dbc04", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510993846458, + "endTime": 356511001208416 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "88ba2540-91af-4e92-a30e-2d3d9cee73e3", + "parent": "048ef49f-441a-41f7-a9b3-ba9b95ff9014" + } + }, + { + "head": { + "id": "6894fd39-5423-40d8-af43-38699e8ae58f", + "name": "hvigorfile, binding system plugins [Function: appTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511001239041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ef7927c4-47fd-4f88-90ab-e7ed107f70d3", + "name": "Start initialize project's product build option map with build mode debug.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511010675125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dfc4814e-a663-4629-9e88-c7e19d8bac5a", + "name": "Picking option from product 'default' with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511010757208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "81fdfb06-cd6d-4448-967a-7f0db37f6e4a", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511010869916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "98277de8-6d75-4e21-ae5f-ea8ae74beb41", + "name": "End initialize project's product build option map with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511010962041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "26bcef59-dfa4-4ffc-9f5b-229d80fb1f93", + "name": "Product 'default' using build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n }\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511011643625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c06192a5-ae89-437e-bf74-c1af748b2cdb", + "name": "No signingConfig found, initRemoteHspCache failed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511014810375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8aa82ba2-ab64-4e30-b174-ccd45be673b8", + "name": "Start recording SDK configuration permission data.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511025484458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e3e80e12-6e66-40dd-a69e-da32a708cdae", + "name": "Sdk init in 29 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511047994333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f6bc0c41-5169-4f56-85db-251a55e57865", + "name": "sdkVersion", + "description": "5.0.2.126", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511048112500 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 21, + "minute": 12 + }, + "markType": "other" + } + }, + { + "head": { + "id": "1a1d3b14-5d46-47f8-95b9-af35cfe221dd", + "name": "caseSensitiveCheckOn", + "description": "caseSensitiveCheck check is on", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511048128583 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 21, + "minute": 12 + }, + "markType": "other" + } + }, + { + "head": { + "id": "d6a66602-9435-4849-922c-87a4c00e4551", + "name": "Project task initialization takes 11 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511058805041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bccb8b40-8920-497f-aeba-971381627116", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511058909583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2cae870b-5860-4821-b7f0-b7293055cfea", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511058950791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fdd9f466-db28-40a3-be16-8179bf7b265b", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511058981458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4f17f98f-f3ae-4caa-9e67-7d843a771253", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511001221500, + "endTime": 356511059010208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fb9f1ba6-96eb-4bf4-8cfa-79a640a40760", + "parent": "048ef49f-441a-41f7-a9b3-ba9b95ff9014" + } + }, + { + "head": { + "id": "048ef49f-441a-41f7-a9b3-ba9b95ff9014", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510993846083, + "endTime": 356511059025916 + }, + "additional": { + "logType": "info", + "children": [ + "a4771d99-2723-431b-8ce6-6248633dbc04", + "4f17f98f-f3ae-4caa-9e67-7d843a771253" + ], + "durationId": "ae9990b9-d8b4-45b6-9acd-d221819037ac", + "parent": "9bc5eb3d-d02d-4b3c-964c-e22a0ffcae4f" + } + }, + { + "head": { + "id": "a924b74b-096d-4033-8e5d-6ba666e50ea2", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511059363083, + "endTime": 356511059373625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d71355fe-d936-40e8-b1fd-b8d2c9a4a395", + "logId": "f01de59b-1ac7-4c2e-a9d6-1004c2a94ee1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "f01de59b-1ac7-4c2e-a9d6-1004c2a94ee1", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511059363083, + "endTime": 356511059373625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a924b74b-096d-4033-8e5d-6ba666e50ea2", + "parent": "9bc5eb3d-d02d-4b3c-964c-e22a0ffcae4f" + } + }, + { + "head": { + "id": "9bc5eb3d-d02d-4b3c-964c-e22a0ffcae4f", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510992781708, + "endTime": 356511059381625 + }, + "additional": { + "logType": "info", + "children": [ + "5ff56553-d5b3-4bda-b76b-d0fab4deabc4", + "048ef49f-441a-41f7-a9b3-ba9b95ff9014", + "f01de59b-1ac7-4c2e-a9d6-1004c2a94ee1" + ], + "durationId": "d71355fe-d936-40e8-b1fd-b8d2c9a4a395", + "parent": "106bbeba-6cc1-4be3-a887-dcbf8b02b5e1" + } + }, + { + "head": { + "id": "c2f5859d-c9ae-47ff-8d8f-0367c8d795e2", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511059629708, + "endTime": 356511072998375 + }, + "additional": { + "children": [ + "c2785987-e72b-462e-99d8-58831f9f0f79", + "8d257dfe-d0c9-4caa-86e0-2186dc3374ce", + "c0a8fe0e-fc48-44d3-87be-263c4d1b0125" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "d5e2079d-49aa-463f-a627-5207ff175734", + "logId": "103d63ad-649b-4157-bbdc-15cb1f0e25dc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "c2785987-e72b-462e-99d8-58831f9f0f79", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511060802916, + "endTime": 356511060808041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c2f5859d-c9ae-47ff-8d8f-0367c8d795e2", + "logId": "6314dc18-6b05-4c66-89cb-1f797c46c233" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6314dc18-6b05-4c66-89cb-1f797c46c233", + "name": "\"beforeNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511060802916, + "endTime": 356511060808041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c2785987-e72b-462e-99d8-58831f9f0f79", + "parent": "103d63ad-649b-4157-bbdc-15cb1f0e25dc" + } + }, + { + "head": { + "id": "8d257dfe-d0c9-4caa-86e0-2186dc3374ce", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511061490833, + "endTime": 356511072148125 + }, + "additional": { + "children": [ + "fa7faa6e-97fc-440b-a7e9-584d7d514c38", + "5b84b959-6297-469a-826a-56e681007f6e" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c2f5859d-c9ae-47ff-8d8f-0367c8d795e2", + "logId": "8e9b341b-d21c-4557-b071-22acd1af0ab7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "fa7faa6e-97fc-440b-a7e9-584d7d514c38", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511061491333, + "endTime": 356511064045333 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "8d257dfe-d0c9-4caa-86e0-2186dc3374ce", + "logId": "809fb308-332a-436b-8af8-de38b8154ca9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5b84b959-6297-469a-826a-56e681007f6e", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511064056625, + "endTime": 356511072134541 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "8d257dfe-d0c9-4caa-86e0-2186dc3374ce", + "logId": "96f89843-5ee4-4f9d-bd37-87455c3b5a4f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "65fa7c0b-fa71-44b3-825f-124668983de7", + "name": "hvigorfile, resolving /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511061492708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "153b3339-4e77-46bb-93cf-4c7493e4dbab", + "name": "hvigorfile, require result: { default: { system: [Function: hapTasks], plugins: [] } }", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511063969375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "809fb308-332a-436b-8af8-de38b8154ca9", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511061491333, + "endTime": 356511064045333 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fa7faa6e-97fc-440b-a7e9-584d7d514c38", + "parent": "8e9b341b-d21c-4557-b071-22acd1af0ab7" + } + }, + { + "head": { + "id": "eb89c1b3-b132-4fc6-8a0c-e13a52a60c42", + "name": "hvigorfile, binding system plugins [Function: hapTasks]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511064066291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "919fecdb-99bc-4d9e-a56a-662b3d0e3972", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=debug", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511066917541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3b9d7f2f-d362-4623-82ee-97316e274409", + "name": "Target 'default' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511066990166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67fc7d80-bab2-4462-966b-a997a0d696c0", + "name": "Target 'ohosTest' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511067583750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "90fe3f69-a8e3-4740-b984-8354e4cad399", + "name": "Module 'entry' target 'default' build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511067680208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "94c3752b-3a9f-47e7-968c-0cd25be2cea7", + "name": "Module 'entry' target 'ohosTest' build option: {\n \"debuggable\": true,\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"default\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511067716250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3364b60b-0488-46af-b0a5-b5de5e0b963b", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511067744833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "423f727d-9776-40ac-bee6-0848bf6cfe42", + "name": "Module 'entry' target 'default' using build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\",\n \"strictMode\": {\n \"caseSensitiveCheck\": true,\n \"useNormalizedOHMUrl\": true\n },\n \"name\": \"debug\"\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511067779208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8515a38c-93dc-4810-9314-aac018a86935", + "name": "Module entry task initialization takes 3 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511071766375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e9d1f3cb-8275-49f9-b900-4dbfd3004664", + "name": "hvigorfile, binding custom plugins []", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511072021416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cbff6a97-de10-436a-8181-1f28bc344aef", + "name": "hvigorfile, no custom plugins were found in /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511072065791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8545eff0-b2d1-4dfd-87a4-9f7472dee134", + "name": "hvigorfile, resolve finished /Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511072101416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "96f89843-5ee4-4f9d-bd37-87455c3b5a4f", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511064056625, + "endTime": 356511072134541 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5b84b959-6297-469a-826a-56e681007f6e", + "parent": "8e9b341b-d21c-4557-b071-22acd1af0ab7" + } + }, + { + "head": { + "id": "8e9b341b-d21c-4557-b071-22acd1af0ab7", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511061490833, + "endTime": 356511072148125 + }, + "additional": { + "logType": "info", + "children": [ + "809fb308-332a-436b-8af8-de38b8154ca9", + "96f89843-5ee4-4f9d-bd37-87455c3b5a4f" + ], + "durationId": "8d257dfe-d0c9-4caa-86e0-2186dc3374ce", + "parent": "103d63ad-649b-4157-bbdc-15cb1f0e25dc" + } + }, + { + "head": { + "id": "c0a8fe0e-fc48-44d3-87be-263c4d1b0125", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511072980083, + "endTime": 356511072989500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c2f5859d-c9ae-47ff-8d8f-0367c8d795e2", + "logId": "be9a9bf5-d1ff-4546-9e40-f14528b22899" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "be9a9bf5-d1ff-4546-9e40-f14528b22899", + "name": "\"afterNodeEvaluate\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511072980083, + "endTime": 356511072989500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c0a8fe0e-fc48-44d3-87be-263c4d1b0125", + "parent": "103d63ad-649b-4157-bbdc-15cb1f0e25dc" + } + }, + { + "head": { + "id": "103d63ad-649b-4157-bbdc-15cb1f0e25dc", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511059629708, + "endTime": 356511072998375 + }, + "additional": { + "logType": "info", + "children": [ + "6314dc18-6b05-4c66-89cb-1f797c46c233", + "8e9b341b-d21c-4557-b071-22acd1af0ab7", + "be9a9bf5-d1ff-4546-9e40-f14528b22899" + ], + "durationId": "c2f5859d-c9ae-47ff-8d8f-0367c8d795e2", + "parent": "1c13e7f5-fb05-41c5-88fc-dcf1e86f287d" + } + }, + { + "head": { + "id": "1c13e7f5-fb05-41c5-88fc-dcf1e86f287d", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511059394500, + "endTime": 356511073007083 + }, + "additional": { + "logType": "info", + "children": [ + "103d63ad-649b-4157-bbdc-15cb1f0e25dc" + ], + "durationId": "d5e2079d-49aa-463f-a627-5207ff175734", + "parent": "106bbeba-6cc1-4be3-a887-dcbf8b02b5e1" + } + }, + { + "head": { + "id": "2e2734f7-1935-4ade-9830-4d411cb9677f", + "name": "watch files: [\n '/Users/tian/Documents/DevEco/ClassMG/hvigorfile.ts',\n '/Users/tian/Documents/DevEco/ClassMG/entry/hvigorfile.ts',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/src/plugin/factory/plugin-factory.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/log4js.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/node.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/debug/src/common.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/ms/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/rfdc/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/configuration.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/layouts.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/date-format/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/levels.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/clustering.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/LoggingEvent.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/flatted/cjs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/adapters.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/console.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stdout.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/stderr.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/logLevelFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/categoryFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/noLogFilter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileWriteStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/graceful-fs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/polyfills.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/legacy-streams.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/graceful-fs/clone.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy-sync/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/win32.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/mkdirs/mkdirs-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/remove/rimraf.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/ensure/symlink-type.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/jsonfile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/jsonfile/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/json/output-json-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move-sync/move-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/move/move.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/node_modules/fs-extra/lib/output/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/now.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameFormatter.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/fileNameParser.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/moveAndMaybeCompressFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/RollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/streamroller/lib/DateRollingFileStream.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/dateFile.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/fileSync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/tcp.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/categories.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/connect-logger.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/log4js/lib/appenders/recording.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/src/common/util/local-file-writer.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/fs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/universalify/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/make-dir.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/mkdirs/utils.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/path-exists/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/utimes.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/util/stat.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/copy/copy-sync.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/empty/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/remove/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/index.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/file.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/link.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-paths.js',\n '/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor/node_modules/fs-extra/lib/ensure/symlink-type.js',\n ... 1855 more items\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511092182875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ae3ac503-932c-4ecf-aaa3-b365dc5a393a", + "name": "hvigorfile, resolve hvigorfile dependencies in 70 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511142776333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "55bebb4b-357d-4dce-a703-fcfbd4e88833", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511073013000, + "endTime": 356511142890166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9c779080-19f9-4da4-9aee-79e1379ffd8e", + "parent": "106bbeba-6cc1-4be3-a887-dcbf8b02b5e1" + } + }, + { + "head": { + "id": "66b3b69e-181c-4986-bcde-1422ff7ffee7", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511143396541, + "endTime": 356511143530375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "40237419-add3-4ca4-b0db-6fa29287c3a0", + "logId": "cd192360-4a57-4623-9880-5143470f4679" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "51ff3ae1-0b36-4ea0-9bbb-4e9ae33e61c3", + "name": "project has submodules:entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511143411875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cd192360-4a57-4623-9880-5143470f4679", + "name": "\"nodesEvaluated\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511143396541, + "endTime": 356511143530375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "66b3b69e-181c-4986-bcde-1422ff7ffee7", + "parent": "106bbeba-6cc1-4be3-a887-dcbf8b02b5e1" + } + }, + { + "head": { + "id": "00a1f09c-0ddc-4bf9-89c1-eabb8dadd069", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511144118166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "94d00355-ac52-4310-b3e2-92ee8c7229a6", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511146532083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b1afbd7b-aad2-40b1-8332-70958ac0ff5b", + "name": "ohpm install", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511143536666, + "endTime": 356511146719666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c2935a9b-c806-4f7a-8b86-8b406aa04ad4", + "parent": "106bbeba-6cc1-4be3-a887-dcbf8b02b5e1" + } + }, + { + "head": { + "id": "93019a9b-c2d7-49f0-8990-4bf155f0aa0d", + "name": "Module ClassMG Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511147512416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0b617e5f-e389-4989-ba6c-27787bef1a4c", + "name": "Module ClassMG's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511147556166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e8edb285-8197-4a92-9048-5461d0ad9b92", + "name": "Module entry Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511147952458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "120c7a51-ceac-4465-b730-e229acb8adfa", + "name": "Module entry's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511147982166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7bf35d25-7ce7-49f1-ad13-3c2e81903396", + "name": "eval hook", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511146732333, + "endTime": 356511149540250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "354280d9-8c1c-4d9e-bbea-cb281adf2b18", + "parent": "106bbeba-6cc1-4be3-a887-dcbf8b02b5e1" + } + }, + { + "head": { + "id": "b429cce7-108e-46a0-8998-3fd65d7af526", + "name": "Configuration phase cost:159 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511149567250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6cf2bed4-f162-4768-b624-8e14a9d3dfc8", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511149550625, + "endTime": 356511149627583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a9922639-c92c-46a5-82f6-7e6e63395800", + "parent": "106bbeba-6cc1-4be3-a887-dcbf8b02b5e1" + } + }, + { + "head": { + "id": "106bbeba-6cc1-4be3-a887-dcbf8b02b5e1", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510988331625, + "endTime": 356511149633875 + }, + "additional": { + "logType": "info", + "children": [ + "7f41d15c-3dea-4867-aa48-959790850ce3", + "97150294-faf1-4dac-af33-4572360aa28a", + "9bc5eb3d-d02d-4b3c-964c-e22a0ffcae4f", + "1c13e7f5-fb05-41c5-88fc-dcf1e86f287d", + "55bebb4b-357d-4dce-a703-fcfbd4e88833", + "b1afbd7b-aad2-40b1-8332-70958ac0ff5b", + "7bf35d25-7ce7-49f1-ad13-3c2e81903396", + "6cf2bed4-f162-4768-b624-8e14a9d3dfc8", + "cd192360-4a57-4623-9880-5143470f4679" + ], + "durationId": "40237419-add3-4ca4-b0db-6fa29287c3a0", + "parent": "af1990c6-ba9b-413d-a916-69b8ccc0bb48" + } + }, + { + "head": { + "id": "6f7013c5-3b4d-4de7-a752-00c5fd220320", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511150384333, + "endTime": 356511150392791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9fba7abe-0efa-43bb-8614-291d0cefe74b", + "logId": "e319e8ab-9a41-41ed-88e8-08a85a8af49d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e319e8ab-9a41-41ed-88e8-08a85a8af49d", + "name": "\"taskGraphResolved\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511150384333, + "endTime": 356511150392791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6f7013c5-3b4d-4de7-a752-00c5fd220320", + "parent": "af1990c6-ba9b-413d-a916-69b8ccc0bb48" + } + }, + { + "head": { + "id": "ddf5c4c5-56c6-4cb4-a691-60598af16b48", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511149656166, + "endTime": 356511150396958 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "404c5b34-0378-42c2-9336-3e1bce70c1c1", + "parent": "af1990c6-ba9b-413d-a916-69b8ccc0bb48" + } + }, + { + "head": { + "id": "d30a3ede-f5dc-47aa-b5e7-4f3baa05ae6c", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511150399250, + "endTime": 356511150402666 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c859787c-4bdd-40b7-be42-703563e99882", + "parent": "af1990c6-ba9b-413d-a916-69b8ccc0bb48" + } + }, + { + "head": { + "id": "af1990c6-ba9b-413d-a916-69b8ccc0bb48", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510972996958, + "endTime": 356511150405041 + }, + "additional": { + "logType": "info", + "children": [ + "ca45cd41-3785-4c16-9dba-017ba2ae53ec", + "106bbeba-6cc1-4be3-a887-dcbf8b02b5e1", + "ddf5c4c5-56c6-4cb4-a691-60598af16b48", + "d30a3ede-f5dc-47aa-b5e7-4f3baa05ae6c", + "d0dae588-4f84-4c54-8b9e-d55bcfd4bc6e", + "07565e04-8df1-4f6b-86d6-ade05a5af88a", + "e319e8ab-9a41-41ed-88e8-08a85a8af49d" + ], + "durationId": "9fba7abe-0efa-43bb-8614-291d0cefe74b" + } + }, + { + "head": { + "id": "651458ce-ddd7-4e2a-98b8-8a1e812feaa0", + "name": "Configuration task cost before running: 180 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511150520791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5a327241-6241-4cca-961f-3e14336b4605", + "name": "entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511152053083, + "endTime": 356511153755791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "ed259a8c-9a69-447b-9c90-001b674f1014", + "logId": "3b6c22db-f269-416e-b718-f4a6b4f17236" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ed259a8c-9a69-447b-9c90-001b674f1014", + "name": "create entry:default@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511151085125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5a327241-6241-4cca-961f-3e14336b4605" + } + }, + { + "head": { + "id": "7b7d2a93-89fe-40ad-9f45-74ec10b37985", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511151200166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67d185dd-3a8b-4316-82e0-c9b60297fad4", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511151234416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f54c519f-4ee6-4960-a3c0-78639bd12d95", + "name": "Executing task :entry:default@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511152062375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf0e168e-d501-432b-9cba-74e918359edf", + "name": "Incremental task entry:default@PreBuild pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511153648375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dc197247-e92d-4f4e-9df2-19b5c86a6679", + "name": "entry : default@PreBuild cost memory 0.21416473388671875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511153712625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3b6c22db-f269-416e-b718-f4a6b4f17236", + "name": "UP-TO-DATE :entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511152053083, + "endTime": 356511153755791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5a327241-6241-4cca-961f-3e14336b4605" + } + }, + { + "head": { + "id": "2030d929-28c1-4845-adce-9d95cb07bb9f", + "name": "entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511155184833, + "endTime": 356511155836500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "51f6002a-58e3-4523-b4d0-679fbe4d677c", + "logId": "67680395-a672-4878-81b6-6d68ad65b003" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "51f6002a-58e3-4523-b4d0-679fbe4d677c", + "name": "create entry:default@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511154701541 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2030d929-28c1-4845-adce-9d95cb07bb9f" + } + }, + { + "head": { + "id": "493ffe56-ed58-45dd-bdd4-6f3117e9b7f1", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511154818000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "374ea192-46e6-409d-bca9-42d3b14724e8", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511154869625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e184c55f-a5fa-4eba-b19b-3800773588f9", + "name": "Executing task :entry:default@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511155190083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4e64b3da-da1a-4146-8ba4-1339967d3033", + "name": "Task 'entry:default@GenerateMetadata' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511155499500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67faf589-ef5c-45d4-9a9a-827f5bb4fa71", + "name": "Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511155749041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8ca62b2f-b250-42a0-8fc2-6f2b1dff585c", + "name": "entry : default@GenerateMetadata cost memory 0.08196258544921875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511155790500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67680395-a672-4878-81b6-6d68ad65b003", + "name": "UP-TO-DATE :entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511155184833, + "endTime": 356511155836500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2030d929-28c1-4845-adce-9d95cb07bb9f" + } + }, + { + "head": { + "id": "a6d1987a-fcc8-4bc7-8bc6-2943ae4e6881", + "name": "entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511156639791, + "endTime": 356511156827791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "57633ed9-4e4a-4fb2-9768-93e3b51bea2e", + "logId": "6d01beef-8551-4091-8c2c-ac4d4b6d017a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "57633ed9-4e4a-4fb2-9768-93e3b51bea2e", + "name": "create entry:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511156431583 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a6d1987a-fcc8-4bc7-8bc6-2943ae4e6881" + } + }, + { + "head": { + "id": "883e2141-98ec-4fd1-9c89-3c3869a21bbd", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511156524375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e0ca993-4e40-442e-9b2d-ebc39d324231", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511156555250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e6afbdc-1447-46bb-af52-10a01a557872", + "name": "Executing task :entry:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511156643583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1e8d0893-5b1f-4dea-b127-1c4b322f75b4", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511156689125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f0381d6e-8b6e-427b-b4af-e64295fa9393", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511156717791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "707a78f0-015a-43f2-beff-6740d17bfa5b", + "name": "entry : default@ConfigureCmake cost memory 0.03678131103515625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511156757583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0ff63533-d8ef-4d79-aa81-f78ffd78afa5", + "name": "runTaskFromQueue task cost before running: 186 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511156799583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6d01beef-8551-4091-8c2c-ac4d4b6d017a", + "name": "Finished :entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511156639791, + "endTime": 356511156827791, + "totalTime": 149208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a6d1987a-fcc8-4bc7-8bc6-2943ae4e6881" + } + }, + { + "head": { + "id": "96a749da-c541-48e8-9774-a52d68e0de62", + "name": "entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511157797708, + "endTime": 356511158340625 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "a9659a26-0656-4935-bcff-95232f969cbd", + "logId": "b690c611-9adf-4f60-afc9-6b7c0c5e2490" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a9659a26-0656-4935-bcff-95232f969cbd", + "name": "create entry:default@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511157435833 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "96a749da-c541-48e8-9774-a52d68e0de62" + } + }, + { + "head": { + "id": "0f8d9bcb-8ece-4d8f-bf2c-f5f43e7ef749", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511157536375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f690f43f-c7de-4475-8f31-07c1030cdbc4", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511157566708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b14dc88d-bf6c-413b-9527-ab3455ca65d2", + "name": "Executing task :entry:default@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511157801041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "90ae4bc0-3e37-4b6e-aa06-4bbc71a2c66e", + "name": "Incremental task entry:default@MergeProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511158271541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b431d6ae-9d4d-4f4a-afa0-c81deb1e07e9", + "name": "entry : default@MergeProfile cost memory 0.09735107421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511158307208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b690c611-9adf-4f60-afc9-6b7c0c5e2490", + "name": "UP-TO-DATE :entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511157797708, + "endTime": 356511158340625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "96a749da-c541-48e8-9774-a52d68e0de62" + } + }, + { + "head": { + "id": "e858a716-2b2d-4960-92e0-3d89d448dfd6", + "name": "entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511159336041, + "endTime": 356511159850458 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "3230855a-4406-40a5-84f2-6052460d8419", + "logId": "dd5da99d-c56a-4e6e-a48c-88dd93fdd244" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "3230855a-4406-40a5-84f2-6052460d8419", + "name": "create entry:default@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511158934125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e858a716-2b2d-4960-92e0-3d89d448dfd6" + } + }, + { + "head": { + "id": "451d50d2-b99b-421d-8f63-ceadaf4a6eec", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511159028583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b9bfad2b-5d4a-4e24-8504-d3c46c2abcbc", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511159057791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4da50338-cb3d-49e3-98a6-cfcfdefb63cd", + "name": "Executing task :entry:default@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511159340375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a9227be8-044c-49fd-a537-e2bf03e681cd", + "name": "Task 'entry:default@CreateBuildProfile' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511159573666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bb7cf7c5-a1ed-4985-a3be-7f80fbd97a0f", + "name": "Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511159777375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ba298e0f-2f3d-4a19-bc87-54c9b3767420", + "name": "entry : default@CreateBuildProfile cost memory 0.08632659912109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511159818166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dd5da99d-c56a-4e6e-a48c-88dd93fdd244", + "name": "UP-TO-DATE :entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511159336041, + "endTime": 356511159850458 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e858a716-2b2d-4960-92e0-3d89d448dfd6" + } + }, + { + "head": { + "id": "07d81485-60ff-4fec-8313-d4fcdde40624", + "name": "entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511160812458, + "endTime": 356511160979041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "5b1192aa-bf6d-496d-b4ad-681860771cee", + "logId": "da3f59d5-03a0-4ef7-b452-b423ef23878a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "5b1192aa-bf6d-496d-b4ad-681860771cee", + "name": "create entry:default@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511160423166 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "07d81485-60ff-4fec-8313-d4fcdde40624" + } + }, + { + "head": { + "id": "3aea2423-d2bd-4ca0-8fba-fbab961bb186", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511160511625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4f1f1048-5709-4364-b15b-5993867ad809", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511160539000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "10ecec5c-9216-4dbd-8918-84fe39d9bcbb", + "name": "Executing task :entry:default@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511160815708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df3e61c1-6842-4eec-81c0-73581ed99d48", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511160854166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c8a7e390-5c57-4cf0-a157-6a0efee0e805", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511160879375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "15fb0d77-bf14-4fa4-bc30-3d53b96b05fd", + "name": "entry : default@PreCheckSyscap cost memory 0.0370025634765625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511160915916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4d42de6e-d7f0-4872-9e4b-cd1723da15c2", + "name": "runTaskFromQueue task cost before running: 190 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511160953833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "da3f59d5-03a0-4ef7-b452-b423ef23878a", + "name": "Finished :entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511160812458, + "endTime": 356511160979041, + "totalTime": 134167 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "07d81485-60ff-4fec-8313-d4fcdde40624" + } + }, + { + "head": { + "id": "465a6b1f-424c-4eab-823b-1ea18ce3efb8", + "name": "entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511162814083, + "endTime": 356511163148041 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "879851ae-701d-49d7-a993-f84688e940d6", + "logId": "75da07e7-e071-499e-8f65-d7d0a628c96f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "879851ae-701d-49d7-a993-f84688e940d6", + "name": "create entry:default@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511161579583 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "465a6b1f-424c-4eab-823b-1ea18ce3efb8" + } + }, + { + "head": { + "id": "e08e8ce5-afb9-4142-840b-127c513c8c05", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511161666375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3de5526a-bed7-43ac-8278-00fd277366f8", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511161694791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eda55f4b-1f23-45a1-9879-0b9ff43377ae", + "name": "Executing task :entry:default@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511162818458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2501ae2d-6009-4192-a991-09ddad0ce387", + "name": "Task 'entry:default@GeneratePkgContextInfo' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511162904666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aa8723b7-cd60-4994-9244-83a6fa6f7869", + "name": "Incremental task entry:default@GeneratePkgContextInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511163080875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "04e823a3-a30b-4879-99bb-83ec72366961", + "name": "entry : default@GeneratePkgContextInfo cost memory 0.06148529052734375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511163114458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "75da07e7-e071-499e-8f65-d7d0a628c96f", + "name": "UP-TO-DATE :entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511162814083, + "endTime": 356511163148041 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "465a6b1f-424c-4eab-823b-1ea18ce3efb8" + } + }, + { + "head": { + "id": "fe8fad08-dfa6-4fc5-a9b1-733386b1476f", + "name": "entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511164454458, + "endTime": 356511165209000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist." + ], + "detailId": "a97d0208-7a53-4c90-8aee-63ccddb6b0b1", + "logId": "c0cf5130-f3d0-4d9c-b949-5703bc70c3da" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "a97d0208-7a53-4c90-8aee-63ccddb6b0b1", + "name": "create entry:default@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511163721958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "fe8fad08-dfa6-4fc5-a9b1-733386b1476f" + } + }, + { + "head": { + "id": "043bf1fe-df53-4753-9c68-15044d31e241", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511163809625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ef8a04f9-7dca-4feb-81f4-4982103c5a57", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511163838666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1d6ab7dc-e482-48ed-80e7-1dfeae446bec", + "name": "Executing task :entry:default@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511164457583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "07da802f-6cf1-491f-bc19-f051dc831bce", + "name": "entry:default@ProcessIntegratedHsp is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511165001791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df0e122c-ed53-4895-841c-cdc14481f225", + "name": "Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511165037125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "174a3b71-9b8c-4716-bd12-cd306604a291", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511165071041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "05fc2952-3b70-4e07-9bdc-c49dfe590354", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511165094333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4c481186-f844-468a-bdaf-732a22fae373", + "name": "entry : default@ProcessIntegratedHsp cost memory 0.10439300537109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511165137541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "678eb3a7-92f7-479d-814f-ac04ca68baa3", + "name": "runTaskFromQueue task cost before running: 195 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511165182041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c0cf5130-f3d0-4d9c-b949-5703bc70c3da", + "name": "Finished :entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511164454458, + "endTime": 356511165209000, + "totalTime": 721166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fe8fad08-dfa6-4fc5-a9b1-733386b1476f" + } + }, + { + "head": { + "id": "0d85cc4e-d326-4a45-ab09-8f8d203a1f13", + "name": "entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511166362083, + "endTime": 356511166539416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "02ca037e-2fe1-444d-a8d6-5dc2c7d8ebd3", + "logId": "dc163138-79b3-4d7a-88d9-4c3d24677b82" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "02ca037e-2fe1-444d-a8d6-5dc2c7d8ebd3", + "name": "create entry:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511165965125 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0d85cc4e-d326-4a45-ab09-8f8d203a1f13" + } + }, + { + "head": { + "id": "510064e0-7b9c-42f8-b873-c120655cbd66", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511166057916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b5a6b203-1a79-4921-8ece-c2ab5d72f843", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511166084541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "52a418ac-e651-4d13-be8a-3358f9d662f8", + "name": "Executing task :entry:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511166366375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0a8acfaf-5aaf-48f2-828f-7fe715727820", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511166407916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b05ea7f1-dccc-47c9-9f54-8efbbeaa1d8c", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511166431541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bb745092-d570-4715-8f91-6aacb702f507", + "name": "entry : default@BuildNativeWithCmake cost memory 0.0378265380859375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511166467541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d532ff2e-d30f-465f-ad57-8c8560077fbe", + "name": "runTaskFromQueue task cost before running: 196 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511166510708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dc163138-79b3-4d7a-88d9-4c3d24677b82", + "name": "Finished :entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511166362083, + "endTime": 356511166539416, + "totalTime": 141625 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0d85cc4e-d326-4a45-ab09-8f8d203a1f13" + } + }, + { + "head": { + "id": "eb1605ed-1990-44cd-9174-bf895c2fa8de", + "name": "entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511167505666, + "endTime": 356511168529791 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "41a71fcd-f416-4fe8-96f2-eb6457d16fe1", + "logId": "9221ba4b-0707-41ad-b8d1-0d95ef6682a9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "41a71fcd-f416-4fe8-96f2-eb6457d16fe1", + "name": "create entry:default@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511167095666 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "eb1605ed-1990-44cd-9174-bf895c2fa8de" + } + }, + { + "head": { + "id": "7ee5f996-c62e-4e3b-b21d-384907d827d4", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511167183583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3ad940b4-89f3-495a-9dc4-08ede359b36f", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511167214166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bed983d5-827a-4891-bb32-0d0cf8ce5737", + "name": "Executing task :entry:default@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511167509416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "08e505c7-78d3-43ee-9a91-415a8abcc62f", + "name": "Incremental task entry:default@MakePackInfo pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511168449250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b3ee78d4-59e1-4259-9fb8-c2e391870bb3", + "name": "entry : default@MakePackInfo cost memory 0.1276397705078125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511168489375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9221ba4b-0707-41ad-b8d1-0d95ef6682a9", + "name": "UP-TO-DATE :entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511167505666, + "endTime": 356511168529791 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "eb1605ed-1990-44cd-9174-bf895c2fa8de" + } + }, + { + "head": { + "id": "9103ce68-a893-41eb-a0b6-cde6c9b81434", + "name": "entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511170038625, + "endTime": 356511171251000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist." + ], + "detailId": "6b33f6d1-9ddf-4725-bdca-77ce6248fcfc", + "logId": "449084b7-6d46-4c35-ba08-81083e0ced93" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "6b33f6d1-9ddf-4725-bdca-77ce6248fcfc", + "name": "create entry:default@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511169336500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9103ce68-a893-41eb-a0b6-cde6c9b81434" + } + }, + { + "head": { + "id": "6a62d833-f57c-4499-a95e-b414d1244775", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511169435416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2997651e-9dc1-4204-8615-a3f873f87b3c", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511169464083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b5770ac8-4d67-41d9-8751-696229cd3102", + "name": "Executing task :entry:default@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511170044291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0cc85400-11ae-4d42-87c1-554e363f3e99", + "name": "File: '/Users/tian/Documents/DevEco/ClassMG/entry/src/main/syscap.json' from 'sysCapJsonPath' is not exists, just ignore.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511170097708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "43a0e2b6-8122-469b-9b56-319550426d30", + "name": "Task 'entry:default@SyscapTransform' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511170209583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d792119e-576a-407a-8668-18a625e82300", + "name": "entry:default@SyscapTransform is not up-to-date, since the output file '/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511170997916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1cf3cd31-b0c6-4ac8-bda6-e1bfc5bb8073", + "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511171040250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "39226236-12c7-4d95-8677-16165dca9536", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511171088916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "078d7ad3-56db-49bc-81ba-cc8ab1e2fe13", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511171119416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fe29e888-1427-46f5-9c04-e908ce5002f6", + "name": "entry : default@SyscapTransform cost memory 0.12395477294921875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511171170083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f15fa814-70ba-434e-98aa-4443316c00ca", + "name": "runTaskFromQueue task cost before running: 201 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511171222666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "449084b7-6d46-4c35-ba08-81083e0ced93", + "name": "Finished :entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511170038625, + "endTime": 356511171251000, + "totalTime": 1173500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9103ce68-a893-41eb-a0b6-cde6c9b81434" + } + }, + { + "head": { + "id": "39efa01f-a56c-4b17-b436-5d11d5c86cd1", + "name": "entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511172703125, + "endTime": 356511173088500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "9dce05dd-8061-4239-be36-2630c9604d5c", + "logId": "11bab497-9a6c-4eec-87c1-9edaf96fc886" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "9dce05dd-8061-4239-be36-2630c9604d5c", + "name": "create entry:default@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511172161458 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "39efa01f-a56c-4b17-b436-5d11d5c86cd1" + } + }, + { + "head": { + "id": "69400a96-dd45-42f0-b37f-44a2a2122cd9", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511172260416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "17806401-24a2-470c-8cdb-8872f02aed3d", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511172289083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "119348a5-e6c3-4ce3-93bc-08a735ee5ab7", + "name": "Executing task :entry:default@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511172707625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4c14b7e3-29f9-48af-8709-24c520c91ccb", + "name": "Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511173004416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cbc3429d-06b9-4f12-b9a3-ceac12613f95", + "name": "entry : default@ProcessProfile cost memory 0.0552978515625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511173047000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "11bab497-9a6c-4eec-87c1-9edaf96fc886", + "name": "UP-TO-DATE :entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511172703125, + "endTime": 356511173088500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "39efa01f-a56c-4b17-b436-5d11d5c86cd1" + } + }, + { + "head": { + "id": "8f9f1394-6509-42fe-a44b-7445a7540ce4", + "name": "entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511175383166, + "endTime": 356511178925166 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "939fda74-2207-40e4-8fe7-8539154d7a7a", + "logId": "9945b69b-792d-4c91-8ce6-20a2af792d3e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "939fda74-2207-40e4-8fe7-8539154d7a7a", + "name": "create entry:default@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511174289208 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "8f9f1394-6509-42fe-a44b-7445a7540ce4" + } + }, + { + "head": { + "id": "e784b40f-713f-4f42-9cc7-3a3747d59a49", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511174431750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0762f45b-55e7-46f3-b1be-b8f87b864771", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511174500375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "866453be-3769-4423-9c9f-6aad7297a381", + "name": "Executing task :entry:default@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511175387583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "db8902e6-28f3-4bd4-885a-c24284862e83", + "name": "Incremental task entry:default@ProcessRouterMap pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511178817666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d1efec63-f745-4517-9952-65235bd84ac6", + "name": "entry : default@ProcessRouterMap cost memory -4.976142883300781", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511178887541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9945b69b-792d-4c91-8ce6-20a2af792d3e", + "name": "UP-TO-DATE :entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511175383166, + "endTime": 356511178925166 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8f9f1394-6509-42fe-a44b-7445a7540ce4" + } + }, + { + "head": { + "id": "a25170ef-bdf2-4509-9942-5856f1be1ce7", + "name": "entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511180305458, + "endTime": 356511180911000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "987fdd65-2eba-43d8-b74d-f0ebd3439ed6", + "logId": "f8eeb07f-49fe-4ef4-8984-ad69c83cf705" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "987fdd65-2eba-43d8-b74d-f0ebd3439ed6", + "name": "create entry:default@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511179896958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a25170ef-bdf2-4509-9942-5856f1be1ce7" + } + }, + { + "head": { + "id": "a1b43de1-7467-4922-b801-1621a0530952", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511180003791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f4791f80-000c-4ec3-a8e6-60421c06b6d8", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511180032166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "be1f28b7-5417-497e-a102-ef5cf6932858", + "name": "Executing task :entry:default@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511180310500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "878cb29d-2f04-4e1f-a394-9b31bf364a2c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511180356500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "05f17cb0-193c-46ee-aed6-095ff9c2a26a", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511180379791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "06275a77-4ade-491d-8b41-3b651e26f75d", + "name": "entry : default@BuildNativeWithNinja cost memory 0.0515594482421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511180834083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6b48c351-18eb-4c94-972a-a60f251365e5", + "name": "runTaskFromQueue task cost before running: 210 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511180883125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f8eeb07f-49fe-4ef4-8984-ad69c83cf705", + "name": "Finished :entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511180305458, + "endTime": 356511180911000, + "totalTime": 568875 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a25170ef-bdf2-4509-9942-5856f1be1ce7" + } + }, + { + "head": { + "id": "84ff8b92-05a5-4a09-a8dc-85c652e4e0e0", + "name": "entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511182459083, + "endTime": 356511184271750 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "948c3178-2975-486d-b0c3-b1fbba0cf8d5", + "logId": "7d284560-02bf-41d5-97a5-03594769a01f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "948c3178-2975-486d-b0c3-b1fbba0cf8d5", + "name": "create entry:default@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511181671208 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "84ff8b92-05a5-4a09-a8dc-85c652e4e0e0" + } + }, + { + "head": { + "id": "4db1e58b-5bab-45fc-9305-c9ba13734236", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511181765291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "15d5d9b1-0fb6-4089-9f3d-2163adddb989", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511181792583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f915e7ae-b18a-4893-8a14-8c7f96fe51c4", + "name": "restool module names: entry; moduleName=entry, taskName=default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511182054000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ce977476-4417-4776-9d62-4d62180a3fd0", + "name": "Executing task :entry:default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511183096083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4c7844d2-1d70-41ec-9549-0843dc0fa463", + "name": "Incremental task entry:default@ProcessResource pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511183764916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f26ce3f7-f2df-46a6-b02c-ae222db87816", + "name": "entry : default@ProcessResource cost memory 0.12674713134765625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511183818500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d284560-02bf-41d5-97a5-03594769a01f", + "name": "UP-TO-DATE :entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511182459083, + "endTime": 356511184271750 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "84ff8b92-05a5-4a09-a8dc-85c652e4e0e0" + } + }, + { + "head": { + "id": "84ce7b23-db40-4cc0-ab17-9a6cdebebd2e", + "name": "entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511186899625, + "endTime": 356511193111583 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "65f8aa25-8e63-4fa9-a83e-5066649960fc", + "logId": "531c8f3b-dfcc-47b0-b5d9-9fbaa255c453" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "65f8aa25-8e63-4fa9-a83e-5066649960fc", + "name": "create entry:default@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511185544833 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "84ce7b23-db40-4cc0-ab17-9a6cdebebd2e" + } + }, + { + "head": { + "id": "ce3c456c-bafb-4963-b703-9f8d213cc649", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511185663583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "12379f7f-2e17-43af-aa3d-445494d7ef69", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511185698333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "db812ff0-dae2-4c24-b246-2ccf61835cf0", + "name": "Executing task :entry:default@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511186906750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2c92a975-d997-4a41-9eda-39e15ac1d3c4", + "name": "Incremental task entry:default@GenerateLoaderJson pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511192942125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "25243808-478b-4e0a-898d-69100415ca02", + "name": "entry : default@GenerateLoaderJson cost memory 0.5589218139648438", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511193052083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "531c8f3b-dfcc-47b0-b5d9-9fbaa255c453", + "name": "UP-TO-DATE :entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511186899625, + "endTime": 356511193111583 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "84ce7b23-db40-4cc0-ab17-9a6cdebebd2e" + } + }, + { + "head": { + "id": "9f172157-50a9-4c5e-9fa8-46ce27d119e2", + "name": "entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511195695125, + "endTime": 356511196694375 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "d4dc996c-e8bb-4692-9d4b-359b77fb8d29", + "logId": "dd82841b-440b-4443-bef0-aec0188669c5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d4dc996c-e8bb-4692-9d4b-359b77fb8d29", + "name": "create entry:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511195274583 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9f172157-50a9-4c5e-9fa8-46ce27d119e2" + } + }, + { + "head": { + "id": "00158661-a022-4e70-88d5-b419cb429f74", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511195380625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67d7d7d5-7cce-4c44-a26e-affc1634136e", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511195412500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2a1c6495-d1c5-47b8-af1e-544f3705a93c", + "name": "Executing task :entry:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511195703166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "11bb0284-13e8-4eaf-a1c3-e09f48e5363a", + "name": "Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511196609333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a8f809eb-3d63-48ec-a079-fa8bda0d2df4", + "name": "entry : default@ProcessLibs cost memory 0.09813690185546875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511196657125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dd82841b-440b-4443-bef0-aec0188669c5", + "name": "UP-TO-DATE :entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511195695125, + "endTime": 356511196694375 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9f172157-50a9-4c5e-9fa8-46ce27d119e2" + } + }, + { + "head": { + "id": "3310ab39-e228-4376-b805-542a957590f7", + "name": "entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511198633125, + "endTime": 356511203258916 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "414f7e77-da9d-43f2-a17e-bf52aa5a310f", + "logId": "e51ef8c1-f15a-46f9-8f92-7ea1ad1f0de9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "414f7e77-da9d-43f2-a17e-bf52aa5a310f", + "name": "create entry:default@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511197304958 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "3310ab39-e228-4376-b805-542a957590f7" + } + }, + { + "head": { + "id": "866b9917-eaa1-4dfa-8f50-02b6e477391a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511197400500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ea8d8c16-8692-40f8-accc-38fb1cec260f", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511197432541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dc2325ef-6f8c-4bbe-9f50-32b2e9602ac4", + "name": "restool module names: entry; moduleName=entry, taskName=default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511197706666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "99f61c7f-c511-4d69-a17e-f760bdeed5fe", + "name": "Executing task :entry:default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511198648541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c83d093e-6e77-49c5-a048-82991b8c02fd", + "name": "Incremental task entry:default@CompileResource pre-execution cost: 4 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511203141916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f939333c-6bae-40bb-a903-e9b78f20c0f3", + "name": "entry : default@CompileResource cost memory 0.4780120849609375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511203209541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e51ef8c1-f15a-46f9-8f92-7ea1ad1f0de9", + "name": "UP-TO-DATE :entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511198633125, + "endTime": 356511203258916 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3310ab39-e228-4376-b805-542a957590f7" + } + }, + { + "head": { + "id": "210eca34-0702-48dc-8c9a-267cb669d24b", + "name": "entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511205488083, + "endTime": 356511205951250 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "e1c5e8b2-bdf8-4516-a3e1-eb4f99f5aeda", + "logId": "38e71051-94e1-44f5-b013-f73f21aa9c5b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "e1c5e8b2-bdf8-4516-a3e1-eb4f99f5aeda", + "name": "create entry:default@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511204201666 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "210eca34-0702-48dc-8c9a-267cb669d24b" + } + }, + { + "head": { + "id": "687a5667-3500-427b-b03c-d409d9aeba89", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511204371208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "428dfce9-68f0-426a-b560-60c73a0ae737", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511204425791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dd9e8be1-54c1-4485-8a22-b9f7fcdf6bd8", + "name": "Executing task :entry:default@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511205496000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "febbec28-daa7-4b55-a8d6-1932b3451e40", + "name": "Task 'entry:default@DoNativeStrip' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511205577125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f9b2cdef-bca0-4ba4-99e7-731087ca2321", + "name": "Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511205859000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a1967d03-3806-4f0f-b7f3-9921e5fa52af", + "name": "entry : default@DoNativeStrip cost memory 0.06102752685546875", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511205905500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "38e71051-94e1-44f5-b013-f73f21aa9c5b", + "name": "UP-TO-DATE :entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511205488083, + "endTime": 356511205951250 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "210eca34-0702-48dc-8c9a-267cb669d24b" + } + }, + { + "head": { + "id": "f41043b5-e863-4da2-ba1e-a51f98f9f22e", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511208184333, + "endTime": 356512803621791 + }, + "additional": { + "children": [ + "b15c3eb3-079c-47fa-80cd-1a0a58da5efa", + "384a4f84-a701-4b2f-a340-b53dd2df5326" + ], + "state": "failed", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "1f3ca327-73b1-4f22-84da-f59781c76352", + "logId": "7f9f449f-8db1-4619-995f-c2942854ae8c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "1f3ca327-73b1-4f22-84da-f59781c76352", + "name": "create entry:default@CompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511206566416 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f41043b5-e863-4da2-ba1e-a51f98f9f22e" + } + }, + { + "head": { + "id": "fbeb4205-bc50-4283-b505-f24b19edc8de", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511206673333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "243c5d91-0d8c-4be4-9ac6-8b64782b4842", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511206711875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "18c3223e-ed42-403d-9241-4304ffda0ff6", + "name": "Executing task :entry:default@CompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511208188666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "efd21b81-8f0f-4a71-9b2d-0fea56bc6008", + "name": "build config:", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511213614416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "01e84f67-56f6-4327-ab6a-59475938871f", + "name": "Compile arkts with external api path: /Applications/DevEco-Studio.app/Contents/sdk/default/hms/ets", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511213920875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dff3d502-832c-45a9-8a0c-6d45906765be", + "name": "default@CompileArkTS work[35] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511214312916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b15c3eb3-079c-47fa-80cd-1a0a58da5efa", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 356511215037041, + "endTime": 356512803504750 + }, + "additional": { + "children": [], + "state": "failed", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "f41043b5-e863-4da2-ba1e-a51f98f9f22e", + "logId": "89d28057-3d23-490d-b1a0-04470cde1a41" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "65f2f037-07cf-478c-a55e-ceec28f53465", + "name": "default@CompileArkTS work[35] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511214639375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e63a032b-a386-45e2-ab91-ce6a0d7b0366", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511214671750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7ae7557d-9b12-47c4-978b-9b23e767efd8", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511214696541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "07a98679-9220-4351-8706-c76ee90d0999", + "name": "A work dispatched to worker[5] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511214725291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cb4307ac-8e04-4d5b-b45b-66b06a90eab0", + "name": "default@CompileArkTS work[35] has been dispatched to worker[4].", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511215040000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1ad23b35-23ad-4dd5-b8f2-eac103595a81", + "name": "default@CompileArkTS work[35] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511215100000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a5fd8042-546f-4fff-a6b6-9ab3da2d608f", + "name": "CopyResources startTime: 356511215141041", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511215142541 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9ff66c5d-3c95-4dba-9042-06d1e1c1c2a4", + "name": "default@CompileArkTS work[36] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511215184375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "384a4f84-a701-4b2f-a340-b53dd2df5326", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 356511761229458, + "endTime": 356511768144083 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "f41043b5-e863-4da2-ba1e-a51f98f9f22e", + "logId": "3e3cf913-6349-4e9f-ac9c-8e2920ea7ec0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "cdb0df04-366e-4e34-8d60-b10bc6d575d0", + "name": "default@CompileArkTS work[36] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511215471000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b79fdf59-0788-410c-ba1d-ce544159ee92", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511215498125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0319284a-3473-4c4e-b4ec-27ac63d54bd7", + "name": "Create resident worker with id: 6.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511215544875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8d50b571-62b1-4c5a-8706-65b71fcbac3a", + "name": "default@CompileArkTS work[36] has been dispatched to worker[6].", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511216431041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "864f70e9-1d1b-4cd8-b645-61e024f2a0a0", + "name": "default@CompileArkTS work[36] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511216486083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5fe355d0-515f-487c-b361-807e74b2397a", + "name": "entry : default@CompileArkTS cost memory 1.095611572265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511216555041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0de9a879-8feb-4f95-b5cd-2c607a71fc4b", + "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": 30598, + "tid": "Main Thread", + "startTime": 356511218860750, + "endTime": 356511220117416 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "b8551f52-a149-46b0-afc3-e5ffb2d380cb", + "logId": "8d145d25-eefc-4174-a504-003da8e88f4c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "b8551f52-a149-46b0-afc3-e5ffb2d380cb", + "name": "create entry:default@BuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511217216625 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0de9a879-8feb-4f95-b5cd-2c607a71fc4b" + } + }, + { + "head": { + "id": "595d5df1-c6c3-4efc-a8f2-1c829b7a4986", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511217362916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "682b2755-afac-4d4b-92b8-86adea578d6d", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511217399500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ac57ee6d-1bca-431e-acbb-2a9675a547b9", + "name": "Executing task :entry:default@BuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511218867291 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "387dd207-e404-4d06-9883-4d87c2ab19b0", + "name": "entry : default@BuildJS cost memory 0.1153411865234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511220024583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9dcdc368-584e-4433-8400-43c603bd3bb0", + "name": "runTaskFromQueue task cost before running: 250 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511220083583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8d145d25-eefc-4174-a504-003da8e88f4c", + "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": 30598, + "tid": "Main Thread", + "startTime": 356511218860750, + "endTime": 356511220117416, + "totalTime": 1208959 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0de9a879-8feb-4f95-b5cd-2c607a71fc4b" + } + }, + { + "head": { + "id": "81489953-7ea6-4a80-b9b6-2f31fd3d0f82", + "name": "entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511224469791, + "endTime": 356511225259833 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "ca54cc32-2d3d-4c96-a17d-622f54f70003", + "logId": "b24f0bdb-0059-4c2d-84e3-f37adfb821eb" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "ca54cc32-2d3d-4c96-a17d-622f54f70003", + "name": "create entry:default@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511222520458 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "81489953-7ea6-4a80-b9b6-2f31fd3d0f82" + } + }, + { + "head": { + "id": "0e4d8584-5b55-41f5-9bbd-279e27bd2cb2", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511222867333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ef2a326f-c890-4991-bf40-9bf48fe6651d", + "name": "jsonObjWithoutParam {\"name\":\"entry\",\"version\":\"1.0.0\",\"description\":\"Please describe the basic information.\",\"main\":\"\",\"author\":\"\",\"license\":\"\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511223051333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7ccf4e3e-1edb-4e40-9650-f6deb473d3e1", + "name": "Executing task :entry:default@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511224480125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d254862f-9675-4a8d-8ec8-59301098cbbf", + "name": "Task 'entry:default@CacheNativeLibs' cost while wrapping incremental declarations: 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511224587583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "68cbe132-d1da-4d40-9baa-bdde4501936d", + "name": "Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511225154083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6540e510-c8f4-4591-814d-bf92a86c5215", + "name": "entry : default@CacheNativeLibs cost memory 0.06806182861328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511225210958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b24f0bdb-0059-4c2d-84e3-f37adfb821eb", + "name": "UP-TO-DATE :entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511224469791, + "endTime": 356511225259833 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "81489953-7ea6-4a80-b9b6-2f31fd3d0f82" + } + }, + { + "head": { + "id": "27bede0d-6e56-4348-bc83-cd51d38611c4", + "name": "worker[6] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511768330416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3b46de68-2074-4c55-bbea-4bef01f2bc5d", + "name": "CopyResources is end, endTime: 356511768483916", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511768488250 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1518a4b8-c19c-4132-8dee-8af656333a34", + "name": "default@CompileArkTS work[36] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511768557041 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e3cf913-6349-4e9f-ac9c-8e2920ea7ec0", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Worker6", + "startTime": 356511761229458, + "endTime": 356511768144083 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "384a4f84-a701-4b2f-a340-b53dd2df5326", + "parent": "7f9f449f-8db1-4619-995f-c2942854ae8c" + } + }, + { + "head": { + "id": "bef38664-31aa-4a87-bd4d-5503512ae418", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511768638375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "54c1f2db-75a5-4602-b8b1-58082d75c5a9", + "name": "worker[4] has one work error.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512803404625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ff1fb267-be9e-4cf3-887f-9064f7df1ce6", + "name": "default@CompileArkTS work[35] failed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512803557875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "89d28057-3d23-490d-b1a0-04470cde1a41", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Worker4", + "startTime": 356511215037041, + "endTime": 356512803504750 + }, + "additional": { + "logType": "error", + "children": [], + "durationId": "b15c3eb3-079c-47fa-80cd-1a0a58da5efa", + "parent": "7f9f449f-8db1-4619-995f-c2942854ae8c" + } + }, + { + "head": { + "id": "7f9f449f-8db1-4619-995f-c2942854ae8c", + "name": "Failed :entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356511208184333, + "endTime": 356512803621791 + }, + "additional": { + "logType": "error", + "children": [ + "89d28057-3d23-490d-b1a0-04470cde1a41", + "3e3cf913-6349-4e9f-ac9c-8e2920ea7ec0" + ], + "durationId": "f41043b5-e863-4da2-ba1e-a51f98f9f22e" + } + }, + { + "head": { + "id": "912d27fa-dc18-4904-baeb-86de4c4c5d1e", + "name": "hvigor build process will be closed with an error.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512803714583 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "f41043b5-e863-4da2-ba1e-a51f98f9f22e" + } + }, + { + "head": { + "id": "b1419a87-803f-4c20-92f9-6eb7469a0d34", + "name": "ERROR: stacktrace = Error: ArkTS Compiler Error\n\u001b[33m1 WARN: \u001b[33mArkTS:WARN: For details about ArkTS syntax errors, see FAQs\u001b[39m\n\u001b[31m1 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/logtext.ets:94:67\n Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)\n\n\u001b[39m\n\u001b[31m2 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/logtext.ets:107:82\n Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)\n\n\u001b[39m\n\u001b[31m3 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/logtext.ets:107:97\n Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)\n\n\u001b[39m\n\u001b[31m4 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/logtext.ets:127:46\n Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)\n\n\u001b[39m\n\u001b[31m5 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/logtext.ets:128:11\n Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)\n\n\u001b[39m\n\u001b[31m6 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:221:30\n Structural typing is not supported (arkts-no-structural-typing)\n\n\u001b[39m\n\u001b[31m7 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:99:56\n Property 'PAGE_APPEAR' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m8 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:102:56\n Property 'PAGE_DISAPPEAR' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m9 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:105:56\n Property 'PAGE_SHOW' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m10 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:108:56\n Property 'PAGE_HIDE' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m11 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:111:56\n Property 'PAGE_BACK' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m12 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/login.ets:114:56\n Property 'SYSTEM_INFO' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m13 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:72:37\n Property 'SYSTEM' does not exist on type 'typeof LogCategory'.\n\n\u001b[39m\n\u001b[31m14 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:72:58\n Property 'PAGE_APPEAR' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m15 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:75:37\n Property 'SYSTEM' does not exist on type 'typeof LogCategory'.\n\n\u001b[39m\n\u001b[31m16 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:75:58\n Property 'PAGE_DISAPPEAR' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m17 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:78:37\n Property 'SYSTEM' does not exist on type 'typeof LogCategory'.\n\n\u001b[39m\n\u001b[31m18 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:78:58\n Property 'PAGE_SHOW' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m19 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:81:37\n Property 'SYSTEM' does not exist on type 'typeof LogCategory'.\n\n\u001b[39m\n\u001b[31m20 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:81:58\n Property 'PAGE_HIDE' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m21 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:84:37\n Property 'SYSTEM' does not exist on type 'typeof LogCategory'.\n\n\u001b[39m\n\u001b[31m22 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:84:58\n Property 'PAGE_BACK' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m23 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:87:37\n Property 'SYSTEM' does not exist on type 'typeof LogCategory'.\n\n\u001b[39m\n\u001b[31m24 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/WelcomePage.ets:87:58\n Property 'SYSTEM_INFO' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m25 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:249:23\n Cannot find name 'LogCategory'.\n\n\u001b[39m\n\u001b[31m26 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:249:41\n Cannot find name 'LogEventType'.\n\n\u001b[39m\n\u001b[31m27 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:250:24\n Cannot find name 'LogCategory'.\n\n\u001b[39m\n\u001b[31m28 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:250:42\n Cannot find name 'LogEventType'.\n\n\u001b[39m\n\u001b[31m29 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:295:21\n Cannot find name 'LogCategory'.\n\n\u001b[39m\n\u001b[31m30 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:295:43\n Cannot find name 'LogEventType'.\n\n\u001b[39m\n\u001b[31m31 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:296:22\n Cannot find name 'LogCategory'.\n\n\u001b[39m\n\u001b[31m32 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:296:44\n Cannot find name 'LogEventType'.\n\n\u001b[39m\n\u001b[31m33 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:314:21\n Cannot find name 'LogCategory'.\n\n\u001b[39m\n\u001b[31m34 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:314:43\n Cannot find name 'LogEventType'.\n\n\u001b[39m\n\u001b[31m35 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:315:22\n Cannot find name 'LogCategory'.\n\n\u001b[39m\n\u001b[31m36 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:315:44\n Cannot find name 'LogEventType'.\n\n\u001b[39m\n\u001b[31m37 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:337:21\n Cannot find name 'LogCategory'.\n\n\u001b[39m\n\u001b[31m38 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:337:43\n Cannot find name 'LogEventType'.\n\n\u001b[39m\n\u001b[31m39 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:338:22\n Cannot find name 'LogCategory'.\n\n\u001b[39m\n\u001b[31m40 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/common/SettingsService.ets:338:44\n Cannot find name 'LogEventType'.\n\n\u001b[39m\n\u001b[31m41 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:109:37\n Property 'HOME' does not exist on type 'typeof LogCategory'.\n\n\u001b[39m\n\u001b[31m42 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:109:56\n Property 'PAGE_APPEAR' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m43 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:112:37\n Property 'HOME' does not exist on type 'typeof LogCategory'.\n\n\u001b[39m\n\u001b[31m44 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:112:56\n Property 'PAGE_DISAPPEAR' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m45 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:115:37\n Property 'HOME' does not exist on type 'typeof LogCategory'.\n\n\u001b[39m\n\u001b[31m46 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:115:56\n Property 'PAGE_SHOW' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m47 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:118:37\n Property 'HOME' does not exist on type 'typeof LogCategory'.\n\n\u001b[39m\n\u001b[31m48 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:118:56\n Property 'PAGE_HIDE' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m49 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:121:37\n Property 'HOME' does not exist on type 'typeof LogCategory'.\n\n\u001b[39m\n\u001b[31m50 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:121:56\n Property 'PAGE_BACK' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m51 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:124:37\n Property 'HOME' does not exist on type 'typeof LogCategory'.\n\n\u001b[39m\n\u001b[31m52 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/HomePage.ets:124:56\n Property 'SYSTEM_INFO' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m53 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:111:37\n Property 'CLASS' does not exist on type 'typeof LogCategory'.\n\n\u001b[39m\n\u001b[31m54 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:111:57\n Property 'PAGE_APPEAR' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m55 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:114:37\n Property 'CLASS' does not exist on type 'typeof LogCategory'.\n\n\u001b[39m\n\u001b[31m56 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:114:57\n Property 'PAGE_DISAPPEAR' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m57 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:117:37\n Property 'CLASS' does not exist on type 'typeof LogCategory'.\n\n\u001b[39m\n\u001b[31m58 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:117:57\n Property 'PAGE_SHOW' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m59 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:120:37\n Property 'CLASS' does not exist on type 'typeof LogCategory'.\n\n\u001b[39m\n\u001b[31m60 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:120:57\n Property 'PAGE_HIDE' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m61 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:123:37\n Property 'CLASS' does not exist on type 'typeof LogCategory'.\n\n\u001b[39m\n\u001b[31m62 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:123:57\n Property 'PAGE_BACK' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31m63 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:126:37\n Property 'CLASS' does not exist on type 'typeof LogCategory'.\n\n\u001b[39m\n\u001b[31m64 ERROR: \u001b[31mArkTS:ERROR File: /Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets/pages/ClassPage.ets:126:57\n Property 'SYSTEM_INFO' does not exist on type 'typeof LogEventType'.\n\n\u001b[39m\n\u001b[31mCOMPILE RESULT:FAIL {ERROR:65 WARN:1}\u001b[39m\n at runArkPack (/Applications/DevEco-Studio.app/Contents/tools/hvigor/hvigor-ohos-plugin/node_modules/@ohos/hvigor-arkts-compose/dist/src/arkts-pack.js:1:5418)", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512804372291 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "f41043b5-e863-4da2-ba1e-a51f98f9f22e" + } + }, + { + "head": { + "id": "538beecf-626b-4267-bf03-4cd514972927", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "duration" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512805698500, + "endTime": 356512805733208 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "ca1dd8f0-4897-43c3-bbc4-f7ab921bb506", + "logId": "d19eaf9f-076c-4a8a-b61d-b72272ff59c6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + }, + "anonymizeFileLogger": { + "fileLogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + } + }, + { + "head": { + "id": "d19eaf9f-076c-4a8a-b61d-b72272ff59c6", + "name": "\"buildFinished\" hook function", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512805698500, + "endTime": 356512805733208 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "538beecf-626b-4267-bf03-4cd514972927" + } + }, + { + "head": { + "id": "b0187f86-90f3-4e7a-9e94-6e7967bb2f37", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356510971062916, + "endTime": 356512805884625 + }, + "additional": { + "time": { + "year": 2025, + "month": 3, + "day": 31, + "hour": 21, + "minute": 12 + }, + "completeCommand": "{\"prop\":[\"module=entry@default\",\"product=default\",\"requiredDeviceType=phone\"],\"mode\":\"module\",\"parallel\":true,\"incremental\":true,\"daemon\":true,\"_\":[\"assembleHap\"],\"analyze\":\"normal\"};assembleHap", + "hvigorVersion": "5.14.3", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "failed" + } + }, + { + "head": { + "id": "d01a2c71-1b9b-4fa3-add6-4e334a47e827", + "name": "BUILD FAILED in 1 s 835 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512805906375 + }, + "additional": { + "logType": "error", + "children": [] + } + }, + { + "head": { + "id": "2da2925e-9b36-4009-8734-788381d8e0a3", + "name": "There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512805989958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d8f99b1d-df76-47ea-875d-a6fc6d247bf9", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512806022958 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "872977bb-47a7-4099-8122-853c5862edd9", + "name": "There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512806051708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "96173117-e7c4-4462-83c6-0985a74559c0", + "name": "There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512806077333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8ffd9627-18cd-4514-bfb2-af34fa501e0b", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgContextInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512806102500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "477d03cb-9e83-49f9-b41d-4365d1b5b989", + "name": "Update task entry:default@ProcessIntegratedHsp output file:/Users/tian/Documents/DevEco/ClassMG/build/cache/default/integrated_hsp/integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512806323875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "94206a68-a9bc-4466-9287-c7d23928c490", + "name": "Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512806462708 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "69215d7a-dc6c-46f0-9820-4da4e71a991c", + "name": "There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512806491791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "03944003-56f8-4650-b1b9-207727e8a386", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/toolchains/syscap_tool cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512806530375 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9cc84679-9bb0-47fc-91be-8ae6ada0536c", + "name": "Update task entry:default@SyscapTransform input file:/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony/ets/api/device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512806652000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1305e3aa-c034-4d44-8dd1-b527cb80e51f", + "name": "Update task entry:default@SyscapTransform output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/syscap/default/rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512806861000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "08554d52-5e2a-461c-b71c-12f018930f81", + "name": "Incremental task entry:default@SyscapTransform post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512806934000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d4c907bc-031e-4acb-9e9f-f1728366624b", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512806962125 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "edd04bbe-99e1-4946-902b-b851dfc58b8c", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512806986750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "678ba6ee-c948-4f00-b493-68056db1a323", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512807012583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cdcbe3f1-13ba-432d-80e3-0a1e62f535ad", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512807038916 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d1ffb959-b92a-4f4d-aadd-f5b4b9ff4bb1", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512807063208 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "569817b0-50e3-461f-a1c2-cd11263003f3", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512807089083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0f2c01f7-c196-406f-8d65-954372328dee", + "name": "There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512807113833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1923137d-b955-4d68-bfef-4c7b62597135", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512807872458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e628262b-b268-4cad-9d6d-c46d40c1cdf7", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512808009625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0b05f25-3fa3-49ff-a57a-4670759407e1", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512808073625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f9e114dc-f69f-4d41-bce9-7f63c65d5173", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512808119750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b2c209e2-7651-4765-a7d3-669d2753b347", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512808162833 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a8852d3a-ba56-4fef-a583-392704694059", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/main/ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512808277458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7627a85a-7937-4007-af10-4a041650d7f7", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512808634000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0544c56c-4951-4ac4-bca2-20fa529a3edf", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/generated/profile/default/BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512808677333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2c7a403-d440-4e4c-86c7-6018564f0045", + "name": "Update task entry:default@CompileArkTS input file:/Users/tian/Documents/DevEco/ClassMG/entry/src/mock/mock-config.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512808718416 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "16ba47ef-40df-4879-84ae-df1a57403a47", + "name": "Update task entry:default@CompileArkTS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/ets cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512808772875 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b5ace136-b19c-4de3-923d-17acbfe18a1f", + "name": "Incremental task entry:default@CompileArkTS post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512808852625 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "34866de6-ed7d-4b94-90cc-60615f3abd1f", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512809361583 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f4aaac02-beee-418e-8344-4e388a8c8ceb", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512809458791 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "63f3475c-3690-4c3d-9e2b-2838222292b9", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512809514333 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a8a974d9-7171-4621-bd7f-5b0dde927573", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/ark_module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512809555083 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "859d1694-6bb7-4c51-8586-b3f54c28ee81", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/res/default/resources/base/profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512809594458 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "20f0c2e8-eeb5-42a3-aef3-200c9b502e7b", + "name": "Update task entry:default@BuildJS input file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader/default/pkgContextInfo.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512809688750 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "23c5abfe-21b0-4c67-90fe-b70a88c46d96", + "name": "Update task entry:default@BuildJS output file:/Users/tian/Documents/DevEco/ClassMG/entry/build/default/intermediates/loader_out/default/js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512809734166 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a5327c94-6dba-4219-b739-7cf6a1210b0d", + "name": "Incremental task entry:default@BuildJS post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512809802666 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d6a38503-1e34-414b-b5e8-b109f1880fb7", + "name": "There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 30598, + "tid": "Main Thread", + "startTime": 356512809829833 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/AppScope/app.json5 b/AppScope/app.json5 new file mode 100644 index 0000000..5470c22 --- /dev/null +++ b/AppScope/app.json5 @@ -0,0 +1,10 @@ +{ + "app": { + "bundleName": "com.example.myapplication", + "vendor": "example", + "versionCode": 1000000, + "versionName": "1.0.0", + "icon": "$media:app_icon", + "label": "$string:app_name" + } +} diff --git a/AppScope/resources/base/element/string.json b/AppScope/resources/base/element/string.json new file mode 100644 index 0000000..1080233 --- /dev/null +++ b/AppScope/resources/base/element/string.json @@ -0,0 +1,8 @@ +{ + "string": [ + { + "name": "app_name", + "value": "MyApplication" + } + ] +} diff --git a/AppScope/resources/base/media/app_icon.png b/AppScope/resources/base/media/app_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a39445dc87828b76fed6d2ec470dd455c45319e3 GIT binary patch literal 2777 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 literal 0 HcmV?d00001 diff --git a/build-profile.json5 b/build-profile.json5 new file mode 100644 index 0000000..2844c74 --- /dev/null +++ b/build-profile.json5 @@ -0,0 +1,41 @@ +{ + "app": { + "signingConfigs": [], + "products": [ + { + "name": "default", + "signingConfig": "default", + "compatibleSdkVersion": "5.0.2(14)", + "runtimeOS": "HarmonyOS", + "buildOption": { + "strictMode": { + "caseSensitiveCheck": true, + "useNormalizedOHMUrl": true + } + } + } + ], + "buildModeSet": [ + { + "name": "debug", + }, + { + "name": "release" + } + ] + }, + "modules": [ + { + "name": "entry", + "srcPath": "./entry", + "targets": [ + { + "name": "default", + "applyToProducts": [ + "default" + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/code-linter.json5 b/code-linter.json5 new file mode 100644 index 0000000..073990f --- /dev/null +++ b/code-linter.json5 @@ -0,0 +1,32 @@ +{ + "files": [ + "**/*.ets" + ], + "ignore": [ + "**/src/ohosTest/**/*", + "**/src/test/**/*", + "**/src/mock/**/*", + "**/node_modules/**/*", + "**/oh_modules/**/*", + "**/build/**/*", + "**/.preview/**/*" + ], + "ruleSet": [ + "plugin:@performance/recommended", + "plugin:@typescript-eslint/recommended" + ], + "rules": { + "@security/no-unsafe-aes": "error", + "@security/no-unsafe-hash": "error", + "@security/no-unsafe-mac": "warn", + "@security/no-unsafe-dh": "error", + "@security/no-unsafe-dsa": "error", + "@security/no-unsafe-ecdsa": "error", + "@security/no-unsafe-rsa-encrypt": "error", + "@security/no-unsafe-rsa-sign": "error", + "@security/no-unsafe-rsa-key": "error", + "@security/no-unsafe-dsa-key": "error", + "@security/no-unsafe-dh-key": "error", + "@security/no-unsafe-3des": "error" + } +} \ No newline at end of file diff --git a/entry/.gitignore b/entry/.gitignore new file mode 100644 index 0000000..e2713a2 --- /dev/null +++ b/entry/.gitignore @@ -0,0 +1,6 @@ +/node_modules +/oh_modules +/.preview +/build +/.cxx +/.test \ No newline at end of file diff --git a/entry/build-profile.json5 b/entry/build-profile.json5 new file mode 100644 index 0000000..4d61187 --- /dev/null +++ b/entry/build-profile.json5 @@ -0,0 +1,28 @@ +{ + "apiType": "stageMode", + "buildOption": { + }, + "buildOptionSet": [ + { + "name": "release", + "arkOptions": { + "obfuscation": { + "ruleOptions": { + "enable": false, + "files": [ + "./obfuscation-rules.txt" + ] + } + } + } + }, + ], + "targets": [ + { + "name": "default" + }, + { + "name": "ohosTest", + } + ] +} \ No newline at end of file diff --git a/entry/hvigorfile.ts b/entry/hvigorfile.ts new file mode 100644 index 0000000..c6edcd9 --- /dev/null +++ b/entry/hvigorfile.ts @@ -0,0 +1,6 @@ +import { hapTasks } from '@ohos/hvigor-ohos-plugin'; + +export default { + system: hapTasks, /* Built-in plugin of Hvigor. It cannot be modified. */ + plugins:[] /* Custom plugin to extend the functionality of Hvigor. */ +} diff --git a/entry/obfuscation-rules.txt b/entry/obfuscation-rules.txt new file mode 100644 index 0000000..272efb6 --- /dev/null +++ b/entry/obfuscation-rules.txt @@ -0,0 +1,23 @@ +# Define project specific obfuscation rules here. +# You can include the obfuscation configuration files in the current module's build-profile.json5. +# +# For more details, see +# https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/source-obfuscation-V5 + +# Obfuscation options: +# -disable-obfuscation: disable all obfuscations +# -enable-property-obfuscation: obfuscate the property names +# -enable-toplevel-obfuscation: obfuscate the names in the global scope +# -compact: remove unnecessary blank spaces and all line feeds +# -remove-log: remove all console.* statements +# -print-namecache: print the name cache that contains the mapping from the old names to new names +# -apply-namecache: reuse the given cache file + +# Keep options: +# -keep-property-name: specifies property names that you want to keep +# -keep-global-name: specifies names that you want to keep in the global scope + +-enable-property-obfuscation +-enable-toplevel-obfuscation +-enable-filename-obfuscation +-enable-export-obfuscation \ No newline at end of file diff --git a/entry/oh-package.json5 b/entry/oh-package.json5 new file mode 100644 index 0000000..248c3b7 --- /dev/null +++ b/entry/oh-package.json5 @@ -0,0 +1,10 @@ +{ + "name": "entry", + "version": "1.0.0", + "description": "Please describe the basic information.", + "main": "", + "author": "", + "license": "", + "dependencies": {} +} + diff --git a/entry/src/main/ets/common/SettingsService.ets b/entry/src/main/ets/common/SettingsService.ets new file mode 100644 index 0000000..47bd7d7 --- /dev/null +++ b/entry/src/main/ets/common/SettingsService.ets @@ -0,0 +1,391 @@ +// 导入日志管理器 - 仅用于获取版本号 +import logManager, { LogCategory, LogEventType } from './logtext'; + +// 可选的主题颜色 +export enum ThemeColor { + BLUE = '#409eff', + GREEN = '#67C23A', + RED = '#F56C6C', + ORANGE = '#E6A23C', + PURPLE = '#909399' +} + +// 可选的语言 +export enum Language { + CHINESE = '中文', + ENGLISH = 'English' +} + +// 用户信息模型 +@Observed +export class UserInfoModel { + avatar: string; + name: string; + email: string; + + constructor(avatar: string = 'avatar-placeholder.png', + name: string = '张三', + email: string = 'zhangsan@example.com') { + this.avatar = avatar; + this.name = name; + this.email = email; + } +} + +// 版本日志项模型 +export interface VersionLogItem { + version: string; // 版本号,例如 "1.0.0" + date: string; // 发布日期,例如 "2023-10-01" + changes: string[]; // 更新内容列表 +} + +// 多语言文本集合 +export class TextResources { + // 通用 + title: string = ''; + + // 首页 + homeTitle: string = ''; + classroomMonitor: string = ''; + comprehensiveData: string = ''; + + // 上课页面 + classPageTitle: string = ''; + classData: string = ''; + teacher: string = ''; + classroom: string = ''; + + // 设置页面 + settingsTitle: string = ''; + systemSettings: string = ''; + themeColor: string = ''; + languageText: string = ''; + notificationSettings: string = ''; + about: string = ''; + versionInfo: string = ''; + + // 版本日志相关 + versionLog: string = ''; + versionHistory: string = ''; + latestVersion: string = ''; + noVersionInfo: string = ''; + + // 颜色名称 + blue: string = ''; + green: string = ''; + red: string = ''; + orange: string = ''; + purple: string = ''; + + // 底部导航 + home: string = ''; + class: string = ''; + settings: string = ''; + + // 通知状态 + enabled: string = ''; + disabled: string = ''; +} + +// 设置项模型 +export class SettingsModel { + themeColor: ThemeColor = ThemeColor.BLUE; + language: Language = Language.CHINESE; + notificationEnabled: boolean = true; + + constructor(themeColor: ThemeColor = ThemeColor.BLUE, + language: Language = Language.CHINESE, + notificationEnabled: boolean = true) { + this.themeColor = themeColor; + this.language = language; + this.notificationEnabled = notificationEnabled; + } +} + +// 中文文本资源 +const chineseTexts: TextResources = new TextResources(); +// 通用 +chineseTexts.title = '智慧教室管理系统'; +// 首页 +chineseTexts.homeTitle = '首页'; +chineseTexts.classroomMonitor = '教室监控'; +chineseTexts.comprehensiveData = '综合上课数据'; +// 上课页面 +chineseTexts.classPageTitle = '上课'; +chineseTexts.classData = '上课数据'; +chineseTexts.teacher = '授课教师'; +chineseTexts.classroom = '教室'; +// 设置页面 +chineseTexts.settingsTitle = '设置'; +chineseTexts.systemSettings = '系统设置'; +chineseTexts.themeColor = '主题颜色'; +chineseTexts.languageText = '语言'; +chineseTexts.notificationSettings = '通知设置'; +chineseTexts.about = '关于'; +chineseTexts.versionInfo = '版本信息'; +// 版本日志相关 +chineseTexts.versionLog = '版本日志'; +chineseTexts.versionHistory = '版本历史'; +chineseTexts.latestVersion = '最新版本'; +chineseTexts.noVersionInfo = '没有版本信息'; +// 颜色名称 +chineseTexts.blue = '蓝色'; +chineseTexts.green = '绿色'; +chineseTexts.red = '红色'; +chineseTexts.orange = '橙色'; +chineseTexts.purple = '紫色'; +// 底部导航 +chineseTexts.home = '首页'; +chineseTexts.class = '上课'; +chineseTexts.settings = '设置'; +// 通知状态 +chineseTexts.enabled = '开启'; +chineseTexts.disabled = '关闭'; + +// 英文文本资源 +const englishTexts: TextResources = new TextResources(); +// 通用 +englishTexts.title = 'Smart Classroom Management System'; +// 首页 +englishTexts.homeTitle = 'Home'; +englishTexts.classroomMonitor = 'Classroom Monitor'; +englishTexts.comprehensiveData = 'Comprehensive Class Data'; +// 上课页面 +englishTexts.classPageTitle = 'Class'; +englishTexts.classData = 'Class Data'; +englishTexts.teacher = 'Teacher'; +englishTexts.classroom = 'Classroom'; +// 设置页面 +englishTexts.settingsTitle = 'Settings'; +englishTexts.systemSettings = 'System Settings'; +englishTexts.themeColor = 'Theme Color'; +englishTexts.languageText = 'Language'; +englishTexts.notificationSettings = 'Notification Settings'; +englishTexts.about = 'About'; +englishTexts.versionInfo = 'Version Information'; +// 版本日志相关 +englishTexts.versionLog = 'Version Log'; +englishTexts.versionHistory = 'Version History'; +englishTexts.latestVersion = 'Latest Version'; +englishTexts.noVersionInfo = 'No Version Information'; +// 颜色名称 +englishTexts.blue = 'Blue'; +englishTexts.green = 'Green'; +englishTexts.red = 'Red'; +englishTexts.orange = 'Orange'; +englishTexts.purple = 'Purple'; +// 底部导航 +englishTexts.home = 'Home'; +englishTexts.class = 'Class'; +englishTexts.settings = 'Settings'; +// 通知状态 +englishTexts.enabled = 'Enabled'; +englishTexts.disabled = 'Disabled'; + +// 全局设置服务 +export class SettingsService { + private static instance: SettingsService; + private settings: SettingsModel; + // 添加用户信息存储 + private userInfo: UserInfoModel; + // 语言变化的回调函数 + private languageChangeCallbacks: (() => void)[] = []; + // 颜色 + private colorChangeCallbacks: (() => void)[] = []; + // 添加通知状态回调 + private notificationChangeCallbacks: (() => void)[] = []; + // 添加用户信息变化回调 + private userInfoChangeCallbacks: (() => void)[] = []; + + private constructor() { + // 初始化默认设置 + this.settings = new SettingsModel(); + // 初始化默认用户信息 + this.userInfo = new UserInfoModel(); + } + + // 获取当前最新版本号 - 与版本日志同步 + public getCurrentVersion(): string { + return logManager.getLatestVersion(); + } + + // 获取所有版本日志 + public getVersionLogs(): VersionLogItem[] { + return logManager.getVersionLogs(); + } + + // 添加新版本日志 + public addVersionLog(versionLog: VersionLogItem): void { + logManager.addVersionLog(versionLog); + } + + // 单例模式获取实例 + public static getInstance(): SettingsService { + if (!SettingsService.instance) { + SettingsService.instance = new SettingsService(); + } + return SettingsService.instance; + } + + // 获取当前设置 + public getSettings(): SettingsModel { + return this.settings; + } + + // 获取用户信息 + public getUserInfo(): UserInfoModel { + return this.userInfo; + } + + // 更新用户邮箱 + public updateUserEmail(email: string): void { + if (email && email.trim() !== '') { + const oldEmail = this.userInfo.email; + this.userInfo.email = email.trim(); + + // 记录用户邮箱变更 + logManager.info(LogCategory.USER, LogEventType.DATA_UPDATE, `Email updated: ${email}`); + logManager.debug(LogCategory.USER, LogEventType.SETTING_CHANGE, 'userEmail', oldEmail, email); + + this.notifyUserInfoChange(); + } + } + + // 更新用户名称 + public updateUserName(name: string): void { + if (name && name.trim() !== '') { + this.userInfo.name = name.trim(); + this.notifyUserInfoChange(); + } + } + + // 更新用户头像 + public updateUserAvatar(avatar: string): void { + if (avatar && avatar.trim() !== '') { + this.userInfo.avatar = avatar.trim(); + this.notifyUserInfoChange(); + } + } + + // 注册用户信息变化的回调 + public registerUserInfoChangeCallback(callback: () => void): void { + this.userInfoChangeCallbacks.push(callback); + } + + // 通知用户信息变化 + private notifyUserInfoChange(): void { + for (const callback of this.userInfoChangeCallbacks) { + callback(); + } + } + + //注册颜色更新回调函数 + public registerColorChangeCallback(callback: () => void): void { + this.colorChangeCallbacks.push(callback); + } + + // 更新主题颜色 + public setThemeColor(color: ThemeColor): void { + const oldColor = this.settings.themeColor; + this.settings.themeColor = color; + + // 记录主题颜色变更 + logManager.info(LogCategory.SETTINGS, LogEventType.THEME_CHANGE, color); + logManager.debug(LogCategory.SETTINGS, LogEventType.SETTING_CHANGE, 'themeColor', oldColor, color); + + this.notifyColorChange(); + } + + // 颜色更新后回调 + private notifyColorChange(): void { + for (const callback of this.colorChangeCallbacks) { + callback(); + } + } + + // 更新语言 + public setLanguage(language: Language): void { + const oldLanguage = this.settings.language; + this.settings.language = language; + + // 记录语言变更 + logManager.info(LogCategory.SETTINGS, LogEventType.LANGUAGE_CHANGE, language); + logManager.debug(LogCategory.SETTINGS, LogEventType.SETTING_CHANGE, 'language', oldLanguage, language); + + // 更新日志管理器的语言设置 + logManager.setLanguage(language); + + // 通知所有注册的回调,语言已更改 + this.notifyLanguageChange(); + } + + // 通知语言变化 + private notifyLanguageChange(): void { + for (const callback of this.languageChangeCallbacks) { + callback(); + } + } + + // 更新通知设置 + public setNotificationEnabled(enabled: boolean): void { + const oldValue = this.settings.notificationEnabled; + this.settings.notificationEnabled = enabled; + + // 记录通知设置变更 + logManager.info(LogCategory.SETTINGS, LogEventType.NOTIFICATION_CHANGE, enabled ? 'enabled' : 'disabled'); + logManager.debug(LogCategory.SETTINGS, LogEventType.SETTING_CHANGE, 'notificationEnabled', oldValue, enabled); + + // 通知所有注册的回调,通知设置已更改 + this.notifyNotificationChange(); + } + + // 注册通知设置变化的回调 + public registerNotificationChangeCallback(callback: () => void): void { + this.notificationChangeCallbacks.push(callback); + } + + // 通知通知设置变化 + private notifyNotificationChange(): void { + for (const callback of this.notificationChangeCallbacks) { + callback(); + } + } + + // 注册语言变化的回调 + public registerLanguageChangeCallback(callback: () => void): void { + this.languageChangeCallbacks.push(callback); + } + + // 获取当前语言的文本资源 + public getTextResources(): TextResources { + return this.settings.language === Language.CHINESE ? chineseTexts : englishTexts; + } + + // 获取主题颜色的友好名称 + public getThemeColorName(): string { + const texts = this.getTextResources(); + switch (this.settings.themeColor) { + case ThemeColor.BLUE: + return texts.blue; + case ThemeColor.GREEN: + return texts.green; + case ThemeColor.RED: + return texts.red; + case ThemeColor.ORANGE: + return texts.orange; + case ThemeColor.PURPLE: + return texts.purple; + default: + return texts.blue; + } + } + + // 获取通知设置的友好名称 + public getNotificationStatusName(): string { + const texts = this.getTextResources(); + return this.settings.notificationEnabled ? texts.enabled : texts.disabled; + } +} + +// 导出默认实例 +export default SettingsService.getInstance(); \ No newline at end of file diff --git a/entry/src/main/ets/common/logtext.ets b/entry/src/main/ets/common/logtext.ets new file mode 100644 index 0000000..3b649ab --- /dev/null +++ b/entry/src/main/ets/common/logtext.ets @@ -0,0 +1,229 @@ +import { hilog } from '@kit.PerformanceAnalysisKit'; + +// 日志域 - 应用程序的唯一标识符 +const LOG_DOMAIN: number = 0; +// 日志标签 - 用于筛选日志 +const LOG_TAG: string = 'ClassMG'; + +/** + * 日志类别枚举 + */ +export enum LogCategory { + USER = 'USER', + SETTINGS = 'SETTINGS', + NAVIGATION = 'NAVIGATION', + PERFORMANCE = 'PERFORMANCE', + NETWORK = 'NETWORK', + UI = 'UI', + DATA = 'DATA', + ERROR = 'ERROR', + SYSTEM = 'SYSTEM', + HOME = 'HOME', + CLASS = 'CLASS' +} + +/** + * 日志事件类型枚举 + */ +export enum LogEventType { + PAGE_VIEW = 'PAGE_VIEW', + BUTTON_CLICK = 'BUTTON_CLICK', + DATA_UPDATE = 'DATA_UPDATE', + SETTING_CHANGE = 'SETTING_CHANGE', + THEME_CHANGE = 'THEME_CHANGE', + LANGUAGE_CHANGE = 'LANGUAGE_CHANGE', + NOTIFICATION_CHANGE = 'NOTIFICATION_CHANGE', + LOGIN = 'LOGIN', + LOGOUT = 'LOGOUT', + ERROR = 'ERROR', + PAGE_APPEAR = 'PAGE_APPEAR', + PAGE_DISAPPEAR = 'PAGE_DISAPPEAR', + PAGE_SHOW = 'PAGE_SHOW', + PAGE_HIDE = 'PAGE_HIDE', + PAGE_BACK = 'PAGE_BACK', + SYSTEM_INFO = 'SYSTEM_INFO' +} + +/** + * 版本日志项 + */ +export interface VersionLogItem { + version: string; // 版本号 + date: string; // 发布日期 + changes: string[]; // 更新内容列表 +} + +/** + * 简单的日志记录 + * @param message 日志信息 + */ +export function logInfo(message: string): void { + hilog.info(LOG_DOMAIN, LOG_TAG, message); +} + +/** + * 日志管理类 - 主要用于管理版本日志 + */ +export class LogManager { + private static instance: LogManager; + // 版本日志列表 + private versionLogs: VersionLogItem[] = []; + // 当前语言 + private currentLanguage: string = '中文'; + + private constructor() { + this.initVersionLogs(); + } + + /** + * 获取LogManager实例 + */ + public static getInstance(): LogManager { + if (!LogManager.instance) { + LogManager.instance = new LogManager(); + } + return LogManager.instance; + } + + /** + * 设置当前语言 + * @param language 语言设置 + */ + public setLanguage(language: string): void { + this.currentLanguage = language; + logInfo(`日志管理器语言已设置为: ${language}`); + } + + /** + * 记录信息日志 + * @param category 日志类别 + * @param type 事件类型 + * @param message 日志消息或数据 + */ + public info(category: LogCategory, type: LogEventType, message: string | number | boolean): void { + const logMessage = `[${category}][${type}] ${message}`; + hilog.info(LOG_DOMAIN, LOG_TAG, logMessage); + } + + /** + * 记录调试日志,带有更多上下文 + * @param category 日志类别 + * @param type 事件类型 + * @param key 相关的键或属性名 + * @param oldValue 旧值 + * @param newValue 新值 + */ + public debug(category: LogCategory, type: LogEventType, key: string, oldValue: string | number | boolean, newValue: string | number | boolean): void { + const logMessage = `[${category}][${type}] ${key}: ${oldValue} -> ${newValue}`; + hilog.debug(LOG_DOMAIN, LOG_TAG, logMessage); + } + + /** + * 记录警告日志 + * @param category 日志类别 + * @param message 警告消息 + */ + public warn(category: LogCategory, message: string): void { + const logMessage = `[${category}][WARN] ${message}`; + hilog.warn(LOG_DOMAIN, LOG_TAG, logMessage); + } + + /** + * 记录错误日志 + * @param category 日志类别 + * @param error 错误对象或消息 + */ + public error(category: LogCategory, error: string | Error): void { + const errorMessage = error instanceof Error ? `${error.name}: ${error.message}` : error; + const logMessage = `[${category}][ERROR] ${errorMessage}`; + hilog.error(LOG_DOMAIN, LOG_TAG, logMessage); + } + + /** + * 初始化版本日志数据 + */ + private initVersionLogs(): void { + this.versionLogs = [ + { + version: "1.2.0", + date: "2023-12-15", + changes: [ + "优化设置页面UI和交互体验", + "增加版本日志功能", + "实现多语言切换优化", + "改进主题颜色切换效果" + ] + }, + { + version: "1.1.0", + date: "2023-11-10", + changes: [ + "添加用户信息编辑功能", + "优化首页数据展示", + "修复已知问题" + ] + }, + { + version: "1.0.0", + date: "2023-10-15", + changes: [ + "初始版本发布", + "实现基本功能界面", + "添加用户信息管理", + "支持主题色切换", + "支持中英文切换" + ] + } + ]; + } + + /** + * 获取所有版本日志 + */ + public getVersionLogs(): VersionLogItem[] { + return this.versionLogs; + } + + /** + * 获取最新版本号 + */ + public getLatestVersion(): string { + if (this.versionLogs && this.versionLogs.length > 0) { + return this.versionLogs[0].version; + } + return "1.0.0"; // 默认版本号 + } + + /** + * 添加新版本日志 + * @param versionLog 版本日志项 + */ + public addVersionLog(versionLog: VersionLogItem): void { + // 检查版本是否已存在 + const existingIndex = this.versionLogs.findIndex(log => log.version === versionLog.version); + if (existingIndex !== -1) { + // 如果已存在,更新该版本信息 + this.versionLogs[existingIndex] = versionLog; + logInfo(`版本日志已更新: ${versionLog.version}`); + } else { + // 如果不存在,添加到列表开头(最新版本) + this.versionLogs.unshift(versionLog); + logInfo(`新版本日志已添加: ${versionLog.version}`); + } + + // 按版本号排序(假设版本号格式为x.y.z) + this.versionLogs.sort((a, b) => { + const vA = a.version.split('.').map(Number); + const vB = b.version.split('.').map(Number); + for (let i = 0; i < Math.max(vA.length, vB.length); i++) { + const numA = i < vA.length ? vA[i] : 0; + const numB = i < vB.length ? vB[i] : 0; + if (numB - numA !== 0) return numB - numA; + } + return 0; + }); + } +} + +// 导出单例实例 +export default LogManager.getInstance(); diff --git a/entry/src/main/ets/entryability/EntryAbility.ets b/entry/src/main/ets/entryability/EntryAbility.ets new file mode 100644 index 0000000..0e839d2 --- /dev/null +++ b/entry/src/main/ets/entryability/EntryAbility.ets @@ -0,0 +1,44 @@ +import { AbilityConstant, ConfigurationConstant, UIAbility, Want } from '@kit.AbilityKit'; +import { hilog } from '@kit.PerformanceAnalysisKit'; +import { window } from '@kit.ArkUI'; + +const DOMAIN = 0x0000; + +export default class EntryAbility extends UIAbility { + onCreate(want: Want, launchParam: AbilityConstant.LaunchParam): void { + this.context.getApplicationContext().setColorMode(ConfigurationConstant.ColorMode.COLOR_MODE_NOT_SET); + hilog.info(DOMAIN, 'testTag', '%{public}s', 'Ability onCreate'); + } + + onDestroy(): void { + hilog.info(DOMAIN, 'testTag', '%{public}s', 'Ability onDestroy'); + } + + onWindowStageCreate(windowStage: window.WindowStage): void { + // Main window is created, set main page for this ability + hilog.info(DOMAIN, 'testTag', '%{public}s', 'Ability onWindowStageCreate'); + + windowStage.loadContent('pages/WelcomePage', (err) => { + if (err.code) { + hilog.error(DOMAIN, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err)); + return; + } + hilog.info(DOMAIN, 'testTag', 'Succeeded in loading the content.'); + }); + } + + onWindowStageDestroy(): void { + // Main window is destroyed, release UI related resources + hilog.info(DOMAIN, 'testTag', '%{public}s', 'Ability onWindowStageDestroy'); + } + + onForeground(): void { + // Ability has brought to foreground + hilog.info(DOMAIN, 'testTag', '%{public}s', 'Ability onForeground'); + } + + onBackground(): void { + // Ability has back to background + hilog.info(DOMAIN, 'testTag', '%{public}s', 'Ability onBackground'); + } +} \ No newline at end of file diff --git a/entry/src/main/ets/entrybackupability/EntryBackupAbility.ets b/entry/src/main/ets/entrybackupability/EntryBackupAbility.ets new file mode 100644 index 0000000..8e4de99 --- /dev/null +++ b/entry/src/main/ets/entrybackupability/EntryBackupAbility.ets @@ -0,0 +1,16 @@ +import { hilog } from '@kit.PerformanceAnalysisKit'; +import { BackupExtensionAbility, BundleVersion } from '@kit.CoreFileKit'; + +const DOMAIN = 0x0000; + +export default class EntryBackupAbility extends BackupExtensionAbility { + async onBackup() { + hilog.info(DOMAIN, 'testTag', 'onBackup ok'); + await Promise.resolve(); + } + + async onRestore(bundleVersion: BundleVersion) { + hilog.info(DOMAIN, 'testTag', 'onRestore ok %{public}s', JSON.stringify(bundleVersion)); + await Promise.resolve(); + } +} \ No newline at end of file diff --git a/entry/src/main/ets/pages/ClassPage.ets b/entry/src/main/ets/pages/ClassPage.ets new file mode 100644 index 0000000..c9eb933 --- /dev/null +++ b/entry/src/main/ets/pages/ClassPage.ets @@ -0,0 +1,274 @@ +import { router } from '@kit.ArkUI'; +import { hilog } from '@kit.PerformanceAnalysisKit'; +import { MonitorDataType } from './HomePage'; +import settingsService, { SettingsModel, TextResources } from '../common/SettingsService'; +import logManager, { LogCategory, LogEventType } from '../common/logtext'; + +@Entry +@Component +struct ClassPage { + @State currentClassInfo: ClassInfo = new ClassInfo('数学', '张老师', 'A101'); + @State classData: ClassDataType = { + name: '', + time: '', + content: '', + status: false + }; // Initialize with empty values + + // 从设置服务获取设置 + @State settings: SettingsModel = settingsService.getSettings(); + // 获取文本资源 + @State texts: TextResources = settingsService.getTextResources(); + + aboutToAppear() { + // 注册语言变化的回调 + settingsService.registerLanguageChangeCallback(() => { + this.texts = settingsService.getTextResources(); + }); + + // 注册主题颜色变化的回调 + settingsService.registerColorChangeCallback(() => { + this.settings = settingsService.getSettings(); + }); + + this.Log_Event('aboutToAppear'); + } + + build() { + Column() { + // 顶部导航栏 + Row() { + Text(this.texts.classPageTitle).fontSize(22).fontColor(Color.White).fontWeight(FontWeight.Bold) + } + .width('100%') + .backgroundColor(this.settings.themeColor) + .height(60) + .justifyContent(FlexAlign.Center) + .padding({ left: 20 }) + + // 页面内容区 + Scroll() { + Column() { + // 当前课程信息 + Column() { + Text(this.currentClassInfo.name).fontSize(24).fontWeight(FontWeight.Bold).margin({ bottom: 10 }) + Text(`${this.texts.teacher}: ${this.currentClassInfo.teacher}`).fontSize(16).fontColor('#666').margin({ bottom: 8 }) + Text(`${this.texts.classroom}: ${this.currentClassInfo.room}`).fontSize(16).fontColor('#666') + } + .width('100%') + .backgroundColor(Color.White) + .borderRadius(12) + .padding(20) + .shadow({ radius: 6, color: '#eeeeee' }) + .margin({ top: 15, bottom: 15 }) + + // 上课数据卡片 + Card({ + title: this.texts.classData, + data: this.classData, + themeColor: this.settings.themeColor + }) + } + .width('100%') + .padding({ left: 16, right: 16 }) + } + .layoutWeight(1) + .scrollBar(BarState.Off) + + // 底部导航栏 + BottomNavigation({ + activePage: 'class', + themeColor: this.settings.themeColor, + texts: this.texts + }) + } + .width('100%') + .height('100%') + } + + // 页面生命周期方法 + onPageShow(): void { + this.Log_Event('onPageShow'); + } + + onPageHide(): void { + this.Log_Event('onPageHide'); + } + + onBackPress(): void { + this.Log_Event('onBackPress'); + } + + aboutToDisappear(): void { + this.Log_Event('aboutToDisappear'); + } + + // 日志记录方法 + public Log_Event(eventName: string): void { + // 根据事件名称选择合适的日志事件类型 + switch (eventName) { + case 'aboutToAppear': + logManager.info(LogCategory.CLASS, LogEventType.PAGE_APPEAR, 'ClassPage'); + break; + case 'aboutToDisappear': + logManager.info(LogCategory.CLASS, LogEventType.PAGE_DISAPPEAR, 'ClassPage'); + break; + case 'onPageShow': + logManager.info(LogCategory.CLASS, LogEventType.PAGE_SHOW, 'ClassPage'); + break; + case 'onPageHide': + logManager.info(LogCategory.CLASS, LogEventType.PAGE_HIDE, 'ClassPage'); + break; + case 'onBackPress': + logManager.info(LogCategory.CLASS, LogEventType.PAGE_BACK, 'ClassPage'); + break; + default: + logManager.info(LogCategory.CLASS, LogEventType.SYSTEM_INFO, `ClassPage: ${eventName}`); + } + } +} + +// Define a class for currentClassInfo +class ClassInfo { + name: string; + teacher: string; + room: string; + + constructor(name: string, teacher: string, room: string) { + this.name = name; + this.teacher = teacher; + this.room = room; + } +} + +// Define proper interfaces instead of using any +interface ClassDataType { + name: string; + time: string; + content: string; + status: boolean; +} + +// 卡片组件 +@Component +struct Card { + title: string = ''; + data: ClassDataType | MonitorDataType = {} as ClassDataType; + themeColor: string = '#409eff'; + + build() { + Column() { + // 卡片标题 + Row() { + Text(this.title) + .fontSize(18) + .fontWeight(FontWeight.Bold) + .fontColor('#333') + } + .width('100%') + .padding({ top: 8, bottom: 16 }) + + // 图表内容 + Column() { + Text('图表内容') + .fontSize(16) + .fontColor('#999') + .height(150) + .width('100%') + .textAlign(TextAlign.Center) + } + .backgroundColor('#f5f5f5') + .borderRadius(8) + .width('100%') + } + .width('100%') + .backgroundColor(Color.White) + .borderRadius(12) + .padding(16) + .shadow({ radius: 6, color: '#eeeeee' }) + } +} + +// 底部导航栏组件 +@Component +struct BottomNavigation { + @Prop activePage: string = 'class'; + @Prop themeColor: string; + @Prop texts: TextResources = {} as TextResources; + + build() { + Row() { + // 首页按钮 + Column() { + Image($r('app.media.home')) + .width(24) + .height(24) + .fillColor(this.activePage === 'home' ? this.themeColor : '#999') + Text(this.texts.home) + .fontSize(12) + .fontColor(this.activePage === 'home' ? this.themeColor : '#999') + .margin({ top: 4 }) + } + .layoutWeight(1) + .onClick(() => { + if (this.activePage !== 'home') { + router.replaceUrl({ + url: 'pages/HomePage', + params: { + direction: 'left' // 从上课页向左切换到首页 + } + }); + } + }) + + // 上课按钮 + Column() { + Image($r('app.media.class')) + .width(24) + .height(24) + .fillColor(this.activePage === 'class' ? this.themeColor : '#999') + Text(this.texts.class) + .fontSize(12) + .fontColor(this.activePage === 'class' ? this.themeColor : '#999') + .margin({ top: 4 }) + } + .layoutWeight(1) + .onClick(() => { + if (this.activePage !== 'class') { + router.replaceUrl({ + url: 'pages/ClassPage' + }); + } + }) + + // 设置按钮 + Column() { + Image($r('app.media.settings')) + .width(24) + .height(24) + .fillColor(this.activePage === 'settings' ? this.themeColor : '#999') + Text(this.texts.settings) + .fontSize(12) + .fontColor(this.activePage === 'settings' ? this.themeColor : '#999') + .margin({ top: 4 }) + } + .layoutWeight(1) + .onClick(() => { + if (this.activePage !== 'settings') { + router.replaceUrl({ + url: 'pages/SettingsPage', + params: { + direction: 'right' // 从上课页向右切换到设置页 + } + }); + } + }) + } + .width('100%') + .height(60) + .backgroundColor(Color.White) + .border({ color: '#eeeeee', width: 1, style: BorderStyle.Solid }) + } +} + + diff --git a/entry/src/main/ets/pages/HomePage.ets b/entry/src/main/ets/pages/HomePage.ets new file mode 100644 index 0000000..63b1078 --- /dev/null +++ b/entry/src/main/ets/pages/HomePage.ets @@ -0,0 +1,266 @@ +import { router } from '@kit.ArkUI'; +import logManager, { LogCategory, LogEventType } from '../common/logtext'; +import settingsService, { SettingsModel, TextResources } from '../common/SettingsService'; + +@Entry +@Component +struct HomePage { + @State message: string = '智慧教室管理系统'; + @State classroomMonitorData: MonitorDataType = { + roomId: '', + temperature: 0, + humidity: 0, + occupancy: 0, + status: '' + }; + @State comprehensiveClassData: ClassDataType = { + classId: '', + subjectName: '', + teacherName: '', + duration: 0, + studentCount: 0 + }; + + // 从设置服务获取设置 + @State settings: SettingsModel = settingsService.getSettings(); + // 获取文本资源 + @State texts: TextResources = settingsService.getTextResources(); + + aboutToAppear() { + // 注册语言变化的回调 + settingsService.registerLanguageChangeCallback(() => { + this.texts = settingsService.getTextResources(); + this.message = this.texts.title; + }); + + // 初始化文本 + this.message = this.texts.title; + } + + build() { + Column() { + // 顶部导航栏 + Row() { + Text(this.message).fontSize(22).fontColor(Color.White).fontWeight(FontWeight.Bold) + } + .width('100%') + .backgroundColor(this.settings.themeColor) + .height(60) + .justifyContent(FlexAlign.Center) + .padding({ left: 20 }) + + // 页面内容区 + Scroll() { + Column() { + // 教室监控卡片 + Card({ + title: this.texts.classroomMonitor, + data: this.classroomMonitorData, + themeColor: this.settings.themeColor + }) + .margin({ top: 16, bottom: 16 }) + + // 综合上课数据卡片 + Card({ + title: this.texts.comprehensiveData, + data: this.comprehensiveClassData, + themeColor: this.settings.themeColor + }) + } + .width('100%') + .padding({ left: 16, right: 16 }) + } + .layoutWeight(1) + .scrollBar(BarState.Off) + + // 底部导航栏 + BottomNavigation({ + activePage: 'home', + themeColor: this.settings.themeColor, + texts: this.texts + }) + } + .width('100%') + .height('100%') + } + + // 页面生命周期方法 + onPageShow(): void { + this.Log_Event('onPageShow'); + } + + onPageHide(): void { + this.Log_Event('onPageHide'); + } + + onBackPress(): void { + this.Log_Event('onBackPress'); + } + + aboutToDisappear(): void { + this.Log_Event('aboutToDisappear'); + } + + // 日志记录方法 + public Log_Event(eventName: string): void { + // 根据事件名称选择合适的日志事件类型 + switch (eventName) { + case 'aboutToAppear': + logManager.info(LogCategory.HOME, LogEventType.PAGE_APPEAR, 'HomePage'); + break; + case 'aboutToDisappear': + logManager.info(LogCategory.HOME, LogEventType.PAGE_DISAPPEAR, 'HomePage'); + break; + case 'onPageShow': + logManager.info(LogCategory.HOME, LogEventType.PAGE_SHOW, 'HomePage'); + break; + case 'onPageHide': + logManager.info(LogCategory.HOME, LogEventType.PAGE_HIDE, 'HomePage'); + break; + case 'onBackPress': + logManager.info(LogCategory.HOME, LogEventType.PAGE_BACK, 'HomePage'); + break; + default: + logManager.info(LogCategory.HOME, LogEventType.SYSTEM_INFO, `HomePage: ${eventName}`); + } + } +} + +// Define proper interfaces +export interface MonitorDataType { + roomId: string; + temperature: number; + humidity: number; + occupancy: number; + status: string; +} + +export interface ClassDataType { + classId: string; + subjectName: string; + teacherName: string; + duration: number; + studentCount: number; +} + +// 卡片组件 +@Component +struct Card { + title: string = ''; + data: MonitorDataType | ClassDataType = {} as MonitorDataType; + themeColor: string = '#409eff'; + + build() { + Column() { + // 卡片标题 + Row() { + Text(this.title) + .fontSize(18) + .fontWeight(FontWeight.Bold) + .fontColor('#333') + } + .width('100%') + .padding({ top: 8, bottom: 16 }) + + // 图表内容 + Column() { + Text('图表内容') + .fontSize(16) + .fontColor('#999') + .height(150) + .width('100%') + .textAlign(TextAlign.Center) + } + .backgroundColor('#f5f5f5') + .borderRadius(8) + .width('100%') + } + .width('100%') + .backgroundColor(Color.White) + .borderRadius(12) + .padding(16) + .shadow({ radius: 6, color: '#eeeeee' }) + } +} + +// 底部导航栏组件 +@Component +struct BottomNavigation { + @Prop activePage: string = 'home'; + @Prop themeColor: string; + @Prop texts: TextResources = {} as TextResources; + + build() { + Row() { + // 首页按钮 + Column() { + Image($r('app.media.home')) + .width(24) + .height(24) + .fillColor(this.activePage === 'home' ? this.themeColor : '#999') + Text(this.texts.home) + .fontSize(12) + .fontColor(this.activePage === 'home' ? this.themeColor : '#999') + .margin({ top: 4 }) + } + .layoutWeight(1) + .onClick(() => { + if (this.activePage !== 'home') { + router.replaceUrl({ + url: 'pages/HomePage' + }); + } + }) + + // 上课按钮 + Column() { + Image($r('app.media.class')) + .width(24) + .height(24) + .fillColor(this.activePage === 'class' ? this.themeColor : '#999') + Text(this.texts.class) + .fontSize(12) + .fontColor(this.activePage === 'class' ? this.themeColor : '#999') + .margin({ top: 4 }) + } + .layoutWeight(1) + .onClick(() => { + if (this.activePage !== 'class') { + router.replaceUrl({ + url: 'pages/ClassPage', + params: { + direction: 'right' // 从首页向右切换到上课页 + } + }); + } + }) + + // 设置按钮 + Column() { + Image($r('app.media.settings')) + .width(24) + .height(24) + .fillColor(this.activePage === 'settings' ? this.themeColor : '#999') + Text(this.texts.settings) + .fontSize(12) + .fontColor(this.activePage === 'settings' ? this.themeColor : '#999') + .margin({ top: 4 }) + } + .layoutWeight(1) + .onClick(() => { + if (this.activePage !== 'settings') { + router.replaceUrl({ + url: 'pages/SettingsPage', + params: { + direction: 'right' // 从首页向右切换到设置页 + } + }); + } + }) + } + .width('100%') + .height(60) + .backgroundColor(Color.White) + .border({ color: '#eeeeee', width: 1, style: BorderStyle.Solid }) + } +} \ No newline at end of file diff --git a/entry/src/main/ets/pages/SettingsPage.ets b/entry/src/main/ets/pages/SettingsPage.ets new file mode 100644 index 0000000..62e9a57 --- /dev/null +++ b/entry/src/main/ets/pages/SettingsPage.ets @@ -0,0 +1,909 @@ +import { router } from '@kit.ArkUI'; +import { hilog } from '@kit.PerformanceAnalysisKit'; +import settingsService, { ThemeColor, Language, SettingsModel, TextResources, UserInfoModel, VersionLogItem } from '../common/SettingsService'; +import { promptAction } from '@kit.ArkUI'; + +@Entry +@Component +struct SettingsPage { + // 使用SettingsService中的用户信息 + @State userInfo: UserInfoModel = settingsService.getUserInfo(); + + // 从设置服务获取设置 + @State settings: SettingsModel = settingsService.getSettings(); + // 获取文本资源 + @State texts: TextResources = settingsService.getTextResources(); + @State themeColor: ThemeColor = settingsService.getSettings().themeColor; + + // 更新用户邮箱的方法 + private updateUserEmail(newEmail: string): void { + if (newEmail && newEmail.trim() !== '') { + // 使用SettingsService更新用户邮箱 + settingsService.updateUserEmail(newEmail.trim()); + + // 显示更新成功的提示 + const currentLanguage = settingsService.getSettings().language; + promptAction.showToast({ + message: currentLanguage === Language.CHINESE ? '邮箱已更新' : 'Email updated', + duration: 2000 + }); + } + } + + aboutToAppear() { + // 注册语言变化的回调 - 确保更新所有相关状态 + settingsService.registerLanguageChangeCallback(() => { + this.texts = settingsService.getTextResources(); + this.settings = settingsService.getSettings(); + }); + + //页面颜色变化 + settingsService.registerColorChangeCallback(() => { + this.themeColor = settingsService.getSettings().themeColor; + this.settings = settingsService.getSettings(); // 同时更新整个设置对象 + }); + + // 注册用户信息变化的回调 + settingsService.registerUserInfoChangeCallback(() => { + this.userInfo = settingsService.getUserInfo(); + }); + + // 页面加载时初始化设置 + this.Log_Event('aboutToAppear'); + } + + build() { + Column() { + // 顶部导航栏 - 美化版 + Row() { + Text(this.texts.settingsTitle) + .fontSize(24) + .fontColor(Color.White) + .fontWeight(FontWeight.Bold) + } + .width('100%') + .backgroundColor(this.themeColor) + .height(70) + .padding({ left: 24, right: 24 }) + .justifyContent(FlexAlign.Center) + // 添加阴影效果 + .shadow({ radius: 8, color: 'rgba(0, 0, 0, 0.1)', offsetY: 2 }) + // 为顶部导航栏添加动画效果 + .animation({ + duration: 300, + curve: Curve.EaseOut + }) + + // 页面内容区 + Scroll() { + Column() { + // 用户信息卡片 + UserCard({ + user: this.userInfo, + themeColor: this.themeColor, + updateEmail: (newEmail: string) => this.updateUserEmail(newEmail) + }) + .margin({ top: 24, bottom: 24 }) + .width('100%') + // 为卡片添加转场动画 + .transition({ + type: TransitionType.Insert, + translate: { x: 0, y: 50, z: 0 }, + opacity: 0 + }) + .animation({ + duration: 300, + delay: 100, + curve: Curve.EaseOut + }) + .transition({ + type: TransitionType.Delete, + translate: { x: 0, y: 50, z: 0 }, + opacity: 0 + }) + + // 系统设置选项 + SystemSettings({ + themeColor: this.settings.themeColor, + language: this.settings.language, + notificationEnabled: this.settings.notificationEnabled, + texts: this.texts + }) + .width('100%') + // 为设置卡片添加转场动画 + .transition({ + type: TransitionType.Insert, + translate: { x: 0, y: 50, z: 0 }, + opacity: 0 + }) + .animation({ + duration: 300, + delay: 100, + curve: Curve.EaseOut + }) + .transition({ + type: TransitionType.Delete, + translate: { x: 0, y: 50, z: 0 }, + opacity: 0 + }) + } + .width('100%') + .padding({ left: 20, right: 20 }) + .alignItems(HorizontalAlign.Center) + } + .layoutWeight(1) + .scrollBar(BarState.Off) + .edgeEffect(EdgeEffect.Spring) // 添加弹性滚动效果 + + // 底部导航栏 + BottomNavigation({ + activePage: 'settings', + themeColor: this.settings.themeColor, + texts: this.texts + }) + // 为底部导航添加阴影和动画 + .shadow({ radius: 16, color: 'rgba(0, 0, 0, 0.08)', offsetY: -2 }) + .animation({ + duration: 300, + curve: Curve.EaseOut + }) + } + .width('100%') + .height('100%') + .backgroundColor('#f5f7fa') // 设置页面背景色,提升层次感 + } + + // 页面生命周期方法 + onPageShow(): void { + this.Log_Event('onPageShow'); + } + + onPageHide(): void { + this.Log_Event('onPageHide'); + } + + onBackPress(): void { + this.Log_Event('onBackPress'); + } + + aboutToDisappear(): void { + this.Log_Event('aboutToDisappear'); + } + + // 日志记录方法 + public Log_Event(eventName: string): void { + hilog.info(0, 'ClassMG', `SettingsPage: ${eventName}`); + } +} + +// 用户信息卡片组件 - 美化版 +@Component +struct UserCard { + @ObjectLink user: UserInfoModel; // 使用@ObjectLink而不是直接值传递,确保对象引用更新 + @Prop themeColor: string = '#409eff'; + + // 头像的动画状态 + @State avatarScale: number = 1; + // 添加编辑邮箱的状态 + @State isEditingEmail: boolean = false; + // 临时存储编辑中的邮箱 + @State tempEmail: string = ''; + // 编辑按钮的动画状态 + @State editScale: number = 1; + // 添加邮箱验证错误状态 + @State emailError: boolean = false; + @State errorMessage: string = ''; + + // 邮箱更新回调 + updateEmail: (newEmail: string) => void = () => {}; + + aboutToAppear() { + // 初始化临时邮箱值 + this.tempEmail = this.user.email; + } + + // 验证邮箱格式 + private validateEmail(email: string): boolean { + // 基本的邮箱格式验证正则表达式 + const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/; + return emailRegex.test(email); + } + + // 处理保存邮箱 + private handleSaveEmail(): void { + // 验证邮箱格式 + if (!this.validateEmail(this.tempEmail)) { + this.emailError = true; + this.errorMessage = '邮箱格式无效'; + return; + } + + // 重置错误状态 + this.emailError = false; + this.errorMessage = ''; + + // 调用更新回调 + this.updateEmail(this.tempEmail); + + // 退出编辑模式 + this.isEditingEmail = false; + } + + build() { + Column() { + Row() { + Stack({ alignContent: Alignment.BottomEnd }) { + Image(this.user.avatar) + .width(84) + .height(84) + .borderRadius(42) + .border({ width: 4, color: Color.White, style: BorderStyle.Solid }) + .shadow({ radius: 12, color: 'rgba(0, 0, 0, 0.1)', offsetX: 0, offsetY: 4 }) + .objectFit(ImageFit.Cover) + .scale({ x: this.avatarScale, y: this.avatarScale }) + .animation({ + duration: 300, + curve: Curve.EaseOut + }) + .onClick(() => { + // 点击头像添加缩放动画效果 + this.avatarScale = 0.92; + setTimeout(() => { + this.avatarScale = 1; + }, 150); + }) + + // 状态指示点 + Circle({ width: 20, height: 20 }) + .fill('#4CAF50') + .border({ width: 3, color: Color.White, style: BorderStyle.Solid }) + .margin({ bottom: 2, right: 2 }) + } + + Column() { + Text(this.user.name) + .fontSize(22) + .fontWeight(FontWeight.Bold) + .fontColor('#333') + .margin({ bottom: 8 }) + + // 邮箱信息 - 根据编辑状态显示不同内容 + if (this.isEditingEmail) { + Column() { + Row() { + TextInput({ text: this.tempEmail }) + .width('70%') + .height(36) + .fontSize(16) + .fontColor('#333') + .backgroundColor('#f5f5f5') + .padding({ left: 8, right: 8 }) + .borderRadius(8) + .onChange((value: string) => { + this.tempEmail = value; + // 输入时重置错误状态 + if (this.emailError) { + this.emailError = false; + this.errorMessage = ''; + } + }) + + Row({ space: 8 }) { + Button('保存') + .fontSize(14) + .height(32) + .width(60) + .backgroundColor(this.themeColor) + .onClick(() => { + // 保存并退出编辑模式 + this.handleSaveEmail(); + }) + + Button('取消') + .fontSize(14) + .height(32) + .width(60) + .backgroundColor('#f0f0f0') + .fontColor('#666') + .onClick(() => { + // 恢复原值并退出编辑模式 + this.tempEmail = this.user.email; + this.emailError = false; + this.errorMessage = ''; + this.isEditingEmail = false; + }) + } + .margin({ left: 8 }) + } + .width('100%') + .justifyContent(FlexAlign.SpaceBetween) + + // 错误提示信息 + if (this.emailError) { + Text(this.errorMessage) + .fontSize(14) + .fontColor('#f56c6c') + .margin({ top: 4 }) + } + } + .width('100%') + } else { + Row() { + Text(this.user.email) + .fontSize(16) + .fontColor('#666') + .opacity(0.85) + + // 编辑按钮 + Image($r('app.media.edit')) + .width(16) + .height(16) + .fillColor(this.themeColor) + .margin({ left: 10 }) + .opacity(0.8) + .scale({ x: this.editScale, y: this.editScale }) + .animation({ + duration: 200, + curve: Curve.EaseOut + }) + .onClick(() => { + // 点击编辑按钮的动画效果 + this.editScale = 0.8; + setTimeout(() => { + this.editScale = 1; + // 进入编辑模式并初始化临时邮箱 + this.tempEmail = this.user.email; + this.isEditingEmail = true; + }, 100); + }) + } + } + } + .alignItems(HorizontalAlign.Start) + .margin({ left: 24 }) + .layoutWeight(1) + } + .width('100%') + .padding({ top: 18, bottom: 18, left: 20, right: 20 }) + .alignItems(VerticalAlign.Center) + } + .width('100%') + .backgroundColor(Color.White) + .borderRadius(16) + .padding(4) // 减小内边距,改用子组件控制 + .shadow({ radius: 15, color: 'rgba(0, 0, 0, 0.08)', offsetY: 2 }) + } +} + +// 系统设置组件 - 美化版 +@Component +struct SystemSettings { + @Prop themeColor: string; + @Prop language: string; + @Prop notificationEnabled: boolean; + @Prop texts: TextResources = {} as TextResources; + + // 强制UI刷新的控制变量 + @State refreshTrigger: number = 0; + // 显示加载动画的状态 + @State isLoading: boolean = false; + + // 添加本地状态,在组件内部获取最新设置 + @State currentTexts: TextResources = settingsService.getTextResources(); + // 添加本地状态跟踪当前设置 + @State currentLanguage: string = settingsService.getSettings().language; + @State currentThemeColor: string = settingsService.getSettings().themeColor; + @State currentNotificationEnabled: boolean = settingsService.getSettings().notificationEnabled; + + aboutToAppear() { + // 注册语言变化的回调,确保组件内文本也会更新 + settingsService.registerLanguageChangeCallback(() => { + this.currentTexts = settingsService.getTextResources(); + this.currentLanguage = settingsService.getSettings().language; + this.forceRefresh(); + }); + + // 注册颜色变化的回调 + settingsService.registerColorChangeCallback(() => { + this.currentThemeColor = settingsService.getSettings().themeColor; + this.forceRefresh(); + }); + + // 注册通知设置变化的回调 + settingsService.registerNotificationChangeCallback(() => { + this.currentNotificationEnabled = settingsService.getSettings().notificationEnabled; + this.forceRefresh(); + }); + } + + // 强制刷新UI + private forceRefresh() { + this.refreshTrigger++; + } + + // 获取主题颜色显示名称 + private getThemeColorDisplayName(): string { + const settings = settingsService.getSettings(); + const texts = settingsService.getTextResources(); + + switch (settings.themeColor) { + case ThemeColor.BLUE: + return texts.blue; + case ThemeColor.GREEN: + return texts.green; + case ThemeColor.RED: + return texts.red; + case ThemeColor.ORANGE: + return texts.orange; + case ThemeColor.PURPLE: + return texts.purple; + default: + return texts.blue; + } + } + + // 获取通知状态显示名称 + private getNotificationStatusDisplayName(): string { + const settings = settingsService.getSettings(); + const texts = settingsService.getTextResources(); + + return settings.notificationEnabled ? texts.enabled : texts.disabled; + } + + // 显示过渡动画并在完成后更新UI + private showTransitionAndUpdate(updateFunc: () => void) { + // 显示全屏过渡动画 + this.isLoading = true; + + // 立即执行更新函数 + updateFunc(); + + // 1秒后隐藏过渡动画,此时所有页面更新已完成 + setTimeout(() => { + this.isLoading = false; + this.forceRefresh(); + }, 1000); + } + + build() { + Stack({ alignContent: Alignment.Center }) { + // 主要内容区(仅在非加载状态显示) + if (!this.isLoading) { + Column() { + // 标题区域 + Row() { + Text(this.currentTexts.systemSettings) + .fontSize(20) + .fontWeight(FontWeight.Bold) + .fontColor('#333') + + Blank() + + // 小标志 + Circle({ width: 8, height: 8 }) + .fill(this.currentThemeColor) + .margin({ right: 6 }) + .opacity(0.8) + } + .width('100%') + .padding({ top: 20, bottom: 20, left: 24, right: 24 }) + + // 分隔线 + Divider() + .height(1) + .opacity(0.08) + .color('#000') + .width('100%') + + // 设置项列表 + Column({ space: 'none' }) { + SettingItem({ + title: this.currentTexts.themeColor, + value: this.getThemeColorDisplayName(), + refreshTrigger: this.refreshTrigger, + themeColor: this.currentThemeColor, + icon: $r('app.media.theme'), + onItemClick: () => this.showThemeColorDialog() + }) + + SettingItem({ + title: this.currentTexts.languageText, + value: settingsService.getSettings().language, + refreshTrigger: this.refreshTrigger, + themeColor: this.currentThemeColor, + icon: $r('app.media.language'), + onItemClick: () => this.showLanguageDialog() + }) + + SettingItem({ + title: this.currentTexts.notificationSettings, + value: this.getNotificationStatusDisplayName(), + refreshTrigger: this.refreshTrigger, + themeColor: this.currentThemeColor, + icon: $r('app.media.notification'), + onItemClick: () => this.toggleNotification() + }) + + // 添加日志记录设置项 + SettingItem({ + title: "日志记录", + value: "查看更新记录", + refreshTrigger: this.refreshTrigger, + themeColor: this.currentThemeColor, + icon: $r('app.media.info'), + onItemClick: () => this.showVersionLogDialog() + }) + + SettingItem({ + title: this.currentTexts.about, + value: this.currentTexts.versionInfo, + refreshTrigger: this.refreshTrigger, + themeColor: this.currentThemeColor, + icon: $r('app.media.info'), + onItemClick: () => this.showAboutInfo() + }) + } + .width('100%') + } + .width('100%') + .backgroundColor(Color.White) + .borderRadius(16) + .shadow({ radius: 15, color: 'rgba(0, 0, 0, 0.08)', offsetY: 2 }) + } + + // 加载动画层 - 美化版 + if (this.isLoading) { + Column() { + LoadingProgress() + .color(this.currentThemeColor) + .width(100).height(100) + } + .width('100%') + .height('100%') + .justifyContent(FlexAlign.Center) + .backgroundColor(Color.White) + // 添加淡入淡出效果 + .opacity(1) + .animation({ + delay: 0, + duration: 300, + curve: Curve.EaseInOut + }) + } + } + .width('100%') + .height('100%') + } + + // 显示主题颜色选择对话框 + private showThemeColorDialog(): void { + // 确保获取最新的文本资源 + const texts = settingsService.getTextResources(); + const currentLanguage = settingsService.getSettings().language; + AlertDialog.show({ + title: texts.themeColor, + message: currentLanguage === Language.CHINESE ? '请选择您喜欢的应用主题颜色' : 'Choose your preferred theme color', + buttons: [ + { + value: texts.blue, + action: () => { + // 使用过渡动画更新设置 + this.showTransitionAndUpdate(() => { + settingsService.setThemeColor(ThemeColor.BLUE); + }); + } + }, + { + value: texts.green, + action: () => { + // 使用过渡动画更新设置 + this.showTransitionAndUpdate(() => { + settingsService.setThemeColor(ThemeColor.GREEN); + }); + } + }, + { + value: texts.red, + action: () => { + // 使用过渡动画更新设置 + this.showTransitionAndUpdate(() => { + settingsService.setThemeColor(ThemeColor.RED); + }); + } + }, + { + value: texts.orange, + action: () => { + // 使用过渡动画更新设置 + this.showTransitionAndUpdate(() => { + settingsService.setThemeColor(ThemeColor.ORANGE); + }); + } + }, + { + value: currentLanguage === Language.CHINESE ? '取消' : 'Cancel', + action: () => {} + } + ] + }) + } + + // 显示语言选择对话框 + private showLanguageDialog(): void { + // 确保获取最新的文本资源 + const texts = settingsService.getTextResources(); + const currentLanguage = settingsService.getSettings().language; + AlertDialog.show({ + title: texts.languageText, + message: currentLanguage === Language.CHINESE ? '请选择应用语言' : 'Please select a language', + buttons: [ + { + value: '中文', + action: () => { + // 使用过渡动画更新设置 + this.showTransitionAndUpdate(() => { + settingsService.setLanguage(Language.CHINESE); + // 语言变更需要更新文本资源 + setTimeout(() => { + this.currentTexts = settingsService.getTextResources(); + }, 500); + }); + } + }, + { + value: 'English', + action: () => { + // 使用过渡动画更新设置 + this.showTransitionAndUpdate(() => { + settingsService.setLanguage(Language.ENGLISH); + // 语言变更需要更新文本资源 + setTimeout(() => { + this.currentTexts = settingsService.getTextResources(); + }, 500); + }); + } + }, + { + value: currentLanguage === Language.CHINESE ? '取消' : 'Cancel', + action: () => {} + } + ] + }) + } + + // 切换通知设置 + private toggleNotification(): void { + // 获取当前通知状态并切换 + const settings = settingsService.getSettings(); + const newValue = !settings.notificationEnabled; + const currentLanguage = settings.language; + + // 使用过渡动画更新设置 + this.showTransitionAndUpdate(() => { + settingsService.setNotificationEnabled(newValue); + + // 延迟显示提示信息,等待动画结束后 + setTimeout(() => { + const texts = settingsService.getTextResources(); + promptAction.showToast({ + message: newValue + ? (currentLanguage === Language.CHINESE ? '通知已开启' : 'Notifications enabled') + : (currentLanguage === Language.CHINESE ? '通知已关闭' : 'Notifications disabled'), + duration: 2000 + }); + }, 1100); + }); + } + + // 显示版本日志对话框 + private showVersionLogDialog(): void { + const versionLogs = settingsService.getVersionLogs(); + if (versionLogs.length === 0) { + promptAction.showToast({ + message: '暂无版本日志', + duration: 2000 + }); + return; + } + + // 构建版本日志内容 + let message = ''; + for (const log of versionLogs) { + message += `版本 ${log.version}(${log.date})\n`; + for (const change of log.changes) { + message += `• ${change}\n`; + } + message += '\n'; + } + + // 显示对话框 + AlertDialog.show({ + title: '更新日志', + message: message, + confirm: { + value: this.currentLanguage === Language.CHINESE ? '确定' : 'OK', + action: () => {} + } + }); + } + + // 显示关于信息 + private showAboutInfo(): void { + // 确保使用最新的文本资源 + const texts = settingsService.getTextResources(); + const currentLanguage = settingsService.getSettings().language; + const currentVersion = settingsService.getCurrentVersion(); + AlertDialog.show({ + title: texts.about, + message: `v${currentVersion}\n© 第一组 版权所有`, + confirm: { + value: currentLanguage === Language.CHINESE ? '确定' : 'OK', + action: () => {} + } + }) + } +} + +// 设置项组件 - 美化版 +@Component +struct SettingItem { + title: string = ''; + value: string = ''; + // 添加刷新触发器属性,用于强制组件刷新 + refreshTrigger: number = 0; + // 添加主题颜色属性 + themeColor: string = '#409eff'; + // 添加图标属性 + icon: Resource = $r('app.media.settings'); + + onItemClick: () => void = () => {}; + + // 动画状态 + @State pressed: boolean = false; + + build() { + Row() { + // 图标容器 + Row() { + Image(this.icon) + .width(22) + .height(22) + .fillColor(this.themeColor) + .opacity(0.9) + } + .width(40) + .height(40) + .borderRadius(20) + .backgroundColor(`${this.themeColor}15`) // 使用主题色的淡色背景 + .justifyContent(FlexAlign.Center) + .margin({ right: 16 }) + + // 标题和值 + Column() { + Text(this.title) + .fontSize(16) + .fontColor('#333') + .fontWeight(FontWeight.Medium) + } + .alignItems(HorizontalAlign.Start) + .layoutWeight(1) + + // 值和箭头 + Row() { + Text(this.value) + .fontSize(16) + .fontColor('#999') + .textAlign(TextAlign.End) + + Image($r('app.media.arrow_right')) + .width(18) + .height(18) + .margin({ left: 8 }) + .fillColor('#999') + } + .alignItems(VerticalAlign.Center) + } + .width('100%') + .height(76) + .padding({ left: 20, right: 20 }) + .backgroundColor(this.pressed ? '#f5f5f5' : Color.White) + .alignItems(VerticalAlign.Center) + .borderRadius(12) + .animation({ + duration: 200, + curve: Curve.EaseInOut + }) + .onTouch((event) => { + if (event.type === TouchType.Down) { + this.pressed = true; + } else if (event.type === TouchType.Up || event.type === TouchType.Cancel) { + this.pressed = false; + if (event.type === TouchType.Up) { + this.onItemClick(); + } + } + }) + } +} + +// 底部导航栏组件 +@Component +struct BottomNavigation { + @Prop activePage: string = 'settings'; + @Prop themeColor: string; + @Prop texts: TextResources = {} as TextResources; + + build() { + Row() { + // 首页按钮 + Column() { + Image($r('app.media.home')) + .width(24) + .height(24) + .fillColor(this.activePage === 'home' ? this.themeColor : '#999') + Text(this.texts.home) + .fontSize(12) + .fontColor(this.activePage === 'home' ? this.themeColor : '#999') + .margin({ top: 4 }) + } + .layoutWeight(1) + .onClick(() => { + if (this.activePage !== 'home') { + router.replaceUrl({ + url: 'pages/HomePage', + params: { + direction: 'left' // 从设置页向左切换到首页 + } + }); + } + }) + + // 上课按钮 + Column() { + Image($r('app.media.class')) + .width(24) + .height(24) + .fillColor(this.activePage === 'class' ? this.themeColor : '#999') + Text(this.texts.class) + .fontSize(12) + .fontColor(this.activePage === 'class' ? this.themeColor : '#999') + .margin({ top: 4 }) + } + .layoutWeight(1) + .onClick(() => { + if (this.activePage !== 'class') { + router.replaceUrl({ + url: 'pages/ClassPage', + params: { + direction: 'left' // 从设置页向左切换到上课页 + } + }); + } + }) + + // 设置按钮 + Column() { + Image($r('app.media.settings')) + .width(24) + .height(24) + .fillColor(this.activePage === 'settings' ? this.themeColor : '#999') + Text(this.texts.settings) + .fontSize(12) + .fontColor(this.activePage === 'settings' ? this.themeColor : '#999') + .margin({ top: 4 }) + } + .layoutWeight(1) + .onClick(() => { + if (this.activePage !== 'settings') { + router.replaceUrl({ + url: 'pages/SettingsPage' + }); + } + }) + } + .width('100%') + .height(60) + .backgroundColor(Color.White) + .border({ color: '#eeeeee', width: 1, style: BorderStyle.Solid }) + } +} \ No newline at end of file diff --git a/entry/src/main/ets/pages/WelcomePage.ets b/entry/src/main/ets/pages/WelcomePage.ets new file mode 100644 index 0000000..d7cc9a0 --- /dev/null +++ b/entry/src/main/ets/pages/WelcomePage.ets @@ -0,0 +1,90 @@ +import { router } from '@kit.ArkUI'; +import logManager, { LogCategory, LogEventType } from '../common/logtext'; + +@Entry +@Component +struct WelcomePage { + @State message: string = 'Hello World'; + @State time: number = 3 //定时器执行总时间 + timer: number = -1 //定时器句柄 + canGo: boolean = true; + + goHome(): void { + if (this.canGo) { + router.pushUrl({ url: 'pages/login' }) + this.canGo = false + } + } + aboutToAppear(): void { //页面显示之前显示 + this.Log_WelcomeEvent('aboutToAppear'); + this.timer = setInterval(() => { + + if (this.time <= 1) { + clearInterval(this.timer) + //路由 + this.goHome() + } + this.time-- + }, 1000) + } + + aboutToDisappear(): void { + this.Log_WelcomeEvent('aboutToDisappear'); + //清除定时器 + clearInterval(this.timer) + } + + build() { + Stack({ alignContent: Alignment.TopEnd }) { + + Image($r('app.media.welcome')) + + Button("跳过" + this.time).onClick(() => { + this.goHome() + }) + .backgroundColor('#ccc') + .fontColor('#fff') + + } + .height('100%') + .width('100%') + + } + + // 页面生命周期方法 + onPageShow(): void { // 页面显示时触发的生命周期方法 + this.Log_WelcomeEvent('onPageShow'); + } + + onPageHide(): void { // 页面隐藏时触发的生命周期方法 + this.Log_WelcomeEvent('onPageHide'); + } + + onBackPress(): void { // 页面返回按键按下时触发的生命周期方法 + this.Log_WelcomeEvent('onBackPress'); + } + + // 通用日志记录方法 + private Log_WelcomeEvent(eventName: string): void { + // 根据事件名称选择合适的日志事件类型 + switch (eventName) { + case 'aboutToAppear': + logManager.info(LogCategory.SYSTEM, LogEventType.PAGE_APPEAR, 'WelcomePage'); + break; + case 'aboutToDisappear': + logManager.info(LogCategory.SYSTEM, LogEventType.PAGE_DISAPPEAR, 'WelcomePage'); + break; + case 'onPageShow': + logManager.info(LogCategory.SYSTEM, LogEventType.PAGE_SHOW, 'WelcomePage'); + break; + case 'onPageHide': + logManager.info(LogCategory.SYSTEM, LogEventType.PAGE_HIDE, 'WelcomePage'); + break; + case 'onBackPress': + logManager.info(LogCategory.SYSTEM, LogEventType.PAGE_BACK, 'WelcomePage'); + break; + default: + logManager.info(LogCategory.SYSTEM, LogEventType.SYSTEM_INFO, `WelcomePage: ${eventName}`); + } + } +} \ No newline at end of file diff --git a/entry/src/main/ets/pages/login.ets b/entry/src/main/ets/pages/login.ets new file mode 100644 index 0000000..f025422 --- /dev/null +++ b/entry/src/main/ets/pages/login.ets @@ -0,0 +1,133 @@ +import { router } from '@kit.ArkUI'; +import { BusinessError } from '@kit.BasicServicesKit'; +import logManager, { LogCategory, LogEventType } from '../common/logtext'; + +@Entry +@Component +@Preview +struct Login { + @State message: string = 'Hello World'; + @State username: string = ''; // 用户名 + @State password: string = ''; // 密码 + build() { + Column({space:10}){//列布局 + Image('http://139.155.155.67:2342/images/tdcat.webp') + .height(150) + + //分割线组件 + Divider() + + Text("唱跳 rap 篮球").fontColor(Color.Green).fontSize(30) + + Row(){ + Text("用户名:") + TextInput({placeholder:'请输入账号'})//输入提示 + .width(250) + .onChange((value: string) => { + this.username = value; // 绑定用户名输入 + }) + } + + + Row(){ + Text("密码:") + TextInput({placeholder:'请输入密码'}) + .type(InputType.Password)//输入模式 + .width(270) + .onChange((value: string) => { + this.password = value; // 绑定密码输入 + }) + } + + Button("登录") + .onClick(()=>{ + if (this.username === '1' && this.password === '1') { + router.pushUrl({url:'pages/HomePage'}) + }else { + AlertDialog.show({message:'输入有误'}) + } + + }) + + .width('50%') + + + Row(){//行布局 + Button("忘记密码?") + .fontSize(15) + .backgroundColor(Color.Gray) + .onClick(()=>{ + AlertDialog.show({message:"尚未开发"}) + }) + + Blank(150)//间隔 + Button("注册") + } + + } + .height('100%') + .width('100%') + .padding(20) + .alignItems(HorizontalAlign.Center) + } + // 页面生命周期方法 + onPageShow(): void {// 页面显示时触发的生命周期方法 + this.Log_LoginEvent('onPageShow'); + } + + onPageHide(): void {// 页面隐藏时触发的生命周期方法 + this.Log_LoginEvent('onPageHide'); + } + + onBackPress(): void {// 页面返回按键按下时触发的生命周期方法 + this.Log_LoginEvent('onBackPress'); + } + + aboutToAppear(): void {// 页面即将显示时触发的生命周期方法 + this.Log_LoginEvent('aboutToAppear'); + } + + aboutToDisappear(): void {// 页面即将消失时触发的生命周期方法 + this.Log_LoginEvent('aboutToDisappear'); + } + + // 通用日志记录方法 + public Log_LoginEvent(eventName: string): void { + // 根据事件名称选择合适的日志事件类型 + switch (eventName) { + case 'aboutToAppear': + logManager.info(LogCategory.USER, LogEventType.PAGE_APPEAR, 'LoginPage'); + break; + case 'aboutToDisappear': + logManager.info(LogCategory.USER, LogEventType.PAGE_DISAPPEAR, 'LoginPage'); + break; + case 'onPageShow': + logManager.info(LogCategory.USER, LogEventType.PAGE_SHOW, 'LoginPage'); + break; + case 'onPageHide': + logManager.info(LogCategory.USER, LogEventType.PAGE_HIDE, 'LoginPage'); + break; + case 'onBackPress': + logManager.info(LogCategory.USER, LogEventType.PAGE_BACK, 'LoginPage'); + break; + default: + logManager.info(LogCategory.USER, LogEventType.SYSTEM_INFO, `LoginPage: ${eventName}`); + } + } + + +} +/* +interface User{ + uname:string + upwd:string +} +class Userinfo{ + uname:string + upwd:string + + constructor(uname: string, upwd: string) { + this.uname = uname; + this.upwd = upwd; + } +}*/ diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5 new file mode 100644 index 0000000..cc50a27 --- /dev/null +++ b/entry/src/main/module.json5 @@ -0,0 +1,58 @@ +{ + "module": { + "name": "entry", + "type": "entry", + "description": "$string:module_desc", + "mainElement": "EntryAbility", + "deviceTypes": [ + "phone", + "tablet", + "2in1" + ], + //允许网络连接 + "requestPermissions": [ + { + "name": "ohos.permission.INTERNET" + } + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:main_pages", + "abilities": [ + { + "name": "EntryAbility", + "srcEntry": "./ets/entryability/EntryAbility.ets", + "description": "$string:EntryAbility_desc", + "icon": "$media:layered_image", + "label": "$string:EntryAbility_label", + "startWindowIcon": "$media:startIcon", + "startWindowBackground": "$color:start_window_background", + "exported": true, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ] + } + ], + "extensionAbilities": [ + { + "name": "EntryBackupAbility", + "srcEntry": "./ets/entrybackupability/EntryBackupAbility.ets", + "type": "backup", + "exported": false, + "metadata": [ + { + "name": "ohos.extension.backup", + "resource": "$profile:backup_config" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/entry/src/main/resources/base/element/color.json b/entry/src/main/resources/base/element/color.json new file mode 100644 index 0000000..3c71296 --- /dev/null +++ b/entry/src/main/resources/base/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/entry/src/main/resources/base/element/float.json b/entry/src/main/resources/base/element/float.json new file mode 100644 index 0000000..a0a93dd --- /dev/null +++ b/entry/src/main/resources/base/element/float.json @@ -0,0 +1,8 @@ +{ + "float": [ + { + "name": "page_text_font_size", + "value": "50fp" + } + ] +} \ No newline at end of file diff --git a/entry/src/main/resources/base/element/string.json b/entry/src/main/resources/base/element/string.json new file mode 100644 index 0000000..f945955 --- /dev/null +++ b/entry/src/main/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "label" + } + ] +} \ No newline at end of file diff --git a/entry/src/main/resources/base/media/arrow_right.png b/entry/src/main/resources/base/media/arrow_right.png new file mode 100644 index 0000000000000000000000000000000000000000..713bfff283b8e4c7f7446a77412a57378887f74f GIT binary patch literal 4260 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 CMJ)dS literal 0 HcmV?d00001 diff --git a/entry/src/main/resources/base/media/background.png b/entry/src/main/resources/base/media/background.png new file mode 100644 index 0000000000000000000000000000000000000000..923f2b3f27e915d6871871deea0420eb45ce102f GIT binary patch literal 91942 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 literal 0 HcmV?d00001 diff --git a/entry/src/main/resources/base/media/edit.png b/entry/src/main/resources/base/media/edit.png new file mode 100644 index 0000000000000000000000000000000000000000..946770c8f031c7eb540b365224ff7870fccdc78a GIT binary patch literal 3675 zcma)U`2hLQF|) z-@bhkwgf8|{b zsT0e|8D-!(F)!wa26oyH9RjUHjpoW1Pgo2`AO$dOjdJ3^mA99O%t7Xgfyh=?PyE6GoW7kX0^m zwtapWHvf{P<&j?wT8Az$L%I1`xur=-$NE>IsriQ>abak9RwFr_nPl!VY`ZB>pIWfFUXf@dbDY@2hdqZD~mlPuH~S^9Z}Oa1JD$y0As{N5R-L!Ni)Qo?CwNgiAu)<>I`X zL|d);pVJZX3h`xk#L+q06hDBp(EuA$$xF`tq0fG)QkAOb*Xfndlw_FYD|Qd#Pb1dd z))1GDc4}le+{^u@TSm|m-2B?!`NazKYf+2lWZ%WflB)EO`}|a{+nA>4_>Q%FNZ>cV=bf%T~nO zxt-tPxcE$!NzCL;*!DUe9(p+s(n=~&@>$*f;n#!^tth|9j^k-Bw$#KGx~QgI6G_?D z74USbHD6^{9?TqyNZ1LDN^stgNp6;*`$@fj&cHqfX$-TsT`av7%1^!YyX2LBSCY{v zYM!&=>#Vx8SW%rg()q%LS8s!RYr-Mgs7-??WBsxqy`Y=v`azH2E|TE`^jUtWhX-Oo zth{Kl|0`irASsM=;t0{?S-UkxA|UKaX>D%wZS#k>=dwOF?FNfiB&D;J0#M+@FWg{4 z0xduZRK#`ne0Wg#Qam?(XDS+-kczq)r*DsRk|y{%2TmL29=96IUe4PkO8_kz-^4)U zvZkQ@12wbfgB3ylI1fOsD|b)NT?ATqOyOcbMl0CH{!r~hLz=Tc4!r&Bin_NrpfxB} zT~|ax8U`K<-4dBzyvHaKj!g$4{1p~nrKn3F)SgSHbmBF8vj2f<#a4k3l_`N>|jlOZy{_1fm_7oZ>cju!K2E_hyotx-{C9bWPmQJ zM`-GdizslJT8NU3P9p(I5FRp>)FmU%ptIZ1nNx91ZFs>>Y|i?m7(i5(M;K4B2cz)m z>M@8Ket-c#V2VN!N+hEe)b+tA$etsHgcR_Db#Hem1D0U?5jN6L>T9UYvRN7nZ`#2} zok9V*s-5(ftP(V&e-DvMp+xT?N_D`T{dHxC&lE4hA+IfRH3My%i%bJ$pg%P=KC zwiyD}D?)o$RK;w_rKg3ORli!HBS7 znx#Kd(jYUWvlyM74z;<$8-NmkioA_P1pyH|sxMR0y_|2NmRFHE3H57!rIoDoDUy_@ zhdhA!Sxd6&pgbLB;WFEbA}r%gCJG8z2<`y6sj2 znHTC`z9~qtxC*5nhf~_CXOVLvV0*PDdG5p4-XzlXCrzI}N!z{TU~q?Qq8(xo+7$w^=pTp5)rjhK zb5f4nuGRcVyEly^8}g^!h)wIkljHpBTpk1w<^XuN*t84^pP#Ig;eNSrld5h3!|7BL zt>^u%t<{jfg-Dw%Yk}g|6mIVBY_1D1+*D_rre?8su%W^~1&QC)AhAiF?H*L~x?V1* z-=zig^^6!MN;c)ydUV>2tXH7k6G$Z=!|z%zJces?BE>(V!kHzvCTT(9zJ?Qi1-hAS zKDgHJA;^h^6F|>#Hhoy{RY(iVBZGeb{;UaPe|>dgh^UBx$no(T!5)I|BJ>AOGbXM_ z-u>FzGL&6Q24o1uIQ~w+KGe|A&x3?bf`H#ud`!Yq@sm5XgT{j!Qvs;4G1@t!HjPoa zjAOq#IuK@?8!8o7N`KclIsLv~HWZ-ZH1JGlJc)g1?8cbXCQUtP?ci8P!=iI#Lg4&r zVXNfDv;LcQnZXkx{!{Zp5(Xd3kFiD2~?T?Z%6fC+pYiV b+?DE0;>69GW@_@A#(lOYPFmGi_}%^=cDI_s literal 0 HcmV?d00001 diff --git a/entry/src/main/resources/base/media/foreground.png b/entry/src/main/resources/base/media/foreground.png new file mode 100644 index 0000000000000000000000000000000000000000..97014d3e10e5ff511409c378cd4255713aecd85f GIT binary patch literal 8805 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 literal 0 HcmV?d00001 diff --git a/entry/src/main/resources/base/media/language.png b/entry/src/main/resources/base/media/language.png new file mode 100644 index 0000000000000000000000000000000000000000..e3d96ba8184e5f814ba77df1ab4a7220d6155fd5 GIT binary patch literal 6327 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 Q{vol&%EH#X815PMKlz?AlmGw# literal 0 HcmV?d00001 diff --git a/entry/src/main/resources/base/media/layered_image.json b/entry/src/main/resources/base/media/layered_image.json new file mode 100644 index 0000000..fb49920 --- /dev/null +++ b/entry/src/main/resources/base/media/layered_image.json @@ -0,0 +1,7 @@ +{ + "layered-image": + { + "background" : "$media:background", + "foreground" : "$media:foreground" + } +} \ No newline at end of file diff --git a/entry/src/main/resources/base/media/notification.png b/entry/src/main/resources/base/media/notification.png new file mode 100644 index 0000000000000000000000000000000000000000..9cd2d50da5b9ea9fd4de48ce29e1df58d992629d GIT binary patch literal 6464 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 R{m%#k#^fxz+UOGgzW`!oyNLh* literal 0 HcmV?d00001 diff --git a/entry/src/main/resources/base/media/settings.png b/entry/src/main/resources/base/media/settings.png new file mode 100644 index 0000000000000000000000000000000000000000..879334792cc4f0834a6b01145bf94c77034b87ca GIT binary patch literal 8020 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 WMyFnq-cPbxPGO*9qFtutfcqbQLePl- literal 0 HcmV?d00001 diff --git a/entry/src/main/resources/base/media/startIcon.png b/entry/src/main/resources/base/media/startIcon.png new file mode 100644 index 0000000000000000000000000000000000000000..205ad8b5a8a42e8762fbe4899b8e5e31ce822b8b GIT binary patch literal 20093 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

c)ijgxDm}8EsRXFt3h@+Ufr7@DN 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 literal 0 HcmV?d00001 diff --git a/entry/src/main/resources/base/media/tdcat.webp b/entry/src/main/resources/base/media/tdcat.webp new file mode 100644 index 0000000000000000000000000000000000000000..fa51ee92646f9806e7365ad1b4d1c063b3ffdc41 GIT binary patch literal 461212 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%0DRG+`@<)o25r2t|ua7 zU;(F6ek@k;1M$ZPqE%BthqkZjo)E;g_l09CvgjLg)WV$CcqKo%+2?-5K{y6GI5>R*07aP;4Gx-qxOvu%+g=^}yFLJ38c#9@dm_4a?sAQK||_#h>8Rg^8s%R6(+& zg`?sg5qVZ6B}LefKp2NG+(6!*2}@BS{Qj8Iu{QRE%O=CO8xpaCODs*s%KS#4(Pb8M z1oKu%BKp}&CRDqrZs@>LnRSfm!AYDzua5j7;sY>Za1OsGWlz+0UQ-vWNua@irEUebA_+0#=CUpOph(oIWOjaYmqz$1ai9 za0L-ISXu6z8=ie*yMMvLc8}`&W>zH^QP^AhfUSQ18jTx=kQ5oP#jJ2tgLZuQFK&PK z$p(abpD6mDvd()e#Xv3v%6Uhy6#|@}EAkdBn>g69;)%o$99ZkjM|d`|icia-q5DC{ zkO?BdEJ6Gc<&Wc%dGLAT@zjI5S)HJ90E{!|&_UAZkSTH&JX(gY1aicAd+;cx&D7JG%t^rkL(4Ct8d6({ZIS#B9fN{Cbh5AuCJ^JC4o_9^?|a)8~(%c%s~re z4geKb{{X*Cq7d2SIISzQ9`T$O^y#3mFN9AzL+)F#EtE|Efg`7d4d=PwHU4GxUOo{?X#OyR8KvoqSee;S3o(JJTH^8njzw-0X@BaW! zlAVFb`+XsR80oAS04x$u1B2j@K%vK+YySXKetKe>;>7)7uL=W~)(=Dy46Nzb=@;GS)dymoeED}i=(R{PgD zpJ?w&l7Grwkp-rx3_+T(5(vd0v8;LM{x@I6QTvZq+`mRYPQA}GJ-fEN`)AY#s9P?p z2{rSp1)tMC-Q0B25+NlI__m@lD-Y$7sL9sn3gN%itWB66LQ7P9$_D|46$Z7!G`MFE zPX@A!Ri!t0ob-htWg=RK%xOuB27~-T$e8khzi-g2f6G84k52$t^zlGKsERR4krC!2 z`&L}pAk}&en#v`CbqoauAk?ICTziZt1VUtY~g;#8xk_tl2 zm)dAaOaS1oHFh>hVP#4wJ=bFF=PyrK(YC5$5)c(YIdpQ-n)w?n(XAj7T9zuzrq@mt zsHQHz5oYXu{c2rh09|BM2ctKezpP@F-6bj-G0piMAxDsfEUy0mA(Jt|g{mnfZKx9% zC4jTTV_bCN@lt^mJuuP`3IRoHrVodoUq}{Ge$fnZqJ%EQ%M^jZ1cIw=C@kYDzIZut z(oH4@6ba~Dm+~VKlqBA~OEV138bI} zSu;`r43gRx%YVC8VAJK7p&*LX5OL`pn)*%d@9{pt{{RWpOC#&{nPN(QanQ~IQACyl z;Hqo@S~2^R*NE}yB3-g#gA|oEHGW<{c=}s`&iI@*%=IZi6^EbHcY0{MPqB2`eQN|> z
  • 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

    9WRtrUISx( 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

    bGmpuzI1| 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

    xOO|`84PUplVVUWErQ5Wk(6_jnje~OC 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 E+4fu}O8@`> literal 0 HcmV?d00001 diff --git a/entry/src/main/resources/base/media/theme.png b/entry/src/main/resources/base/media/theme.png new file mode 100644 index 0000000000000000000000000000000000000000..decdc36f3ef9b9c0c733819c3babd9694f803fff GIT binary patch literal 4288 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 Xxt}5n(|F*YiG7ZCr)=r)z>NO`Bla)$ literal 0 HcmV?d00001 diff --git a/entry/src/main/resources/base/media/welcome.gif b/entry/src/main/resources/base/media/welcome.gif new file mode 100644 index 0000000000000000000000000000000000000000..f30d958698dc5f75bae0e2f0ee3705e2e5243804 GIT binary patch literal 112997 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ì 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 z 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 literal 0 HcmV?d00001 diff --git a/entry/src/main/resources/base/profile/backup_config.json b/entry/src/main/resources/base/profile/backup_config.json new file mode 100644 index 0000000..78f40ae --- /dev/null +++ b/entry/src/main/resources/base/profile/backup_config.json @@ -0,0 +1,3 @@ +{ + "allowToBackupRestore": true +} \ No newline at end of file diff --git a/entry/src/main/resources/base/profile/main_pages.json b/entry/src/main/resources/base/profile/main_pages.json new file mode 100644 index 0000000..d2adaba --- /dev/null +++ b/entry/src/main/resources/base/profile/main_pages.json @@ -0,0 +1,10 @@ +{ + "src": [ + + "pages/login", + "pages/WelcomePage", + "pages/HomePage", + "pages/SettingsPage", + "pages/ClassPage" + ] +} \ No newline at end of file diff --git a/entry/src/main/resources/dark/element/color.json b/entry/src/main/resources/dark/element/color.json new file mode 100644 index 0000000..79b11c2 --- /dev/null +++ b/entry/src/main/resources/dark/element/color.json @@ -0,0 +1,8 @@ +{ + "color": [ + { + "name": "start_window_background", + "value": "#000000" + } + ] +} \ No newline at end of file diff --git a/entry/src/mock/mock-config.json5 b/entry/src/mock/mock-config.json5 new file mode 100644 index 0000000..7a73a41 --- /dev/null +++ b/entry/src/mock/mock-config.json5 @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/entry/src/ohosTest/ets/test/Ability.test.ets b/entry/src/ohosTest/ets/test/Ability.test.ets new file mode 100644 index 0000000..85c78f6 --- /dev/null +++ b/entry/src/ohosTest/ets/test/Ability.test.ets @@ -0,0 +1,35 @@ +import { hilog } from '@kit.PerformanceAnalysisKit'; +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'; + +export default function abilityTest() { + describe('ActsAbilityTest', () => { + // Defines a test suite. Two parameters are supported: test suite name and test suite function. + beforeAll(() => { + // Presets an action, which is performed only once before all test cases of the test suite start. + // This API supports only one parameter: preset action function. + }) + beforeEach(() => { + // Presets an action, which is performed before each unit test case starts. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: preset action function. + }) + afterEach(() => { + // Presets a clear action, which is performed after each unit test case ends. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: clear action function. + }) + afterAll(() => { + // Presets a clear action, which is performed after all test cases of the test suite end. + // This API supports only one parameter: clear action function. + }) + it('assertContain', 0, () => { + // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. + hilog.info(0x0000, 'testTag', '%{public}s', 'it begin'); + let a = 'abc'; + let b = 'b'; + // Defines a variety of assertion methods, which are used to declare expected boolean conditions. + expect(a).assertContain(b); + expect(a).assertEqual(a); + }) + }) +} \ No newline at end of file diff --git a/entry/src/ohosTest/ets/test/List.test.ets b/entry/src/ohosTest/ets/test/List.test.ets new file mode 100644 index 0000000..794c7dc --- /dev/null +++ b/entry/src/ohosTest/ets/test/List.test.ets @@ -0,0 +1,5 @@ +import abilityTest from './Ability.test'; + +export default function testsuite() { + abilityTest(); +} \ No newline at end of file diff --git a/entry/src/ohosTest/module.json5 b/entry/src/ohosTest/module.json5 new file mode 100644 index 0000000..55725a9 --- /dev/null +++ b/entry/src/ohosTest/module.json5 @@ -0,0 +1,13 @@ +{ + "module": { + "name": "entry_test", + "type": "feature", + "deviceTypes": [ + "phone", + "tablet", + "2in1" + ], + "deliveryWithInstall": true, + "installationFree": false + } +} diff --git a/entry/src/test/List.test.ets b/entry/src/test/List.test.ets new file mode 100644 index 0000000..bb5b5c3 --- /dev/null +++ b/entry/src/test/List.test.ets @@ -0,0 +1,5 @@ +import localUnitTest from './LocalUnit.test'; + +export default function testsuite() { + localUnitTest(); +} \ No newline at end of file diff --git a/entry/src/test/LocalUnit.test.ets b/entry/src/test/LocalUnit.test.ets new file mode 100644 index 0000000..165fc16 --- /dev/null +++ b/entry/src/test/LocalUnit.test.ets @@ -0,0 +1,33 @@ +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'; + +export default function localUnitTest() { + describe('localUnitTest', () => { + // Defines a test suite. Two parameters are supported: test suite name and test suite function. + beforeAll(() => { + // Presets an action, which is performed only once before all test cases of the test suite start. + // This API supports only one parameter: preset action function. + }); + beforeEach(() => { + // Presets an action, which is performed before each unit test case starts. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: preset action function. + }); + afterEach(() => { + // Presets a clear action, which is performed after each unit test case ends. + // The number of execution times is the same as the number of test cases defined by **it**. + // This API supports only one parameter: clear action function. + }); + afterAll(() => { + // Presets a clear action, which is performed after all test cases of the test suite end. + // This API supports only one parameter: clear action function. + }); + it('assertContain', 0, () => { + // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. + let a = 'abc'; + let b = 'b'; + // Defines a variety of assertion methods, which are used to declare expected boolean conditions. + expect(a).assertContain(b); + expect(a).assertEqual(a); + }); + }); +} \ No newline at end of file diff --git a/hvigor/hvigor-config.json5 b/hvigor/hvigor-config.json5 new file mode 100644 index 0000000..fe83c3e --- /dev/null +++ b/hvigor/hvigor-config.json5 @@ -0,0 +1,22 @@ +{ + "modelVersion": "5.0.2", + "dependencies": { + }, + "execution": { + // "analyze": "normal", /* Define the build analyze mode. Value: [ "normal" | "advanced" | false ]. Default: "normal" */ + // "daemon": true, /* Enable daemon compilation. Value: [ true | false ]. Default: true */ + // "incremental": true, /* Enable incremental compilation. Value: [ true | false ]. Default: true */ + // "parallel": true, /* Enable parallel compilation. Value: [ true | false ]. Default: true */ + // "typeCheck": false, /* Enable typeCheck. Value: [ true | false ]. Default: false */ + }, + "logging": { + // "level": "info" /* Define the log level. Value: [ "debug" | "info" | "warn" | "error" ]. Default: "info" */ + }, + "debugging": { + // "stacktrace": false /* Disable stacktrace compilation. Value: [ true | false ]. Default: false */ + }, + "nodeOptions": { + // "maxOldSpaceSize": 8192 /* Enable nodeOptions maxOldSpaceSize compilation. Unit M. Used for the daemon process. Default: 8192*/ + // "exposeGC": true /* Enable to trigger garbage collection explicitly. Default: true*/ + } +} diff --git a/hvigorfile.ts b/hvigorfile.ts new file mode 100644 index 0000000..f3cb9f1 --- /dev/null +++ b/hvigorfile.ts @@ -0,0 +1,6 @@ +import { appTasks } from '@ohos/hvigor-ohos-plugin'; + +export default { + system: appTasks, /* Built-in plugin of Hvigor. It cannot be modified. */ + plugins:[] /* Custom plugin to extend the functionality of Hvigor. */ +} diff --git a/local.properties b/local.properties new file mode 100644 index 0000000..20f6086 --- /dev/null +++ b/local.properties @@ -0,0 +1,9 @@ +# This file is automatically generated by DevEco Studio. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file should *NOT* be checked into Version Control Systems, +# as it contains information specific to your local configuration. +# +# For customization when using a Version Control System, please read the header note. + + diff --git a/oh-package-lock.json5 b/oh-package-lock.json5 new file mode 100644 index 0000000..7fcf818 --- /dev/null +++ b/oh-package-lock.json5 @@ -0,0 +1,27 @@ +{ + "meta": { + "stableOrder": true + }, + "lockfileVersion": 3, + "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", + "specifiers": { + "@ohos/hamock@1.0.0": "@ohos/hamock@1.0.0", + "@ohos/hypium@1.0.21": "@ohos/hypium@1.0.21" + }, + "packages": { + "@ohos/hamock@1.0.0": { + "name": "@ohos/hamock", + "version": "1.0.0", + "integrity": "sha512-K6lDPYc6VkKe6ZBNQa9aoG+ZZMiwqfcR/7yAVFSUGIuOAhPvCJAo9+t1fZnpe0dBRBPxj2bxPPbKh69VuyAtDg==", + "resolved": "https://ohpm.openharmony.cn/ohpm/@ohos/hamock/-/hamock-1.0.0.har", + "registryType": "ohpm" + }, + "@ohos/hypium@1.0.21": { + "name": "@ohos/hypium", + "version": "1.0.21", + "integrity": "sha512-iyKGMXxE+9PpCkqEwu0VykN/7hNpb+QOeIuHwkmZnxOpI+dFZt6yhPB7k89EgV1MiSK/ieV/hMjr5Z2mWwRfMQ==", + "resolved": "https://ohpm.openharmony.cn/ohpm/@ohos/hypium/-/hypium-1.0.21.har", + "registryType": "ohpm" + } + } +} \ No newline at end of file diff --git a/oh-package.json5 b/oh-package.json5 new file mode 100644 index 0000000..9c36c08 --- /dev/null +++ b/oh-package.json5 @@ -0,0 +1,10 @@ +{ + "modelVersion": "5.0.2", + "description": "Please describe the basic information.", + "dependencies": { + }, + "devDependencies": { + "@ohos/hypium": "1.0.21", + "@ohos/hamock": "1.0.0" + } +} diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/CHANGELOG.md b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/CHANGELOG.md new file mode 100644 index 0000000..f62e2be --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/CHANGELOG.md @@ -0,0 +1,4 @@ +## 1.0.0 +- 修复once断言问题 +## 1.0.0-rc +- 提供DevEco Studio预览器场景使能的MockSetup装饰器 \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/LICENSE b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/LICENSE new file mode 100644 index 0000000..4a45986 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/LICENSE @@ -0,0 +1,177 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/README.md b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/README.md new file mode 100644 index 0000000..ea667a1 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/README.md @@ -0,0 +1,82 @@ +# Hamock + +## 简介 + +Hamock 是 OpenHarmony 上的模拟框架,提供预览场景的模拟功能。 + +## 下载安装 + +```bash +ohpm install @ohos/hamock +``` + +OpenHarmony ohpm 环境配置等更多内容,请参考[如何安装 OpenHarmony ohpm 包](https://gitee.com/openharmony-tpc/docs/blob/master/OpenHarmony_har_usage.md) + +## 使用示例 + +Hamock 提供了 @MockSetup 用于修饰 Mock 方法,仅支持声明式范式的组件。当开发者预览该组件时,预览运行时将在组件初始化时执行被 @MockSetup 修饰的方法。因此,开发者可以在这个被修饰的方法内重定义组件的方法或重赋值组件的属性,其将在预览时生效。 + +> 说明: +> @MockSetup 修饰的方法仅在预览场景会自动触发,并先于组件的 aboutToAppear 执行。 + +### UI组件的方法 + +在 ArkTS 页面代码中引入 Hamock。在目标组件中定义一个方法,并用 @MockSetup 修饰该方法。在这个方法中,使用 MockKit 模拟目标方法。 + +```typescript +import { MockKit, when, MockSetup } from '@ohos/hamock'; + +@Entry +@Component +struct Index { + ... + @MockSetup + randomName() { + let mocker: MockKit = new MockKit(); + let mockfunc: Object = mocker.mockFunc(this, this.method1); + // mock 指定的方法在指定入参的返回值 + when(mockfunc)('test').afterReturn(1); + } + ... + // 业务场景调用方法 + const result: number = this.method1('test'); // in previewer, result = 1 +} +``` + +### UI组件的属性 + +在 ArkTS 页面代码中引入 Hamock。在目标组件中定义一个方法,并用 @MockSetup 修饰该方法。在这个方法中,对于需要 Mock 的属性,可以重新赋值。 + +```typescript +import { MockSetup } from '@ohos/hamock'; + +@Component +struct Person { + @Prop species: string; + ... + // 在 @MockSetup 片段中,定义对象属性 + @MockSetup + randomName() { + this.species = 'primates'; + } + ... + // 业务场景调用属性(如果从初始化到调用期间,该属性无变化) + const result: string = this.species; // in previewer, result = primates +} +``` + +## 约束与限制 + +在下述版本验证通过: + +DevEco Studio: 4.1 (4.1.3.400), SDK: API11 (4.1.0.36) + +MockSetup 仅在 API11 支持。 + +## 贡献代码 + +使用过程中发现任何问题都可以提[Issue](https://gitee.com/openharmony/testfwk_arkxtest/issues) 给我们,当然,我们也非常欢迎你给我们提[PR](https://gitee.com/openharmony/testfwk_arkxtest/pulls) 。 + +## 开源协议 + +本项目基于 [Apache License 2.0](https://gitee.com/openharmony/testfwk_arkxtest/blob/master/hamock/LICENSE) ,请自由地享受和参与开源。 \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/build-profile.json5 b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/build-profile.json5 new file mode 100644 index 0000000..cf61dec --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/build-profile.json5 @@ -0,0 +1,25 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +{ + "apiType": "stageMode", + "buildOption": { + }, + "targets": [ + { + "name": "default" + } + ] +} diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/hvigorfile.js b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/hvigorfile.js new file mode 100644 index 0000000..76915cf --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/hvigorfile.js @@ -0,0 +1,17 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { harTasks } from '@ohos/hvigor-ohos-plugin'; diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/hvigorfile.ts b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/hvigorfile.ts new file mode 100644 index 0000000..ba30640 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/hvigorfile.ts @@ -0,0 +1,17 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently. +export { harTasks } from '@ohos/hvigor-ohos-plugin'; \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/index.d.ts b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/index.d.ts new file mode 100644 index 0000000..d6179ad --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/index.d.ts @@ -0,0 +1,58 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export class ArgumentMatchers { + static any; + static anyString; + static anyBoolean; + static anyNumber; + static anyObj; + static anyFunction; + static matchRegexs(Regex: RegExp): void +} + +declare interface when { + afterReturn(value: any): any + afterReturnNothing(): undefined + afterAction(action: any): any + afterThrow(e_msg: string): string + (argMatchers?: any): when; +} + +export const when: when; + +export interface VerificationMode { + times(count: Number): void + never(): void + once(): void + atLeast(count: Number): void + atMost(count: Number): void +} + +export class MockKit { + constructor() + mockFunc(obj: Object, func: Function): Function + mockObject(obj: Object): Object + verify(methodName: String, argsArray: Array): VerificationMode + ignoreMock(obj: Object, func: Function): void + clear(obj: Object): void + clearAll(): void +} + +export declare function MockSetup( + target: Object, + propertyName: string | Symbol, + descriptor: TypedPropertyDescriptor<() => void> +): void; \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/index.ets b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/index.ets new file mode 100644 index 0000000..3e4ab4c --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/index.ets @@ -0,0 +1,17 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export { MockSetup, MockKit, when } from './src/main/mock/MockKit'; +export { ArgumentMatchers } from './src/main/mock/ArgumentMatchers'; \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/index.js b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/index.js new file mode 100644 index 0000000..b3832e8 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/index.js @@ -0,0 +1,16 @@ +/* + * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export { MockSetup, MockKit, when } from './src/main/mock/MockKit.js'; +export { ArgumentMatchers } from './src/main/mock/ArgumentMatchers.js'; diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/index.ts b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/index.ts new file mode 100644 index 0000000..df0e313 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/index.ts @@ -0,0 +1,17 @@ +/* + * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export { MockSetup, MockKit, when } from './src/main/mock/MockKit.js'; +export { ArgumentMatchers } from './src/main/mock/ArgumentMatchers.js'; \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/oh-package.json5 b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/oh-package.json5 new file mode 100644 index 0000000..49f3683 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/oh-package.json5 @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +{ + name: '@ohos/hamock', + version: '1.0.0', + description: 'A mock framework for OpenHarmony application.', + main: 'index.ets', + author: 'huawei', + license: 'Apache-2.0', + dependencies: {}, + ohos: { + org: 'ohos', + }, + types: 'index.d.ts' +} diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/ArgumentMatchers.js b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/ArgumentMatchers.js new file mode 100644 index 0000000..610c540 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/ArgumentMatchers.js @@ -0,0 +1,97 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export class ArgumentMatchers { + constructor() { + this.ANY = ""; + this.ANY_STRING = ""; + this.ANY_BOOLEAN = ""; + this.ANY_NUMBER = ""; + this.ANY_OBJECT = ""; + this.ANY_FUNCTION = ""; + this.MATCH_REGEXS = ""; + } + static any() { + } + static anyString() { + } + static anyBoolean() { + } + static anyNumber() { + } + static anyObj() { + } + static anyFunction() { + } + static matchRegexs(regex) { + if (ArgumentMatchers.isRegExp(regex)) { + return regex; + } + throw Error("not a regex"); + } + static isRegExp(value) { + return Object.prototype.toString.call(value) === "[object RegExp]"; + } + matcheReturnKey(...args) { + let arg = args[0]; + let regex = args[1]; + let stubSetKey = args[2]; + if (stubSetKey && stubSetKey == this.ANY) { + return this.ANY; + } + if (typeof arg === "string" && !regex) { + return this.ANY_STRING; + } + if (typeof arg === "boolean" && !regex) { + return this.ANY_BOOLEAN; + } + if (typeof arg === "number" && !regex) { + return this.ANY_NUMBER; + } + if (typeof arg === "object" && !regex) { + return this.ANY_OBJECT; + } + if (typeof arg === "function" && !regex) { + return this.ANY_FUNCTION; + } + if (typeof arg === "string" && regex) { + return regex.test(arg); + } + return null; + } + matcheStubKey(key) { + if (key === ArgumentMatchers.any) { + return this.ANY; + } + if (key === ArgumentMatchers.anyString) { + return this.ANY_STRING; + } + if (key === ArgumentMatchers.anyBoolean) { + return this.ANY_BOOLEAN; + } + if (key === ArgumentMatchers.anyNumber) { + return this.ANY_NUMBER; + } + if (key === ArgumentMatchers.anyObj) { + return this.ANY_OBJECT; + } + if (key === ArgumentMatchers.anyFunction) { + return this.ANY_FUNCTION; + } + if (ArgumentMatchers.isRegExp(key)) { + return key; + } + return null; + } +} diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/ArgumentMatchers.ts b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/ArgumentMatchers.ts new file mode 100644 index 0000000..0e0e64c --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/ArgumentMatchers.ts @@ -0,0 +1,118 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export class ArgumentMatchers { + ANY = ""; + ANY_STRING = ""; + ANY_BOOLEAN = ""; + ANY_NUMBER = ""; + ANY_OBJECT = ""; + ANY_FUNCTION = ""; + MATCH_REGEXS = ""; + + static any() { + } + + static anyString() { + } + + static anyBoolean() { + } + + static anyNumber() { + } + + static anyObj() { + } + + static anyFunction() { + } + + static matchRegexs(regex: any) { + if (ArgumentMatchers.isRegExp(regex)) { + return regex; + } + throw Error("not a regex"); + } + + static isRegExp(value: string) { + return Object.prototype.toString.call(value) === "[object RegExp]"; + } + + matcheReturnKey(...args: Array) { + let arg = args[0]; + let regex = args[1]; + let stubSetKey = args[2]; + + if (stubSetKey && stubSetKey == this.ANY) { + return this.ANY; + } + + if (typeof arg === "string" && !regex) { + return this.ANY_STRING; + } + + if (typeof arg === "boolean" && !regex) { + return this.ANY_BOOLEAN; + } + + if (typeof arg === "number" && !regex) { + return this.ANY_NUMBER; + } + + if (typeof arg === "object" && !regex) { + return this.ANY_OBJECT; + } + + if (typeof arg === "function" && !regex) { + return this.ANY_FUNCTION; + } + + if (typeof arg === "string" && regex) { + return regex.test(arg); + } + + return null; + } + + matcheStubKey(key: any) { + + if (key === ArgumentMatchers.any) { + return this.ANY; + } + + if (key === ArgumentMatchers.anyString) { + return this.ANY_STRING; + } + if (key === ArgumentMatchers.anyBoolean) { + return this.ANY_BOOLEAN; + } + if (key === ArgumentMatchers.anyNumber) { + return this.ANY_NUMBER; + } + if (key === ArgumentMatchers.anyObj) { + return this.ANY_OBJECT; + } + if (key === ArgumentMatchers.anyFunction) { + return this.ANY_FUNCTION; + } + + if (ArgumentMatchers.isRegExp(key)) { + return key; + } + + return null; + } +} \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/ExtendInterface.js b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/ExtendInterface.js new file mode 100644 index 0000000..325be96 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/ExtendInterface.js @@ -0,0 +1,48 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +class ExtendInterface { + constructor(mocker) { + this.mocker = mocker; + } + stub() { + this.params = arguments; + return this; + } + stubMockedCall(returnInfo) { + this.mocker.stubApply(this, this.params, returnInfo); + } + afterReturn(value) { + this.stubMockedCall(function () { + return value; + }); + } + afterReturnNothing() { + this.stubMockedCall(function () { + return undefined; + }); + } + afterAction(action) { + this.stubMockedCall(action); + } + afterThrow(msg) { + this.stubMockedCall(function () { + throw msg; + }); + } + clear(obj) { + this.mocker.clear(obj); + } +} +export default ExtendInterface; diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/ExtendInterface.ts b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/ExtendInterface.ts new file mode 100644 index 0000000..8e27e2e --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/ExtendInterface.ts @@ -0,0 +1,63 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { MockKit } from "./MockKit.js"; + +class ExtendInterface { + + private mocker: MockKit + private params: any + + constructor(mocker: MockKit) { + this.mocker = mocker; + } + + stub() { + this.params = arguments; + return this; + } + + stubMockedCall(returnInfo: any) { + this.mocker.stubApply(this, this.params, returnInfo); + } + + afterReturn(value: any) { + this.stubMockedCall(function () { + return value; + }); + } + + afterReturnNothing() { + this.stubMockedCall(function () { + return undefined; + }); + } + + afterAction(action: Function) { + this.stubMockedCall(action); + } + + afterThrow(msg: string) { + this.stubMockedCall(function () { + throw msg; + }); + } + + clear(obj?: any) { + this.mocker.clear(obj); + } +} + +export default ExtendInterface; \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/MockKit.js b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/MockKit.js new file mode 100644 index 0000000..01a4bf3 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/MockKit.js @@ -0,0 +1,253 @@ +/* + * Copyright (c) 2022-2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import ExtendInterface from "./ExtendInterface.js"; +import VerificationMode from "./VerificationMode.js"; +import { ArgumentMatchers } from "./ArgumentMatchers.js"; +class MockKit { + constructor() { + this.mFunctions = []; + this.stubs = new Map(); + this.recordCalls = new Map(); + this.currentSetKey = new Map(); + this.mockObj = null; + this.recordMockedMethod = new Map(); + this.mFunctions = []; + this.stubs = new Map(); + this.recordCalls = new Map(); + this.currentSetKey = new Map(); + this.mockObj = null; + this.recordMockedMethod = new Map(); + } + init() { + this.reset(); + } + reset() { + this.mFunctions = []; + this.stubs = new Map(); + this.recordCalls = new Map(); + this.currentSetKey = new Map(); + this.mockObj = null; + this.recordMockedMethod = new Map(); + } + clearAll() { + this.reset(); + } + clear(obj) { + if (!obj) throw Error("Please enter an object to be cleaned"); + if (typeof (obj) !== 'object' && typeof (obj) !== 'function') throw new Error('Not a object or static class'); + this.recordMockedMethod.forEach(function (value, key, map) { + if (key) { + obj[key] = value; + } + }); + } + ignoreMock(obj, method) { + if (typeof (obj) !== 'object' && typeof (obj) !== 'function') throw new Error('Not a object or static class'); + if (typeof (method) !== 'function') throw new Error('Not a function'); + let og = this.recordMockedMethod.get(method.propName); + if (og) { + obj[method.propName] = og; + this.recordMockedMethod.set(method.propName, undefined); + } + } + extend(dest, source) { + dest["stub"] = source["stub"]; + dest["afterReturn"] = source["afterReturn"]; + dest["afterReturnNothing"] = source["afterReturnNothing"]; + dest["afterAction"] = source["afterAction"]; + dest["afterThrow"] = source["afterThrow"]; + dest["stubMockedCall"] = source["stubMockedCall"]; + dest["clear"] = source["clear"]; + return dest; + } + stubApply(f, params, returnInfo) { + let values = this.stubs.get(f); + if (!values) { + values = new Map(); + } + let key = params[0]; + if (typeof key === "undefined") { + key = "anonymous-mock-" + f.propName; + } + let matcher = new ArgumentMatchers(); + if (matcher.matcheStubKey(key)) { + key = matcher.matcheStubKey(key); + if (key) { + this.currentSetKey.set(f, key); + } + } + values.set(key, returnInfo); + this.stubs.set(f, values); + } + getReturnInfo(f, params) { + let values = this.stubs.get(f); + if (!values) { + return undefined; + } + let retrunKet = params[0]; + if (typeof retrunKet === "undefined") { + retrunKet = "anonymous-mock-" + f.propName; + } + let stubSetKey = this.currentSetKey.get(f); + + if (stubSetKey && (typeof (retrunKet) !== "undefined")) { + retrunKet = stubSetKey; + } + let matcher = new ArgumentMatchers(); + if (matcher.matcheReturnKey(params[0], undefined, stubSetKey) && matcher.matcheReturnKey(params[0], undefined, stubSetKey) !== stubSetKey) { + retrunKet = params[0]; + } + values.forEach(function (value, key, map) { + if (ArgumentMatchers.isRegExp(key) && matcher.matcheReturnKey(params[0], key)) { + retrunKet = key; + } + }); + return values.get(retrunKet); + } + findName(obj, value) { + let properties = this.findProperties(obj); + let name = ''; + properties.filter((item) => (item !== 'caller' && item !== 'arguments')).forEach(function (va1, idx, array) { + if (obj[va1] === value) { + name = va1; + } + }); + return name; + } + isFunctionFromPrototype(f, container, propName) { + if (container.constructor !== Object && container.constructor.prototype !== container) { + return container.constructor.prototype[propName] === f; + } + return false; + } + findProperties(obj, ...arg) { + function getProperty(new_obj) { + if (new_obj.__proto__ === null) { + return []; + } + let properties = Object.getOwnPropertyNames(new_obj); + return [...properties, ...getProperty(new_obj.__proto__)]; + } + return getProperty(obj); + } + recordMethodCall(originalMethod, args) { + originalMethod['getName'] = function () { + return this.name || this.toString().match(/function\s*([^(]*)\(/)[1]; + }; + let name = originalMethod.getName(); + let arglistString = name + '(' + Array.from(args).toString() + ')'; + let records = this.recordCalls.get(arglistString); + if (!records) { + records = 0; + } + records++; + this.recordCalls.set(arglistString, records); + } + mockFunc(originalObject, originalMethod) { + let tmp = this; + this.originalMethod = originalMethod; + const _this = this; + let f = function () { + let args = arguments; + let action = tmp.getReturnInfo(f, args); + if (originalMethod) { + tmp.recordMethodCall(originalMethod, args); + } + if (action) { + return action.apply(_this, args); + } + }; + f.container = null || originalObject; + f.original = originalMethod || null; + if (originalObject && originalMethod) { + if (typeof (originalMethod) != 'function') + throw new Error('Not a function'); + var name = this.findName(originalObject, originalMethod); + originalObject[name] = f; + this.recordMockedMethod.set(name, originalMethod); + f.propName = name; + f.originalFromPrototype = this.isFunctionFromPrototype(f.original, originalObject, f.propName); + } + f.mocker = this; + this.mFunctions.push(f); + this.extend(f, new ExtendInterface(this)); + return f; + } + verify(methodName, argsArray) { + if (!methodName) { + throw Error("not a function name"); + } + let a = this.recordCalls.get(methodName + '(' + argsArray.toString() + ')'); + return new VerificationMode(a ? a : 0); + } + mockObject(object) { + if (!object || typeof object === "string") { + throw Error(`this ${object} cannot be mocked`); + } + const _this = this; + let mockedObject = {}; + let keys = Reflect.ownKeys(object); + keys.filter(key => (typeof Reflect.get(object, key)) === 'function') + .forEach((key) => { + mockedObject[key] = object[key]; + mockedObject[key] = _this.mockFunc(mockedObject, mockedObject[key]); + }); + return mockedObject; + } +} +function ifMockedFunction(f) { + if (Object.prototype.toString.call(f) != "[object Function]" && + Object.prototype.toString.call(f) != "[object AsyncFunction]") { + throw Error("not a function"); + } + if (!f.stub) { + throw Error("not a mock function"); + } + return true; +} +function when(f) { + if (ifMockedFunction(f)) { + return f.stub.bind(f); + } +} +function MockSetup(target, propertyName, descriptor) { + const aboutToAppearOrigin = target.aboutToAppear; + const setup = descriptor.value; + target.aboutToAppear = function (...args) { + if (target.__Param) { // copy attributes and params of the original context + try { + const map = target.__Param; + for (const [key, val] of map) { + this[key] = val; // 'this' refers to context of current function + } + } + catch (e) { + throw new Error(`Mock setup param error: ${e}`); + } + } + if (setup) { // apply the mock content + try { + setup.apply(this); + } + catch (e) { + throw new Error(`Mock setup apply error: ${e}`); + } + } + if (aboutToAppearOrigin) { // append to aboutToAppear function of the original context + aboutToAppearOrigin.apply(this, args); + } + }; +} +export { MockSetup, MockKit, when }; diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/MockKit.ts b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/MockKit.ts new file mode 100644 index 0000000..a9f965a --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/MockKit.ts @@ -0,0 +1,294 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import ExtendInterface from "./ExtendInterface.js"; +import VerificationMode from "./VerificationMode.js"; +import { ArgumentMatchers } from "./ArgumentMatchers.js"; + +interface IFunction extends Function { + container: any; + original: any; + propName: string; + originalFromPrototype: boolean + mocker: MockKit +} + +class MockKit { + + private mFunctions:Array = []; + private stubs = new Map(); + private recordCalls = new Map(); + private currentSetKey = new Map(); + private mockObj = null; + private recordMockedMethod = new Map(); + private originalMethod: any; + + constructor() { + this.mFunctions = []; + this.stubs = new Map(); + this.recordCalls = new Map(); + this.currentSetKey = new Map(); + this.mockObj = null; + this.recordMockedMethod = new Map(); + } + + init() { + this.reset(); + } + + reset() { + this.mFunctions = []; + this.stubs = new Map() + this.recordCalls = new Map(); + this.currentSetKey = new Map(); + this.mockObj = null; + this.recordMockedMethod = new Map(); + } + + clearAll() { + this.reset(); + } + + clear(obj: any) { + if (!obj) throw Error("Please enter an object to be cleaned"); + if (typeof (obj) != 'object') throw new Error('Not a object'); + this.recordMockedMethod.forEach(function (value, key, map) { + if (key) { + obj[key] = value; + } + }); + } + + ignoreMock(obj:any, method: any) { + if (typeof (obj) != 'object') throw new Error('Not a object'); + if (typeof (method) != 'function') throw new Error('Not a function'); + let og = this.recordMockedMethod.get(method.propName); + if (og) { + obj[method.propName] = og; + this.recordMockedMethod.set(method.propName, undefined); + } + } + + extend(dest: any, source:any) { + dest["stub"] = source["stub"]; + dest["afterReturn"] = source["afterReturn"]; + dest["afterReturnNothing"] = source["afterReturnNothing"]; + dest["afterAction"] = source["afterAction"]; + dest["afterThrow"] = source["afterThrow"]; + dest["stubMockedCall"] = source["stubMockedCall"]; + dest["clear"] = source["clear"]; + return dest; + } + + stubApply(f: any, params:any, returnInfo:any) { + let values = this.stubs.get(f); + if (!values) { + values = new Map(); + } + let key = params[0]; + if (typeof key == "undefined") { + key = "anonymous-mock-" + f.propName; + } + let matcher = new ArgumentMatchers(); + if (matcher.matcheStubKey(key)) { + key = matcher.matcheStubKey(key); + if (key) { + this.currentSetKey.set(f, key); + } + } + values.set(key, returnInfo); + this.stubs.set(f, values); + } + + getReturnInfo(f: any, params:any) { + let values = this.stubs.get(f); + if (!values) { + return undefined; + } + let retrunKet = params[0]; + if (typeof retrunKet == "undefined") { + retrunKet = "anonymous-mock-" + f.propName; + } + let stubSetKey = this.currentSetKey.get(f); + + if (stubSetKey && (typeof (retrunKet) != "undefined")) { + retrunKet = stubSetKey; + } + let matcher = new ArgumentMatchers(); + if (matcher.matcheReturnKey(params[0], undefined, stubSetKey) && matcher.matcheReturnKey(params[0], undefined, stubSetKey) != stubSetKey) { + retrunKet = params[0]; + } + + values.forEach(function (value: any, key: any, map: any) { + if (ArgumentMatchers.isRegExp(key) && matcher.matcheReturnKey(params[0], key)) { + retrunKet = key; + } + }); + + return values.get(retrunKet); + } + + findName(obj: any, value: any) { + let properties = this.findProperties(obj); + let name = ''; + properties.filter((item:any) => (item !== 'caller' && item !== 'arguments')).forEach( + function (va1:any, idx:any, array:any) { + if (obj[va1] === value) { + name = va1; + } + } + ); + return name; + } + + isFunctionFromPrototype(f: Function, container:Function, propName: string) { + if (container.constructor != Object && container.constructor.prototype !== container) { + return container.constructor.prototype[propName] === f; + } + return false; + } + + findProperties(obj: any, ...arg: Array) { + function getProperty(new_obj:any): Array { + if (new_obj.__proto__ === null) { + return []; + } + let properties = Object.getOwnPropertyNames(new_obj); + return [...properties, ...getProperty(new_obj.__proto__)]; + } + return getProperty(obj); + } + + recordMethodCall(originalMethod: any, args: any) { + originalMethod['getName'] = function () { + return this.name || this.toString().match(/function\s*([^(]*)\(/)[1]; + } + let name = originalMethod.getName(); + let arglistString = name + '(' + Array.from(args).toString() + ')'; + let records = this.recordCalls.get(arglistString); + if (!records) { + records = 0; + } + records++; + this.recordCalls.set(arglistString, records); + } + + mockFunc(originalObject:any, originalMethod:any) { + let tmp = this; + this.originalMethod = originalMethod; + const _this = this; + let f:any = function () { + let args = arguments; + let action = tmp.getReturnInfo(f, args); + if (originalMethod) { + tmp.recordMethodCall(originalMethod, args); + } + if (action) { + return action.apply(_this, args); + } + }; + + f.container = null || originalObject; + f.original = originalMethod || null; + + if (originalObject && originalMethod) { + if (typeof (originalMethod) != 'function') throw new Error('Not a function'); + var name = this.findName(originalObject, originalMethod); + originalObject[name] = f; + this.recordMockedMethod.set(name, originalMethod); + f.propName = name; + f.originalFromPrototype = this.isFunctionFromPrototype(f.original, originalObject, f.propName); + } + f.mocker = this; + this.mFunctions.push(f); + this.extend(f, new ExtendInterface(this)); + return f; + } + + verify(methodName:any, argsArray:any) { + if (!methodName) { + throw Error("not a function name"); + } + let a = this.recordCalls.get(methodName + '(' + argsArray.toString() + ')'); + return new VerificationMode(a ? a : 0); + } + + mockObject(object: any) { + if (!object || typeof object === "string") { + throw Error(`this ${object} cannot be mocked`); + } + const _this = this; + let mockedObject:any = {}; + let keys = Reflect.ownKeys(object); + keys.filter(key => (typeof Reflect.get(object, key)) === 'function') + .forEach((key:any) => { + mockedObject[key] = object[key]; + mockedObject[key] = _this.mockFunc(mockedObject, mockedObject[key]); + }); + return mockedObject; + } +} + +function ifMockedFunction(f: any) { + if (Object.prototype.toString.call(f) != "[object Function]" && + Object.prototype.toString.call(f) != "[object AsyncFunction]") { + throw Error("not a function"); + } + if (!f.stub) { + throw Error("not a mock function"); + } + return true; +} + +function when(f: any) { + if (ifMockedFunction(f)) { + return f.stub.bind(f); + } +} + +function MockSetup(target: Object, propertyName: string | Symbol, descriptor: TypedPropertyDescriptor<() => void>): void { + const aboutToAppearOrigin = target.aboutToAppear; + const setup = descriptor.value; + target.aboutToAppear = function (...args: any[]) { + if (target.__Param) { // copy attributes and params of the original context + try { + const map = target.__Param as Map; + for (const [key, val] of map) { + this[key] = val; // 'this' refers to context of current function + } + } catch (e) { + throw new Error(`Mock setup param error: ${e}`); + } + } + + if (setup) { // apply the mock content + try { + setup.apply(this); + } catch (e) { + throw new Error(`Mock setup apply error: ${e}`); + } + } + + if (aboutToAppearOrigin) { // append to aboutToAppear function of the original context + aboutToAppearOrigin.apply(this, args); + } + } +} + +export { + MockSetup, + MockKit, + when +}; \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/VerificationMode.js b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/VerificationMode.js new file mode 100644 index 0000000..02fbf3b --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/VerificationMode.js @@ -0,0 +1,45 @@ +/* + * Copyright (c) 2022-2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +class VerificationMode { + constructor(times) { + this.doTimes = times; + } + times(count) { + if (count !== this.doTimes) { + throw Error(`expect ${count} actual ${this.doTimes}`); + } + } + never() { + if (this.doTimes !== 0) { + throw Error(`expect 0 actual ${this.doTimes}`); + } + } + once() { + if (this.doTimes !== 1) { + throw Error(`expect 1 actual ${this.doTimes}`); + } + } + atLeast(count) { + if (count > this.doTimes) { + throw Error('failed ' + count + ' greater than the actual execution times of method'); + } + } + atMost(count) { + if (count < this.doTimes) { + throw Error('failed ' + count + ' less than the actual execution times of method'); + } + } +} +export default VerificationMode; diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/VerificationMode.ts b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/VerificationMode.ts new file mode 100644 index 0000000..0748125 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/mock/VerificationMode.ts @@ -0,0 +1,56 @@ +/* + * Copyright (c) 2022-2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + + +class VerificationMode { + + private doTimes: number + + constructor(times: number) { + this.doTimes = times; + } + + times(count: number) { + if(count !== this.doTimes) { + throw Error(`expect ${count} actual ${this.doTimes}`); + } + } + + never() { + if (this.doTimes !== 0) { + throw Error(`expect 0 actual ${this.doTimes}`); + } + } + + once() { + if (this.doTimes !== 1) { + throw Error(`expect 1 actual ${this.doTimes}`); + } + } + + atLeast(count: number) { + if (count > this.doTimes) { + throw Error('failed ' + count + ' greater than the actual execution times of method'); + } + } + + atMost(count: number) { + if (count < this.doTimes) { + throw Error('failed ' + count + ' less than the actual execution times of method'); + } + } +} + +export default VerificationMode; \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/module.json b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/module.json new file mode 100644 index 0000000..384ae72 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/main/module.json @@ -0,0 +1,22 @@ +{ + "app": { + "bundleName": "com.example.hamock", + "debug": true, + "versionCode": 1000000, + "versionName": "1.0.0", + "minAPIVersion": 9, + "targetAPIVersion": 9, + "apiReleaseType": "Release" + }, + "module": { + "name": "hamock", + "type": "har", + "deviceTypes": [ + "default", + "tablet", + "tv", + "wearable", + "car" + ] + } +} diff --git a/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/res/schemas/mock-config-json5-schema.json b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/res/schemas/mock-config-json5-schema.json new file mode 100644 index 0000000..b137b0a --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock/src/res/schemas/mock-config-json5-schema.json @@ -0,0 +1,25 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "title": "JSON schema for mock-config.json5 file", + "definitions": { + "sourceRedirection": { + "description": "A source redirection for mocked module.", + "type": "object", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "maxLength": 128, + "minLength": 1 + } + } + } + }, + "patternProperties": { + ".+": { + "$ref": "#/definitions/sourceRedirection" + } + } +} \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/BuildProfile.ets b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/BuildProfile.ets new file mode 100644 index 0000000..07a9435 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/BuildProfile.ets @@ -0,0 +1,17 @@ +/** + * Use these variables when you tailor your ArkTS code. They must be of the const type. + */ +export const HAR_VERSION = '1.0.21'; +export const BUILD_MODE_NAME = 'debug'; +export const DEBUG = true; +export const TARGET_NAME = 'default'; + +/** + * BuildProfile Class is used only for compatibility purposes. + */ +export default class BuildProfile { + static readonly HAR_VERSION = HAR_VERSION; + static readonly BUILD_MODE_NAME = BUILD_MODE_NAME; + static readonly DEBUG = DEBUG; + static readonly TARGET_NAME = TARGET_NAME; +} \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/CHANGELOG.md b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/CHANGELOG.md new file mode 100644 index 0000000..6b8c61a --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/CHANGELOG.md @@ -0,0 +1,27 @@ +## 1.0.21 +- mock支持多参数 +- describe中异步函数抛出日志信息 +- 修复多测试套时,执行单个测试套会打印其他测试套的日志信息 +## 1.0.14 +- 堆栈信息打印到cmd +## 1.0.15 +- 支持获取测试代码的失败堆栈信息 +- mock代码迁移至harmock包 +- 适配arkts语法 +- 修复覆盖率数据容易截断的bug +## 1.0.16 +- 修改覆盖率文件生成功能 +- 修改静态方法无法ignoreMock函数 +- ## 1.0.17 +- 修改not断言失败提示日志 +- 自定义错误message信息 +- 添加xdescribe, xit API功能 +- ## 1.0.18 +- 添加全局变量存储API get set +- 自定义断言功能 +## 1.0.18-rc.0 +添加框架worker执行能力 +## 1.0.19 +规范日志格式 +# 1.0.20 +代码告警整改 \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/LICENSE b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/LICENSE new file mode 100644 index 0000000..4947287 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/LICENSE @@ -0,0 +1,177 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/README.md b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/README.md new file mode 100644 index 0000000..93997dc --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/README.md @@ -0,0 +1,224 @@ +
    Hypium
    +
    A unit test framework for OpenHarmonyOS application
    + +## Hypium是什么? +*** +- Hypium是OpenHarmony上的测试框架,提供测试用例编写、执行、结果显示能力,用于OpenHarmony系统应用接口以及应用界面测试。 +- Hypium结构化模型:hypium工程主要由List.test.js与TestCase.test.js组成。 +``` +rootProject // Hypium工程根目录 +├── moduleA +│   ├── src +│      ├── main // 被测试应用目录 +│      ├── ohosTest // 测试用例目录 +│         ├── js/ets +│            └── test +│               └── List.test.js // 测试用例加载脚本,ets目录下为.ets后缀 +│               └── TestCase.test.js // 测试用例脚本,ets目录下为.ets后缀 +└── moduleB + ... +│               └── List.test.js // 测试用例加载脚本,ets目录下为.ets后缀 +│               └── TestCase.test.js // 测试用例脚本,ets目录下为.ets后缀 +``` + +## 安装使用 + +```javascript +ohpm install @ohos/hypium +``` + +*** +- 在DevEco Studio内使用Hypium +- 工程级package.json内配置: +```json +"dependencies": { + "@ohos/hypium": "1.0.21" +} +``` +注: +hypium服务于OpenHarmonyOS应用对外接口测试、系统对外接口测试(SDK中接口),完成HAP自动化测试。详细指导: +[Deveco Studio](https://developer.harmonyos.com/cn/develop/deveco-studio) + +#### 通用语法 + +- 测试用例采用业内通用语法,describe代表一个测试套, it代表一条用例。 + +| No. | API | 功能说明 | +| --- | ---------- | ---------------------------------------------------------------------------------------------------------------------- | +| 1 | describe | 定义一个测试套,支持两个参数:测试套名称和测试套函数 | +| 2 | beforeAll | 在测试套内定义一个预置条件,在所有测试用例开始前执行且仅执行一次,支持一个参数:预置动作函数 | +| 3 | beforeEach | 在测试套内定义一个单元预置条件,在每条测试用例开始前执行,执行次数与it定义的测试用例数一致,支持一个参数:预置动作函数 | +| 4 | afterEach | 在测试套内定义一个单元清理条件,在每条测试用例结束后执行,执行次数与it定义的测试用例数一致,支持一个参数:清理动作函数 | +| 5 | afterAll | 在测试套内定义一个清理条件,在所有测试用例结束后执行且仅执行一次,支持一个参数:清理动作函数 | +| 6 | it | 定义一条测试用例,支持三个参数:用例名称,过滤参数和用例函数 | +| 7 | expect | 支持bool类型判断等多种断言方法 | + +#### 断言库 + +- 示例代码: + +```javascript + expect(${actualvalue}).assertX(${expectvalue}) +``` + +- 断言功能列表: + +| No. | API | 功能说明 | +| :--- | :------------------------------- | ---------------------------------------------------------------------------------------------- | +| 1 | assertClose | 检验actualvalue和expectvalue(0)的接近程度是否是expectValue(1) | +| 2 | assertContain | 检验actualvalue中是否包含expectvalue | +| 3 | assertDeepEquals | @since1.0.4 检验actualvalue和expectvalue(0)是否是同一个对象 | +| 4 | assertEqual | 检验actualvalue是否等于expectvalue[0] | +| 5 | assertFail | 抛出一个错误 | +| 6 | assertFalse | 检验actualvalue是否是false | +| 7 | assertTrue | 检验actualvalue是否是true | +| 8 | assertInstanceOf | 检验actualvalue是否是expectvalue类型 | +| 9 | assertLarger | 检验actualvalue是否大于expectvalue | +| 10 | assertLess | 检验actualvalue是否小于expectvalue | +| 11 | assertNaN | @since1.0.4 检验actualvalue是否是NaN | +| 12 | assertNegUnlimited | @since1.0.4 检验actualvalue是否等于Number.NEGATIVE_INFINITY | +| 13 | assertNull | 检验actualvalue是否是null | +| 14 | assertPosUnlimited | @since1.0.4 检验actualvalue是否等于Number.POSITIVE_INFINITY | +| 15 | assertPromiseIsPending | @since1.0.4 检验actualvalue是否处于Pending状态【actualvalue为promse对象】 | +| 16 | assertPromiseIsRejected | @since1.0.4 检验actualvalue是否处于Rejected状态【同15】 | +| 17 | assertPromiseIsRejectedWith | @since1.0.4 检验actualvalue是否处于Rejected状态,并且比较执行的结果值【同15】 | +| 18 | assertPromiseIsRejectedWithError | @since1.0.4 检验actualvalue是否处于Rejected状态并有异常,同时比较异常的类型和message值【同15】 | +| 19 | assertPromiseIsResolved | @since1.0.4 检验actualvalue是否处于Resolved状态【同15】 | +| 20 | assertPromiseIsResolvedWith | @since1.0.4 检验actualvalue是否处于Resolved状态,并且比较执行的结果值【同15】 | +| 21 | assertThrowError | 检验actualvalue抛出Error内容是否是expectValue | +| 22 | assertUndefined | 检验actualvalue是否是undefined | +| 23 | not | @since1.0.4 断言结果取反 | + + +示例代码: + +```javascript + import { describe, it, expect } from '@ohos/hypium'; + + export default async function assertCloseTest() { + describe('assertClose', function () { + it('assertClose_success', 0, function () { + let a = 100; + let b = 0.1; + expect(a).assertClose(99, b); + }) + }) + } +``` + +#### 公共系统能力 + +| No. | API | 功能描述 | +| ---- | ------------------------------------------------------- | ------------------------------------------------------------ | +| 1 | existKeyword(keyword: string, timeout: number): boolean | @since1.0.3 hilog日志中查找指定字段是否存在,keyword是待查找关键字,timeout为设置的查找时间 | +| 2 | actionStart(tag: string): void | @since1.0.3 cmd窗口输出开始tag | +| 3 | actionEnd(tag: string): void | @since1.0.3 cmd窗口输出结束tag | + +示例代码: + +```javascript +import { describe, it, expect, SysTestKit} from '@ohos/hypium'; + +export default function existKeywordTest() { + describe('existKeywordTest', function () { + it('existKeyword',DEFAULT, async function () { + console.info("HelloTest"); + let isExist = await SysTestKit.existKeyword('HelloTest'); + console.info('isExist ------>' + isExist); + }) + }) +} +``` +```javascript +import { describe, it, expect, SysTestKit} from '@ohos/hypium'; + +export default function actionTest() { + describe('actionTest', function () { + it('existKeyword',DEFAULT, async function () { + let tag = '[MyTest]'; + SysTestKit.actionStart(tag); + //do something + SysTestKit.actionEnd(tag); + }) + }) +} +``` + +#### 专项能力 + +- 测试用例属性筛选能力:hypium支持根据用例属性筛选执行指定测试用例,使用方式是先在测试用例上标记用例属性后,再在测试应用的启动shell命令后新增" -s ${Key} ${Value}"。 + +| Key | 含义说明 | Value取值范围 | +| -------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | +| level | 用例级别 | "0","1","2","3","4", 例如:-s level 1 | +| size | 用例粒度 | "small","medium","large", 例如:-s size small | +| testType | 用例测试类型 | "function","performance","power","reliability","security","global","compatibility","user","standard","safety","resilience", 例如:-s testType function | + +示例代码 + +```javascript +import { describe, it, expect, TestType, Size, Level } from '@ohos/hypium'; + +export default function attributeTest() { + describe('attributeTest', function () { + it("testAttributeIt", TestType.FUNCTION | Size.SMALLTEST | Level.LEVEL0, function () { + console.info('Hello Test'); + }) + }) +} +``` + +示例命令 +```shell +XX -s level 1 -s size small -s testType function +``` +该命令的作用是:筛选测试应用中同时满足a)用例级别是1 b)用例粒度是small c)用例测试类型是function 三个条件的用例执行。 + +- 测试套/测试用例名称筛选能力(测试套与用例名称用“#”号连接,多个用“,”英文逗号分隔) + +| Key | 含义说明 | Value取值范围 | +| -------- | ----------------------- | -------------------------------------------------------------------------------------------- | +| class | 指定要执行的测试套&用例 | ${describeName}#${itName},${describeName} , 例如:-s class attributeTest#testAttributeIt | +| notClass | 指定不执行的测试套&用例 | ${describeName}#${itName},${describeName} , 例如:-s notClass attributeTest#testAttributeIt | + +示例命令 +```shell +XX -s class attributeTest#testAttributeIt,abilityTest#testAbilityIt +``` +该命令的作用是:筛选测试应用中attributeTest测试套下的testAttributeIt测试用例,abilityTest测试套下的testAbilityIt测试用例,只执行这两条用例。 + +- 其他能力 + +| 能力项 | Key | 含义说明 | Value取值范围 | +| ------------ | ------- | ---------------------------- | ---------------------------------------------- | +| 随机执行能力 | random | 测试套&测试用例随机执行 | true, 不传参默认为false, 例如:-s random true | +| 空跑能力 | dryRun | 显示要执行的测试用例信息全集 | true , 不传参默认为false,例如:-s dryRun true | +| 异步超时能力 | timeout | 异步用例执行的超时时间 | 正整数 , 单位ms,例如:-s timeout 5000 | + +##### 约束限制 +随机执行能力和空跑能力从npm包1.0.3版本开始支持 + +#### Mock能力 + +##### 约束限制 + +单元测试框架Mock能力从npm包[1.0.1版本](https://repo.harmonyos.com/#/cn/application/atomService/@ohos%2Fhypium/v/1.0.1)开始支持 + +## 约束 + +*** + 本模块首批接口从OpenHarmony SDK API version 8开始支持。 + +## Hypium开放能力隐私声明 + +- 我们如何收集和使用您的个人信息 + 您在使用集成了Hypium开放能力的测试应用时,Hypium不会处理您的个人信息。 +- SDK处理的个人信息 + 不涉及。 +- SDK集成第三方服务声明 + 不涉及。 +- SDK数据安全保护 + 不涉及。 +- SDK版本更新声明 + 为了向您提供最新的服务,我们会不时更新Hypium版本。我们强烈建议开发者集成使用最新版本的Hypium。 + diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/ResourceTable.txt b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/ResourceTable.txt new file mode 100644 index 0000000..d159750 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/ResourceTable.txt @@ -0,0 +1 @@ +string page_show 0x02000000 \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/build-profile.json5 b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/build-profile.json5 new file mode 100644 index 0000000..16208e7 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/build-profile.json5 @@ -0,0 +1,28 @@ +{ + "apiType": "stageMode", + "buildOption": { + }, + "buildOptionSet": [ + { + "name": "release", + "arkOptions": { + "obfuscation": { + "ruleOptions": { + "enable": true, + "files": [ + "./obfuscation-rules.txt" + ] + }, + "consumerFiles": [ + "./consumer-rules.txt" + ] + } + }, + }, + ], + "targets": [ + { + "name": "default" + } + ] +} diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/consumer-rules.txt b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/consumer-rules.txt new file mode 100644 index 0000000..e69de29 diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/hvigorfile.ts b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/hvigorfile.ts new file mode 100644 index 0000000..4218707 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/hvigorfile.ts @@ -0,0 +1,6 @@ +import { harTasks } from '@ohos/hvigor-ohos-plugin'; + +export default { + system: harTasks, /* Built-in plugin of Hvigor. It cannot be modified. */ + plugins:[] /* Custom plugin to extend the functionality of Hvigor. */ +} diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/index.d.ts b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/index.d.ts new file mode 100644 index 0000000..58e1066 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/index.d.ts @@ -0,0 +1,150 @@ +/* + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export const DEFAULT = 0B0000 + +export const when: when; + +export enum TestType { + FUNCTION = 0B1, + PERFORMANCE = 0B1 << 1, + POWER = 0B1 << 2, + RELIABILITY = 0B1 << 3, + SECURITY = 0B1 << 4, + GLOBAL = 0B1 << 5, + COMPATIBILITY = 0B1 << 6, + USER = 0B1 << 7, + STANDARD = 0B1 << 8, + SAFETY = 0B1 << 9, + RESILIENCE = 0B1 << 10 +} + +export enum Size { + SMALLTEST = 0B1 << 16, + MEDIUMTEST = 0B1 << 17, + LARGETEST = 0B1 << 18 +} + +export enum Level { + LEVEL0 = 0B1 << 24, + LEVEL1 = 0B1 << 25, + LEVEL2 = 0B1 << 26, + LEVEL3 = 0B1 << 27, + LEVEL4 = 0B1 << 28 +} +export { xdescribe, xit, describe, it } from './index'; + + + +export function beforeItSpecified(testCaseNames: Array | string, callback: Function): void + +export function afterItSpecified(testCaseNames: Array | string, callback: Function): void + +export function beforeEach(callback: Function): void + +export function afterEach(callback: Function): void + +export function beforeAll(callback: Function): void + +export function afterAll(callback: Function): void + + +export interface Assert { + assertClose(expectValue: number, precision: number): void + assertContain(expectValue: any): void + assertEqual(expectValue: any): void + assertFail(): void + assertFalse(): void + assertTrue(): void + assertInstanceOf(expectValue: string): void + assertLarger(expectValue: number): void + assertLess(expectValue: number): void + assertNull(): void + assertThrowError(expectValue: string | Function): void + assertUndefined(): void + assertLargerOrEqual(expectValue: number): void + assertLessOrEqual(expectValue: number): void + assertNaN(): void + assertNegUnlimited(): void + assertPosUnlimited(): void + not(): Assert; + assertDeepEquals(expectValue: any): void + assertPromiseIsPending(): Promise + assertPromiseIsRejected(): Promise + assertPromiseIsRejectedWith(expectValue?: any): Promise + assertPromiseIsRejectedWithError(...expectValue): Promise + assertPromiseIsResolved(): Promise + assertPromiseIsResolvedWith(expectValue?: any): Promise + message(msg: string): Assert +} + +export function expect(actualValue?: any): Assert + +export class ArgumentMatchers { + static any; + static anyString; + static anyBoolean; + static anyNumber; + static anyObj; + static anyFunction; + static matchRegexs(Regex: RegExp): void +} + +declare interface when { + afterReturn(value: any): any + afterReturnNothing(): undefined + afterAction(action: any): any + afterThrow(e_msg: string): string + (argMatchers?: any): when; +} + +export interface VerificationMode { + times(count: Number): void + never(): void + once(): void + atLeast(count: Number): void + atMost(count: Number): void +} + +export class MockKit { + constructor() + mockFunc(obj: Object, func: Function): Function + mockObject(obj: Object): Object + verify(methodName: String, argsArray: Array): VerificationMode + ignoreMock(obj: Object, func: Function): void + clear(obj: Object): void + clearAll(): void +} + +export class SysTestKit { + static getDescribeName(): string; + static getItName(): string; + static getItAttribute(): TestType | Size | Level + static actionStart(tag: string): void + static actionEnd(tag: string): void + static existKeyword(keyword: string, timeout?: number): boolean +} + +export class Hypium { + static setData(data: { [key: string]: any }): void + static setTimeConfig(systemTime: any) + static hypiumTest(abilityDelegator: any, abilityDelegatorArguments: any, testsuite: Function): void + static set(key: string, value: any): void + static get(key: string): any + static registerAssert(customAssertion: Function): void + static unregisterAssert(customAssertion: string | Function): void + static hypiumWorkerTest(abilityDelegator: Object, abilityDelegatorArguments: Object, testsuite: Function, workerPort: Object): void; + static hypiumInitWorkers(abilityDelegator: Object, scriptURL: string, workerNum: number, params: Object): void; +} \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/index.ets b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/index.ets new file mode 100644 index 0000000..996fc7d --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/index.ets @@ -0,0 +1,137 @@ +/* + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './src/main/core'; +import {TestType, Size, Level, DEFAULT} from './src/main/Constant'; +import DataDriver from './src/main/module/config/DataDriver'; +import ExpectExtend from './src/main/module/assert/ExpectExtend'; +import OhReport from './src/main/module/report/OhReport'; +export { xdescribe, xit, describe, it } from './index.ts'; + +export declare class Hypium { + static setData(data: Object): void + static setTimeConfig(systemTime: Object): void + static hypiumTest(abilityDelegator: Object, abilityDelegatorArguments: Object, testsuite: Function): void + static set(key: string, value: Object): void + static get(key: string): Object + static registerAssert(customAssertion: Function): void + static unregisterAssert(customAssertion: string | Function): void + static hypiumWorkerTest(abilityDelegator: Object, abilityDelegatorArguments: Object, + testsuite: Function, workerPort: Object): void; + static hypiumInitWorkers(abilityDelegator: Object, scriptURL: string, workerNum: number, params: Object): void; +} + +export { + Core, + DataDriver, + ExpectExtend, + OhReport, + TestType, + Size, + Level, + DEFAULT +}; + +type allExpectType = Object | undefined | null + +export declare function beforeItSpecified(testCaseNames: Array | string, callback: Function): void + +export declare function afterItSpecified(testCaseNames: Array | string, callback: Function): void + +export declare function beforeEach(callback: Function): void + +export declare function afterEach(callback: Function): void + +export declare function beforeAll(callback: Function): void + +export declare function afterAll(callback: Function): void + +export declare interface Assert { + assertClose(expectValue: number, precision: number): void + assertContain(expectValue: allExpectType): void + assertEqual(expectValue: allExpectType): void + assertFail(): void + assertFalse(): void + assertTrue(): void + assertInstanceOf(expectValue: string): void + assertLarger(expectValue: number): void + assertLess(expectValue: number): void + assertNull(): void + assertThrowError(expectValue: string | Function): void + assertUndefined(): void + assertLargerOrEqual(expectValue: number):void + assertLessOrEqual(expectValue: number):void + assertNaN():void + assertNegUnlimited(): void + assertPosUnlimited(): void + not(): Assert; + assertDeepEquals(expectValue: allExpectType):void + assertPromiseIsPending(): Promise + assertPromiseIsRejected(): Promise + assertPromiseIsRejectedWith(expectValue?: allExpectType): Promise + assertPromiseIsRejectedWithError(...expectValue: allExpectType[]): Promise + assertPromiseIsResolved(): Promise + assertPromiseIsResolvedWith(expectValue?: allExpectType): Promise + message(msg: string): Assert +} + +export declare function expect(actualValue?: allExpectType): Assert + +export declare class ArgumentMatchers { + public static any: allExpectType; + public static anyString: string; + public static anyBoolean: Boolean; + public static anyNumber: Number; + public static anyObj: Object; + public static anyFunction: Function; + public static matchRegexs(regex: RegExp): void +} + +declare interface whenResult { + afterReturn: (value: allExpectType) => allExpectType + afterReturnNothing: () => undefined + afterAction: (action: allExpectType) => allExpectType + afterThrow: (e_msg: string) => string +} + +export declare function when(f:Function): (...args: (allExpectType | void)[]) => whenResult + +export declare interface VerificationMode { + times(count: Number): void + never(): void + once(): void + atLeast(count: Number): void + atMost(count: Number): void +} + +export declare class MockKit { + constructor() + mockFunc(obj: Object, func: Function): Function + mockObject(obj: Object): Object + verify(methodName: String, argsArray: Array): VerificationMode + ignoreMock(obj: Object, func: Function): void + clear(obj: Object): void + clearAll(): void +} + +export declare class SysTestKit { + static getDescribeName(): string; + static getItName(): string; + static getItAttribute(): TestType | Size | Level + static actionStart(tag: string): void + static actionEnd(tag: string): void + static existKeyword(keyword: string, timeout?: number): boolean +} + diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/index.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/index.js new file mode 100644 index 0000000..954f765 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/index.js @@ -0,0 +1,261 @@ +/* + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License") + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './src/main/core'; +import { DEFAULT, TestType, Size, Level, TAG, PrintTag } from './src/main/Constant'; +import DataDriver from './src/main/module/config/DataDriver'; +import ExpectExtend from './src/main/module/assert/ExpectExtend'; +import OhReport from './src/main/module/report/OhReport'; +import SysTestKit from './src/main/module/kit/SysTestKit'; +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, beforeItSpecified, afterItSpecified, xdescribe, xit } from './src/main/interface'; +import { MockKit, when } from './src/main/module/mock/MockKit'; +import ArgumentMatchers from './src/main/module/mock/ArgumentMatchers'; +import worker from '@ohos.worker'; + +class Hypium { + static context = new Map(); + static setData(data) { + const core = Core.getInstance(); + const dataDriver = new DataDriver({ data }); + core.addService('dataDriver', dataDriver); + } + + static setTimeConfig(systemTime) { + SysTestKit.systemTime = systemTime; + } + + static set(key, value) { + Hypium.context.set(key, value); + } + + static get(key) { + return Hypium.context.get(key); + } + + static hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) { + const core = Core.getInstance(); + const expectExtend = new ExpectExtend({ + 'id': 'extend' + }); + core.addService('expect', expectExtend); + const ohReport = new OhReport({ + 'delegator': abilityDelegator, + 'abilityDelegatorArguments': abilityDelegatorArguments + }); + SysTestKit.delegator = abilityDelegator; + core.addService('report', ohReport); + core.init(); + core.subscribeEvent('spec', ohReport); + core.subscribeEvent('suite', ohReport); + core.subscribeEvent('task', ohReport); + const configService = core.getDefaultService('config'); + if (abilityDelegatorArguments !== null) { + let testParameters = configService.translateParams(abilityDelegatorArguments.parameters); + console.info(`${TAG}parameters:${JSON.stringify(testParameters)}`); + configService.setConfig(testParameters); + } + testsuite(); + core.execute(abilityDelegator); + } + static async hypiumInitWorkers(abilityDelegator, scriptURL, workerNum = 8, params) { + console.info(`${TAG}, hypiumInitWorkers call,${scriptURL}`); + let workerPromiseArray = []; + + // 开始统计时间 + let startTime = await SysTestKit.getRealTime(); + for (let i = 0; i < workerNum; i++) { + // 创建worker线程 + const workerPromise = Hypium.createWorkerPromise(scriptURL, i, params); + workerPromiseArray.push(workerPromise); + } + const ret = {total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0}; + Promise.all(workerPromiseArray).then(async (items) => { + console.info(`${TAG}, all result from workers, ${JSON.stringify(items)}`); + let allItemList = new Array(); + // 统计执行结果 + Hypium.handleWorkerTestResult(ret, allItemList, items); + console.info(`${TAG}, all it result, ${JSON.stringify(allItemList)}`); + // 统计用例执行结果 + const retResult = {total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0}; + // 标记用例执行结果 + Hypium.configWorkerItTestResult(retResult, allItemList); + // 打印用例结果 + Hypium.printWorkerTestResult(abilityDelegator, allItemList); + // 用例执行完成统计时间 + let endTime = await SysTestKit.getRealTime(); + const taskConsuming = endTime - startTime; + const message = + `\n${PrintTag.OHOS_REPORT_ALL_RESULT}: stream=Test run: runTimes: ${ret.total},total: ${retResult.total}, Failure: ${retResult.failure}, Error: ${retResult.error}, Pass: ${retResult.pass}, Ignore: ${retResult.ignore}` + + `\n${PrintTag.OHOS_REPORT_ALL_CODE}: ${retResult.failure > 0 || retResult.error > 0 ? -1 : 0}` + + `\n${PrintTag.OHOS_REPORT_ALL_STATUS}: taskconsuming=${taskConsuming > 0 ? taskConsuming : ret.duration}`; + abilityDelegator.printSync(message); + console.info(`${TAG}, [end] you worker test`); + abilityDelegator.finishTest('you worker test finished!!!', 0, () => {}); + }).catch((e) => { + console.info(`${TAG}, [end] error you worker test, ${JSON.stringify(e)}`); + abilityDelegator.finishTest('you worker test error finished!!!', 0, () => {}); + }).finally(() => { + console.info(`${TAG}, all promise finally end`); + }); + } + // 创建worker线程 + static createWorkerPromise(scriptURL, i, params) { + console.info(`${TAG}, createWorkerPromiser, ${scriptURL}, ${i}`); + const workerPromise = new Promise((resolve, reject) => { + const workerInstance = new worker.ThreadWorker(scriptURL, {name: `worker_${i}`}); + console.info(`${TAG}, send data to worker`); + // 发送数据到worker线程中 + workerInstance.postMessage(params); + workerInstance.onmessage = function (e) { + let currentThreadName = e.data?.currentThreadName; + console.info(`${TAG}, receview data from ${currentThreadName}, ${JSON.stringify(e.data)}`); + // + resolve(e.data?.summary); + console.info(`${TAG}, ${currentThreadName} finish`); + workerInstance.terminate(); + }; + workerInstance.onerror = function (e) { + console.info(`${TAG}, worker error, ${JSON.stringify(e)}`); + reject(e); + workerInstance.terminate(); + }; + workerInstance.onmessageerror = function (e) { + console.info(`${TAG}, worker message error, ${JSON.stringify(e)}`); + reject(e); + workerInstance.terminate(); + }; + }); + return workerPromise; + } + static handleWorkerTestResult(ret, allItemList, items) { + console.info(`${TAG}, handleWorkerTestResult, ${JSON.stringify(items)}`); + for (const {total, failure, error, pass, ignore, duration, itItemList} of items) { + ret.total += total; + ret.failure += failure; + ret.error += error; + ret.pass += pass; + ret.ignore += ignore; + ret.duration += duration; + Hypium.handleItResult(allItemList, itItemList); + } + } + static handleItResult(allItemList, itItemList) { + // 遍历所有的用例结果统计最终结果 + for (const {currentThreadName, description, result} of itItemList) { + let item = allItemList.find((it) => it.description === description); + if (item) { + let itResult = item.result; + // 当在worker中出现一次failure就标记为failure, 出现一次error就标记为error, 所有线程都pass才标记为pass + if (itResult === 0) { + item.result = result; + item.currentThreadName = currentThreadName; + } + } else { + let it = { + description: description, + currentThreadName: currentThreadName, + result: result + }; + allItemList.push(it); + } + } + } + static configWorkerItTestResult(retResult, allItemList) { + console.info(`${TAG}, configWorkerItTestResult, ${JSON.stringify(allItemList)}`); + for (const {currentThreadName, description, result} of allItemList) { + console.info(`${TAG}, description, ${description}, result,${result}`); + retResult.total ++; + if (result === 0) { + retResult.pass ++; + } else if (result === -1) { + retResult.error ++; + } else if (result === -2) { + retResult.failure ++; + } else { + retResult.ignore ++; + } + } + } + static printWorkerTestResult(abilityDelegator, allItemList) { + console.info(`${TAG}, printWorkerTestResult, ${JSON.stringify(allItemList)}`); + let index = 1; + for (const {currentThreadName, description, result} of allItemList) { + console.info(`${TAG}, description print, ${description}, result,${result}`); + let itArray = description.split('#'); + let des; + let itName; + if (itArray.length > 1) { + des = itArray[0]; + itName = itArray[1]; + } else if (itArray.length > 1) { + des = itArray[0]; + itName = itArray[0]; + } else { + des = 'undefined'; + itName = 'undefined'; + } + + let msg = `\n${PrintTag.OHOS_REPORT_WORKER_STATUS}: class=${des}`; + msg += `\n${PrintTag.OHOS_REPORT_WORKER_STATUS}: test=${itName}`; + msg += `\n${PrintTag.OHOS_REPORT_WORKER_STATUS}: current=${index}`; + msg += `\n${PrintTag.OHOS_REPORT_WORKER_STATUS}: CODE=${result}`; + abilityDelegator.printSync(msg); + index ++; + } + } + static hypiumWorkerTest(abilityDelegator, abilityDelegatorArguments, testsuite, workerPort) { + console.info(`${TAG}, hypiumWorkerTest call`); + SysTestKit.workerPort = workerPort; + let currentWorkerName = workerPort.name; + console.info(`${TAG}, hypiumWorkerTest_currentWorkerName: ${currentWorkerName}`); + Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite); + + } + + static registerAssert(customAssertion) { + const core = Core.getInstance(); + const expectService = core.getDefaultService('expect'); + let matchers = {}; + matchers[customAssertion.name] = customAssertion; + expectService.addMatchers(matchers); + expectService.customMatchers.push(customAssertion.name); + console.info(`${TAG}success to register the ${customAssertion.name}`); + } + + static unregisterAssert(customAssertion) { + const core = Core.getInstance(); + const expectService = core.getDefaultService('expect'); + let customAssertionName = typeof customAssertion === 'function' ? customAssertion.name : customAssertion; + expectService.removeMatchers(customAssertionName); + console.info(`${TAG}success to unregister the ${customAssertionName}`); + } + +} + +export { + Hypium, + Core, + DEFAULT, + TestType, + Size, + Level, + DataDriver, + ExpectExtend, + OhReport, + SysTestKit, + describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, beforeItSpecified, afterItSpecified, xdescribe, xit, + MockKit, when, + ArgumentMatchers +}; \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/index.ts b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/index.ts new file mode 100644 index 0000000..6e059e3 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/index.ts @@ -0,0 +1,32 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { TestType, Size, Level } from "./src/main/Constant"; + +export declare function xdescribe(testSuiteName: string, func: Function): void; + +export declare namespace xdescribe { + function reason(reason: string): any; +}; + +export declare function describe(testSuiteName: string, func: Function): void; + +export declare function xit(testCaseName: string, attribute: TestType | Size | Level, func: Function): void; + +export declare namespace xit { + function reason(reason: string): any; +}; + +export declare function it(testCaseName: string, attribute: TestType | Size | Level, func: Function): void; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/obfuscation-rules.txt b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/obfuscation-rules.txt new file mode 100644 index 0000000..985b2ae --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/obfuscation-rules.txt @@ -0,0 +1,18 @@ +# Define project specific obfuscation rules here. +# You can include the obfuscation configuration files in the current module's build-profile.json5. +# +# For more details, see +# https://gitee.com/openharmony/arkcompiler_ets_frontend/blob/master/arkguard/README.md + +# Obfuscation options: +# -disable-obfuscation: disable all obfuscations +# -enable-property-obfuscation: obfuscate the property names +# -enable-toplevel-obfuscation: obfuscate the names in the global scope +# -compact: remove unnecessary blank spaces and all line feeds +# -remove-log: remove all console.* statements +# -print-namecache: print the name cache that contains the mapping from the old names to new names +# -apply-namecache: reuse the given cache file + +# Keep options: +# -keep-property-name: specifies property names that you want to keep +# -keep-global-name: specifies names that you want to keep in the global scope \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/oh-package.json5 b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/oh-package.json5 new file mode 100644 index 0000000..3ef03ac --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/oh-package.json5 @@ -0,0 +1 @@ +{"name":"@ohos/hypium","version":"1.0.21","description":"A unit test framework for OpenHarmony application","main":"index.js","keywords":["测试框架","except","mock"],"author":"huawei","license":"Apache-2.0","repository":"https://gitee.com/openharmony/testfwk_arkxtest","homepage":"https://gitee.com/openharmony/testfwk_arkxtest","dependencies":{},"metadata":{"sourceRoots":["./src/main"],"debug":true},"compatibleSdkVersion":11,"compatibleSdkType":"OpenHarmony","obfuscated":false} diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/Constant.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/Constant.js new file mode 100644 index 0000000..2f6e8a1 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/Constant.js @@ -0,0 +1,99 @@ +/* + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * define the testcase type : TestType, Size , Level + */ +export const TAG = '[Hypium]'; + +export const DEFAULT = 0B0000; + +export class PrintTag { + static OHOS_REPORT_WORKER_STATUS = 'OHOS_REPORT_WORKER_STATUS'; + static OHOS_REPORT_ALL_RESULT = 'OHOS_REPORT_ALL_RESULT'; + static OHOS_REPORT_ALL_CODE = 'OHOS_REPORT_ALL_CODE'; + static OHOS_REPORT_ALL_STATUS = 'OHOS_REPORT_ALL_STATUS'; + static OHOS_REPORT_RESULT = 'OHOS_REPORT_RESULT'; + static OHOS_REPORT_CODE = 'OHOS_REPORT_CODE'; + static OHOS_REPORT_STATUS = 'OHOS_REPORT_STATUS'; + static OHOS_REPORT_SUM = 'OHOS_REPORT_SUM'; + static OHOS_REPORT_STATUS_CODE = 'OHOS_REPORT_STATUS_CODE'; +}; + +export class TestType { + static FUNCTION = 0B1; + static PERFORMANCE = 0B1 << 1; + static POWER = 0B1 << 2; + static RELIABILITY = 0B1 << 3; + static SECURITY = 0B1 << 4; + static GLOBAL = 0B1 << 5; + static COMPATIBILITY = 0B1 << 6; + static USER = 0B1 << 7; + static STANDARD = 0B1 << 8; + static SAFETY = 0B1 << 9; + static RESILIENCE = 0B1 << 10; +}; + +export class Size { + static SMALLTEST = 0B1 << 16; + static MEDIUMTEST = 0B1 << 17; + static LARGETEST = 0B1 << 18; +}; + +export class Level { + static LEVEL0 = 0B1 << 24; + static LEVEL1 = 0B1 << 25; + static LEVEL2 = 0B1 << 26; + static LEVEL3 = 0B1 << 27; + static LEVEL4 = 0B1 << 28; +}; + +export const TESTTYPE = { + 'function': 1, + 'performance': 1 << 1, + 'power': 1 << 2, + 'reliability': 1 << 3, + 'security': 1 << 4, + 'global': 1 << 5, + 'compatibility': 1 << 6, + 'user': 1 << 7, + 'standard': 1 << 8, + 'safety': 1 << 9, + 'resilience': 1 << 10, +}; + +export const LEVEL = { + '0': 1 << 24, + '1': 1 << 25, + '2': 1 << 26, + '3': 1 << 27, + '4': 1 << 28, +}; + +export const SIZE = { + 'small': 1 << 16, + 'medium': 1 << 17, + 'large': 1 << 18, +}; + +export const KEYSET = [ + '-s class', '-s notClass', '-s suite', '-s itName', + '-s level', '-s testType', '-s size', '-s timeout', + '-s dryRun', '-s random', '-s breakOnError', '-s stress', + '-s coverage', '-s skipMessage', '-s runSkipped', + 'class', 'notClass', 'suite', 'itName', + 'level', 'testType', 'size', 'timeout', 'dryRun', 'random', + 'breakOnError', 'stress', 'coverage', 'skipMessage', 'runSkipped' +]; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/core.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/core.js new file mode 100644 index 0000000..1981a5a --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/core.js @@ -0,0 +1,159 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {SuiteService, SpecService, ExpectService, ReportService} from './service'; +import {ConfigService} from './module/config/configService'; +import {SpecEvent, TaskEvent, SuiteEvent} from './event'; + +/** + * core service for execute testcase. + */ +class Core { + static getInstance() { + if (!this.instance) { + this.instance = new Core(); + } + return this.instance; + } + + constructor() { + this.instance = null; + this.services = { + suite: {}, + spec: {}, + config: {}, + expect: {}, + log: {}, + report: {} + + }; + this.events = { + suite: {}, + spec: {}, + task: {} + }; + } + + addService(name, service) { + let serviceObj = {}; + if (!this.services[name]) { + this.services[name] = serviceObj; + } else { + serviceObj = this.services[name]; + } + serviceObj[service.id] = service; + } + + getDefaultService(name) { + return this.services[name].default; + } + + getServices(name) { + return this.services[name]; + } + + registerEvent(serviceName, event) { + let eventObj = {}; + if (!this.events[serviceName]) { + this.events[serviceName] = eventObj; + } else { + eventObj = this.events[serviceName]; + } + eventObj[event.id] = event; + } + + unRegisterEvent(serviceName, eventID) { + const eventObj = this.events[serviceName]; + if (eventObj) { + delete eventObj[eventID]; + } + } + + subscribeEvent(serviceName, serviceObj) { + const eventObj = this.events[serviceName]; + if (eventObj) { + for (const attr in eventObj) { + eventObj[attr]['subscribeEvent'](serviceObj); + } + } + } + + async fireEvents(serviceName, eventName) { + const eventObj = this.events[serviceName]; + if (!eventObj) { + return; + } + for (const attr in eventObj) { + await eventObj[attr][eventName](); + } + } + + addToGlobal(apis) { + if (typeof globalThis !== 'undefined') { + for (let api in apis) { + globalThis[api] = apis[api]; + } + } + for (const api in apis) { + this[api] = apis[api]; + } + } + + init() { + this.addService('suite', new SuiteService({id: 'default'})); + this.addService('spec', new SpecService({id: 'default'})); + this.addService('expect', new ExpectService({id: 'default'})); + this.addService('report', new ReportService({id: 'default'})); + this.addService('config', new ConfigService({id: 'default'})); + this.registerEvent('task', new TaskEvent({id: 'default', coreContext: this})); + this.registerEvent('suite', new SuiteEvent({id: 'default', coreContext: this})); + this.registerEvent('spec', new SpecEvent({id: 'default', coreContext: this})); + this.subscribeEvent('spec', this.getDefaultService('report')); + this.subscribeEvent('suite', this.getDefaultService('report')); + this.subscribeEvent('task', this.getDefaultService('report')); + const context = this; + for (const key in this.services) { + const serviceObj = this.services[key]; + for (const serviceID in serviceObj) { + const service = serviceObj[serviceID]; + service.init(context); + + if (typeof service.apis !== 'function') { + continue; + } + const apis = service.apis(); + if (apis) { + this.addToGlobal(apis); + } + } + } + } + + execute(abilityDelegator) { + const suiteService = this.getDefaultService('suite'); + const configService = this.getDefaultService('config'); + if (configService['dryRun'] === 'true') { + (async function () { + await suiteService.dryRun(abilityDelegator); + })(); + return; + } + setTimeout(() => { + suiteService.execute(); + }, 10); + } +} + +export default Core; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/event.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/event.js new file mode 100644 index 0000000..d465896 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/event.js @@ -0,0 +1,100 @@ +/* + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class SpecEvent { + constructor(attr) { + this.id = attr.id; + this.coreContext = attr.context; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async specStart() { + for (const monitor of this.eventMonitors) { + await monitor['specStart'](); + } + } + + async specDone() { + for (const monitor of this.eventMonitors) { + await monitor['specDone'](); + } + } +} + +class SuiteEvent { + constructor(attr) { + this.id = attr.id; + this.suiteContext = attr.coreContext; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async suiteStart() { + for (const monitor of this.eventMonitors) { + await monitor['suiteStart'](); + } + } + + async suiteDone() { + for (const monitor of this.eventMonitors) { + await monitor['suiteDone'](); + } + } +} + +class TaskEvent { + constructor(attr) { + this.id = attr.id; + this.coreContext = attr.coreContext; + this.eventMonitors = []; + } + + subscribeEvent(service) { + this.eventMonitors.push(service); + } + + async taskStart() { + for (const monitor of this.eventMonitors) { + await monitor['taskStart'](); + } + } + + async taskDone() { + for (const monitor of this.eventMonitors) { + await monitor['taskDone'](); + } + } + + incorrectFormat() { + for (const monitor of this.eventMonitors) { + monitor['incorrectFormat'](); + } + } + + incorrectTestSuiteFormat() { + for (const monitor of this.eventMonitors) { + monitor.incorrectTestSuiteFormat(); + } + } +} + +export { SpecEvent, TaskEvent, SuiteEvent }; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/interface.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/interface.js new file mode 100644 index 0000000..e2530d2 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/interface.js @@ -0,0 +1,68 @@ +/* + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import Core from './core'; + +const core = Core.getInstance(); + +const describe = function (desc, func) { + return Reflect.has(core, 'describe') ? core.describe(desc, func) : (desc, func) => { }; +}; +const it = function (desc, filter, func) { + return Reflect.has(core, 'it') ? core.it(desc, filter, func) : (desc, filter, func) => { }; +}; +const beforeItSpecified = function (itDescs, func) { + return Reflect.has(core, 'beforeItSpecified') ? core.beforeItSpecified(itDescs, func) : (itDescs, func) => { }; +}; + +const afterItSpecified = function (itDescs, func) { + return Reflect.has(core, 'afterItSpecified') ? core.afterItSpecified(itDescs, func) : (itDescs, func) => { }; +}; +const beforeEach = function (func) { + return Reflect.has(core, 'beforeEach') ? core.beforeEach(func) : (func) => { }; +}; +const afterEach = function (func) { + return Reflect.has(core, 'afterEach') ? core.afterEach(func) : (func) => { }; +}; +const beforeAll = function (func) { + return Reflect.has(core, 'beforeAll') ? core.beforeAll(func) : (func) => { }; +}; +const afterAll = function (func) { + return Reflect.has(core, 'afterAll') ? core.afterAll(func) : (func) => { }; +}; +const expect = function (actualValue) { + return Reflect.has(core, 'expect') ? core.expect(actualValue) : (actualValue) => { }; +}; + +const xdescribe = function (desc, func) { + return Reflect.has(core, 'xdescribe') ? core.xdescribe(desc, func, null) : (desc, func, reason) => { }; +}; +xdescribe.reason = (reason) => { + return (desc, func) => { + return Reflect.has(core, 'xdescribe') ? core.xdescribe(desc, func, reason) : (desc, func, reason) => { }; + }; +}; +const xit = function (desc, filter, func) { + return Reflect.has(core, 'xit') ? core.xit(desc, filter, func, null) : (desc, filter, func, reason) => { }; +}; +xit.reason = (reason) => { + return (desc, filter, func) => { + return Reflect.has(core, 'xit') ? core.xit(desc, filter, func, reason) : (desc, filter, func, reason) => { }; + }; +}; + +export { + describe, it, beforeAll, beforeEach, afterEach, afterAll, expect, beforeItSpecified, afterItSpecified, xdescribe, xit +}; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module.json b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module.json new file mode 100644 index 0000000..5f76af6 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module.json @@ -0,0 +1,31 @@ +{ + "app": { + "bundleName": "com.ohos.myapplication", + "debug": true, + "versionCode": 1000000, + "versionName": "1.0.0", + "minAPIVersion": 11, + "targetAPIVersion": 11, + "apiReleaseType": "Release", + "compileSdkVersion": "4.1.7.5", + "compileSdkType": "OpenHarmony", + "appEnvironments": [], + "bundleType": "app" + }, + "module": { + "name": "hypium", + "type": "har", + "deviceTypes": [ + "default", + "tablet", + "tv", + "wearable", + "car" + ], + "packageName": "@ohos/hypium", + "installationFree": false, + "virtualMachine": "ark11.0.2.0", + "compileMode": "esmodule", + "dependencies": [] + } +} diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js new file mode 100644 index 0000000..6a3a01f --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js @@ -0,0 +1,85 @@ +/* + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import assertNull from './assertNull'; +import assertClose from './assertClose'; +import assertContain from './assertContain'; +import assertLess from './assertLess'; +import assertLarger from './assertLarger'; +import assertFail from './assertFail'; +import assertUndefined from './assertUndefined'; +import assertFalse from './assertFalse'; +import assertInstanceOf from './assertInstanceOf'; +import assertThrowError from './assertThrowError'; +import assertLargerOrEqual from './assertLargerOrEqual'; +import assertLessOrEqual from './assertLessOrEqual'; +import assertNaN from './assertNaN'; +import assertNegUnlimited from './assertNegUnlimited'; +import assertPosUnlimited from './assertPosUnlimited'; +import assertDeepEquals from './deepEquals/assertDeepEquals'; +import assertPromiseIsPending from './assertPromiseIsPending'; +import assertPromiseIsRejected from './assertPromiseIsRejected'; +import assertPromiseIsRejectedWith from './assertPromiseIsRejectedWith'; +import assertPromiseIsRejectedWithError from './assertPromiseIsRejectedWithError'; +import assertPromiseIsResolved from './assertPromiseIsResolved'; +import assertPromiseIsResolvedWith from './assertPromiseIsResolvedWith'; +class ExpectExtend { + constructor(attr) { + this.id = attr.id; + this.matchers = {}; + } + + extendsMatchers() { + this.matchers.assertNull = assertNull; + this.matchers.assertClose = assertClose; + this.matchers.assertContain = assertContain; + this.matchers.assertLess = assertLess; + this.matchers.assertLarger = assertLarger; + this.matchers.assertFail = assertFail; + this.matchers.assertUndefined = assertUndefined; + this.matchers.assertFalse = assertFalse; + this.matchers.assertInstanceOf = assertInstanceOf; + this.matchers.assertThrowError = assertThrowError; + this.matchers.assertLargerOrEqual = assertLargerOrEqual; + this.matchers.assertLessOrEqual = assertLessOrEqual; + this.matchers.assertNaN = assertNaN; + this.matchers.assertNegUnlimited = assertNegUnlimited; + this.matchers.assertPosUnlimited = assertPosUnlimited; + this.matchers.assertDeepEquals = assertDeepEquals; + this.matchers.assertPromiseIsPending = assertPromiseIsPending; + this.matchers.assertPromiseIsRejected = assertPromiseIsRejected; + this.matchers.assertPromiseIsRejectedWith = assertPromiseIsRejectedWith; + this.matchers.assertPromiseIsRejectedWithError = assertPromiseIsRejectedWithError; + this.matchers.assertPromiseIsResolved = assertPromiseIsResolved; + this.matchers.assertPromiseIsResolvedWith = assertPromiseIsResolvedWith; + } + + init(coreContext) { + this.coreContext = coreContext; + this.extendsMatchers(); + const expectService = this.coreContext.getDefaultService('expect'); + expectService.addMatchers(this.matchers); + } + + apis() { + return { + 'expect': function (actualValue) { + return this.coreContext.getDefaultService('expect').expect(actualValue); + } + }; + } +} + +export default ExpectExtend; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js new file mode 100644 index 0000000..b4470fa --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js @@ -0,0 +1,40 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertClose(actualValue, expected) { + if (actualValue === null && expected[0] === null) { + throw new Error('actualValue and expected can not be both null!!!'); + } + let result; + let diff = Math.abs(expected[0] - actualValue); + let actualAbs = Math.abs(actualValue); + if ((actualAbs - 0) === 0) { + if ((diff - 0) === 0) { + result = true; + } else { + result = false; + } + } else if (diff / actualAbs < expected[1]) { + result = true; + } else { + result = false; + } + return { + pass: result, + message: '|' + actualValue + ' - ' + expected[0] + '|/' + actualValue + ' is not less than ' + expected[1] + }; +} + +export default assertClose; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js new file mode 100644 index 0000000..ee896ab --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js @@ -0,0 +1,35 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertContain(actualValue, expect) { + let result = false; + if (Object.prototype.toString.call(actualValue).indexOf('Array')) { + for (let i in actualValue) { + if (actualValue[i] == expect[0]) { + result = true; + } + } + } + let type = Object.prototype.toString.call(actualValue); + if (type === '[object String]') { + result = actualValue.indexOf(expect[0]) >= 0; + } + return { + pass: result, + message: 'expect false, ' + actualValue + ' do not have ' + expect[0] + }; +} + +export default assertContain; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js new file mode 100644 index 0000000..e06dcd4 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertFail() { + return { + pass: false, + message: 'fail ' + }; +} + +export default assertFail; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js new file mode 100644 index 0000000..299781f --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertFalse(actualValue) { + return { + pass: (actualValue) === false, + message: 'expect false, actualValue is ' + actualValue + }; +} + +export default assertFalse; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js new file mode 100644 index 0000000..bc5e52c --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js @@ -0,0 +1,29 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertInstanceOf(actualValue, expected) { + if (Object.prototype.toString.call(actualValue) == '[object ' + expected[0] + ']') { + return { + pass: true + }; + } else { + return { + pass: false, + message: actualValue + ' is ' + Object.prototype.toString.call(actualValue) + 'not ' + expected[0] + }; + } +} + +export default assertInstanceOf; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js new file mode 100644 index 0000000..a0fa15e --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLarger(actualValue, expected) { + return { + pass: (actualValue) > expected[0], + message: (actualValue) + ' is not larger than ' + expected[0] + }; +} + +export default assertLarger; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js new file mode 100644 index 0000000..3416bd1 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLargerOrEqual(actualValue, expected) { + return { + pass: (actualValue) >= expected[0], + message: (actualValue) + ' is not larger than ' + expected[0] + }; +} + +export default assertLargerOrEqual; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js new file mode 100644 index 0000000..23a1d8c --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLess(actualValue, expected) { + return { + pass: (actualValue) < expected[0], + message: (actualValue) + ' is not less than ' + expected[0] + }; +} + +export default assertLess; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js new file mode 100644 index 0000000..4a2d05e --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertLessOrEqual(actualValue, expected) { + return { + pass: (actualValue) <= expected[0], + message: (actualValue) + ' is not less than ' + expected[0] + }; +} + +export default assertLessOrEqual; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js new file mode 100644 index 0000000..fa06fe7 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertNaN(actualValue) { + return { + pass: actualValue !== actualValue, + message: 'expect NaN, actualValue is ' + actualValue + }; +} + +export default assertNaN; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js new file mode 100644 index 0000000..3573ee0 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2022 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +function assertNegUnlimited(actualValue) { + return { + pass: actualValue === Number.NEGATIVE_INFINITY, + message: 'Expected actualValue not to be -Infinity. actualValue is,' + actualValue + }; +} + +export default assertNegUnlimited; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js new file mode 100644 index 0000000..32523dd --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertNull(actualValue) { + return { + pass: (actualValue) === null, + message: 'expect null, actualValue is ' + (actualValue) + }; +} + +export default assertNull; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js new file mode 100644 index 0000000..43a5a0f --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2022 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +function assertPosUnlimited(actualValue) { + return { + pass: actualValue === Number.POSITIVE_INFINITY, + message: 'Expected actualValue is POSITIVE_INFINITY. actualValue is,' + actualValue + }; +} + +export default assertPosUnlimited; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js new file mode 100644 index 0000000..5297cc2 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsPending(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + const helper = {}; + return Promise.race([actualPromise, Promise.resolve(helper)]).then( + function (got) { + return helper === got ? {pass: true, message: 'actualValue is isPending'} + : { + pass: false, + message: 'expect isPending, actualValue is resolve' + }; + }, + function () { + return { + pass: false + , message: 'expect isPending, actualValue is reject' + }; + }); +} + +export default assertPromiseIsPending; \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js new file mode 100644 index 0000000..1bb43c5 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js @@ -0,0 +1,38 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejected(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + return actualPromise.then( + function (got) { + return { + pass: false, + message: 'expect isRejected, but actualValue is resolve' + }; + }, + function () { + return {pass: true, message: 'actualValue is isRejected'}; + } + ); +} + +export default assertPromiseIsRejected; \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js new file mode 100644 index 0000000..d81f680 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js @@ -0,0 +1,55 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejectedWith(actualPromise, expectedValue) { + + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + function tips(passed) { + return ('Expected a promise ' + (passed ? 'not ' : '') + + 'to be rejected with ' + JSON.stringify(expectedValue[0])); + } + + return actualPromise.then( + function (got) { + return { + pass: false, + message: tips(false) + ' but actualValue is resolve' + }; + }, + function (actualValue) { + if (JSON.stringify(actualValue) == JSON.stringify(expectedValue[0])) { + return { + pass: true, + message: 'actualValue was rejected with ' + JSON.stringify(actualValue) + '.' + }; + } else { + return { + pass: false, + message: tips(false) + ' but it was rejected with ' + JSON.stringify(actualValue) + '.' + }; + } + } + ); +} + +export default assertPromiseIsRejectedWith; \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js new file mode 100644 index 0000000..b910148 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js @@ -0,0 +1,77 @@ +/* + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsRejectedWithError(actualPromise, expectedValue) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + return actualPromise.then( + function (got) { + return { + pass: false, + message: 'Expected a promise to be rejected but actualValue is resolve' + }; + }, + function (actualValue) { + return matchError(actualValue, expectedValue); + } + ); + +} + +function matchError(actualValue, expectedValue) { + if (expectedValue.length == 1 && typeof expectedValue[0] === 'function') { + if (expectedValue[0].name === actualValue.__proto__.name) { + return {pass: true, message: 'actual error type is ' + actualValue.name + '.'}; + } + return {pass: false, message: `except error type is ${expectedValue[0].name},but actual is ${actualValue.name}.`}; + } + + if (expectedValue.length == 1 && typeof expectedValue[0] === 'string') { + if (expectedValue[0] === actualValue.message) { + return {pass: true, message: `actual error message is ${actualValue.message}.`}; + } + return {pass: false, message: `except error message ${expectedValue[0]},but actual is ${actualValue.message}.`}; + } + + if (expectedValue.length == 1) { + return {pass: false, message: 'When only one parameter, it should be error type or error message.'}; + } + + if (expectedValue.length == 2 && typeof expectedValue[0] === 'function' && expectedValue[0].name === actualValue.name) { + if (typeof expectedValue[1] === 'string' && actualValue.message === expectedValue[1]) { + return {pass: true, message: 'actual error message is ' + actualValue.message + '.'}; + } + return {pass: false, message: `except error message is ${expectedValue[1]},but actual is ${actualValue.message}.`}; + } + + if (expectedValue.length == 2 && typeof expectedValue[0] === 'function' && expectedValue[0].name !== actualValue.name) { + if (typeof expectedValue[1] === 'string' && actualValue.message === expectedValue[1]) { + return {pass: false, message: `except error type is ${expectedValue[0].name},but actual is ${actualValue.name}.`}; + } + return {pass: false, message: 'except error type and message are incorrect.'}; + } + if (expectedValue.length > 2) { + return {pass: false, message: 'Up to two parameters are supported.'}; + } + return {pass: true, message: 'not equal type'}; +} + +export default assertPromiseIsRejectedWithError; \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js new file mode 100644 index 0000000..28cf278 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js @@ -0,0 +1,40 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsResolved(actualPromise) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + return actualPromise.then( + function (got) { + return {pass: true, message: 'actualValue is isResolved'}; + }, + function (rej) { + return { + pass: false, + message: 'Expected a promise to be resolved but it was ' + + 'rejected with ' + JSON.stringify(rej) + '.' + }; + } + ); +} + +export default assertPromiseIsResolved; \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js new file mode 100644 index 0000000..b20c3e5 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js @@ -0,0 +1,55 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import isPromiseLike from './isPromiseLike'; + +function assertPromiseIsResolvedWith(actualPromise, expectedValue) { + if (!isPromiseLike(actualPromise)) { + return Promise.reject().then(function () { + }, function () { + return {pass: false, message: 'Expected not be called on a promise.'}; + }); + } + + function tips(passed) { + return ( + 'Expected a promise ' + (passed ? 'not ' : '') + + 'to be resolved with ' + JSON.stringify(expectedValue[0])); + } + + return actualPromise.then( + function (got) { + if (JSON.stringify(got) == JSON.stringify(expectedValue[0])) { + return { + pass: true, + message: 'actualValue was resolved with ' + JSON.stringify(got) + '.' + }; + } + return { + pass: false, + message: tips(false) + ' but it was resolved with ' + + JSON.stringify(got) + '.' + }; + }, + function (rej) { + return { + pass: false, + message: tips(false) + ' but it was rejected with ' + JSON.stringify(rej) + '.' + }; + } + ); +} + +export default assertPromiseIsResolvedWith; \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js new file mode 100644 index 0000000..55a6f4a --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js @@ -0,0 +1,48 @@ +/* + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertThrowError(actualValue, expected) { + let result = false; + let message = ''; + let err; + if (typeof actualValue !== 'function') { + throw new Error('actualValue is not a function'); + } + try { + actualValue(); + return { + pass: result, + message: ' An error is not thrown while it is expected!' + }; + } catch (e) { + err = e; + } + if (err instanceof Error) { + let type = typeof expected[0]; + if (type === 'function') { + result = err.constructor.name === expected[0].name; + message = 'expected throw failed , ' + err.constructor.name + ' is not ' + expected[0].name; + } else if (type === 'string') { + result = err.message.includes(expected[0]); + message = 'expected throw failed , ' + err.message + ' is not ' + expected[0]; + } + } + return { + pass: result, + message: message + }; +} + +export default assertThrowError; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js new file mode 100644 index 0000000..0cd0570 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2021-2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function assertUndefined(actualValue) { + return { + pass: undefined === (actualValue), + message: 'expect Undefined, actualValue is ' + (actualValue) + }; +} + +export default assertUndefined; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js new file mode 100644 index 0000000..40dc13b --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js @@ -0,0 +1,139 @@ +/* + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class DeepTypeUtils { + static getType(value) { + return Object.prototype.toString.apply(value); + } + static isA(typeName, value) { + return this.getType(value) === '[object ' + typeName + ']'; + } + static isAsymmetricEqualityTester(obj) { + return obj ? this.isA('Function', obj.asymmetricMatch) : false; + } + + /** + * 是否是function + * @param value + */ + static isFunction(value) { + return this.isA('Function', value); + } + + /** + * 是否是undefined + * @param obj + */ + static isUndefined(obj) { + return obj === void 0; + } + + /** + * 是否是Node + * @param obj + */ + static isDomNode(obj) { + return obj !== null && + typeof obj === 'object' && + typeof obj.nodeType === 'number' && + typeof obj.nodeName === 'string'; + } + + /** + * 是否是promise对象 + * @param obj + */ + static isPromise(obj) { + return !!obj && obj.constructor === Promise; + }; + /** + * 是否是map对象 + * @param obj + */ + static isMap(obj) { + return ( + obj !== null && + typeof obj !== 'undefined' && + obj.constructor === Map + ); + } + + /** + * 是否是set对象 + * @param obj 对象 + */ + static isSet(obj) { + return ( + obj !== null && + typeof obj !== 'undefined' && + obj.constructor === Set + ); + } + + /** + * 对象是否有key属性 + * @param obj 对象 + * @param key 对象属性名称 + */ + static has(obj, key) { + return Object.prototype.hasOwnProperty.call(obj, key); + } + + /** + * 获取对象的自有属性 + * @param obj 对象 + * @param isArray 是否是数组,[object Array] + */ + static keys(obj, isArray) { + const extraKeys = []; + // 获取对象所有属性 + const allKeys = this.getAllKeys(obj); + if (!isArray) { + return allKeys; + } + if (allKeys.length === 0) { + return allKeys; + } + for (const k of allKeys) { + if (typeof k === 'symbol' || !/^[0-9]+$/.test(k)) { + extraKeys.push(k); + } + } + return extraKeys; + } + + /** + * 获取obj对象的所有属性 + * @param obj obj对象 + */ + static getAllKeys(obj) { + const keys = []; + for (let key in obj) { + if (this.has(obj, key)) { + keys.push(key); + } + } + const symbols = Object.getOwnPropertySymbols(obj); + for (const sym of symbols) { + // obj.propertyIsEnumerable(sym) + if (Object.prototype.propertyIsEnumerable.call(obj, sym)) { + keys.push(sym); + } + } + return keys; + } + +} +export default DeepTypeUtils; \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js new file mode 100644 index 0000000..0ad8ba7 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js @@ -0,0 +1,341 @@ +/* + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import DeepTypeUtils from './DeepTypeUtils'; +function assertDeepEquals(actualValue, expected) { + let result = eq(actualValue, expected[0]); + let msg = logMsg(actualValue, expected[0]); + return { + pass: result, + message: msg + }; +} + +/** + * 获取失败显示日志 + * @param actualValue 实际对象 + * @param expected 期待比较对象 + */ +function logMsg(actualValue, expected) { + // 获取a的对象名称 + const aClassName = Object.prototype.toString.call(actualValue); + const bClassName = Object.prototype.toString.call(expected); + let actualMsg; + let expectMsg; + if (aClassName == '[object Function]') { + actualMsg = 'actualValue Function'; + } else if (aClassName == '[object Promise]') { + actualMsg = 'actualValue Promise'; + } else if (aClassName == '[object Set]' || aClassName == '[object Map]') { + actualMsg = JSON.stringify(Array.from(actualValue)); + } else if (aClassName == '[object RegExp]') { + actualMsg = JSON.stringify(actualValue.source.replace('\\', '')); + } else if (aClassName == '[object BigInt]') { + actualMsg = actualValue; + } else if (aClassName == '[object Error]') { + actualMsg = actualValue.message; + } else if (aClassName == '[object ArrayBuffer]') { + actualMsg = actualValue.byteLength; + } + else { + actualMsg = JSON.stringify(actualValue); + } + if (bClassName == '[object Function]') { + expectMsg = 'expected Function'; + } else if (bClassName == '[object Promise]') { + expectMsg = 'expected Promise'; + } else if (bClassName == '[object Set]' || bClassName == '[object Map]') { + expectMsg = JSON.stringify(Array.from(expected)); + } else if (bClassName == '[object RegExp]') { + expectMsg = JSON.stringify(expected.source.replace('\\', '')); + } else if (bClassName == '[object BigInt]') { + expectMsg = expected; + } else if (bClassName == '[object Error]') { + expectMsg = expected.message; + } else if (bClassName == '[object ArrayBuffer]') { + expectMsg = expected.byteLength; + } + else { + expectMsg = JSON.stringify(expected); + } + return actualMsg + ' is not deep equal ' + expectMsg; +} + +function eq(a, b) { + let result = true; + + if (a === b) { + result = a !== 0 || 1 / a === 1 / b; + return result; + } + + if (a === null || b === null) { + result = a === b; + return result; + } + // 获取a的对象名称 + const aClassName = Object.prototype.toString.call(a); + const bClassName = Object.prototype.toString.call(b); + // 不同类型不同对象 + if (aClassName !== bClassName) { + return false; + } + if (aClassName === '[object String]' || aClassName === '[object Number]' || aClassName === '[object Date]' || + aClassName === '[object Boolean]' || aClassName === '[object ArrayBuffer]' || + aClassName === '[object RegExp]' || aClassName === '[object Error]') { + result = isEqualSampleObj(a, b); + return result; + } + + if (typeof a !== 'object' || typeof b !== 'object') { + return false; + } + + if (DeepTypeUtils.isDomNode(a) || DeepTypeUtils.isPromise(a) || DeepTypeUtils.isFunction(a)) { + result = isEqualNodeOrPromiseOrFunction(a, b); + return result; + } + + if (aClassName === '[object Array]' || aClassName === '[object Map]' || aClassName === '[object Set]') { + result = isEqualCollection(a, b); + return result; + } + + result = isEqualObj(a, b); + return result; +} + +function isEqualNodeOrPromiseOrFunction(a, b) { + let equalNodeOrPromiseOrFunction = true; + if (DeepTypeUtils.isDomNode(a) && DeepTypeUtils.isDomNode(b)) { + const aIsDomNode = DeepTypeUtils.isDomNode(a); + const bIsDomNode = DeepTypeUtils.isDomNode(b); + if (aIsDomNode && bIsDomNode) { + // At first try to use DOM3 method isEqualNode + equalNodeOrPromiseOrFunction = a.isEqualNode(b); + return equalNodeOrPromiseOrFunction; + } + if (aIsDomNode || bIsDomNode) { + equalNodeOrPromiseOrFunction = false; + return false; + } + } + + if (DeepTypeUtils.isPromise(a) && DeepTypeUtils.isPromise(b)) { + const aIsPromise = DeepTypeUtils.isPromise(a); + const bIsPromise = DeepTypeUtils.isPromise(b); + // 俩个Promise对象 + if (aIsPromise && bIsPromise) { + equalNodeOrPromiseOrFunction = a === b; + return a === b; + } + } + if (DeepTypeUtils.isFunction(a) && DeepTypeUtils.isFunction(b)) { + // 俩个函数对象 + const aCtor = a.constructor, + bCtor = b.constructor; + if ( + aCtor !== bCtor && + DeepTypeUtils.isFunction(aCtor) && + DeepTypeUtils.isFunction(bCtor) && + a instanceof aCtor && + b instanceof bCtor && + !(aCtor instanceof aCtor && bCtor instanceof bCtor) + ) { + equalNodeOrPromiseOrFunction = false; + return false; + } + } + return equalNodeOrPromiseOrFunction; +} + +function isEqualCollection(a, b) { + let equalCollection = true; + // 获取a的对象名称 + const aClassName = Object.prototype.toString.call(a); + const bClassName = Object.prototype.toString.call(b); + // 都是数组 + if (aClassName === '[object Array]') { + equalCollection = isEqualArray(a, b); + return equalCollection; + } + + // 都是Map + if (DeepTypeUtils.isMap(a) && DeepTypeUtils.isMap(b)) { + equalCollection = isEqualMap(a, b); + return equalCollection; + } + + // 都是Set + if (DeepTypeUtils.isSet(a) && DeepTypeUtils.isSet(b)) { + equalCollection = isEqualSet(a, b); + return equalCollection; + } + + return true; +} + +function isEqualSampleObj(a, b) { + let equalSampleObj = true; + const aClassName = Object.prototype.toString.call(a); + const bClassName = Object.prototype.toString.call(b); + // 俩个string对象 + if (aClassName === '[object String]') { + equalSampleObj = a === String(b); + return equalSampleObj; + } + // 俩个Number对象 + if (aClassName === '[object Number]') { + equalSampleObj = a !== +a ? b !== +b : a === 0 && b === 0 ? 1 / a === 1 / b : a === +b; + return equalSampleObj; + } + + // 俩个Date对象/ boolean对象 + if (aClassName === '[object Date]' || aClassName === '[object Boolean]') { + equalSampleObj = +a === +b; + return equalSampleObj; + } + + // 俩个ArrayBuffer + if (aClassName === '[object ArrayBuffer]') { + equalSampleObj = eq(new Uint8Array(a), new Uint8Array(b)); + return equalSampleObj; + } + + // 正则表达式 + if (aClassName === '[object RegExp]') { + return ( + a.source === b.source && + a.global === b.global && + a.multiline === b.multiline && + a.ignoreCase === b.ignoreCase + ); + } + + if (a instanceof Error && b instanceof Error) { + equalSampleObj = a.message === b.message; + return equalSampleObj; + } + + return equalSampleObj; +} + +function isEqualObj(a, b) { + let equalObj = true; + const aClassName = Object.prototype.toString.call(a); + const bClassName = Object.prototype.toString.call(b); + const aKeys = DeepTypeUtils.keys(a, aClassName === '[object Array]'); + let size = aKeys.length; + + // 俩个对象属性长度不一致, 俩对象不相同 + if (DeepTypeUtils.keys(b, bClassName === '[object Array]').length !== size) { + return false; + } + + // 俩对象属性数量相同, 递归比较每个属性值得值 + for (const key of aKeys) { + // b 没有 key 属性 + if (!DeepTypeUtils.has(b, key)) { + equalObj = false; + continue; + } + if (!eq(a[key], b[key])) { + equalObj = false; + } + } + return equalObj; +} + +function isEqualArray(a, b) { + let equalArray = true; + const aLength = a.length; + const bLength = b.length; + if (aLength !== bLength) { + // 数组长度不同,不是同一个对象 + return false; + } + for (let i = 0; i < aLength || i < bLength; i++) { + // 递归每一个元素是否相同 + equalArray = eq(i < aLength ? a[i] : void 0, i < bLength ? b[i] : void 0) && equalArray; + } + return equalArray; +} + +function isEqualMap(a, b) { + let equalMap = true; + if (a.size !== b.size) { + return false; + } + const keysA = []; + const keysB = []; + a.forEach(function(valueA, keyA) { + keysA.push(keyA); + }); + b.forEach(function(valueB, keyB) { + keysB.push(keyB); + }); + const mapKeys = [keysA, keysB]; + const cmpKeys = [keysB, keysA]; + for (let i = 0; equalMap && i < mapKeys.length; i++) { + const mapIter = mapKeys[i]; + const cmpIter = cmpKeys[i]; + + for (let j = 0; equalMap && j < mapIter.length; j++) { + const mapKey = mapIter[j]; + const cmpKey = cmpIter[j]; + const mapValueA = a.get(mapKey); + let mapValueB; + if (eq(mapKey, cmpKey)) { + mapValueB = b.get(cmpKey); + } else { + mapValueB = b.get(mapKey); + } + equalMap = eq(mapValueA, mapValueB); + } + } + return equalMap; +} + +function isEqualSet(a, b) { + let equalSet = true; + if (a.size !== b.size) { + return false; + } + const valuesA = []; + a.forEach(function(valueA) { + valuesA.push(valueA); + }); + const valuesB = []; + b.forEach(function(valueB) { + valuesB.push(valueB); + }); + const setPairs = [[valuesA, valuesB], [valuesB, valuesA]]; + for (let i = 0; equalSet && i < setPairs.length; i++) { + const baseValues = setPairs[i][0]; + const otherValues = setPairs[i][1]; + for (const baseValue of baseValues) { + let found = false; + for (let j = 0; !found && j < otherValues.length; j++) { + const otherValue = otherValues[j]; + // 深度比较对象 + found = eq(baseValue, otherValue); + } + equalSet = equalSet && found; + } + } + return equalSet; +} + +export default assertDeepEquals; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js new file mode 100644 index 0000000..1604237 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js @@ -0,0 +1,32 @@ +/* + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function isPromiseLike(obj) { + return !!obj && isFunction(obj.then); +} + +function isFunction(value) { + return isA('Function', value); +} + +function isA(typeName, value) { + return getType(value) === '[object ' + typeName + ']'; +} + +function getType(value) { + return Object.prototype.toString.apply(value); +} + +export default isPromiseLike; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js new file mode 100644 index 0000000..0d9f9e1 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js @@ -0,0 +1,135 @@ +/* + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +const SUITES_KEY = 'suites'; +const SPECS_KEY = 'items'; +const DESCRIBE_KEY = 'describe'; +const IT_KEY = 'it'; +const PARAMS_KEY = 'params'; +const STRESS_KEY = 'stress'; + +class ObjectUtils { + static get(object, name, defaultValue) { + let result = defaultValue; + for (const key in object) { + if (key === name) { + return object[key]; + } + } + return result; + } + + static has(object, key) { + return Object.prototype.hasOwnProperty.call(object, key); + } +} + +class DataDriver { + constructor(attr) { + this.id = 'dataDriver'; + this.data = attr.data || {}; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + this.specService = this.coreContext.getDefaultService('spec'); + } + + getSpecParamsValue(specs) { + let specParams = []; + let specDesc = this.specService.getCurrentRunningSpec().description; + if (specs === null || specs === undefined) { + return specParams; + } + for (const specItem of specs) { + if (ObjectUtils.has(specItem, IT_KEY) && ObjectUtils.get(specItem, IT_KEY) === specDesc) { + return ObjectUtils.get(specItem, PARAMS_KEY, specParams); + } + } + return specParams; + } + + getSpecParams() { + let specParams = []; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let specDesc = this.specService.getCurrentRunningSpec().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, ''); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let specs = ObjectUtils.get(suiteItem, SPECS_KEY, []); + return this.getSpecParamsValue(specs); + } + } + return specParams; + } + + getSuiteParams() { + let suiteParams = {}; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, []); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + suiteParams = Object.assign({}, suiteParams, ObjectUtils.get(suiteItem, PARAMS_KEY, suiteParams)); + } + } + return suiteParams; + } + + getStressNum(specs, specDesc) { + let stress = 1; + if (specs === null || specs === undefined) { + return stress; + } + for (const specItem of specs) { + if (ObjectUtils.has(specItem, IT_KEY) && ObjectUtils.get(specItem, IT_KEY) === specDesc) { + let tempStress = ObjectUtils.get(specItem, STRESS_KEY, stress); + return (Number.isInteger(tempStress) && tempStress >= 1) ? tempStress : stress; + } + } + return stress; + } + + getSpecStress(specDesc) { + let stress = 1; + let suiteDesc = this.suiteService.getCurrentRunningSuite().description; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, ''); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let specs = ObjectUtils.get(suiteItem, SPECS_KEY, []); + return this.getStressNum(specs, specDesc); + } + } + return stress; + } + + getSuiteStress(suiteDesc) { + let stress = 1; + let suites = ObjectUtils.get(this.data, SUITES_KEY, []); + for (const suiteItem of suites) { + let describeValue = ObjectUtils.get(suiteItem, DESCRIBE_KEY, []); + if (ObjectUtils.has(suiteItem, DESCRIBE_KEY) && (typeof describeValue === 'object') && describeValue.constructor === Array && describeValue.includes(suiteDesc)) { + let tempStress = ObjectUtils.get(suiteItem, STRESS_KEY, stress); + return (Number.isInteger(tempStress) && tempStress >= 1) ? tempStress : stress; + } + } + return stress; + } +} + +export default DataDriver; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/config/Filter.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/config/Filter.js new file mode 100644 index 0000000..136e6f8 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/config/Filter.js @@ -0,0 +1,143 @@ +/* + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { LEVEL, SIZE, TESTTYPE } from '../../Constant'; + +class ClassFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return !this.params.split(',').map(item => item.split('#')[0]).map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + let classArray = this.params.split(',') || []; + let suiteFilterResult = classArray.filter(item => !item.includes('#')).map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + let itFilterResult = classArray.filter(item => item.includes('#')).map(item => item == (this.suiteName + '#' + this.itName)).reduce((pre, cur) => pre || cur, false); + return !(suiteFilterResult || itFilterResult); + } +} + +class NotClassFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return this.params.split(',').map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + return this.params.split(',').some(item => item == (this.suiteName + '#' + this.itName)); + } +} + +class SuiteAndItNameFilter { + constructor(suiteName, itName, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + } + + filterSuite() { + return !this.params.split(',').map(item => item == this.suiteName).reduce((pre, cur) => pre || cur, false); + } + + filterIt() { + return !this.params.split(',').map(item => item == this.itName).reduce((pre, cur) => pre || cur, false); + } +} + + +class TestTypesFilter { + constructor(suiteName, itName, fi, params) { + this.suiteName = suiteName; + this.itName = itName; + this.params = params; + this.fi = fi; + } + + filterIt() { + return !((this.params === (this.fi & this.params)) || this.fi === 0); + } +} + +class NestFilter { + filterNestName(targetSuiteArray, targetSpecArray, suiteStack, desc) { + let targetSuiteName = ''; + for (let key in suiteStack) { + targetSuiteName = targetSuiteName + '.' + suiteStack[key].description; + } + targetSuiteName = targetSuiteName.substring(2); + const targetSpecName = targetSuiteName + '#' + desc; + let isFilter = true; + if (targetSpecArray.includes(targetSpecName)) { + return false; + } + for (let index in targetSuiteArray) { + if (targetSuiteName.startsWith(targetSuiteArray[index])) { + return false; + } + } + return isFilter; + } + + filterNotClass(notClass, suiteStack, desc) { + let filterNotClass = false; + if (notClass != null) { + let notClassArray = notClass.split(','); + let targetSuiteName = ''; + for (let key in suiteStack) { + targetSuiteName = targetSuiteName + '.' + suiteStack[key].description; + } + targetSuiteName = targetSuiteName.substring(2); + const targetSpecName = targetSuiteName + '#' + desc; + if (notClassArray.includes(targetSpecName) || notClassArray.some(key => targetSpecName.startsWith(key))) { + filterNotClass = true; + } + } + return filterNotClass; + } + + filterLevelOrSizeOrTestType(level, size, testType, filter) { + let result = false; + if (filter === 0 || filter === '0') { + return result; + } + if (level == null && size == null && testType == null) { + return result; + } + if (level != null) { + let levelFilter = LEVEL[`${level}`]; + result = result || filter === levelFilter; + } + if (size != null) { + let sizeFilter = SIZE[`${size}`]; + result = result || filter === sizeFilter; + } + if (testType != null) { + let testTypeFilter = TESTTYPE[`${testType}`]; + result = result || filter === testTypeFilter; + } + return !result; + } +} +export { ClassFilter, NotClassFilter, SuiteAndItNameFilter, TestTypesFilter, NestFilter }; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/config/configService.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/config/configService.js new file mode 100644 index 0000000..296745d --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/config/configService.js @@ -0,0 +1,299 @@ +/* + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { ClassFilter, NotClassFilter, SuiteAndItNameFilter, TestTypesFilter, NestFilter } from './Filter'; +import { TAG, TESTTYPE, LEVEL, SIZE, KEYSET } from '../../Constant'; +const STRESS_RULE = /^[1-9]\d*$/; + +class ConfigService { + constructor(attr) { + this.id = attr.id; + this.supportAsync = true; // 默认异步处理测试用例 + this.random = false; + this.filterValid = []; + this.filter = 0; + this.flag = false; + this.suite = null; + this.itName = null; + this.testType = null; + this.level = null; + this.size = null; + this.class = null; + this.notClass = null; + this.timeout = null; + // 遇错即停模式配置 + this.breakOnError = false; + // 压力测试配置 + this.stress = null; + this.skipMessage = false; + this.runSkipped = ''; + this.filterXdescribe = []; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + isNormalInteger(str) { + const n = Math.floor(Number(str)); + return n !== Infinity && String(n) === String(str) && n >= 0; + } + + + getStress() { + if (this.stress === undefined || this.stress === '' || this.stress === null) { + return 1; + } + return !this.stress.match(STRESS_RULE) ? 1 : Number.parseInt(this.stress); + } + + basicParamValidCheck(params) { + let size = params.size; + if (size !== undefined && size !== '' && size !== null) { + let sizeArray = ['small', 'medium', 'large']; + if (sizeArray.indexOf(size) === -1) { + this.filterValid.push('size:' + size); + } + } + let level = params.level; + if (level !== undefined && level !== '' && level !== null) { + let levelArray = ['0', '1', '2', '3', '4']; + if (levelArray.indexOf(level) === -1) { + this.filterValid.push('level:' + level); + } + } + let testType = params.testType; + if (testType !== undefined && testType !== '' && testType !== null) { + let testTypeArray = ['function', 'performance', 'power', 'reliability', 'security', + 'global', 'compatibility', 'user', 'standard', 'safety', 'resilience']; + if (testTypeArray.indexOf(testType) === -1) { + this.filterValid.push('testType:' + testType); + } + } + } + + filterParamValidCheck(params) { + let timeout = params.timeout; + if (timeout !== undefined && timeout !== '' && timeout !== null) { + if (!this.isNormalInteger(timeout)) { + this.filterValid.push('timeout:' + timeout); + } + } + + let paramKeys = ['dryRun', 'random', 'breakOnError', 'coverage', 'skipMessage']; + for (const key of paramKeys) { + if (params[key] !== undefined && params[key] !== 'true' && params[key] !== 'false') { + this.filterValid.push(`${key}:${params[key]}`); + } + } + + // 压力测试参数验证,正整数 + if (params.stress !== undefined && params.stress !== '' && params.stress !== null) { + if (!params.stress.match(STRESS_RULE)) { + this.filterValid.push('stress:' + params.stress); + } + } + + let nameRule = /^[A-Za-z]{1}[\w#,.]*$/; + let paramClassKeys = ['class', 'notClass']; + for (const key of paramClassKeys) { + if (params[key] !== undefined && params[key] !== '' && params[key] !== null) { + let classArray = params[key].split(','); + classArray.forEach(item => !item.match(nameRule) ? this.filterValid.push(`${key}:${params[key]}`) : null); + } + } + } + + setConfig(params) { + this.basicParamValidCheck(params); + this.filterParamValidCheck(params); + try { + this.class = params.class; + this.notClass = params.notClass; + this.flag = params.flag || { flag: false }; + this.suite = params.suite; + this.itName = params.itName; + this.filter = params.filter; + this.testType = params.testType; + this.level = params.level; + this.size = params.size; + this.timeout = params.timeout; + this.dryRun = params.dryRun; + this.breakOnError = params.breakOnError; + this.random = params.random === 'true' ? true : false; + this.stress = params.stress; + this.coverage = params.coverage; + this.skipMessage = params.skipMessage; + this.runSkipped = params.runSkipped; + this.filterParam = { + testType: TESTTYPE, + level: LEVEL, + size: SIZE + }; + this.parseParams(); + } catch (err) { + console.info(`${TAG}setConfig error: ${err.message}`); + } + } + + parseParams() { + if (this.filter != null) { + return; + } + let testTypeFilter = 0; + let sizeFilter = 0; + let levelFilter = 0; + if (this.testType != null) { + testTypeFilter = this.testType.split(',') + .map(item => this.filterParam.testType[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + if (this.level != null) { + levelFilter = this.level.split(',') + .map(item => this.filterParam.level[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + if (this.size != null) { + sizeFilter = this.size.split(',') + .map(item => this.filterParam.size[item] || 0) + .reduce((pre, cur) => pre | cur, 0); + } + this.filter = testTypeFilter | sizeFilter | levelFilter; + console.info(`${TAG}filter params:${this.filter}`); + } + + isCurrentSuite(description) { + if (this.suite !== undefined && this.suite !== '' && this.suite !== null) { + let suiteArray = this.suite.split(','); + return suiteArray.indexOf(description) !== -1; + } + return false; + } + + filterSuite(currentSuiteName) { + let filterArray = []; + if (this.suite !== undefined && this.suite !== '' && this.suite !== null) { + filterArray.push(new SuiteAndItNameFilter(currentSuiteName, '', this.suite)); + } + if (this.class !== undefined && this.class !== '' && this.class !== null) { + filterArray.push(new ClassFilter(currentSuiteName, '', this.class)); + } + if (this.notClass !== undefined && this.notClass !== '' && this.notClass !== null) { + filterArray.push(new NotClassFilter(currentSuiteName, '', this.notClass)); + } + + let result = filterArray.map(item => item.filterSuite()).reduce((pre, cur) => pre || cur, false); + return result; + } + + filterDesc(currentSuiteName, desc, fi, coreContext) { + let filterArray = []; + if (this.itName !== undefined && this.itName !== '' && this.itName !== null) { + filterArray.push(new SuiteAndItNameFilter(currentSuiteName, desc, this.itName)); + } + if (this.class !== undefined && this.class !== '' && this.class !== null) { + filterArray.push(new ClassFilter(currentSuiteName, desc, this.class)); + } + if (this.notClass !== undefined && this.notClass !== '' && this.notClass !== null) { + filterArray.push(new NotClassFilter(currentSuiteName, desc, this.notClass)); + } + if (typeof (this.filter) !== 'undefined' && this.filter !== 0 && fi !== 0) { + filterArray.push(new TestTypesFilter('', '', fi, this.filter)); + } + let result = filterArray.map(item => item.filterIt()).reduce((pre, cur) => pre || cur, false); + return result; + } + + filterWithNest(desc, filter) { + let filterArray = []; + const nestFilter = new NestFilter(); + const targetSuiteArray = this.coreContext.getDefaultService('suite').targetSuiteArray; + const targetSpecArray = this.coreContext.getDefaultService('suite').targetSpecArray; + const suiteStack = this.coreContext.getDefaultService('suite').suitesStack; + let isFilter = nestFilter.filterNestName(targetSuiteArray, targetSpecArray, suiteStack, desc); + const isFullRun = this.coreContext.getDefaultService('suite').fullRun; + if (typeof (this.filter) !== 'undefined' && this.filter !== 0 && filter !== 0) { + filterArray.push(new TestTypesFilter('', '', filter, this.filter)); + return filterArray.map(item => item.filterIt()).reduce((pre, cur) => pre || cur, false); + } + if (isFilter && !isFullRun) { + return true; + } + return nestFilter.filterNotClass(this.notClass, suiteStack, desc); + + } + + isRandom() { + return this.random || false; + } + + isBreakOnError() { + return this.breakOnError !== 'true' ? false : true; + } + + setSupportAsync(value) { + this.supportAsync = value; + } + + isSupportAsync() { + return this.supportAsync; + } + + translateParams(parameters) { + const keySet = new Set(KEYSET); + let targetParams = {}; + for (const key in parameters) { + if (keySet.has(key)) { + var newKey = key.replace('-s ', ''); + targetParams[newKey] = parameters[key]; + } + } + return targetParams; + } + translateParamsToString(parameters) { + const keySet = new Set(KEYSET); + let targetParams = ''; + for (const key in parameters) { + if (keySet.has(key)) { + targetParams += ' ' + key + ' ' + parameters[key]; + } + } + return targetParams.trim(); + } + + execute() { + } + + checkIfSuiteInSkipRun(desc) { + return this.runSkipped.split(',').some(item => { + return item === desc || item.startsWith(desc + '.') || item.startsWith(desc + '#') || desc.startsWith(item + '.') || this.runSkipped === 'skipped'; + }); + } + + checkIfSpecInSkipRun(desc) { + return this.runSkipped.split(',').some(item => { + if (item.includes('#')) { + return item === desc; + } else { + return desc.startsWith(item + '.') || desc.startsWith(item + '#') || this.runSkipped === 'skipped'; + } + } + ); + } +} + +export { + ConfigService +}; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js new file mode 100644 index 0000000..be5a7a8 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js @@ -0,0 +1,76 @@ +/* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from '../kit/SysTestKit'; +import fs from '@ohos.file.fs'; +import {TAG} from '../../Constant'; + +const jsCoverageFileName = 'js_coverage.json'; + +export async function collectCoverageData() { + if (globalThis.__coverage__ === undefined) { + console.info(`${TAG} globalThis not have coverage`); + return; + } + const strJson = JSON.stringify(globalThis.__coverage__); + let testMode = globalThis.__testMode__; + console.info(`${TAG} coverage data testMode: ${testMode}`); + let savePath = globalThis.__savePath__; + console.info(`${TAG} write coverage data to: ${savePath}`); + let readPath = globalThis.__readPath__; + console.info(`${TAG} read coverage data in: ${readPath}`); + + // run callback mode if local test or (save path and read path ) is not defined + if (!testMode || !isCoveragePathValid(savePath)) { + console.info(`${TAG} run coverage data in call back mode`); + const strLen = strJson.length; + const maxLen = 500; + const maxCount = Math.floor(strLen / maxLen); + const OHOS_REPORT_COVERAGE_DATA = 'OHOS_REPORT_COVERAGE_DATA:'; + for (let count = 0; count <= maxCount; count++) { + console.info(`${OHOS_REPORT_COVERAGE_DATA} ${strJson.substring(count * maxLen, (count + 1) * maxLen)}`); + await SysTestKit.print(`${OHOS_REPORT_COVERAGE_DATA} ${strJson.substring(count * maxLen, (count + 1) * maxLen)}`); + } + return; + } + console.info(`${TAG} run coverage data in save file mode`); + if (fs.accessSync(savePath)) { + fs.unlinkSync(savePath); + } + + let inputPathDir = savePath.substring(0, savePath.length - jsCoverageFileName.length); + if (!fs.accessSync(inputPathDir)) { + console.info(`${TAG} coverage data create dir: ${inputPathDir}`); + fs.mkdirSync(inputPathDir); + } + + let file = fs.openSync(savePath, fs.OpenMode.READ_WRITE | fs.OpenMode.CREATE); + let writeLen = fs.writeSync(file.fd, strJson, {encoding:'utf-8'}); + console.info(`${TAG} write coverage data success: ${writeLen}`); + fs.closeSync(file); + const OHOS_REPORT_COVERAGE_PATH = 'OHOS_REPORT_COVERAGE_PATH:'; + await SysTestKit.print(`${OHOS_REPORT_COVERAGE_PATH} ${readPath}`); + console.info(`${OHOS_REPORT_COVERAGE_PATH} ${readPath}`); +} + +function isCoveragePathValid(inputPath) { + if (!inputPath) { + return false; + } + if (inputPath.indexOf(jsCoverageFileName) === -1) { + return false; + } + return true; +} \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js new file mode 100644 index 0000000..3bc622d --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js @@ -0,0 +1,102 @@ +/* + * Copyright (c) 2022-2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {TAG} from '../../Constant'; +import Core from '../../core.js'; + +export default class SysTestKit { + + static delegator = null; + static systemTime = null; + static workerPort = null; + + constructor() { + this.id = 'sysTestKit'; + this.index = 0; + } + + static getDescribeName() { + return Core.getInstance().getDefaultService('suite').getCurrentRunningSuite().description; + } + + static getItName() { + return Core.getInstance().getDefaultService('spec').getCurrentRunningSpec().description; + } + + static getItAttribute() { + return Core.getInstance().getDefaultService('spec').getCurrentRunningSpec().fi; + } + + static actionStart(tag) { + console.info(`${TAG}${JSON.stringify(tag)}`); + var message = '\n' + 'OHOS_REPORT_ACTIONSTART: ' + JSON.stringify(tag) + '\n'; + SysTestKit.print(message); + console.info(`${TAG}${JSON.stringify(tag)} actionStart print success`); + } + + static actionEnd(tag) { + console.info(`${TAG}${JSON.stringify(tag)}`); + var message = '\n' + 'OHOS_REPORT_ACTIONEND: ' + JSON.stringify(tag) + '\n'; + SysTestKit.print(message); + console.info(`${TAG}${JSON.stringify(tag)} actionEnd print success`); + } + + static async existKeyword(keyword, timeout) { + let reg = new RegExp(/^[a-zA-Z0-9]{1,}$/); + if (!reg.test(keyword)) { + throw new Error('keyword must contain more than one string, and only letters and numbers are supported.'); + } + timeout = timeout || 4; + + let searchResult = false; + let cmd = 'hilog -x | grep -i \'' + keyword + '\' | wc -l'; + await executePromise(cmd, timeout).then((data) => { + searchResult = data; + }); + return searchResult; + } + static async print(message) { + if ('printSync' in SysTestKit.delegator) { + console.info(`${TAG}printSync called ...`); + SysTestKit.delegator.printSync(message); + } else { + await SysTestKit.delegator.print(message); + } + } + + static async getRealTime() { + let currentTime = new Date().getTime(); + if (SysTestKit.systemTime !== null && SysTestKit.systemTime !== undefined) { + await SysTestKit.systemTime.getRealTime().then((time) => { + console.info(`${TAG}systemTime.getRealTime success data: ${JSON.stringify(time)}`); + currentTime = time; + }).catch((error) => { + console.error(`${TAG}failed to systemTime.getRealTime because ${JSON.stringify(error)}`); + }); + } + return currentTime; + } +} + +function executePromise(cmd, timeout) { + return new Promise((resolve, reject) => { + SysTestKit.delegator.executeShellCommand(cmd, timeout, + (error, data) => { + console.info(`${TAG}existKeyword CallBack: err : ${JSON.stringify(error)}`); + console.info(`${TAG}existKeyword CallBack: data : ${JSON.stringify(data)}`); + resolve(parseInt(data.stdResult) > 3 ? true : false); + }); + }); +} \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js new file mode 100644 index 0000000..b3fa101 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js @@ -0,0 +1,122 @@ +/* + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ArgumentMatchers { + ANY = ''; + ANY_STRING = ''; + ANY_BOOLEAN = ''; + ANY_NUMBER = ''; + ANY_OBJECT = ''; + ANY_FUNCTION = ''; + MATCH_REGEXS = ''; + + static any() { + } + + static anyString() { + } + + static anyBoolean() { + } + + static anyNumber() { + } + + static anyObj() { + } + + static anyFunction() { + } + + static matchRegexs() { + let regex = arguments[0]; + if (ArgumentMatchers.isRegExp(regex)) { + return regex; + } + throw Error('not a regex'); + } + + static isRegExp(value) { + return Object.prototype.toString.call(value) === '[object RegExp]'; + } + + matcheReturnKey() { + let arg = arguments[0]; + let regex = arguments[1]; + let stubSetKey = arguments[2]; + + if (stubSetKey && stubSetKey == this.ANY) { + return this.ANY; + } + + if (typeof arg === 'string' && !regex) { + return this.ANY_STRING; + } + + if (typeof arg === 'boolean' && !regex) { + return this.ANY_BOOLEAN; + } + + if (typeof arg === 'number' && !regex) { + return this.ANY_NUMBER; + } + + if (typeof arg === 'object' && !regex) { + return this.ANY_OBJECT; + } + + if (typeof arg === 'function' && !regex) { + return this.ANY_FUNCTION; + } + + if (typeof arg === 'string' && regex) { + return regex.test(arg); + } + + return null; + } + + matcheStubKey() { + let key = arguments[0]; + + if (key === ArgumentMatchers.any) { + return this.ANY; + } + + if (key === ArgumentMatchers.anyString) { + return this.ANY_STRING; + } + if (key === ArgumentMatchers.anyBoolean) { + return this.ANY_BOOLEAN; + } + if (key === ArgumentMatchers.anyNumber) { + return this.ANY_NUMBER; + } + if (key === ArgumentMatchers.anyObj) { + return this.ANY_OBJECT; + } + if (key === ArgumentMatchers.anyFunction) { + return this.ANY_FUNCTION; + } + + if (ArgumentMatchers.isRegExp(key)) { + return key; + } + + return null; + } +} + +export default ArgumentMatchers; \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js new file mode 100644 index 0000000..2ffc667 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js @@ -0,0 +1,57 @@ +/* + * Copyright (c) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ExtendInterface { + constructor(mocker) { + this.mocker = mocker; + } + + stub() { + this.params = arguments; + return this; + } + + stubMockedCall(returnInfo) { + this.mocker.stubApply(this, this.params, returnInfo); + } + + afterReturn(value) { + this.stubMockedCall(function () { + return value; + }); + } + + afterReturnNothing() { + this.stubMockedCall(function () { + return undefined; + }); + } + + afterAction(action) { + this.stubMockedCall(action); + } + + afterThrow(msg) { + this.stubMockedCall(function () { + throw msg; + }); + } + + clear() { + this.mocker.clear(); + } +} + +export default ExtendInterface; \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js new file mode 100644 index 0000000..a702dc6 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js @@ -0,0 +1,347 @@ +/* + * Copyright (c) 2022-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import ExtendInterface from './ExtendInterface'; +import VerificationMode from './VerificationMode'; +import ArgumentMatchers from './ArgumentMatchers'; + +class MockKit { + constructor() { + this.mFunctions = []; + this.stubs = new Map(); + this.recordCalls = new Map(); + this.currentSetKey = new Map(); + this.mockObj = null; + this.recordMockedMethod = new Map(); + } + + init() { + this.reset(); + } + + reset() { + this.mFunctions = []; + this.stubs = {}; + this.recordCalls = {}; + this.currentSetKey = new Map(); + this.mockObj = null; + this.recordMockedMethod = new Map(); + } + + clearAll() { + this.reset(); + var props = Object.keys(this); + for (var i = 0; i < props.length; i++) { + delete this[props[i]]; + } + + var props = Object.getOwnPropertyNames(this); + for (var i = 0; i < props.length; i++) { + delete this[props[i]]; + } + for (var key in this) { + delete this[key]; + } + } + + clear(obj) { + if (!obj) { + throw Error('Please enter an object to be cleaned'); + } + if (typeof obj !== 'object' && typeof obj !== 'function') { + throw new Error('Not a object or static class'); + } + this.recordMockedMethod.forEach(function (value, key, map) { + if (key) { + obj[key] = value; + } + }); + } + + ignoreMock(obj, method) { + if (typeof obj !== 'object' && typeof obj !== 'function') { + throw new Error('Not a object or static class'); + } + if (typeof method !== 'function') { + throw new Error('Not a function'); + } + let og = this.recordMockedMethod.get(method.propName); + if (og) { + obj[method.propName] = og; + this.recordMockedMethod.set(method.propName, undefined); + } + } + + extend(dest, source) { + dest['stub'] = source['stub']; + dest['afterReturn'] = source['afterReturn']; + dest['afterReturnNothing'] = source['afterReturnNothing']; + dest['afterAction'] = source['afterAction']; + dest['afterThrow'] = source['afterThrow']; + dest['stubMockedCall'] = source['stubMockedCall']; + dest['clear'] = source['clear']; + return dest; + } + + stubApply(f, params, returnInfo) { + let values = this.stubs.get(f); + if (!values) { + values = new Map(); + } + let key = params[0]; + if (typeof key === 'undefined') { + key = 'anonymous-mock-' + f.propName; + } else { + key = []; + const matcher = new ArgumentMatchers(); + for (let i = 0; i < params.length; i++) { + const param = params[i]; + const matchKey = matcher.matcheStubKey(param); + if (matchKey) { + key.push(matchKey); + } else { + key.push(param); + } + } + } + values.set(key, returnInfo); + this.stubs.set(f, values); + } + + getReturnInfo(f, params) { + let values = this.stubs.get(f); + if (!values) { + return undefined; + } + let returnKet = params[0]; + const anonymousName = 'anonymous-mock-' + f.propName; + if (typeof returnKet === 'undefined') { + returnKet = anonymousName; + } else { + returnKet = this.getReturnKet(values, params, returnKet, anonymousName); + } + + return values.get(returnKet); + } + + getReturnKet(values, params, defaultValue, anonymousName) { + let flag = true; + let returnKet = defaultValue; + values.forEach((value, paramsKey, map) => { + if ( + flag && + paramsKey !== anonymousName && + paramsKey.length === params.length && + this.checkIsRightValue(paramsKey, params) + ) { + returnKet = paramsKey; + flag = false; + } + }); + return returnKet; + } + + checkIsRightValue(paramsKey, params) { + const matcher = new ArgumentMatchers(); + return paramsKey.every((key, j) => { + if (ArgumentMatchers.isRegExp(key) && typeof params[j] === 'string') { + return key.test(params[j]); + } + const matchKey = matcher.matcheReturnKey(params[j], undefined, key); + if (matchKey && matchKey === key) { + return true; + } else if (this.checkIsEqual(params[j], key)) { + return true; + } + return false; + }); + } + + checkIsEqual(value1, value2) { + if (value1 === value2) { + return true; + } + if (typeof value1 !== typeof value2) { + return false; + } + if (Array.isArray(value1) && Array.isArray(value2)) { + if (value1.length !== value2.length) { + return false; + } + for (let i = 0; i < value1.length; i++) { + if (!this.checkIsEqual(value1[i], value2[i])) { + return false; + } + } + return true; + } + if (Object.prototype.toString.call(value1) === '[object Object]' && + Object.prototype.toString.call(value2) === '[object Object]') { + const keys1 = Object.keys(value1); + const keys2 = Object.keys(value2); + if (keys1.length !== keys2.length) { + return false; + } + for (let key of keys1) { + if (!keys2.includes(key) || !this.checkIsEqual(value1[key], value2[key])) { + return false; + } + } + return true; + } + if (Object.prototype.toString.call(value1) === '[object Date]' && + Object.prototype.toString.call(value2) === '[object Date]' && + value1.getTime() === value2.getTime()) { + return true; + } + if (Object.prototype.toString.call(value1) === '[object RegExp]' && + Object.prototype.toString.call(value2) === '[object RegExp]' && + value1.toString() === value2.toString()) { + return true; + } + return false; + } + + findName(obj, value) { + let properties = this.findProperties(obj); + let name = null; + properties + .filter((item) => item !== 'caller' && item !== 'arguments') + .forEach(function (va1, idx, array) { + if (obj[va1] === value) { + name = va1; + } + }); + return name; + } + + isFunctionFromPrototype(f, container, propName) { + if ( + container.constructor !== Object && + container.constructor.prototype !== container + ) { + return container.constructor.prototype[propName] === f; + } + return false; + } + + findProperties(obj, ...arg) { + function getProperty(newObj) { + if (newObj.__proto__ === null) { + return []; + } + let properties = Object.getOwnPropertyNames(newObj); + return [...properties, ...getProperty(newObj.__proto__)]; + } + return getProperty(obj); + } + + recordMethodCall(originalMethod, args) { + Function.prototype.getName = function () { + return this.name || this.toString().match(/function\s*([^(]*)\(/)[1]; + }; + let name = originalMethod.getName(); + let arglistString = name + '(' + Array.from(args).toString() + ')'; + let records = this.recordCalls.get(arglistString); + if (!records) { + records = 0; + } + records++; + this.recordCalls.set(arglistString, records); + } + + mockFunc(originalObject, originalMethod) { + let tmp = this; + this.originalMethod = originalMethod; + let f = function () { + let args = arguments; + let action = tmp.getReturnInfo(f, args); + if (originalMethod) { + tmp.recordMethodCall(originalMethod, args); + } + if (action) { + return action.apply(this, args); + } + }; + + f.container = null || originalObject; + f.original = originalMethod || null; + + if (originalObject && originalMethod) { + if (typeof originalMethod !== 'function') { + throw new Error('Not a function'); + } + var name = this.findName(originalObject, originalMethod); + originalObject[name] = f; + this.recordMockedMethod.set(name, originalMethod); + f.propName = name; + f.originalFromPrototype = this.isFunctionFromPrototype( + f.original, + originalObject, + f.propName + ); + } + f.mocker = this; + this.mFunctions.push(f); + this.extend(f, new ExtendInterface(this)); + return f; + } + + verify(methodName, argsArray) { + if (!methodName) { + throw Error('not a function name'); + } + let a = this.recordCalls.get(methodName + '(' + argsArray.toString() + ')'); + return new VerificationMode(a ? a : 0); + } + + mockObject(object) { + if (!object || typeof object === 'string') { + throw Error(`this ${object} cannot be mocked`); + } + const _this = this; + let mockedObject = {}; + let keys = Reflect.ownKeys(object); + keys + .filter((key) => typeof Reflect.get(object, key) === 'function') + .forEach((key) => { + mockedObject[key] = object[key]; + mockedObject[key] = _this.mockFunc(mockedObject, mockedObject[key]); + }); + return mockedObject; + } +} + +function ifMockedFunction(f) { + if ( + Object.prototype.toString.call(f) !== '[object Function]' && + Object.prototype.toString.call(f) !== '[object AsyncFunction]' + ) { + throw Error('not a function'); + } + if (!f.stub) { + throw Error('not a mock function'); + } + return true; +} + +function when(f) { + if (!ifMockedFunction(f)) { + throw Error('not a mock function'); + } + return f.stub.bind(f); +} + +export { MockKit, when }; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js new file mode 100644 index 0000000..d0d9b88 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js @@ -0,0 +1,49 @@ +/* + * Copyright (c) 2022-2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {expect} from '../../interface'; + +class VerificationMode { + constructor(times) { + this.doTimes = times; + } + + times(count) { + expect(count).assertEqual(this.doTimes); + } + + never() { + console.info(this.doTimes); + expect(0).assertEqual(this.doTimes); + } + + once() { + expect(1).assertEqual(this.doTimes); + } + + atLeast(count) { + if (count > this.doTimes) { + throw Error('failed ' + count + ' greater than the actual execution times of method'); + } + } + + atMost(count) { + if (count < this.doTimes) { + throw Error('failed ' + count + ' less than the actual execution times of method'); + } + } +} + +export default VerificationMode; \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/report/LogExpectError.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/report/LogExpectError.js new file mode 100644 index 0000000..86974b9 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/report/LogExpectError.js @@ -0,0 +1,65 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class LogExpectError { + static getErrorMsg(matcherName, actualValue, expect, originMsg) { + if (matcherName === 'assertNull') { + return 'expect not null, actualValue is ' + (actualValue); + } + if (matcherName === 'assertTrue') { + return 'expect not true, actualValue is ' + (actualValue); + } + if (matcherName === 'assertFalse') { + return 'expect not false, actualValue is ' + (actualValue); + } + if (matcherName === 'assertEqual') { + return 'expect not Equal, actualValue is ' + actualValue + ' equals ' + expect; + } + if (matcherName === 'assertContain') { + return 'expect not have, ' + actualValue + ' have ' + expect; + } + if (matcherName === 'assertInstanceOf') { + return 'expect not InstanceOf, ' + actualValue + ' is ' + + Object.prototype.toString.call(actualValue) + expect; + } + if (matcherName === 'assertLarger') { + return 'expect not Larger, ' + + (actualValue) + ' is larger than ' + expect; + } + if (matcherName === 'assertLargerOrEqual') { + return 'expect not LargerOrEqual, ' + (actualValue) + ' larger than ' + expect; + } + if (matcherName === 'assertLess') { + return 'expect not Less, ' + (actualValue) + ' less than ' + expect; + } + if (matcherName === 'assertLessOrEqual') { + return 'expect not LessOrEqual, ' + (actualValue) + ' is less than ' + expect; + } + if (matcherName === 'assertNaN') { + return 'expect not NaN, actualValue is ' + (actualValue); + } + if (matcherName === 'assertNegUnlimited') { + return 'expect not NegUnlimited, actualValue is ' + (actualValue); + } + if (matcherName === 'assertPosUnlimited') { + return 'expect not PosUnlimited, actualValue is ' + (actualValue); + } + if (matcherName === 'assertUndefined') { + return 'expect not Undefined, actualValue is ' + (actualValue); + } + return originMsg; + } +} +export default LogExpectError; \ No newline at end of file diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js new file mode 100644 index 0000000..65f25eb --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js @@ -0,0 +1,217 @@ +/* + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from '../kit/SysTestKit'; +import { collectCoverageData } from '../coverage/coverageCollect'; +import { TAG, PrintTag } from '../../Constant'; + +class OhReport { + constructor(attr) { + this.delegator = attr.delegator; + this.abilityDelegatorArguments = attr.abilityDelegatorArguments; + this.id = 'report'; + this.index = 0; + this.duration = 0; + this.currentThreadName = 'mainThread'; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + this.specService = this.coreContext.getDefaultService('spec'); + if (SysTestKit.workerPort !== null) { + this.currentThreadName = SysTestKit.workerPort.name; + } + } + + taskStart() { + } + + async taskDone() { + let summary = this.suiteService.getSummary(); + if (this.abilityDelegatorArguments !== null) { + this.taskDoneTime = new Date().getTime(); + const configService = this.coreContext.getDefaultService('config'); + const suiteService = this.coreContext.getDefaultService('suite'); + const specService = this.coreContext.getDefaultService('spec'); + if (configService['coverage'] === 'true') { + await collectCoverageData(); + } + let message = '\n' + `${PrintTag.OHOS_REPORT_RESULT}: stream=Tests run: ` + summary.total + ', Failure: ' + summary.failure; + message += ', Error: ' + summary.error; + message += ', Pass: ' + summary.pass; + message += ', Ignore: ' + summary.ignore; + if (specService.skipSpecNum > 0) { + message += ', SkipSpec: ' + specService.skipSpecNum; + } + message += '\n' + `${PrintTag.OHOS_REPORT_CODE}: ` + (summary.failure > 0 ? -1 : 0) + '\n'; + let isHasError = summary.failure > 0 || summary.error > 0; + let config = this.coreContext.getDefaultService('config'); + if (config.isBreakOnError() && isHasError) { + // 未执行全部说明 + message += '\n' + `${PrintTag.OHOS_REPORT_RESULT}: breakOnError model, Stopping whole test suite if one specific test case failed or error` + '\n'; + } + message += `${PrintTag.OHOS_REPORT_STATUS}: taskconsuming=` + summary.duration + '\n'; + console.info(`${message}`); + await SysTestKit.print(message); + } + if (SysTestKit.workerPort === null || SysTestKit.workerPort === undefined) { + // 主线程执行完成 结束任务。 + console.info(`${TAG}report print success`); + this.delegator.finishTest('your test finished!!!', 0, () => { }); + } else { + // worker线程执行完成将数据发送到主线程中。 + let sendData = { + currentThreadName: this.currentThreadName, + summary: summary + }; + console.info(`${TAG}, send data to mainThread, ${this.currentThreadName}, ${JSON.stringify(sendData)}`); + SysTestKit.workerPort.postMessage(sendData); + } + } + + incorrectFormat() { + if (this.coreContext.getDefaultService('config').filterValid.length !== 0) { + var value = this.coreContext.getDefaultService('config').filterValid; + var message = 'this param ' + value.join(',') + ' is invalid' + '\n'; + this.delegator.finishTest(message, 0, () => { + }); + } + } + + incorrectTestSuiteFormat() { + if (this.coreContext.getDefaultService('config').filterXdescribe.length !== 0) { + let value = this.coreContext.getDefaultService('config').filterXdescribe; + let message = 'xdescribe ' + value.join(',') + ' should not contain it' + '\n'; + this.delegator.finishTest(message, 0, () => { + }); + } + } + async suiteStart() { + if (this.abilityDelegatorArguments !== null) { + let specArr = []; + this.suiteService.getAllChildSuiteNum(this.suiteService.getCurrentRunningSuite(), specArr); + let message = '\n' + `${PrintTag.OHOS_REPORT_SUM}: ` + specArr.length; + this.suiteService.setCurrentRunningSuiteDesc(this.suiteService.getRootSuite(), this.suiteService.getCurrentRunningSuite(), ''); + message += '\n' + `${PrintTag.OHOS_REPORT_STATUS}: class=` + this.suiteService.getCurrentRunningSuiteDesc() + '\n'; + if (this.suiteService.currentRunningSuite.isSkip) { + message += `${PrintTag.OHOS_REPORT_STATUS}: skipReason=` + this.suiteService.currentRunningSuite.skipReason + '\n'; + } + if (SysTestKit.workerPort !== null) { + message += `${PrintTag.OHOS_REPORT_STATUS}: currentWorkerName=` + this.currentThreadName; + } + console.info(`${message}`); + await SysTestKit.print(message); + console.info(`${TAG}${this.suiteService.getCurrentRunningSuite().description} suiteStart print success`); + } + } + + async suiteDone() { + if (this.abilityDelegatorArguments !== null) { + const currentRunningSuite = this.suiteService.getCurrentRunningSuite(); + this.suiteService.setCurrentRunningSuiteDesc(this.suiteService.getRootSuite(), currentRunningSuite, ''); + let message = '\n' + `${PrintTag.OHOS_REPORT_STATUS}: class=` + this.suiteService.getCurrentRunningSuiteDesc(); + if (this.suiteService.currentRunningSuite.isSkip && this.suiteService.currentRunningSuite.skipReason !== '') { + message += '\n' + `${PrintTag.OHOS_REPORT_STATUS}: skipReason=` + this.suiteService.currentRunningSuite.skipReason; + } + const isPromiseError = currentRunningSuite.isPromiseError; + if (isPromiseError) { + message += '\n' + `${PrintTag.OHOS_REPORT_STATUS}: shortMsg=Promise(async, await) in describe is not allowed!`; + } + message += '\n' + `${PrintTag.OHOS_REPORT_STATUS}: suiteconsuming=` + currentRunningSuite.duration; + if (currentRunningSuite.hookError) { + message += '\n' + `${PrintTag.OHOS_REPORT_STATUS}: ${currentRunningSuite.hookError.message}`; + } + message += '\n'; + if (SysTestKit.workerPort !== null) { + message += `${PrintTag.OHOS_REPORT_STATUS}: currentWorkerName=` + this.currentThreadName; + } + console.info(`${message}`); + await SysTestKit.print(message); + console.info(`${TAG}${currentRunningSuite.description} suiteDone print success`); + } + } + + async specStart() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + `${PrintTag.OHOS_REPORT_STATUS}: class=` + this.suiteService.getCurrentRunningSuiteDesc(); + message += '\n' + `${PrintTag.OHOS_REPORT_STATUS}: current=` + (++this.index); + message += '\n' + `${PrintTag.OHOS_REPORT_STATUS}: id=JS`; + message += '\n' + `${PrintTag.OHOS_REPORT_STATUS}: numtests=` + this.specService.getTestTotal(); + message += '\n' + `${PrintTag.OHOS_REPORT_STATUS}: stream=`; + message += '\n' + `${PrintTag.OHOS_REPORT_STATUS}: test=` + this.specService.currentRunningSpec.description; + message += '\n' + `${PrintTag.OHOS_REPORT_STATUS_CODE}: 1` + '\n'; + if (this.specService.currentRunningSpec.isSkip) { + message += `${PrintTag.OHOS_REPORT_STATUS}: skipReason=` + this.specService.currentRunningSpec.skipReason + '\n'; + } + if (SysTestKit.workerPort !== null) { + message += `${PrintTag.OHOS_REPORT_STATUS}: currentWorkerName=` + this.currentThreadName; + } + console.info(`${message}`); + await SysTestKit.print(message); + console.info(`${TAG}${this.specService.currentRunningSpec.description} specStart start print success`); + } + } + + async specDone() { + if (this.abilityDelegatorArguments !== null) { + let message = '\n' + `${PrintTag.OHOS_REPORT_STATUS}: class=` + this.suiteService.getCurrentRunningSuiteDesc(); + message += '\n' + `${PrintTag.OHOS_REPORT_STATUS}: current=` + (this.index); + message += '\n' + `${PrintTag.OHOS_REPORT_STATUS}: id=JS`; + message += '\n' + `${PrintTag.OHOS_REPORT_STATUS}: numtests=` + this.specService.getTestTotal(); + let messageStack = ''; + let messageCode = ''; + if (this.specService.currentRunningSpec.error) { + messageStack = `${PrintTag.OHOS_REPORT_STATUS}: stack=` + this.specService.currentRunningSpec.error?.stack?.slice(0, -1); + messageCode += `${PrintTag.OHOS_REPORT_STATUS}: stream=`; + messageCode += this.specService.currentRunningSpec.expectMsg !== '' ? + `message: ${this.specService.currentRunningSpec.expectMsg}, Error in ${this.specService.currentRunningSpec.description}, ${this.specService.currentRunningSpec.error?.message}` : + `Error in ${this.specService.currentRunningSpec.description}, ${this.specService.currentRunningSpec.error?.message}`; + messageCode += '\n' + `${PrintTag.OHOS_REPORT_STATUS}: test=` + this.specService.currentRunningSpec.description; + messageCode += '\n' + `${PrintTag.OHOS_REPORT_STATUS_CODE}: -1` + '\n'; + } else if (this.specService.currentRunningSpec) { + if (this.specService.currentRunningSpec.fail) { + messageStack += `${PrintTag.OHOS_REPORT_STATUS}: stack=` + this.specService.currentRunningSpec.fail?.stack?.slice(0, -1); + messageCode += `${PrintTag.OHOS_REPORT_STATUS}: stream=`; + messageCode += this.specService.currentRunningSpec.expectMsg !== '' ? + `message: ${this.specService.currentRunningSpec.expectMsg}, Error in ${this.specService.currentRunningSpec.description}, ${this.specService.currentRunningSpec.fail?.message}` : + `Error in ${this.specService.currentRunningSpec.description}, ${this.specService.currentRunningSpec.fail?.message}`; + messageCode += '\n' + `${PrintTag.OHOS_REPORT_STATUS}: test=` + this.specService.currentRunningSpec.description; + messageCode += '\n' + `${PrintTag.OHOS_REPORT_STATUS_CODE}: -2` + '\n'; + } else { + messageStack += `${PrintTag.OHOS_REPORT_STATUS}: stream=`; + messageCode += `${PrintTag.OHOS_REPORT_STATUS}: test=` + this.specService.currentRunningSpec.description; + messageCode += '\n' + `${PrintTag.OHOS_REPORT_STATUS_CODE}: 0` + '\n'; + messageCode += this.specService.currentRunningSpec.isSkip ? (`${PrintTag.OHOS_REPORT_STATUS}: skipReason=` + this.specService.currentRunningSpec.skipReason + '\n') : ''; + } + } else { + messageCode += '\n'; + } + messageCode += `${PrintTag.OHOS_REPORT_STATUS}: consuming=` + this.specService.currentRunningSpec.duration + '\n'; + if (SysTestKit.workerPort !== null) { + messageCode += `${PrintTag.OHOS_REPORT_STATUS}: currentWorkerName=` + this.currentThreadName; + } + console.info(`${message}`); + console.info(`\n${messageStack}`); + console.info(`\n${messageCode}`); + await SysTestKit.print(message); + await SysTestKit.print(messageStack); + await SysTestKit.print(messageCode); + console.info(`${TAG}${this.specService.currentRunningSpec.description} specDone end print success`); + } + } +} + +export default OhReport; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js new file mode 100644 index 0000000..e973388 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js @@ -0,0 +1,149 @@ +/* + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +class ReportExtend { + constructor(fileModule) { + this.id = 'extend'; + this.fileModule = fileModule; + } + + init(coreContext) { + this.coreContext = coreContext; + this.suiteService = this.coreContext.getDefaultService('suite'); + } + + taskStart() { + + } + + handleSpecs(specs, report, suiteReport, testsuite) { + for (let testcase of specs) { + report.tests++; + suiteReport.tests++; + let caseReport = { + tag: 'testcase', + name: testcase.description, + status: 'run', + time: '0.0', + classname: testsuite.description + }; + if (testcase.error) { + caseReport.result = false; + caseReport.children = [{ + tag: 'error', + type: '', + message: testcase.error.message + }]; + report.errors++; + suiteReport.errors++; + } else if (testcase.result.failExpects.length > 0) { + caseReport.result = false; + let message = ''; + testcase.result.failExpects.forEach(failExpect => { + message += failExpect.message || ('expect ' + failExpect.actualValue + ' ' + failExpect.checkFunc + ' ' + (failExpect.expectValue || '')) + ';'; + }); + caseReport.children = [{ + tag: 'failure', + type: '', + message: message + }]; + report.failures++; + suiteReport.failures++; + } else { + caseReport.result = true; + } + suiteReport.children.push(caseReport); + } + } + + taskDone() { + const report = { + tag: 'testsuites', + name: 'summary_report', + timestamp: new Date().toDateString(), + time: '1', + errors: 0, + failures: 0, + tests: 0, + children: [] + }; + const rootSuite = this.suiteService.rootSuite; + if (rootSuite && rootSuite.childSuites) { + for (let testsuite of rootSuite.childSuites) { + let suiteReport = { + tag: 'testsuite', + name: testsuite['description'], + errors: 0, + tests: 0, + failures: 0, + time: '0.1', + children: [] + }; + let specs = testsuite['specs']; + this.handleSpecs(specs, report, suiteReport, testsuite); + report.children.push(suiteReport); + } + } + + writeXmlReport(report); + } +} + +function writeXmlReport(report) { + let reportXml = '\n' + json2xml(report); + this.fileModule.writeText({ + uri: 'internal://app/report.xml', + text: reportXml, + success: function () { + console.info('call success callback success'); + }, + fail: function (data, code) { + console.info('call fail callback success:'); + }, + complete: function () { + console.info('call complete callback success'); + } + }); +} + +function handleChild(json, key, hasChildren, childrenStr) { + if (json[key].length > 0) { + hasChildren = true; + for (let child of json[key]) { + childrenStr += json2xml(child); + } + } +} + +function json2xml(json) { + let tagName; + let hasChildren = false; + let childrenStr = ''; + let attrStr = ''; + for (let key in json) { + if (key === 'tag') { + tagName = json[key]; + } else if (key === 'children') { + handleChild(json, key, hasChildren, childrenStr); + } else { + attrStr += ` ${key}="${json[key]}"`; + } + } + let xml = `<${tagName}${attrStr}`; + xml += hasChildren ? `>${childrenStr}` : '/>'; + return xml; +} + +export default ReportExtend; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/service.js b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/service.js new file mode 100644 index 0000000..9b711aa --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/service.js @@ -0,0 +1,1265 @@ +/* + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import SysTestKit from './module/kit/SysTestKit'; +import { TAG } from './Constant'; +import LogExpectError from './module/report/LogExpectError'; +import { NestFilter } from './module/config/Filter'; + +function assertTrueFun(actualValue) { + let result = { + pass: (actualValue) === true, + message: 'expect true, actualValue is ' + actualValue + }; + return result; +} + +function assertEqualFun(actualValue, args) { + let msg = 'expect ' + actualValue + ' equals ' + args[0]; + if (actualValue === args[0]) { // 数值相同,提示数据类型 + const aClassName = Object.prototype.toString.call(actualValue); + const bClassName = Object.prototype.toString.call(args[0]); + msg = 'expect ' + actualValue + aClassName + ' equals ' + args[0] + bClassName + 'strict mode inspect type'; + } + let result = { + pass: (actualValue) === args[0], + expectValue: args[0], + message: msg + }; + return result; +} + +function assertThrowFun(actual, args) { + const result = { + pass: false + }; + if (typeof actual !== 'function') { + result.message = 'toThrow\'s Actual should be a Function'; + } else { + let hasThrow = false; + let throwError; + try { + actual(); + } catch (e) { + hasThrow = true; + throwError = e; + } + if (!hasThrow) { + result.message = 'function did not throw an exception'; + } else if (throwError && throwError.message === args[0]) { + result.pass = true; + } else { + result.message = `expect to throw ${args[0]} , actual throw ${throwError.message}`; + } + } + return result; +} + +class AssertException extends Error { + constructor(message) { + super(); + this.name = 'AssertException'; + this.message = message; + } +} + +function getFuncWithArgsZero(func, timeout, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout); + } + try { + await func(); + } catch (err) { + reject(err); + } + timer !== null ? clearTimeout(timer) : null; + resolve(); + }); +} + +function getFuncWithArgsOne(func, timeout, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout); + } + + function done() { + timer !== null ? clearTimeout(timer) : null; + resolve(); + } + + try { + await func(done); + } catch (err) { + timer !== null ? clearTimeout(timer) : null; + reject(err); + } + }); +} + +function getFuncWithArgsTwo(func, timeout, paramItem, isStressTest) { + return new Promise(async (resolve, reject) => { + let timer = null; + if (!isStressTest) { + timer = setTimeout(() => { + reject(new Error('execute timeout ' + timeout + 'ms')); + }, timeout); + } + + function done() { + timer !== null ? clearTimeout(timer) : null; + resolve(); + } + + try { + await func(done, paramItem); + } catch (err) { + timer !== null ? clearTimeout(timer) : null; + reject(err); + } + }); +} + +function processFunc(coreContext, func) { + let argNames = ((func || '').toString() + .replace(/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg, '') + .match(/^(function)?\s*[^\(]*\(\s*([^\)]*)\)/m) || ['', '', ''])[2] + .split(',') // split parameters + .map(item => item.replace(/^\s*(_?)(.+?)\1\s*$/, name => name.split('=')[0].trim())) + .filter(String); + let funcLen = func.length; + let processedFunc; + const config = coreContext.getDefaultService('config'); + config.setSupportAsync(true); + const timeout = + (config.timeout === undefined ? 5000 : config.timeout); + const isStressTest = (coreContext.getServices('dataDriver') !== undefined || config.getStress() > 1); + switch (funcLen) { + case 0: { + processedFunc = function () { + return getFuncWithArgsZero(func, timeout, isStressTest); + }; + break; + } + case 1: { + processedFunc = function () { + return getFuncWithArgsOne(func, timeout, isStressTest); + }; + break; + } + default: { + processedFunc = function (paramItem) { + return getFuncWithArgsTwo(func, timeout, paramItem, isStressTest); + }; + break; + } + } + return processedFunc; +} + +function secureRandomNumber() { + return crypto.randomBytes(8).readUInt32LE() / 0xffffffff; +} + + + +class SuiteService { + constructor(attr) { + this.id = attr.id; + this.rootSuite = new SuiteService.Suite({}); + this.currentRunningSuite = this.rootSuite; + this.suitesStack = [this.rootSuite]; + this.targetSuiteArray = []; + this.targetSpecArray = []; + this.currentRunningSuiteDesc = null; + this.fullRun = false; + this.isSkipSuite = false; + this.suiteSkipReason = null; + } + + describe(desc, func) { + const configService = this.coreContext.getDefaultService('config'); + if (this.suitesStack.some(suite => { return suite.description === desc })) { + console.error(`${TAG} Loop nesting occurs : ${desc}`); + this.suiteSkipReason = ''; + this.isSkipSuite = false; + return; + } + let isFilter = this.analyzeConfigServiceClass(configService.class, desc); + if (configService.filterSuite(desc) && isFilter) { + if (this.currentRunningSuite.description === '' || this.currentRunningSuite.description == null) { + console.info(`${TAG}filter suite : ${desc}`); + this.suiteSkipReason = ''; + this.isSkipSuite = false; + return; + } + } + const suite = new SuiteService.Suite({ description: desc }); + if (this.isSkipSuite) { + suite.isSkip = true; + suite.skipReason = this.suiteSkipReason; + } + this.suiteSkipReason = ''; + this.isSkipSuite = false; + if (typeof this.coreContext.getServices('dataDriver') !== 'undefined' && configService['dryRun'] !== 'true') { + let suiteStress = this.coreContext.getServices('dataDriver').dataDriver.getSuiteStress(desc); + for (let i = 1; i < suiteStress; i++) { + this.currentRunningSuite.childSuites.push(suite); + } + } + this.currentRunningSuite.childSuites.push(suite); + this.currentRunningSuite = suite; + this.suitesStack.push(suite); + const res = func.call(); + if (Object.prototype.toString.call(res) === '[object Promise]') { + suite.isPromiseError = true; + } + this.suitesStack.pop(); + this.currentRunningSuite = this.suitesStack.pop(); + this.suitesStack.push(this.currentRunningSuite); + } + xdescribe(desc, func, reason) { + const configService = this.coreContext.getDefaultService('config'); + if (!configService.skipMessage && configService.runSkipped !== 'all') { + if (configService.runSkipped != null && configService.runSkipped !== '') { + let finalDesc = ''; + this.suitesStack.map(suite => { + finalDesc = finalDesc + '.' + suite.description; + }); + finalDesc = (finalDesc + '.' + desc).substring(2); + console.info(`${TAG} finalDesc ${finalDesc}`); + if (configService.checkIfSuiteInSkipRun(finalDesc)) { + console.info(`${TAG} runSkipped suite: ${desc}`); + } else { + console.info(reason == null ? `${TAG} skip suite: ${desc}` : `${TAG} skip suite: ${desc}, and the reason is ${reason}`); + return; + } + } else { + console.info(reason == null ? `${TAG} skip suite: ${desc}` : `${TAG} skip suite: ${desc}, and the reason is ${reason}`); + return; + } + } + this.isSkipSuite = true; + this.suiteSkipReason = reason; + this.describe(desc, func); + } + + beforeAll(func) { + this.currentRunningSuite.beforeAll.push(processFunc(this.coreContext, func)); + } + + beforeEach(func) { + this.currentRunningSuite.beforeEach.push(processFunc(this.coreContext, func)); + } + + beforeItSpecified(itDescs, func) { + this.currentRunningSuite.beforeItSpecified.set(itDescs, processFunc(this.coreContext, func)); + } + + afterItSpecified(itDescs, func) { + this.currentRunningSuite.afterItSpecified.set(itDescs, processFunc(this.coreContext, func)); + } + + afterAll(func) { + this.currentRunningSuite.afterAll.push(processFunc(this.coreContext, func)); + } + + afterEach(func) { + this.currentRunningSuite.afterEach.push(processFunc(this.coreContext, func)); + } + + getCurrentRunningSuite() { + return this.currentRunningSuite; + } + + setCurrentRunningSuite(suite) { + this.currentRunningSuite = suite; + } + + getRootSuite() { + return this.rootSuite; + } + + getCurrentRunningSuiteDesc() { + return this.currentRunningSuiteDesc; + } + + + setCurrentRunningSuiteDesc(suite, currentSuite, prefix) { + if (suite != null && suite === currentSuite) { + this.currentRunningSuiteDesc = prefix; + } else if (suite != null && suite !== currentSuite) { + suite.childSuites.forEach(it => { + let temp = prefix; + if (it.description != null || it.description !== '') { + temp = prefix === '' ? it.description : prefix + '.' + it.description; + } + this.setCurrentRunningSuiteDesc(it, currentSuite, temp); + } + ); + } + } + analyzeConfigServiceClass(configServiceClass, desc) { + if (configServiceClass == null || configServiceClass === '') { + this.fullRun = true; + return false; + } + const targetArray = configServiceClass.split(',').map(item => item.trim()).filter(item => item !== ''); + if (this.targetSuiteArray.length === 0) { + for (let index in targetArray) { + if (targetArray[index].includes('#')) { + this.targetSpecArray.push(targetArray[index]); + } else { + this.targetSuiteArray.push(targetArray[index]); + } + } + + } + return targetArray.indexOf(desc) === -1; + + } + traversalResults(suite, obj, breakOnError) { + if (suite.childSuites.length === 0 && suite.specs.length === 0) { + return; + } + if (suite.specs.length > 0) { + for (const itItem of suite.specs) { + obj.total++; + let itInfo = { + currentThreadName: 'mainThread', + description: suite.description + '#' + itItem.description, + result: -3 + }; + if (SysTestKit.workerPort !== null) { + itInfo.currentThreadName = SysTestKit.workerPort.name; + } + obj.itItemList.push(itInfo); + if (breakOnError && (obj.error > 0 || obj.failure > 0)) { // breakOnError模式 + continue; + } + if (itItem.error) { + obj.error++; + itInfo.result = -1; + } else if (itItem.fail) { + obj.failure++; + itInfo.result = -2; + } else if (itItem.pass === true) { + obj.pass++; + itInfo.result = 0; + } + } + } + + obj.duration += suite.duration; + + if (suite.childSuites.length > 0) { + for (const suiteItem of suite.childSuites) { + this.traversalResults(suiteItem, obj, breakOnError); + } + } + + } + + async setSuiteResults(suite, error, coreContext) { + if (suite.childSuites.length === 0 && suite.specs.length === 0) { + return; + } + if (suite.specs.length > 0) { + const specService = coreContext.getDefaultService('spec'); + for (const specItem of suite.specs) { + specService.setCurrentRunningSpec(specItem); + if (error instanceof AssertException) { + specItem.fail = error; + } else { + specItem.error = error; + } + await coreContext.fireEvents('spec', 'specStart', specItem); + await coreContext.fireEvents('spec', 'specDone', specItem); + } + } + if (suite.childSuites.length > 0) { + for (const suiteItem of suite.childSuites) { + await this.setSuiteResults(suiteItem, error, coreContext); + } + } + } + + getSummary() { + let suiteService = this.coreContext.getDefaultService('suite'); + let rootSuite = suiteService.rootSuite; + const specService = this.coreContext.getDefaultService('spec'); + const configService = this.coreContext.getDefaultService('config'); + let breakOnError = configService.isBreakOnError(); + let isError = specService.getStatus(); + let isBreaKOnError = breakOnError && isError; + // itItemList 保存当前用例执行情况, 发送到主线程用例计算最终结果 + let obj = { total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0, itItemList: []}; + for (const suiteItem of rootSuite.childSuites) { + this.traversalResults(suiteItem, obj, isBreaKOnError); + } + obj.ignore = obj.total - obj.pass - obj.failure - obj.error; + return obj; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + traversalSuites(suite, obj, configService) { + if (suite.childSuites.length === 0 && suite.specs.length === 0) { + return []; + } + if (suite.specs.length > 0) { + let itArray = []; + for (const itItem of suite['specs']) { + if (!configService.filterDesc(suite.description, itItem.description, itItem.fi, null)) { + itArray.push({ 'itName': itItem.description }); + } + } + obj[suite.description] = itArray; + } + if (suite.childSuites.length > 0) { + let suiteArray = []; + for (const suiteItem of suite.childSuites) { + let suiteObj = {}; + this.traversalSuites(suiteItem, suiteObj, configService); + if (!configService.filterSuite(suiteItem.description)) { + suiteArray.push(suiteObj); + } + } + obj.suites = suiteArray; + } + } + + async dryRun(abilityDelegator) { + console.info(`${TAG} rootSuite : ` + JSON.stringify(this.rootSuite)); + let obj = this.rootSuite; + let prefixStack = []; + let suiteArray = []; + let skipSuiteArray = []; + this.analyzeSuitesArray(prefixStack, suiteArray, skipSuiteArray, obj); + const configService = this.coreContext.getDefaultService('config'); + let result; + if (configService.skipMessage) { + result = { 'suites': suiteArray, 'skipSuites': skipSuiteArray }; + } else { + result = { 'suites': suiteArray }; + } + let strJson = JSON.stringify(result); + let strLen = strJson.length; + let maxLen = 500; + let maxCount = Math.floor(strLen / maxLen); + for (let count = 0; count <= maxCount; count++) { + await SysTestKit.print(strJson.substring(count * maxLen, (count + 1) * maxLen)); + } + console.info(`${TAG}dryRun print success`); + abilityDelegator.finishTest('dry run finished!!!', 0, () => { }); + } + + //将suitesArray的嵌套结构展开成三层结构 + analyzeSuitesArray(prefixStack, suiteArray, skipSuiteArray, obj) { + obj.childSuites.map(suite => { + if (suite.description != null && suite.description !== '') { + let prefix = ''; + if (prefixStack.length > 0) { + prefix = prefixStack.join('.') + '.' + suite.description; + } else { + prefix = suite.description; + } + prefixStack.push(suite.description); + let temp = {}; + temp[prefix] = []; + let skipTemp = {}; + skipTemp[prefix] = []; + suite.specs.map(spec => { + let it = { 'itName': spec.description }; + spec.isSkip ? skipTemp[prefix].push(it) : temp[prefix].push(it); + }); + suiteArray.push(temp); + skipSuiteArray.push(skipTemp); + } + this.analyzeSuitesArray(prefixStack, suiteArray, skipSuiteArray, suite); + prefixStack.pop(); + }); + } + //获取当前测试套下的所有测试用例数量 + getAllChildSuiteNum(suite, specArray) { + if (suite.specs != null) { + suite.specs.forEach(spec => specArray.push(spec)); + } + if (suite.childSuites != null) { + suite.childSuites.forEach(it => this.getAllChildSuiteNum(it, specArray)); + } + } + + execute() { + const configService = this.coreContext.getDefaultService('config'); + if (configService.filterValid.length !== 0) { + this.coreContext.fireEvents('task', 'incorrectFormat'); + return; + } + if (configService.filterXdescribe.length !== 0) { + this.coreContext.fireEvents('task', 'incorrectTestSuiteFormat'); + return; + } + if (configService.isRandom() && this.rootSuite.childSuites.length > 0) { + this.rootSuite.childSuites.sort(function () { + return +('0.' + (+ new Date() + '').split('').reverse().join('')) > 0.5 ? -1 : 1; + }); + this.currentRunningSuite = this.rootSuite.childSuites[0]; + } + if (configService.isSupportAsync()) { + console.info(`${TAG} rootSuite:` + JSON.stringify(this.rootSuite)); + let asyncExecute = async () => { + await this.coreContext.fireEvents('task', 'taskStart'); + await this.rootSuite.asyncRun(this.coreContext); + }; + asyncExecute().then(async () => { + await this.coreContext.fireEvents('task', 'taskDone'); + }); + } else { + console.info('${TAG} rootSuite:' + JSON.stringify(this.rootSuite)); + this.coreContext.fireEvents('task', 'taskStart'); + this.rootSuite.run(this.coreContext); + this.coreContext.fireEvents('task', 'taskDone'); + } + } + + apis() { + const _this = this; + return { + describe: function (desc, func) { + return _this.describe(desc, func); + }, + xdescribe: function (desc, func, reason) { + return _this.xdescribe(desc, func, reason); + }, + beforeItSpecified: function (itDescs, func) { + return _this.beforeItSpecified(itDescs, func); + }, + afterItSpecified: function (itDescs, func) { + return _this.afterItSpecified(itDescs, func); + }, + beforeAll: function (func) { + return _this.beforeAll(func); + }, + beforeEach: function (func) { + return _this.beforeEach(func); + }, + afterAll: function (func) { + return _this.afterAll(func); + }, + afterEach: function (func) { + return _this.afterEach(func); + } + }; + } +} + +SuiteService.Suite = class { + constructor(attrs) { + this.description = attrs.description || ''; + this.childSuites = []; + this.specs = []; + this.beforeAll = []; + this.afterAll = []; + this.beforeItSpecified = new Map(); + this.afterItSpecified = new Map(); + this.beforeEach = []; + this.afterEach = []; + this.duration = 0; + this.hookError = null; + this.isSkip = false; + this.skipReason = ''; + } + + pushSpec(spec) { + this.specs.push(spec); + } + + removeSpec(desc) { + this.specs = this.specs.filter((item, index) => { + return item.description !== desc; + }); + } + + getSpecsNum() { + return this.specs.length; + } + + isRun(coreContext) { + const configService = coreContext.getDefaultService('config'); + const suiteService = coreContext.getDefaultService('suite'); + const specService = coreContext.getDefaultService('spec'); + let breakOnError = configService.isBreakOnError(); + let isError = specService.getStatus(); + return breakOnError && isError; + } + + run(coreContext) { + const suiteService = coreContext.getDefaultService('suite'); + suiteService.setCurrentRunningSuite(this); + if (this.description !== '') { + coreContext.fireEvents('suite', 'suiteStart', this); + } + this.runHookFunc('beforeAll'); + if (this.specs.length > 0) { + const configService = coreContext.getDefaultService('config'); + if (configService.isRandom()) { + this.specs.sort(function () { + return +('0.' + (+ new Date() + '').split('').reverse().join('')) > 0.5 ? -1 : 1; + }); + } + for (let spec in this.specs) { + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + break; + } + this.runHookFunc('beforeEach'); + spec.run(coreContext); + this.runHookFunc('afterEach'); + } + } + if (this.childSuites.length > 0) { + for (let suite in this.childSuites) { + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + break; + } + suite.run(coreContext); + suiteService.setCurrentRunningSuite(suite); + } + } + this.runHookFunc('afterAll'); + if (this.description !== '') { + coreContext.fireEvents('suite', 'suiteDone'); + } + } + + async runBeforeItSpecified(beforeItSpecified, specItem) { + for (const [itNames, hookFunc] of beforeItSpecified) { + if ((Object.prototype.toString.call(itNames) === '[object Array]' && itNames.includes(specItem.description)) || + (Object.prototype.toString.call(itNames) === '[object String]' && itNames === specItem.description)) { + await Reflect.apply(hookFunc, null, []); + } + break; + } + } + + async runAfterItSpecified(beforeItSpecified, specItem) { + for (const [itNames, hookFunc] of beforeItSpecified) { + if ((Object.prototype.toString.call(itNames) === '[object Array]' && itNames.includes(specItem.description)) || + (Object.prototype.toString.call(itNames) === '[object String]' && itNames === specItem.description)) { + await Reflect.apply(hookFunc, null, []); + } + break; + } + } + + async asyncRunSpecs(coreContext) { + const configService = coreContext.getDefaultService('config'); + if (configService.isRandom()) { + this.specs.sort(function () { + return +('0.' + (+ new Date() + '').split('').reverse().join('')) > 0.5 ? -1 : 1; + }); + } + const specService = coreContext.getDefaultService('spec'); + for (let specItem of this.specs) { + specService.setCurrentRunningSpec(specItem); + // 遇错即停模式,发现用例有问题,直接返回,不在执行后面的it + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + console.info('break description :' + this.description); + break; + } + await coreContext.fireEvents('spec', 'specStart', specItem); + try { + await this.runBeforeItSpecified(this.beforeItSpecified, specItem); + await this.runAsyncHookFunc('beforeEach'); + await specItem.asyncRun(coreContext); + await this.runAfterItSpecified(this.afterItSpecified, specItem); + await this.runAsyncHookFunc('afterEach'); + } catch (e) { + console.error(`${TAG}stack:${e?.stack}`); + console.error(`${TAG}stack end`); + if (e instanceof AssertException) { + specItem.fail = e; + } else { + specItem.error = e; + } + specService.setStatus(true); + } + specItem.setResult(); + await coreContext.fireEvents('spec', 'specDone', specItem); + specService.setCurrentRunningSpec(null); + } + } + + async asyncRunChildSuites(coreContext) { + for (let i = 0; i < this.childSuites.length; i++) { + // 遇错即停模式, 发现用例有问题,直接返回,不在执行后面的description + let isBreakOnError = this.isRun(coreContext); + if (isBreakOnError) { + console.info(`${TAG}break description : ${this.description}`); + break; + } + await this.childSuites[i].asyncRun(coreContext); + } + } + + async asyncRun(coreContext) { + const suiteService = coreContext.getDefaultService('suite'); + const specService = coreContext.getDefaultService('spec'); + + suiteService.setCurrentRunningSuite(this); + suiteService.suitesStack.push(this); + if (this.description !== '') { + await coreContext.fireEvents('suite', 'suiteStart', this); + } + + try { + await this.runAsyncHookFunc('beforeAll'); + } catch (error) { + console.error(`${TAG}${error?.stack}`); + this.hookError = error; + } + + if (this.hookError !== null) { + specService.setStatus(true); + await suiteService.setSuiteResults(this, this.hookError, coreContext); + } + + if (this.specs.length > 0 && this.hookError === null) { + await this.asyncRunSpecs(coreContext); + } + + if (this.childSuites.length > 0 && this.hookError === null) { + await this.asyncRunChildSuites(coreContext); + } + + try { + await this.runAsyncHookFunc('afterAll'); + } catch (error) { + console.error(`${TAG}${error?.stack}`); + this.hookError = error; + specService.setStatus(true); + } + + if (this.description !== '') { + await coreContext.fireEvents('suite', 'suiteDone'); + let childSuite = suiteService.suitesStack.pop(); + let currentRunningSuite = suiteService.suitesStack.pop(); + suiteService.setCurrentRunningSuite(currentRunningSuite); + suiteService.suitesStack.push(currentRunningSuite); + } + } + + runHookFunc(hookName) { + if (this[hookName] && this[hookName].length > 0) { + this[hookName].forEach(func => { + try { + func(); + } catch (e) { + console.error(`${TAG}${e.stack}`); + } + }); + } + } + + async runAsyncHookFunc(hookName) { + for (const hookItem of this[hookName]) { + try { + await hookItem(); + } catch (error) { + error['message'] += `, error in ${hookName} function`; + throw error; + } + + } + } +}; + +class SpecService { + constructor(attr) { + this.id = attr.id; + this.totalTest = 0; + this.hasError = false; + this.skipSpecNum = 0; + this.isSkipSpec = false; + this.specSkipReason = ''; + } + + init(coreContext) { + this.coreContext = coreContext; + } + + setCurrentRunningSpec(spec) { + this.currentRunningSpec = spec; + } + + setStatus(obj) { + this.hasError = obj; + } + + getStatus() { + return this.hasError; + } + + getTestTotal() { + return this.totalTest; + } + + getCurrentRunningSpec() { + return this.currentRunningSpec; + } + + + getSkipSpecNum() { + return this.skipSpecNum; + } + + initSpecService() { + this.isSkipSpec = false; + this.specSkipReason = ''; + } + + it(desc, filter, func) { + const suiteService = this.coreContext.getDefaultService('suite'); + const configService = this.coreContext.getDefaultService('config'); + let isFilter = new NestFilter().filterNestName(suiteService.targetSuiteArray, suiteService.targetSpecArray, suiteService.suitesStack, desc); + if (configService.filterWithNest(desc, filter)) { + console.info(`${TAG}filter it :${desc}`); + this.initSpecService(); + return; + } + if (configService.filterDesc(suiteService.currentRunningSuite.description, desc, filter, this.coreContext) && isFilter && !suiteService.fullRun) { + console.info(`${TAG}filter it :${desc}`); + this.initSpecService(); + } else { + let processedFunc = processFunc(this.coreContext, func); + const spec = new SpecService.Spec({ description: desc, fi: filter, fn: processedFunc }); + if (this.isSkipSpec) { + spec.isSkip = true; + spec.skipReason = this.specSkipReason; + } + this.initSpecService(); + if (configService.runSkipped === 'skipped' && !spec.isSkip) { + console.info(`${TAG} runSkipped is skipped , just run xit, don't run it: ${spec.description}`); + return; + } + if (suiteService.getCurrentRunningSuite().isSkip && !spec.isSkip) { + configService.filterXdescribe.push(suiteService.getCurrentRunningSuite().description); + } + if (typeof this.coreContext.getServices('dataDriver') !== 'undefined' && configService['dryRun'] !== 'true') { + let specStress = this.coreContext.getServices('dataDriver').dataDriver.getSpecStress(desc); + for (let i = 1; i < specStress; i++) { + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + // dryRun 状态下不统计压力测试重复数据 + if (configService['dryRun'] !== 'true') { + let stress = configService.getStress(); // 命令配置压力测试 + console.info(`${TAG}stress length : ${stress}`); + for (let i = 1; i < stress; i++) { + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + this.totalTest++; + suiteService.getCurrentRunningSuite().pushSpec(spec); + } + } + + xit(desc, filter, func, reason) { + const configService = this.coreContext.getDefaultService('config'); + const suiteService = this.coreContext.getDefaultService('suite'); + if (!configService.skipMessage && configService.runSkipped !== 'all') { + if (configService.runSkipped != null && configService.runSkipped !== '') { + let finalDesc = ''; + suiteService.suitesStack.map(suite => { + finalDesc = finalDesc + '.' + suite.description; + }); + finalDesc = (finalDesc + '#' + desc).substring(2); + if (configService.checkIfSpecInSkipRun(finalDesc)) { + console.info(`${TAG} runSkipped spec: ${desc}`); + } else { + console.info(reason == null ? `${TAG} skip spec: ${desc}` : `${TAG} skip spec: ${desc}, and the reason is ${reason}`); + return; + } + } else { + console.info(reason == null ? `${TAG} skip spec: ${desc}` : `${TAG} skip spec: ${desc}, and the reason is ${reason}`); + return; + } + } + this.skipSpecNum++; + this.isSkipSpec = true; + this.specSkipReason = reason; + this.it(desc, filter, func); + } + + apis() { + const _this = this; + return { + it: function (desc, filter, func) { + return _this.it(desc, filter, func); + }, + xit: function (desc, filter, func, reason) { + return _this.xit(desc, filter, func, reason); + } + }; + } +} + +SpecService.Spec = class { + constructor(attrs) { + this.description = attrs.description || ''; + this.fi = attrs.fi; + this.fn = attrs.fn || function () { + }; + this.fail = undefined; + this.error = undefined; + this.duration = 0; + this.startTime = 0; + this.isExecuted = false; // 当前用例是否执行 + this.isSkip = false; + this.skipReason = ''; + this.expectMsg = ''; + } + + setResult() { + if (this.fail) { + this.pass = false; + } else { + this.pass = true; + } + } + + run(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + coreContext.fireEvents('spec', 'specStart', this); + this.isExecuted = true; + try { + let dataDriver = coreContext.getServices('dataDriver'); + if (typeof dataDriver === 'undefined') { + this.fn(); + } else { + let suiteParams = dataDriver.dataDriver.getSuiteParams(); + let specParams = dataDriver.dataDriver.getSpecParams(); + console.info(`${TAG}[suite params] ${JSON.stringify(suiteParams)}`); + console.info(`${TAG}[spec params] ${JSON.stringify(specParams)}`); + if (this.fn.length === 0) { + this.fn(); + } else if (specParams.length === 0) { + this.fn(suiteParams); + } else { + specParams.forEach(paramItem => this.fn(Object.assign({}, paramItem, suiteParams))); + } + } + this.setResult(); + } catch (e) { + this.error = e; + specService.setStatus(true); + } + coreContext.fireEvents('spec', 'specDone', this); + } + + async asyncRun(coreContext) { + const dataDriver = coreContext.getServices('dataDriver'); + if (typeof dataDriver === 'undefined') { + await this.fn(); + } else { + const suiteParams = dataDriver.dataDriver.getSuiteParams(); + const specParams = dataDriver.dataDriver.getSpecParams(); + console.info(`[suite params] ${JSON.stringify(suiteParams)}`); + console.info(`[spec params] ${JSON.stringify(specParams)}`); + if (this.fn.length === 0) { + await this.fn(); + } else if (specParams.length === 0) { + await this.fn(suiteParams); + } else { + for (const paramItem of specParams) { + await this.fn(Object.assign({}, paramItem, suiteParams)); + } + } + } + + this.isExecuted = true; + } + + filterCheck(coreContext) { + const specService = coreContext.getDefaultService('spec'); + specService.setCurrentRunningSpec(this); + return true; + } +}; + +class ExpectService { + constructor(attr) { + this.id = attr.id; + this.matchers = {}; + this.customMatchers = []; + } + + expect(actualValue) { + return this.wrapMatchers(actualValue); + } + + init(coreContext) { + this.coreContext = coreContext; + this.addMatchers(this.basicMatchers()); + } + + addMatchers(matchers) { + for (const matcherName in matchers) { + if (Object.prototype.hasOwnProperty.call(matchers, matcherName)) { + this.matchers[matcherName] = matchers[matcherName]; + } + } + } + + removeMatchers(customAssertionName) { + if (customAssertionName === 'all') { + for (const matcherName in this.matchers) { + this.matchers[matcherName] = this.customMatchers.includes(matcherName) + ? (() => {throw new Error(`${matcherName} is unregistered`)}) : undefined; + } + } else { + this.matchers[customAssertionName] = () => { + throw new Error(`${customAssertionName} is unregistered`); + }; + } + } + + basicMatchers() { + return { + assertTrue: assertTrueFun, + assertEqual: assertEqualFun, + assertThrow: assertThrowFun + }; + } + + initWrapMatchers(currentRunningSpec) { + return { + // 翻转标识 + isNot: false, + // 翻转方法 + not: function () { + this.isNot = true; + return this; + }, + message: function (msg) { + currentRunningSpec.expectMsg = msg; + console.info(`${TAG} msg: ${msg}`); + return this; + } + }; + + } + + handleWithAssertPromise(_this, wrappedMatchers, matcherName, actualValue, currentRunningSpec, currentRunningSuite) { + wrappedMatchers[matcherName] = async function (...args) { + await _this.matchers[matcherName](actualValue, args).then(function (result) { + if (wrappedMatchers.isNot) { + result.pass = !result.pass; + } + result.actualValue = actualValue; + result.checkFunc = matcherName; + if (!result.pass) { + const assertError = new AssertException(result.message); + currentRunningSpec ? currentRunningSpec.fail = assertError : currentRunningSuite.hookError = assertError; + throw assertError; + } + }); + }; + } + + handleWithoutAssertPromise(_this, wrappedMatchers, matcherName, actualValue, currentRunningSpec, currentRunningSuite) { + wrappedMatchers[matcherName] = function (...args) { + const result = _this.customMatchers.includes(matcherName) + ? _this.matchers[matcherName](actualValue, args[0]) : _this.matchers[matcherName](actualValue, args); + if (wrappedMatchers.isNot) { + result.pass = !result.pass; + result.message = LogExpectError.getErrorMsg(matcherName, actualValue, args[0], result.message); + } + result.actualValue = actualValue; + result.checkFunc = matcherName; + if (!result.pass) { + const assertError = new AssertException(result.message); + currentRunningSpec ? currentRunningSpec.fail = assertError : currentRunningSuite.hookError = assertError; + throw assertError; + } + }; + } + + addAssert(wrappedMatchers, matcherName, actualValue) { + const _this = this; + const specService = _this.coreContext.getDefaultService('spec'); + const currentRunningSpec = specService.getCurrentRunningSpec(); + const currentRunningSuite = _this.coreContext.getDefaultService('suite').getCurrentRunningSuite(); + if (matcherName.search('assertPromise') === 0) { + this.handleWithAssertPromise(_this, wrappedMatchers, matcherName, actualValue, currentRunningSpec, currentRunningSuite); + } else { + this.handleWithoutAssertPromise(_this, wrappedMatchers, matcherName, actualValue, currentRunningSpec, currentRunningSuite); + } + } + + wrapMatchers(actualValue) { + const _this = this; + const specService = _this.coreContext.getDefaultService('spec'); + const currentRunningSpec = specService.getCurrentRunningSpec(); + const wrappedMatchers = this.initWrapMatchers(currentRunningSpec); + const currentRunningSuite = _this.coreContext.getDefaultService('suite').getCurrentRunningSuite(); + for (const matcherName in this.matchers) { + let result = Object.prototype.hasOwnProperty.call(this.matchers, matcherName); + if (!result) { + continue; + } + this.addAssert(wrappedMatchers, matcherName, actualValue); + } + return wrappedMatchers; + } + + apis() { + const _this = this; + return { + expect: function (actualValue) { + return _this.expect(actualValue); + } + }; + } +} + +class ReportService { + constructor(attr) { + this.id = attr.id; + } + + init(coreContext) { + this.coreContext = coreContext; + this.specService = this.coreContext.getDefaultService('spec'); + this.suiteService = this.coreContext.getDefaultService('suite'); + this.duration = 0; + } + + taskStart() { + console.info(`${TAG}[start] start run suites`); + } + + async suiteStart() { + console.info(`${TAG}[suite start]${this.suiteService.getCurrentRunningSuite().description}`); + } + + async specStart() { + console.info(`${TAG}start running case '${this.specService.currentRunningSpec.description}'`); + this.index = this.index + 1; + let spec = this.specService.currentRunningSpec; + spec.startTime = await SysTestKit.getRealTime(); + } + + async specDone() { + let msg = ''; + let spec = this.specService.currentRunningSpec; + let suite = this.suiteService.currentRunningSuite; + spec.duration = await SysTestKit.getRealTime() - spec.startTime; + suite.duration += spec.duration; + if (spec.error) { + this.formatPrint('error', spec.description + ' ; consuming ' + spec.duration + 'ms'); + this.formatPrint('errorDetail', spec.error); + } else if (spec.fail) { + this.formatPrint('fail', spec.description + ' ; consuming ' + spec.duration + 'ms'); + this.formatPrint('failDetail', spec.fail?.message); + } else { + this.formatPrint('pass', spec.description + ' ; consuming ' + spec.duration + 'ms'); + } + this.formatPrint(this.specService.currentRunningSpec.error, msg); + } + + suiteDone() { + let suite = this.suiteService.currentRunningSuite; + let message = suite.hookError ? `, ${suite.hookError?.message}` : ''; + console.info(`[suite end] ${suite.description} consuming ${suite.duration} ms${message}`); + } + + taskDone() { + let msg = ''; + let summary = this.suiteService.getSummary(); + msg = 'total cases:' + summary.total + ';failure ' + summary.failure + ',' + 'error ' + summary.error; + msg += ',pass ' + summary.pass + '; consuming ' + summary.duration + 'ms'; + console.info(`${TAG}${msg}`); + console.info(`${TAG}[end] run suites end`); + } + + incorrectFormat() { + if (this.coreContext.getDefaultService('config').filterValid.length !== 0) { + this.coreContext.getDefaultService('config').filterValid.forEach(function (item) { + console.info(`${TAG}this param ${item} is invalid`); + }); + } + } + + incorrectTestSuiteFormat() { + if (this.coreContext.getDefaultService('config').filterXdescribe.length !== 0) { + this.coreContext.getDefaultService('config').filterXdescribe.forEach(function (item) { + console.info(`${TAG}xdescribe: ${item} should not contain it`); + }); + } + } + + formatPrint(type, msg) { + switch (type) { + case 'pass': + console.info(`${TAG}[pass]${msg}`); + break; + case 'fail': + console.info(`${TAG}[fail]${msg}`); + break; + case 'failDetail': + console.info(`${TAG}[failDetail]${msg}`); + break; + case 'error': + console.info(`${TAG}[error]${msg}`); + break; + case 'errorDetail': + console.info(`${TAG}[errorDetail]${msg}`); + break; + } + } + + sleep(numberMillis) { + var now = new Date(); + var exitTime = now.getTime() + numberMillis; + while (true) { + now = new Date(); + if (now.getTime() > exitTime) { + return; + } + } + } +} + +export { + SuiteService, + SpecService, + ExpectService, + ReportService +}; diff --git a/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/testrunner/OpenHarmonyTestRunner.ts b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/testrunner/OpenHarmonyTestRunner.ts new file mode 100644 index 0000000..a2fe902 --- /dev/null +++ b/oh_modules/.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium/src/main/testrunner/OpenHarmonyTestRunner.ts @@ -0,0 +1,83 @@ +/* + * Copyright (c) 2023-2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { abilityDelegatorRegistry, TestRunner } from '@kit.TestKit'; +import { BusinessError } from '@kit.BasicServicesKit'; +import { hilog } from '@kit.PerformanceAnalysisKit'; +import { resourceManager } from '@kit.LocalizationKit'; +import { util } from '@kit.ArkTS'; +import { Hypium } from '@ohos/hypium'; +import testsuite from '../test/List.test'; + +let abilityDelegator: abilityDelegatorRegistry.AbilityDelegator; +let abilityDelegatorArguments: abilityDelegatorRegistry.AbilityDelegatorArgs; +let jsonPath: string = 'mock/mock-config.json'; +let domain: number = 0x0000; //日志标识,0x0000作为测试框架的业务标识 +let tag: string = 'testTag'; //日志标识字符串,作为tag标识当前runner类下的测试行为 + +export default class OpenHarmonyTestRunner implements TestRunner { + constructor() { + } + + onPrepare() { + hilog.info(domain, tag, '%{public}s', 'OpenHarmonyTestRunner OnPrepare'); + } + + async onRun() { + hilog.info(domain, tag, '%{public}s', 'OpenHarmonyTestRunner onRun run'); + abilityDelegatorArguments = abilityDelegatorRegistry.getArguments(); + abilityDelegator = abilityDelegatorRegistry.getAbilityDelegator(); + let moduleName = abilityDelegatorArguments.parameters['-m']; + let context = abilityDelegator.getAppContext().getApplicationContext().createModuleContext(moduleName); + let mResourceManager = context.resourceManager; + await checkMock(abilityDelegator, mResourceManager); + hilog.info(domain, tag, '%{public}s', 'start run testcase!!!'); + Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite); + hilog.info(domain, tag, '%{public}s', 'OpenHarmonyTestRunner onRun end'); + } +} + +async function checkMock(abilityDelegator: abilityDelegatorRegistry.AbilityDelegator, resourceManager: resourceManager.ResourceManager) { + let rawFile: Uint8Array; + try { + rawFile = resourceManager.getRawFileContentSync(jsonPath); + hilog.info(domain, tag, 'MockList file exists'); + let mockStr: string = util.TextDecoder.create("utf-8", { ignoreBOM: true }).decodeWithStream(rawFile); + let mockMap: Record = getMockList(mockStr); + try { + abilityDelegator.setMockList(mockMap); + } catch (error) { + let code = (error as BusinessError).code; + let message = (error as BusinessError).message; + hilog.error(domain, tag, `abilityDelegator.setMockList failed, error code: ${code}, message: ${message}.`); + } + } catch (error) { + let code = (error as BusinessError).code; + let message = (error as BusinessError).message; + hilog.error(domain, tag, `ResourceManager:callback getRawFileContent failed, error code: ${code}, message: ${message}.`); + } +} + +function getMockList(jsonStr: string) { + let jsonObj: Record = JSON.parse(jsonStr); + let map: Map = new Map(Object.entries(jsonObj)); + let mockList: Record = {}; + map.forEach((value: object, key: string) => { + let realValue: string = value['source'].toString(); + mockList[key] = realValue; + }); + hilog.info(domain, tag, '%{public}s', 'mock-json value:' + JSON.stringify(mockList) ?? ''); + return mockList; +} \ No newline at end of file diff --git a/oh_modules/.ohpm/lock.json5 b/oh_modules/.ohpm/lock.json5 new file mode 100644 index 0000000..76cfe41 --- /dev/null +++ b/oh_modules/.ohpm/lock.json5 @@ -0,0 +1,55 @@ +{ + "lockVersion": "1.0", + "settings": { + "resolveConflict": true, + "resolveConflictStrict": false, + "installAll": true + }, + "overrides": {}, + "overrideDependencyMap": {}, + "modules": { + ".": { + "name": "", + "dependencies": {}, + "devDependencies": { + "@ohos/hypium": { + "specifier": "1.0.21", + "version": "1.0.21" + }, + "@ohos/hamock": { + "specifier": "1.0.0", + "version": "1.0.0" + } + }, + "dynamicDependencies": {}, + "maskedByOverrideDependencyMap": false + }, + "entry": { + "name": "entry", + "dependencies": {}, + "devDependencies": {}, + "dynamicDependencies": {}, + "maskedByOverrideDependencyMap": false + } + }, + "packages": { + "@ohos/hypium@1.0.21": { + "integrity": "sha512-iyKGMXxE+9PpCkqEwu0VykN/7hNpb+QOeIuHwkmZnxOpI+dFZt6yhPB7k89EgV1MiSK/ieV/hMjr5Z2mWwRfMQ==", + "storePath": "oh_modules/.ohpm/@ohos+hypium@1.0.21", + "dependencies": {}, + "dynamicDependencies": {}, + "dev": true, + "dynamic": false, + "maskedByOverrideDependencyMap": false + }, + "@ohos/hamock@1.0.0": { + "integrity": "sha512-K6lDPYc6VkKe6ZBNQa9aoG+ZZMiwqfcR/7yAVFSUGIuOAhPvCJAo9+t1fZnpe0dBRBPxj2bxPPbKh69VuyAtDg==", + "storePath": "oh_modules/.ohpm/@ohos+hamock@1.0.0", + "dependencies": {}, + "dynamicDependencies": {}, + "dev": true, + "dynamic": false, + "maskedByOverrideDependencyMap": false + } + } +} \ No newline at end of file diff --git a/oh_modules/.ohpm/oh_modules/@ohos/hamock b/oh_modules/.ohpm/oh_modules/@ohos/hamock new file mode 120000 index 0000000..b4b328a --- /dev/null +++ b/oh_modules/.ohpm/oh_modules/@ohos/hamock @@ -0,0 +1 @@ +../../@ohos+hamock@1.0.0/oh_modules/@ohos/hamock \ No newline at end of file diff --git a/oh_modules/.ohpm/oh_modules/@ohos/hypium b/oh_modules/.ohpm/oh_modules/@ohos/hypium new file mode 120000 index 0000000..1996076 --- /dev/null +++ b/oh_modules/.ohpm/oh_modules/@ohos/hypium @@ -0,0 +1 @@ +../../@ohos+hypium@1.0.21/oh_modules/@ohos/hypium \ No newline at end of file diff --git a/oh_modules/@ohos/hamock b/oh_modules/@ohos/hamock new file mode 120000 index 0000000..56a64d0 --- /dev/null +++ b/oh_modules/@ohos/hamock @@ -0,0 +1 @@ +../.ohpm/@ohos+hamock@1.0.0/oh_modules/@ohos/hamock \ No newline at end of file diff --git a/oh_modules/@ohos/hypium b/oh_modules/@ohos/hypium new file mode 120000 index 0000000..eed5762 --- /dev/null +++ b/oh_modules/@ohos/hypium @@ -0,0 +1 @@ +../.ohpm/@ohos+hypium@1.0.21/oh_modules/@ohos/hypium \ No newline at end of file