/developtools/packing_tool/adapter/ohos/ |
D | CompressVerify.java | 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() 89 …LOG.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() 101 … LOG.error("CompressVerify::isArgsValidInHapMode rpcid-path must be rpcid.sc file!"); in commandPathVerify() 108 LOG.error("CompressVerify::isArgsValidInHapMode shell-apk-path is invalid!"); in commandPathVerify() 115 … LOG.error("CompressVerify::isArgsValidInHapMode profile-path must be CAPABILITY.profile file!"); in commandPathVerify() 122 LOG.error("CompressVerify::isArgsValidInHapMode dex-path is invalid!"); in commandPathVerify() [all …]
|
D | UncompressEntrance.java | 85 private static final Log LOG = new Log(UncompressEntrance.class.toString()); field in UncompressEntrance 100 LOG.error("UncompressEntrance::unpack appPath is invalid!"); in unpack() 105 LOG.error("UncompressEntrance::unpack outPath is invalid!"); in unpack() 118 LOG.error("CompressEntrance::unpack verity failed"); in unpack() 123 LOG.error("UncompressEntrance::unpackageProcess failed"); in unpack() 141 LOG.error("UncompressEntrance::unpackHap hapPath is invalid!"); in unpackHap() 146 LOG.error("UncompressEntrance::unpackHap outPath is invalid!"); in unpackHap() 159 LOG.error("CompressEntrance::unpackHap verity failed"); in unpackHap() 164 LOG.error("UncompressEntrance::unpackageProcess failed"); in unpackHap() 189 LOG.error("UncompressEntrance::parseApp appPath is invalid!"); in parseApp() [all …]
|
D | CompressEntrance.java | 31 private static final Log LOG = new Log(CompressEntrance.class.toString()); field in CompressEntrance 43 LOG.error("CompressEntrance::pack hapPath is invalid!"); in pack() 48 LOG.error("CompressEntrance::pack packInfoPath is invalid!"); in pack() 53 LOG.error("CompressEntrance::pack outPath is invalid!"); in pack() 65 LOG.error("CompressEntrance::startCompress verity failed"); in pack() 71 LOG.error("CompressEntrance::startCompress compress failed"); in pack() 87 LOG.error("CompressEntrance::main exit, parser failed"); in main() 93 LOG.error("CompressEntrance::main exit, verity failed"); in main() 100 LOG.error("CompressEntrance::main exit, compress failed"); in main()
|
D | UncompressVerify.java | 30 private static final Log LOG = new Log(UncompressVerify.class.toString()); field in UncompressVerify 41 LOG.error("UncompressVerify::isVerifyVaild forceRewrite is invalid!"); in commandVerify() 48 LOG.error("UncompressVerify::isVerifyVaild parseMode is invalid!"); in commandVerify() 59 LOG.error("UncompressVerify::commandVerify mode is invalid!"); in commandVerify() 73 LOG.error("UncompressVerify::isInputVerifyVaild input is invalid!"); in inputParseVerify() 79 LOG.error("UncompressVerify::isInputVerifyVaild forceRewrite is invalid!"); in inputParseVerify() 86 LOG.error("UncompressVerify::isInputVerifyVaild parseMode is invalid!"); in inputParseVerify() 97 LOG.error("UncompressVerify::isArgsVaildInParseMode hapName can't be empty!"); in inputParseVerify() 103 LOG.error("UncompressVerify::isVerifyVaild unpackapk is invalid!"); in inputParseVerify() 109 LOG.error("UncompressVerify::InputcommandVerify mode is invalid!"); in inputParseVerify() [all …]
|
D | Compressor.java | 116 private static final Log LOG = new Log(Compressor.class.toString()); field in Compressor 160 LOG.error("Compressor::compressProcess create out file parent directory failed!"); in compressProcess() 186 … LOG.error("Compressor::compressProcess file not found exception" + exception.getMessage()); in compressProcess() 189 LOG.error("Compressor::compressProcess Bundle exception"); in compressProcess() 199 LOG.error("Compressor::compressProcess compress failed!"); in compressProcess() 201 LOG.error("Compressor::compressProcess delete dest file failed"); in compressProcess() 437 LOG.error("Compressor::compressAppMode compress pack.info into hap failed"); in compressAppMode() 504 LOG.error("Compressor::compressPackinfoIntoHap io exception"); in compressPackinfoIntoHap() 527 … LOG.error("Compressor::compressProcess create out file parent directory failed!"); in zipFile() 535 LOG.error("zip file not found exception"); in zipFile() [all …]
|
D | ConvertHapToBin.java | 32 private static final Log LOG = new Log(ConvertHapToBin.class.toString()); field in ConvertHapToBin 43 LOG.error("hapPath or binPath is null"); in packHapTobin() 57 LOG.error("create bin file failed!"); in packHapTobin() 74 LOG.error("projectPath or binPath is null"); in packProjectTobin() 84 LOG.error("create bin file failed!"); in packProjectTobin() 97 LOG.error("param length is wrong!"); in main()
|
D | FileUtils.java | 42 private static final Log LOG = new Log(FileUtils.class.toString()); field in FileUtils 55 LOG.error("file too big!"); in getFileData() 67 LOG.error("getFileData IOException error: " + exception.getMessage()); in getFileData() 102 LOG.error("getFileList: file is not exists"); in getFileList() 107 LOG.error("getFileList: no file in this file path"); in getFileList() 117 LOG.error("It's not file or directory!"); in getFileList() 120 LOG.error("IOException error: " + msg.getMessage()); in getFileList() 149 LOG.error("get file content fail, msg is " + msg.getMessage()); in getFileContent() 205 LOG.error("stream close Error, msg is " + msg.getMessage()); in closeStream() 276 LOG.error("unzip file not found exception"); in unzip() [all …]
|
D | Uncompress.java | 63 private static final Log LOG = new Log(Uncompress.class.toString()); field in Uncompress 73 LOG.error("Uncompress::unpackageProcess utility is null!"); in unpackageProcess() 82 LOG.error("Uncompress::unpackageProcess create out file directory failed!"); in unpackageProcess() 110 LOG.error("Uncompress::unpackageProcess Bundle exception"); in unpackageProcess() 115 LOG.error("Uncompress::unpackageProcess unpackage failed!"); in unpackageProcess() 161 LOG.error("Uncompress::uncompressApp parseMode is invalid!"); in uncompressApp() 166 LOG.error("Uncompress::uncompressApp Bundle exception"); in uncompressApp() 206 LOG.error("Uncompress::uncompressAppByInput parseMode is invalid!"); in uncompressAppByInput() 213 LOG.error("Uncompress::uncompressAppByInput Bundle exception"); in uncompressAppByInput() 235 LOG.error("Uncompress::uncompressHap Bundle exception"); in uncompressHap() [all …]
|
D | ModuleJsonUtil.java | 29 private static final Log LOG = new Log(ModuleJsonUtil.class.toString()); field in ModuleJsonUtil 44 LOG.error("ModuleJsonUtil::getVersion obtain index of VERSION_NAME failed"); in getVersion() 57 LOG.error("ModuleJsonUtil::getVersion obtain index of VERSION_CODE failed"); in getVersion() 72 …LOG.error("ModuleJsonUtil::getVersion NumberFormatException exception: " + exception.getMessage()); in getVersion()
|
D | BinaryTool.java | 34 private static final Log LOG = new Log(BinaryTool.class.toString()); field in BinaryTool 71 LOG.error("IOException, msg is: " + msg.getMessage()); in generateBinaryFile() 76 LOG.error("build binary file failed!"); in generateBinaryFile() 93 LOG.error("have no config.json or have no key of package!"); in writePackageInfo() 103 LOG.error("write packageInfo fail, msg is " + msg.getMessage()); in writePackageInfo() 156 LOG.error("write fail, msg is: " + msg.getMessage()); in writeFileInfo()
|
D | JsonUtil.java | 41 private static final Log LOG = new Log(JsonUtil.class.toString()); field in JsonUtil 67 LOG.error("Uncompress::parseHapList exception: packages is null"); in parseHapList() 72 LOG.error("Uncompress::parseHapList exception: packages is null"); in parseHapList() 103 LOG.info("Uncompress::parseShellVersionInfoToAppInfo: begin"); in parseShellVersionInfoToAppInfo() 105 LOG.info("Uncompress::parseShellVersionInfoToAppInfo: is not a multi framewok bundle."); in parseShellVersionInfoToAppInfo() 111 LOG.error("Uncompress::parseShellVersionInfoToAppInfo error: summary is null"); in parseShellVersionInfoToAppInfo() 117 LOG.error("Uncompress::parseShellVersionInfoToAppInfo error: summary is null"); in parseShellVersionInfoToAppInfo() 122 LOG.error("Uncompress::parseShellVersionInfoToAppInfo error: app is null"); in parseShellVersionInfoToAppInfo() 127 LOG.error("Uncompress::parseShellVersionInfoToAppInfo error: version is null"); in parseShellVersionInfoToAppInfo() 132 LOG.error("Uncompress::parseShellVersionInfoToAppInfo no legacy version info."); in parseShellVersionInfoToAppInfo() [all …]
|
D | ResourcesParser.java | 39 private static final Log LOG = new Log(ResourcesParser.class.toString()); field in ResourcesParser 81 LOG.error("ResourcesParser::getIconPath data byte or ResourceId is null"); in getResourceById() 103 LOG.error("ResourcesParser::getBaseResourceById data byte or ResourceId is null"); in getBaseResourceById() 130 LOG.error("ResourcesParser::getBaseResource configIndex is null"); in getBaseResource()
|
D | CommandParser.java | 68 private static final Log LOG = new Log(CommandParser.class.toString()); field in CommandParser 79 LOG.error("CommandParser::commandParser args is null!"); in commandParser()
|
D | Utility.java | 37 private static final Log LOG = new Log(Utility.class.toString()); field in Utility 553 LOG.error("Utility::getFormattedPath exception," + exception.getMessage()); in getFormattedPath() 568 LOG.error("Utility::closeStream io close exception: " + exception.getMessage()); in closeStream()
|