logpai / AutoLog

AutoLog: A Log Sequence Synthesis Framework for Anomaly Detection [ASE'23]
MIT License
37 stars 3 forks source link

"log_file.json" From LogEPGen.jar Is Empty #9

Closed zywang03 closed 9 months ago

zywang03 commented 10 months ago

Hello ! Here are some questions i got from paper and codes 1) you mentioned "alerting statement annotation" process, and "logStatGen.jar" output the statements we need to annotate but I do not get the mothods how to annotate. 2) when i use "logEPGen.jar" to produce "log_file.json", the output file is empty and "MySootMethod" in every "callMethods" is empty which leads to the empty "log_file.json". I wonder if this is related to the "alerting statement annotation".