Python script to parse xlog format file.
- open your terminal;
- place this python script at somewhere your xlog file exsit, like
Desktop
, go to the directory usingcd
command; - input phrase:
python Desktop/decode_xlog_file.py Desktop/xxx.xlog
; - a file named
xxx.xlog.log
is created at the folder.
so your computer should have installed python.