Lines Matching refs:UPDATE_LOGGER
36 from log_exception import UPDATE_LOGGER
85 UPDATE_LOGGER.print_log(
87 OPTIONS_MANAGER.unpack_package_path, UPDATE_LOGGER.ERROR_LOG)
107 UPDATE_LOGGER.print_log("parse update.bin in SDcard package")
119 UPDATE_LOGGER.print_log(
125 UPDATE_LOGGER.print_log("parse package file success! components: %d" % self.count)
142 UPDATE_LOGGER.print_log(
143 "parse component failed!", UPDATE_LOGGER.ERROR_LOG)
152 UPDATE_LOGGER.print_log("get component_info failed!", UPDATE_LOGGER.ERROR_LOG)
168 UPDATE_LOGGER.print_log("component name: %s" % component_name)
169 UPDATE_LOGGER.print_log("component offset: %s" % self.component_offset)
170 UPDATE_LOGGER.print_log("component size: %s" % component_size)
181 UPDATE_LOGGER.print_log("Create file: %s" % image_file_path)
189 UPDATE_LOGGER.print_log(
196 UPDATE_LOGGER.print_log(
197 "check args failed!", UPDATE_LOGGER.ERROR_LOG)
202 UPDATE_LOGGER.print_log(
203 "parse package file failed!", UPDATE_LOGGER.ERROR_LOG)
207 UPDATE_LOGGER.print_log("Start to parse component_%d" % image_id)
209 UPDATE_LOGGER.print_log(
210 "create image file failed!", UPDATE_LOGGER.ERROR_LOG)