• Home
  • Raw
  • Download

Lines Matching refs:error

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()
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()
118 LOG.error("HapVerify::checkSharedApppIsValid hapVerifyInfos is empty."); in checkSharedApppIsValid()
124 LOG.error("HapVerify::checkSharedApppIsValid module name is different."); in checkSharedApppIsValid()
128 … LOG.error("HapVerify::checkSharedApppIsValid shared hsp cannot depend on other modules."); in checkSharedApppIsValid()
132 LOG.error("HapVerify::checkSharedApppIsValid module type is not shared app."); in checkSharedApppIsValid()
139 LOG.error("HapVerify::checkSharedApppIsValid duplicated module."); in checkSharedApppIsValid()
156 LOG.error("HapVerify::checkAppVariableIsSame failed, hapVerifyInfos is empty."); in checkAppFieldsIsSame()
175 LOG.error("input module bundleName is different."); in checkAppFieldsIsSame()
179 LOG.error("input module bundleType is different."); in checkAppFieldsIsSame()
183 LOG.error("input module vendor is different."); in checkAppFieldsIsSame()
187 LOG.error("input module versionCode is different."); in checkAppFieldsIsSame()
191 LOG.error("input module versionName is different."); in checkAppFieldsIsSame()
195 LOG.error("input module minCompatibleVersionCode is different."); in checkAppFieldsIsSame()
199 LOG.error("input module minApiVersion is different."); in checkAppFieldsIsSame()
203 LOG.error("input module targetApiVersion is different."); in checkAppFieldsIsSame()
207 LOG.error("input module releaseType is different."); in checkAppFieldsIsSame()
211 LOG.error("targetBundleName is different."); in checkAppFieldsIsSame()
215 LOG.error("targetPriority is different."); in checkAppFieldsIsSame()
219 LOG.error("debug is different."); in checkAppFieldsIsSame()
236 LOG.error("HapVerify::checkModuleNameIsValid should not be empty."); in checkModuleNameIsValid()
242 … LOG.error("Module: (" + hapVerifyInfos.get(i).getModuleName() + ") and Module: (" + in checkModuleNameIsValid()
245 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " has deviceType " in checkModuleNameIsValid()
247 … LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " has deviceType " in checkModuleNameIsValid()
250 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " DistroFilter is : " in checkModuleNameIsValid()
254 … LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " DistroFilter is " in checkModuleNameIsValid()
257 LOG.error("Solution: Make sure the module name is valid and unique."); in checkModuleNameIsValid()
258 LOG.error("Reference: " + REFERENCE_LINK + "."); in checkModuleNameIsValid()
281 … LOG.error("Module: (" + hapVerifyInfos.get(i).getModuleName() + ") and Module: (" + in checkPackageNameIsValid()
284 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " has deviceType " in checkPackageNameIsValid()
286 … LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " has deviceType " in checkPackageNameIsValid()
289 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " DistroFilter is : " + in checkPackageNameIsValid()
293 … LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " DistroFilter is " + in checkPackageNameIsValid()
296 LOG.error("Solution: Make sure package name is valid and unique."); in checkPackageNameIsValid()
297 LOG.error("Reference: " + REFERENCE_LINK + "."); in checkPackageNameIsValid()
374 LOG.error("target modules are needed to pack with overlay module."); in checkTargetModuleNameIsExisted()
378 LOG.error("target modules are needed to pack with overlay module."); in checkTargetModuleNameIsExisted()
388 LOG.error("hapVerifyInfos is empty"); in checkCompileSdkIsValid()
395 LOG.error("compile sdk type is not same."); in checkCompileSdkIsValid()
399 LOG.error("compile sdk version is not same."); in checkCompileSdkIsValid()
408 LOG.error("hapVerifyInfos is empty"); in checkProxyDataUriIsUnique()
415 LOG.error("uri " + uri + " in proxy data is duplicated"); in checkProxyDataUriIsUnique()
452 … LOG.error("Module: (" + entryHapVerifyInfos.get(i).getModuleName() + ") and Module: (" + in checkEntryIsValid()
455 … LOG.error("Module: " + entryHapVerifyInfos.get(i).getModuleName() + " has deviceType " in checkEntryIsValid()
457 … LOG.error("Another Module: " + entryHapVerifyInfos.get(j).getModuleName() + " has deviceType " in checkEntryIsValid()
460 … LOG.error("Module: " + entryHapVerifyInfos.get(i).getModuleName() + " DistroFilter is : " + in checkEntryIsValid()
464 LOG.error("Another Module: " + entryHapVerifyInfos.get(j).getModuleName() + in checkEntryIsValid()
467 LOG.error("Solution: Make sure entry name is valid and unique."); in checkEntryIsValid()
468 LOG.error("Reference: " + REFERENCE_LINK + "."); in checkEntryIsValid()
565 LOG.error("HapVerify::checkPolicyValueDisjoint value should not empty."); in checkPolicyValueDisjoint()
583 LOG.error("HapVerify::checkPolicyValueDisjoint input policy is invalid."); in checkPolicyValueDisjoint()
701 LOG.error("HapVerify::checkApiVersionCovered input none policy."); in checkApiVersionCovered()
718 LOG.error("HapVerify::checkApiVersionCovered input policy is invalid."); in checkApiVersionCovered()
751 LOG.error("HapVerify::checkScreenShapeCovered input none policy."); in checkScreenShapeCovered()
766 LOG.error("HapVerify::checkScreenShapeCovered input policy is invalid."); in checkScreenShapeCovered()
798 LOG.error("HapVerify::checkScreenWindowCovered input none policy."); in checkScreenWindowCovered()
813 LOG.error("HapVerify::checkScreenWindowCovered input policy is invalid."); in checkScreenWindowCovered()
845 LOG.error("HapVerify::checkScreenDensityCovered input none policy."); in checkScreenDensityCovered()
860 LOG.error("HapVerify::checkScreenDensityCovered input policy is invalid."); in checkScreenDensityCovered()
892 LOG.error("HapVerify::checkCountryCodeCovered input none policy."); in checkCountryCodeCovered()
907 LOG.error("HapVerify::checkCountryCodeCovered input policy is invalid."); in checkCountryCodeCovered()
947 LOG.error("checkPolicyValueCovered::failed value is null."); in checkPolicyValueCovered()
1008 LOG.error("HapVerify::checkDependencyIsValid failed, input none hap."); in checkDependencyIsValid()
1014 LOG.error("installationFree is different in input hap."); in checkDependencyIsValid()
1057 LOG.error("HAP or HSP cannot depend on HAP" + item.getModuleName() + "."); in dfsTraverseDependency()
1122 LOG.error("circular dependency, dependencyList is " in checkDependencyListCirculate()
1161 LOG.error("checkAtomicServiceIsValid failed, hapVerifyInfoList is empty."); in checkAtomicServiceModuleSize()
1181 … LOG.error("module " + hapVerifyInfo.getModuleName() + " and it's dependencies size is " + in checkAtomicServiceModuleSize()
1186 … LOG.error("module " + hapVerifyInfo.getModuleName() + " and it's dependencies size is " + in checkAtomicServiceModuleSize()
1208 LOG.error("getDeviceHapVerifyInfoMap failed, hapVerifyInfoList is empty."); in getDeviceHapVerifyInfoMap()
1229 LOG.error("checkAtomicServiceIsValid failed, hapVerifyInfoList is empty."); in checkAtomicServiceIsValid()
1245 LOG.error("checkAtomicServiceSumLimit failed on device: " + device); in checkAtomicServiceIsValid()
1249 LOG.error("checkAtomicServicePreloadsIsValid failed on device " + device + "."); in checkAtomicServiceIsValid()
1255 LOG.error("checkFileSizeIsValid failed."); in checkAtomicServiceIsValid()
1270 LOG.error("The total file size is " + getCeilFileSize(fileSize, sumLimit) + in checkAtomicServiceSumLimit()
1281 LOG.error("checkAtomicServicePreloadsIsValid failed, hapVerifyInfoList is empty."); in checkAtomicServicePreloadsIsValid()
1295 LOG.error("preloads config a duplicate module " + moduleName + in checkAtomicServicePreloadsIsValid()
1301 LOG.error("preloads config a invalid module " + moduleName + in checkAtomicServicePreloadsIsValid()
1306 … LOG.error("can not preload self, " + hapVerifyInfo.getModuleName() + " preload self."); in checkAtomicServicePreloadsIsValid()
1322 LOG.error("feature or shared can not preload entry or har, " in checkAtomicServicePreloadsIsValid()
1335 LOG.error("checkFileSizeIsValid failed, hapVerifyInfoList is empty."); in checkFileSizeIsValid()
1339 LOG.error("checkFileSize failed."); in checkFileSizeIsValid()
1347 LOG.error("checkFileSizeWhenSplit failed, hapVerifyInfoList is empty."); in checkFileSize()
1356 LOG.error("module " + hapVerifyInfo.getModuleName() + "'s size is " + in checkFileSize()
1363 LOG.error("module " + hapVerifyInfo.getModuleName() + "'s size is " + in checkFileSize()
1374 LOG.error("checkAtomicServiceModuleSize failed on device " + device + "."); in checkFileSize()