def __load_analysis(self):
"""
????
????:
1:????log
2:????
3:??????
4:??????
5:??
:return: ????
"""
U.Logging.success('read the yaml file')
self.__save_android_log()
error_msg = self.__analysis_yaml(self.path_yaml)
with open(self.__save_error_status(), 'w') as f:
yaml.dump({'error_msg': error_msg}, f)
U.Logging.debug(str('results of the:%s' % error_msg))
f.close()
return self.__save_screen_file()
评论列表
文章目录