Lines Matching refs:LOG
36 private static final Log LOG = new Log(HapVerify.class.toString()); field in HapVerify
58 LOG.error("HapVerify::checkHapIsValid hapVerifyInfos is empty"); in checkHapIsValid()
63 LOG.error("some app variable is different."); in checkHapIsValid()
72 LOG.error("packageName duplicated."); in checkHapIsValid()
81 LOG.error("module dependency is invalid."); in checkHapIsValid()
86 LOG.error("checkAtomicServiceIsValid failed."); in checkHapIsValid()
91 LOG.info("Ability name is duplicated."); in checkHapIsValid()
95 LOG.error("target module is not found."); in checkHapIsValid()
99 LOG.error("compile sdk config is not same."); in checkHapIsValid()
103 LOG.error("uris in proxy data are not unique."); in checkHapIsValid()
144 LOG.error("Module: (" + hapVerifyInfo.getModuleName() + "), Ability: (" + in checkContinueTypeIsValid()
147 … LOG.error("Ability: (" + abilityNames.get(i) + ") have continueType: " + typeList); in checkContinueTypeIsValid()
148 … LOG.error("Another Ability: (" + abilityNames.get(j) + ") have continueType: " + typeList2); in checkContinueTypeIsValid()
165 LOG.error("Module: (" + hapVerifyInfo.getModuleName() + ") and Module: (" + in checkContinueTypeIsValid()
167 LOG.error("Module: (" + hapVerifyInfo.getModuleName() + ") have deviceType: " + in checkContinueTypeIsValid()
169 LOG.error("Another Module: (" + hapVerifyInfo2.getModuleName() + ") have deviceType: " + in checkContinueTypeIsValid()
185 LOG.error("HapVerify::checkSharedApppIsValid hapVerifyInfos is empty."); in checkSharedApppIsValid()
191 LOG.error("HapVerify::checkSharedApppIsValid module name is different."); in checkSharedApppIsValid()
195 … LOG.error("HapVerify::checkSharedApppIsValid shared hsp cannot depend on other modules."); in checkSharedApppIsValid()
199 LOG.error("HapVerify::checkSharedApppIsValid module type is not shared app."); in checkSharedApppIsValid()
206 LOG.error("HapVerify::checkSharedApppIsValid duplicated module."); in checkSharedApppIsValid()
223 LOG.error("HapVerify::checkAppVariableIsSame failed, hapVerifyInfos is empty."); in checkAppFieldsIsSame()
244 LOG.warning("Module: (" + verifyCollection.getModuleName() + ") and Module: (" + in checkAppFieldsIsSame()
255 LOG.error("input module bundleName is different."); in appFieldsIsSame()
259 LOG.error("input module bundleType is different."); in appFieldsIsSame()
263 LOG.error("input module versionCode is different."); in appFieldsIsSame()
267 LOG.error("input module minCompatibleVersionCode is different."); in appFieldsIsSame()
271 LOG.error("input module minApiVersion is different."); in appFieldsIsSame()
275 LOG.error("input module targetApiVersion is different."); in appFieldsIsSame()
279 LOG.error("input module releaseType is different."); in appFieldsIsSame()
280 LOG.error("Solutions: > Check if the releaseType is the same in different modules."); in appFieldsIsSame()
284 LOG.error("targetBundleName is different."); in appFieldsIsSame()
288 LOG.error("targetPriority is different."); in appFieldsIsSame()
292 LOG.error("debug is different."); in appFieldsIsSame()
293 LOG.error("Solutions: > Check if the debug type is the same in different modules."); in appFieldsIsSame()
298 LOG.error("multiAppMode is different."); in appFieldsIsSame()
319 LOG.error("HapVerify::checkModuleNameIsValid should not be empty."); in checkModuleNameIsValid()
325 … LOG.error("Module: (" + hapVerifyInfos.get(i).getModuleName() + ") and Module: (" + in checkModuleNameIsValid()
328 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " has deviceType " in checkModuleNameIsValid()
330 … LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " has deviceType " in checkModuleNameIsValid()
333 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " DistroFilter is : " in checkModuleNameIsValid()
337 … LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " DistroFilter is " in checkModuleNameIsValid()
340 LOG.error("Solution: Make sure the module name is valid and unique."); in checkModuleNameIsValid()
341 LOG.error("Reference: " + REFERENCE_LINK + "."); in checkModuleNameIsValid()
364 … LOG.error("Module: (" + hapVerifyInfos.get(i).getModuleName() + ") and Module: (" + in checkPackageNameIsValid()
367 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " has deviceType " in checkPackageNameIsValid()
369 … LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " has deviceType " in checkPackageNameIsValid()
372 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " DistroFilter is : " + in checkPackageNameIsValid()
376 … LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " DistroFilter is " + in checkPackageNameIsValid()
379 LOG.error("Solution: Make sure package name is valid and unique."); in checkPackageNameIsValid()
380 LOG.error("Reference: " + REFERENCE_LINK + "."); in checkPackageNameIsValid()
399 LOG.warning( in checkAbilityNameIsValid()
412 … LOG.warning("Module: (" + hapVerifyInfos.get(i).getModuleName() + ") and Module: (" + in checkAbilityNameIsValid()
414 LOG.warning("Module: " + hapVerifyInfos.get(i).getModuleName() + " has ability " in checkAbilityNameIsValid()
416 LOG.warning("Module: " + hapVerifyInfos.get(j).getModuleName() + " has ability " in checkAbilityNameIsValid()
418 LOG.warning("Solution: Make sure ability name is valid and unique."); in checkAbilityNameIsValid()
419 LOG.warning("Reference: " + REFERENCE_LINK + "."); in checkAbilityNameIsValid()
457 LOG.error("target modules are needed to pack with overlay module."); in checkTargetModuleNameIsExisted()
461 LOG.error("target modules are needed to pack with overlay module."); in checkTargetModuleNameIsExisted()
471 LOG.error("hapVerifyInfos is empty"); in checkCompileSdkIsValid()
478 LOG.error("compile sdk type is not same."); in checkCompileSdkIsValid()
482 LOG.error("compile sdk version is not same."); in checkCompileSdkIsValid()
491 LOG.error("hapVerifyInfos is empty"); in checkProxyDataUriIsUnique()
498 LOG.error("uri " + uri + " in proxy data is duplicated"); in checkProxyDataUriIsUnique()
499 … LOG.error("Solutions: > Check if the uri in proxyData is unique in different modules."); in checkProxyDataUriIsUnique()
525 LOG.warning("Input wrong type module."); in checkEntryIsValid()
530 LOG.warning("Warning: has no entry module."); in checkEntryIsValid()
536 … LOG.error("Module: (" + entryHapVerifyInfos.get(i).getModuleName() + ") and Module: (" + in checkEntryIsValid()
539 … LOG.error("Module: " + entryHapVerifyInfos.get(i).getModuleName() + " has deviceType " in checkEntryIsValid()
541 … LOG.error("Another Module: " + entryHapVerifyInfos.get(j).getModuleName() + " has deviceType " in checkEntryIsValid()
544 … LOG.error("Module: " + entryHapVerifyInfos.get(i).getModuleName() + " DistroFilter is : " + in checkEntryIsValid()
548 LOG.error("Another Module: " + entryHapVerifyInfos.get(j).getModuleName() + in checkEntryIsValid()
551 LOG.error("Solution: Make sure entry name is valid and unique."); in checkEntryIsValid()
552 LOG.error("Reference: " + REFERENCE_LINK + "."); in checkEntryIsValid()
561 LOG.warning(hapVerifyInfo.getModuleName() + " can not be covered by entry."); in checkEntryIsValid()
649 LOG.error("HapVerify::checkPolicyValueDisjoint value should not empty."); in checkPolicyValueDisjoint()
667 LOG.error("HapVerify::checkPolicyValueDisjoint input policy is invalid."); in checkPolicyValueDisjoint()
707 LOG.warning("Warning: device " + device + " has feature but has no entry."); in checkFeature()
712 LOG.warning(featureHap.getModuleName() + in checkFeature()
715 LOG.warning(featureHap.getModuleName() + " has " + in checkFeature()
746 LOG.warning("HapVerify::checkFeatureDistroFilter failed, apiVersion is not covered."); in checkFeatureDistroFilter()
750 LOG.warning("HapVerify::checkFeatureDistroFilter failed, screenShape is not covered."); in checkFeatureDistroFilter()
754 LOG.warning("HapVerify::checkFeatureDistroFilter failed, screenWindow is not covered."); in checkFeatureDistroFilter()
758 … LOG.warning("HapVerify::checkFeatureDistroFilter failed, screenDensity is not covered."); in checkFeatureDistroFilter()
762 LOG.warning("HapVerify::checkFeatureDistroFilter failed, countryCode is not covered."); in checkFeatureDistroFilter()
785 LOG.error("HapVerify::checkApiVersionCovered input none policy."); in checkApiVersionCovered()
802 LOG.error("HapVerify::checkApiVersionCovered input policy is invalid."); in checkApiVersionCovered()
835 LOG.error("HapVerify::checkScreenShapeCovered input none policy."); in checkScreenShapeCovered()
850 LOG.error("HapVerify::checkScreenShapeCovered input policy is invalid."); in checkScreenShapeCovered()
882 LOG.error("HapVerify::checkScreenWindowCovered input none policy."); in checkScreenWindowCovered()
897 LOG.error("HapVerify::checkScreenWindowCovered input policy is invalid."); in checkScreenWindowCovered()
929 LOG.error("HapVerify::checkScreenDensityCovered input none policy."); in checkScreenDensityCovered()
944 LOG.error("HapVerify::checkScreenDensityCovered input policy is invalid."); in checkScreenDensityCovered()
976 LOG.error("HapVerify::checkCountryCodeCovered input none policy."); in checkCountryCodeCovered()
991 LOG.error("HapVerify::checkCountryCodeCovered input policy is invalid."); in checkCountryCodeCovered()
1031 LOG.error("checkPolicyValueCovered::failed value is null."); in checkPolicyValueCovered()
1092 LOG.error("HapVerify::checkDependencyIsValid failed, input none hap."); in checkDependencyIsValid()
1098 LOG.error("installationFree is different in input hap."); in checkDependencyIsValid()
1134 … LOG.warning("Dependent module " + dependency.getModuleName() + " missing, check the HSP-Path."); in dfsTraverseDependency()
1141 LOG.error("HAP or HSP cannot depend on HAP" + item.getModuleName() + "."); in dfsTraverseDependency()
1206 LOG.error("circular dependency, dependencyList is " in checkDependencyListCirculate()
1245 LOG.error("checkAtomicServiceIsValid failed, hapVerifyInfoList is empty."); in checkAtomicServiceModuleSize()
1265 … LOG.error("module " + hapVerifyInfo.getModuleName() + " and it's dependencies size is " + in checkAtomicServiceModuleSize()
1270 … LOG.error("module " + hapVerifyInfo.getModuleName() + " and it's dependencies size is " + in checkAtomicServiceModuleSize()
1292 LOG.error("getDeviceHapVerifyInfoMap failed, hapVerifyInfoList is empty."); in getDeviceHapVerifyInfoMap()
1313 LOG.error("checkAtomicServiceIsValid failed, hapVerifyInfoList is empty."); in checkAtomicServiceIsValid()
1329 LOG.error("checkAtomicServicePreloadsIsValid failed on device " + device + "."); in checkAtomicServiceIsValid()
1335 LOG.error("checkFileSizeIsValid failed."); in checkAtomicServiceIsValid()
1350 LOG.error("The total file size is " + getCeilFileSize(fileSize, sumLimit) + in checkAtomicServiceSumLimit()
1361 LOG.error("checkAtomicServicePreloadsIsValid failed, hapVerifyInfoList is empty."); in checkAtomicServicePreloadsIsValid()
1375 LOG.error("preloads config a duplicate module " + moduleName + in checkAtomicServicePreloadsIsValid()
1381 LOG.error("preloads config a invalid module " + moduleName + in checkAtomicServicePreloadsIsValid()
1386 … LOG.error("can not preload self, " + hapVerifyInfo.getModuleName() + " preload self."); in checkAtomicServicePreloadsIsValid()
1402 LOG.error("feature or shared can not preload entry or har, " in checkAtomicServicePreloadsIsValid()
1415 LOG.error("checkFileSizeIsValid failed, hapVerifyInfoList is empty."); in checkFileSizeIsValid()
1419 LOG.error("checkFileSize failed."); in checkFileSizeIsValid()
1427 LOG.error("checkFileSizeWhenSplit failed, hapVerifyInfoList is empty."); in checkFileSize()
1436 LOG.error("module " + hapVerifyInfo.getModuleName() + "'s size is " + in checkFileSize()
1443 LOG.error("module " + hapVerifyInfo.getModuleName() + "'s size is " + in checkFileSize()
1454 LOG.error("checkAtomicServiceModuleSize failed on device " + device + "."); in checkFileSize()