Lines Matching refs:error
61 LOG.error("HapVerify::checkHapIsValid hapVerifyInfos is empty"); in checkHapIsValid()
66 LOG.error("some app variable is different."); in checkHapIsValid()
75 LOG.error("packageName duplicated."); in checkHapIsValid()
84 LOG.error("module dependency is invalid."); in checkHapIsValid()
89 LOG.error("checkAtomicServiceIsValid failed."); in checkHapIsValid()
98 LOG.error("target module is not found."); in checkHapIsValid()
102 LOG.error("compile sdk config is not same."); in checkHapIsValid()
106 LOG.error("uris in proxy data are not unique."); in checkHapIsValid()
121 LOG.error("HapVerify::checkSharedApppIsValid hapVerifyInfos is empty."); in checkSharedApppIsValid()
127 LOG.error("HapVerify::checkSharedApppIsValid module name is different."); in checkSharedApppIsValid()
131 … LOG.error("HapVerify::checkSharedApppIsValid shared hsp cannot depend on other modules."); in checkSharedApppIsValid()
135 LOG.error("HapVerify::checkSharedApppIsValid module type is not shared app."); in checkSharedApppIsValid()
142 LOG.error("HapVerify::checkSharedApppIsValid duplicated module."); in checkSharedApppIsValid()
159 LOG.error("HapVerify::checkAppVariableIsSame failed, hapVerifyInfos is empty."); in checkAppFieldsIsSame()
178 LOG.error("input module bundleName is different."); in checkAppFieldsIsSame()
182 LOG.error("input module bundleType is different."); in checkAppFieldsIsSame()
186 LOG.error("input module vendor is different."); in checkAppFieldsIsSame()
190 LOG.error("input module versionCode is different."); in checkAppFieldsIsSame()
194 LOG.error("input module versionName is different."); in checkAppFieldsIsSame()
198 LOG.error("input module minCompatibleVersionCode is different."); in checkAppFieldsIsSame()
202 LOG.error("input module minApiVersion is different."); in checkAppFieldsIsSame()
206 LOG.error("input module targetApiVersion is different."); in checkAppFieldsIsSame()
210 LOG.error("input module releaseType is different."); in checkAppFieldsIsSame()
214 LOG.error("targetBundleName is different."); in checkAppFieldsIsSame()
218 LOG.error("targetPriority is different."); in checkAppFieldsIsSame()
222 LOG.error("debug is different."); in checkAppFieldsIsSame()
239 LOG.error("HapVerify::checkModuleNameIsValid should not be empty."); in checkModuleNameIsValid()
245 … LOG.error("Module: (" + hapVerifyInfos.get(i).getModuleName() + ") and Module: (" + in checkModuleNameIsValid()
248 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " has deviceType " in checkModuleNameIsValid()
250 … LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " has deviceType " in checkModuleNameIsValid()
253 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " DistroFilter is : " in checkModuleNameIsValid()
257 … LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " DistroFilter is " in checkModuleNameIsValid()
260 LOG.error("Solution: Make sure the module name is valid and unique."); in checkModuleNameIsValid()
261 LOG.error("Reference: " + REFERENCE_LINK + "."); in checkModuleNameIsValid()
284 … LOG.error("Module: (" + hapVerifyInfos.get(i).getModuleName() + ") and Module: (" + in checkPackageNameIsValid()
287 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " has deviceType " in checkPackageNameIsValid()
289 … LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " has deviceType " in checkPackageNameIsValid()
292 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " DistroFilter is : " + in checkPackageNameIsValid()
296 … LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " DistroFilter is " + in checkPackageNameIsValid()
299 LOG.error("Solution: Make sure package name is valid and unique."); in checkPackageNameIsValid()
300 LOG.error("Reference: " + REFERENCE_LINK + "."); in checkPackageNameIsValid()
377 LOG.error("target modules are needed to pack with overlay module."); in checkTargetModuleNameIsExisted()
381 LOG.error("target modules are needed to pack with overlay module."); in checkTargetModuleNameIsExisted()
391 LOG.error("hapVerifyInfos is empty"); in checkCompileSdkIsValid()
398 LOG.error("compile sdk type is not same."); in checkCompileSdkIsValid()
402 LOG.error("compile sdk version is not same."); in checkCompileSdkIsValid()
411 LOG.error("hapVerifyInfos is empty"); in checkProxyDataUriIsUnique()
418 LOG.error("uri " + uri + " in proxy data is duplicated"); in checkProxyDataUriIsUnique()
455 … LOG.error("Module: (" + entryHapVerifyInfos.get(i).getModuleName() + ") and Module: (" + in checkEntryIsValid()
458 … LOG.error("Module: " + entryHapVerifyInfos.get(i).getModuleName() + " has deviceType " in checkEntryIsValid()
460 … LOG.error("Another Module: " + entryHapVerifyInfos.get(j).getModuleName() + " has deviceType " in checkEntryIsValid()
463 … LOG.error("Module: " + entryHapVerifyInfos.get(i).getModuleName() + " DistroFilter is : " + in checkEntryIsValid()
467 LOG.error("Another Module: " + entryHapVerifyInfos.get(j).getModuleName() + in checkEntryIsValid()
470 LOG.error("Solution: Make sure entry name is valid and unique."); in checkEntryIsValid()
471 LOG.error("Reference: " + REFERENCE_LINK + "."); in checkEntryIsValid()
568 LOG.error("HapVerify::checkPolicyValueDisjoint value should not empty."); in checkPolicyValueDisjoint()
586 LOG.error("HapVerify::checkPolicyValueDisjoint input policy is invalid."); in checkPolicyValueDisjoint()
704 LOG.error("HapVerify::checkApiVersionCovered input none policy."); in checkApiVersionCovered()
721 LOG.error("HapVerify::checkApiVersionCovered input policy is invalid."); in checkApiVersionCovered()
754 LOG.error("HapVerify::checkScreenShapeCovered input none policy."); in checkScreenShapeCovered()
769 LOG.error("HapVerify::checkScreenShapeCovered input policy is invalid."); in checkScreenShapeCovered()
801 LOG.error("HapVerify::checkScreenWindowCovered input none policy."); in checkScreenWindowCovered()
816 LOG.error("HapVerify::checkScreenWindowCovered input policy is invalid."); in checkScreenWindowCovered()
848 LOG.error("HapVerify::checkScreenDensityCovered input none policy."); in checkScreenDensityCovered()
863 LOG.error("HapVerify::checkScreenDensityCovered input policy is invalid."); in checkScreenDensityCovered()
895 LOG.error("HapVerify::checkCountryCodeCovered input none policy."); in checkCountryCodeCovered()
910 LOG.error("HapVerify::checkCountryCodeCovered input policy is invalid."); in checkCountryCodeCovered()
950 LOG.error("checkPolicyValueCovered::failed value is null."); in checkPolicyValueCovered()
1011 LOG.error("HapVerify::checkDependencyIsValid failed, input none hap."); in checkDependencyIsValid()
1017 LOG.error("installationFree is different in input hap."); in checkDependencyIsValid()
1051 LOG.error("dependency list depth exceed, dependencyList is " in dfsTraverseDependency()
1067 LOG.error("HAP or HSP cannot depend on HAP" + item.getModuleName() + "."); in dfsTraverseDependency()
1132 LOG.error("circular dependency, dependencyList is " in checkDependencyListCirculate()
1171 LOG.error("checkAtomicServiceIsValid failed, hapVerifyInfoList is empty."); in checkAtomicServiceModuleSize()
1191 … LOG.error("module " + hapVerifyInfo.getModuleName() + " and it's dependencies size is " + in checkAtomicServiceModuleSize()
1196 … LOG.error("module " + hapVerifyInfo.getModuleName() + " and it's dependencies size is " + in checkAtomicServiceModuleSize()
1218 LOG.error("getDeviceHapVerifyInfoMap failed, hapVerifyInfoList is empty."); in getDeviceHapVerifyInfoMap()
1239 LOG.error("checkAtomicServiceIsValid failed, hapVerifyInfoList is empty."); in checkAtomicServiceIsValid()
1255 LOG.error("checkAtomicServiceSumLimit failed on device: " + device); in checkAtomicServiceIsValid()
1259 LOG.error("checkAtomicServicePreloadsIsValid failed on device " + device + "."); in checkAtomicServiceIsValid()
1265 LOG.error("checkFileSizeIsValid failed."); in checkAtomicServiceIsValid()
1280 LOG.error("The total file size is " + getCeilFileSize(fileSize, sumLimit) + in checkAtomicServiceSumLimit()
1291 LOG.error("checkAtomicServicePreloadsIsValid failed, hapVerifyInfoList is empty."); in checkAtomicServicePreloadsIsValid()
1305 LOG.error("preloads config a duplicate module " + moduleName + in checkAtomicServicePreloadsIsValid()
1311 LOG.error("preloads config a invalid module " + moduleName + in checkAtomicServicePreloadsIsValid()
1316 … LOG.error("can not preload self, " + hapVerifyInfo.getModuleName() + " preload self."); in checkAtomicServicePreloadsIsValid()
1332 LOG.error("feature or shared can not preload entry or har, " in checkAtomicServicePreloadsIsValid()
1345 LOG.error("checkFileSizeIsValid failed, hapVerifyInfoList is empty."); in checkFileSizeIsValid()
1349 LOG.error("checkFileSize failed."); in checkFileSizeIsValid()
1357 LOG.error("checkFileSizeWhenSplit failed, hapVerifyInfoList is empty."); in checkFileSize()
1366 LOG.error("module " + hapVerifyInfo.getModuleName() + "'s size is " + in checkFileSize()
1373 LOG.error("module " + hapVerifyInfo.getModuleName() + "'s size is " + in checkFileSize()
1384 LOG.error("checkAtomicServiceModuleSize failed on device " + device + "."); in checkFileSize()