aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/logextract.py
Commit message (Collapse)AuthorAgeFilesLines
* logextract: Fix error in config file name printKevin O'Connor2018-01-281-1/+1
| | | | | | Fix typo causing an error during the printing of the config file name. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* logextract: Better handle the case of a missing config sectionKevin O'Connor2018-01-211-4/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* logextract: Fix parsing of "is_shutdown" messagesKevin O'Connor2018-01-121-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* logextract: Add support for extracting shutdown info on multiple mcusKevin O'Connor2018-01-021-38/+70
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* logextract: Fix handling of messages with retransmitsKevin O'Connor2017-12-291-1/+2
| | | | | | | Properly handle the case where the original sequence number of a message is not known. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* logextract: Update file commentKevin O'Connor2017-12-181-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* logextract: Rename extractconfig.py to logextract.py and add shutdown parsingKevin O'Connor2017-12-161-0/+259
Add initial support for extracting out shutdown information from a klippy.log file. The shutdown dump will be reordered into the sequence that they occurred, and timestamps/sequence numbers in the mcu message dump will be expanded. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>