• Home
  • Raw
  • Download

Lines Matching refs:LOG

49     private static final Log LOG = new Log(CompressVerify.class.toString());  field in CompressVerify
62 LOG.error("CompressVerify::commandVerify utility is null!"); in commandVerify()
68 LOG.error("CompressVerify::commandVerify forceRewrite is invalid!"); in commandVerify()
85 LOG.error("CompressVerify::isArgsValidInHapMode json-path is not a file!"); in commandPathVerify()
89LOG.error("CompressVerify::isArgsValidInHapMode json-path must be config.json or module.json file!… in commandPathVerify()
97 LOG.error("CompressVerify::isArgsValidInHapMode rpcid-path is not a file!"); in commandPathVerify()
101LOG.error("CompressVerify::isArgsValidInHapMode rpcid-path must be rpcid.sc file!"); in commandPathVerify()
108 LOG.error("CompressVerify::isArgsValidInHapMode shell-apk-path is invalid!"); in commandPathVerify()
115LOG.error("CompressVerify::isArgsValidInHapMode profile-path must be CAPABILITY.profile file!"); in commandPathVerify()
122 LOG.error("CompressVerify::isArgsValidInHapMode dex-path is invalid!"); in commandPathVerify()
128 LOG.error("CompressVerify::isArgsValidInHapMode abc-path is invalid!"); in commandPathVerify()
140 LOG.error("CompressVerify::commandVerify mode is invalid!"); in commandPathVerify()
154LOG.error("CompressVerify::isArgsValidInHapMode index-path must be resources.index file!"); in isVerifyValidInHapMode()
160 LOG.error("CompressVerify::isArgsValidInHapMode maple-so-path is invalid!"); in isVerifyValidInHapMode()
166 LOG.error("CompressVerify::isArgsValidInHapMode ability-so-path is invalid!"); in isVerifyValidInHapMode()
171 LOG.error("CompressVerify::isArgsValidInHapMode maple-so-dir is invalid!"); in isVerifyValidInHapMode()
176 LOG.error("CompressVerify::isArgsValidInHapMode lib-path is invalid!"); in isVerifyValidInHapMode()
181 LOG.error("CompressVerify::isArgsValidInHapMode res-path is invalid!"); in isVerifyValidInHapMode()
186 LOG.error("CompressVerify::isArgsValidInHapMode resources-path is invalid!"); in isVerifyValidInHapMode()
191 LOG.error("CompressVerify::isArgsValidInHapMode assets-path is invalid!"); in isVerifyValidInHapMode()
196 LOG.error("CompressVerify::isArgsValidInHapMode shared-libs-path is invalid!"); in isVerifyValidInHapMode()
202 LOG.error("CompressVerify::isArgsValidInHapMode jar-path is invalid!"); in isVerifyValidInHapMode()
208 LOG.error("CompressVerify::isArgsValidInHapMode txt-path is invalid!"); in isVerifyValidInHapMode()
214 LOG.error("CompressVerify::isArgsValidInHapMode pack-info-path is invalid!"); in isVerifyValidInHapMode()
239 LOG.error("CompressVerify::isArgsValidInHarMode json-path is empty!"); in isVerifyValidInHarMode()
245 LOG.error("CompressVerify::isArgsValidInHarMode json-path must be config.json file!"); in isVerifyValidInHarMode()
251 LOG.error("CompressVerify::isArgsValidInHarMode jar-path is invalid!"); in isVerifyValidInHarMode()
257 LOG.error("CompressVerify::isArgsValidInHarMode txt-path is invalid!"); in isVerifyValidInHarMode()
262 LOG.error("CompressVerify::isArgsValidInHarMode lib-path is invalid!"); in isVerifyValidInHarMode()
267 LOG.error("CompressVerify::isArgsValidInHarMode res-path is invalid!"); in isVerifyValidInHarMode()
272 LOG.error("CompressVerify::isArgsValidInHarMode resources-path is invalid!"); in isVerifyValidInHarMode()
277 LOG.error("CompressVerify::isArgsValidInHarMode assets-path is invalid!"); in isVerifyValidInHarMode()
292 LOG.error("CompressVerify::isArgsValidInAppMode hap-path is empty!"); in isVerifyValidInAppMode()
297 LOG.error("CompressVerify::isArgsValidInAppMode hap-path is invalid!"); in isVerifyValidInAppMode()
302 LOG.error("CompressVerify::isArgsValidInAppMode pack-info-path is empty!"); in isVerifyValidInAppMode()
308 LOG.error("CompressVerify::isArgsValidInAppMode pack-info-path is invalid!"); in isVerifyValidInAppMode()
313 LOG.error("CompressVerify::isArgsValidInAppMode signature-path is invalid!"); in isVerifyValidInAppMode()
318 LOG.error("CompressVerify::isArgsValidInAppMode certificate-path is invalid!"); in isVerifyValidInAppMode()
325 LOG.error("CompressVerify::isArgsValidInAppMode entrycard-path is invalid!"); in isVerifyValidInAppMode()
329 LOG.error("CompressVerify::isArgsValidInAppMode pack-res-path is invalid!:" ); in isVerifyValidInAppMode()
345 LOG.error("CompressVerify::isArgsValidInResMode pack-info-path is invalid!"); in isVerifyValidInResMode()
350LOG.error("CompressVerify::isArgsValidInResMode the level-1 directory name must is EntryCard" + in isVerifyValidInResMode()
356 LOG.error("CompressVerify::isArgsValidInResMode entrycard-path is invalid!"); in isVerifyValidInResMode()
411 LOG.error("CompressVerify::isOutPathValid out file already existed!"); in isOutPathValid()
417 LOG.error("CompressVerify::isOutPathValid out-path must end with .hap!"); in isOutPathValid()
426 LOG.error("CompressVerify::isOutPathValid out-path must end with .har!"); in isOutPathValid()
435 LOG.error("CompressVerify::isOutPathValid out-path must end with .app!"); in isOutPathValid()
444 LOG.error("CompressVerify::isOutPathValid out-path must end with .res!"); in isOutPathValid()
473LOG.error("CompressVerify::isDirectoryValidStrictCase directory is not exist, directoryPath: " in isDirectoryValidStrictCase()