usage: uartLog.py [-h] [-n N] [-f]
Uart analysis program.
optional arguments: -h, --help show this help message and exit -n N log name -f also store filtered log into file
While program running, it's able to change running state with some command:
- ":a" command to show all logs without filter
- ":r xxx1&xxx2" command to get all logs which contains "xxx1" or "xxx2"
- ":t x" show x seconds full log after input command
- ":q" to quit this program