!750 告警清理

Merge pull request !750 from hw-wLiu/master
This commit is contained in:
openharmony_ci 2023-02-09 11:23:49 +00:00 committed by Gitee
commit b7f8bda587
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -92,6 +92,7 @@ def ensure_dir_exists(file_path):
if not os.path.exists(file_dir):
os.mkdir(file_dir)
class Common:
this_file = os.path.basename(__file__)
logging.basicConfig(
@ -104,6 +105,7 @@ class Common:
parse_function_args = PARSE_FUNCTION_ARGS
gn_copyright_header = GN_COPYRIGHT_HEADER
class EventParserCodeGenerator(FtraceEventCodeGenerator):
def __init__(self, events_dir, allow_list):
super().__init__(events_dir, allow_list)