takashi-ishio / selogger

(Near-)omniscient debugging/tracing/logging tool for Java
Other
35 stars 8 forks source link

Data files are not properly created when format=omni without output option #39

Closed takashi-ishio closed 1 year ago

takashi-ishio commented 1 year ago

SELogger creates selogger-output directory by default if format=omni option is specified. However, the default output directory does not include data files such as methods.txt and dataids.txt to interpret the execution trace. They are created if an output directory is explicitly specified by output=<dir>.